/* ------------------------------------------------------------------------------------------
*  operation 
* ----------------------------------------------------------------------------------------- */
.operation-wrap{
	float:right;
	width:240px;
}

.btn-cartin{
	margin:16px 0;
}
.btn-cartin input{
	width:100%;
	height:48px;
	font-weight:bold;
	font-size:16px;
}

/* ------------------------------------------------------------------------------------------
*  gallery 
* ----------------------------------------------------------------------------------------- */
.gallery-wrap{
	float:left;
}

.gallery-nav{
	float:left;
	margin-right:16px;
}
.gallery-nav li{
	position:relative;
	width:48px;
	margin-bottom:8px;
	text-align:center;
}
.gallery-nav li:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:1px solid #78909c;
	content:"";
}
.gallery-nav li:hover{
	opacity:.8;
	cursor:pointer;
}
.gallery-nav li.active:before{
	border:2px solid #8bc34a;
}
.gallery-nav-video{
	padding:6px 0;
}

.gallery{
	float:left;
	width:320px;
	height:320px;
}
.gallery li:not(:first-child){
	display:none;
}
.gallery li a{
	display:block;
	color:#333;
	text-decoration:none;
}
.gallery li a:after{
	display:block;
	margin-top:4px;
	content:"クリックで拡大表示されます";
}
.gallery img{
	max-width:320px;
	max-height:320px;
}
.gallery video{
	width:320px;
	height:240px;
}

/* ------------------------------------------------------------------------------------------
* detail
* ----------------------------------------------------------------------------------------- */
.detail-wrap{
	margin:0 256px 0 400px;
}

/* ------------------------------------------------------------------------------------------
* review一覧（星の指定はstyle.css）
* ----------------------------------------------------------------------------------------- */
#review{
	margin-top:80px;
}
.list-review li{
	margin-bottom:24px;
}
.review-headline-wrap{
	margin-bottom:6px;
}
.review-headline-wrap .rate{
	float:left;
}
.review-headline{
	font-weight:bold;
	font-size:16px;
}
.dl-review{
	margin-top:2px;
	overflow:hidden;
}
.dl-review dt,
.dl-review dd{
	float:left;
}
.dl-review dd{
	margin-right:16px;
}