@charset "utf-8";
/********************
 * コレクション
 ********************/
#main{text-align:center;}
.collection_box{
	width:100%;
	max-width:1440px;
	min-width:980px;
	margin:0 auto 50px;
	position:relative;
}
.inner{
	width:980px;
	margin:0 auto;
	position:relative;
	font-size:115%;
}
.inner_p{
	width:100%;
	max-width:1170px;
	min-width:980px;
	margin:0 auto;
	position:relative;
	font-size:115%;
}
.lbl{
	width:368px;
	height:135px;
	text-align:left;
	color:#FFFFFF;
	background:#111111;
	text-indent:20px;
	opacity:0.8;
}
.lbl strong{
	display:block;
	width:100%;
	height:90px;
	font-size:180%;
	line-height:65px;
	background:#373737;
}
.lbl span{
	display:block;
	width:100%;
}
.mv{
	width:470px;
	height:288px;
	cursor:pointer;
}
.mv iframe{display:none;}




.collection_box1{
	width:100%;
	min-width:980px;
	margin:30px auto;
	padding:20px 0;
	background:#fff;
}
.collection_box1 h3{
	width:680px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.topimg01{
	background:url("../images/about/head_img01.jpg") bottom center no-repeat;
	margin:0 auto;
	height:185px;
}
.topimg02{
	background:url("../images/collection/head_img02.jpg") bottom center no-repeat;
	margin:0 auto;
	height:185px;
}

.collection_slidebox{
	width:850px;
	margin:10px auto;
	position:relative;

}
#slide_c{

}
.collection_slidebox #prev,
.collection_slidebox #next{
	position:absolute;
	font-size:1px;
}
.collection_slidebox #prev a,
.collection_slidebox #next a{
	display:block;
	width:40px;
	height:76px;
	text-indent:-9999px;
}
.collection_slidebox #prev{
	left : -60px;
	top  : 250px;
	z-index:1000;
	background:url("../images/collection/arrow_prev.png") left center no-repeat;
}
.collection_slidebox #next{
	right : -60px;
	top  : 250px;
	z-index:1000;
	background:url("../images/collection/arrow_next.png") left center no-repeat;
}
