.detailspan{
	background-color: #E8E8E8;
	width: 700px;
	padding: 8px 10px;
	font-size: 12px;
}

.detail-name{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 30px;
}

.detail-form{
	width: 720px;
	padding-top: 10px;
}

.detail-form-l{
	float: left;
	width: 400px;
}

.detail-main-photo{
	height: auto;
	width: 398px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.detail-sub-photo{
	margin-top:5px;
}

.detail-sub-photo li{
	float: left;
	list-style-type: none;
	text-align: center;
	width: 128px;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 0 0;
	overflow: hidden;
}
.detail-sub-photo li:nth-child(3n){
	margin: 5px 0 0 0;
}

.detail-form-r{
	float: left;
	width: 295px;
	margin-left: 25px;
	font-size: 14px;
	 line-height: 1.6;
}

.detail-form-r table{
	background-color: #E7E7E7;
	margin-top: 20px;
}

.detail-form-r th{
	background-color: #FAF4EB;
	padding: 5px 7px;
	text-align: center;
	width: 90px;
	font-size: 14px;
}

.detail-form-r td{
	background-color: #FFFFFF;
	padding: 5px 7px;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
}

.product-price{
	text-decoration: line-through;
}

.product-sales{
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.product-opt{
	font-size: 12px;
	margin-top: 8px;
}

/* 商品カテゴリー*/
#contents-category{
	clear: both;
	width: 720px;
	padding-top: 60px;
}

#contents-category ul{
	width: 720px;
	margin-top: 11px;
}

#contents-category li{
	float: left;
	width: 140px;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 5px;
}

#guide{
	clear: both;
	padding-top: 70px;
}


/* レビュー */
.review_midashi {
   margin-bottom:10px;
   font-size:16px;
   border-left:#000 2px solid;
   padding:0 0 0 12px;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: auto !important;
    left: calc(50% + 300px);
}
.fancybox-button {
   background: rgba(0,0,0,1) !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: calc(50% - 340px) !important;
}