@charset "utf-8";

/*----------------------------------------------------
	スタイルカタログページ
----------------------------------------------------*/
.style_contents{
	width:900px;
	margin:auto;
}
#style_catalog{
	color:#eb626f;
	margin-top:30px;
}
#style_catalog h2{
	font-size:17px;
	float:left;
	margin:auto 30px auto 40px;
}
#style_catalog ul{
	font-size:14px;

}
#style_catalog ul li{
	float:left;
	margin:5px auto;
}
#style_uncer a{
	color:#eb626f;
	text-decoration: none;
}

.style_box{
	width:900px;
	height:818px;
	background:url(../style/img/box_bg.jpg);
	clear:both;
	margin-bottom:10px;
}
.style_title img{
	margin:25px auto auto 40px;
}
.style_title p{
	margin:10px auto auto 40px;
	font-size:15px;
}
.style_photo{
	margin-left:40px;
}
.style_photo ul{
	width:140px;
	float:left;
	margin-top:30px;
}
.style_photo ul li span{
	text-align:center;
	display:block;
}
.style_detail{
	width:246px;
	padding-left:25px;
	margin:25px 40px auto auto;
	float:right;
	display:block;
	border-left:#bb9966 1px dashed;
}
.style_detail dl{
	text-align:center;
}
.style_detail dd{
	margin-top:5px;
}
.style_detail dt{
	color:#bb9966;
	margin-top:10px;
}