/* CSS Document */

#s01 .hr{
	border-bottom: 1px solid #ccc;
	margin-top: 100px;
}

#s01 .bg01{
	background: #CEECF7;
	padding-top: 50px;
	padding-bottom: 30px;
}

#s01 h1{
	font-size: 45px;
	color: #000;
	line-height: 100%;
	margin-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}

#s01 h1 hr{
	height: 1px;
	border-bottom: 1px solid #000;
	width: 210px;
	line-height: 1px;
	margin: 0;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

#s01 h1 small{
	font-size: 20px;
	font-weight: bold;
}

#s01 h1 small b{
	font-weight: bold;
}

#s01 p.center{
	margin-bottom: 150px;
}

#s01 .box_rap{
	width: 1150px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}

#s01 .box_rap .img_box{
	width: 500px;
	margin-right: 40px;
}

#s01 .box_rap .img_box .item_img{
	height: 590px;
	margin-bottom: 35px;
}

#s01 .box_rap .img_box .item_img img{
	position: absolute;
	border: 1px solid #ccc;
	display: none;
}

#s01 .box_rap .img_box .item_img img:first-child{
	display: block;
}

#s01 .box_rap .img_box ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

#s01 .box_rap .img_box ul li{
	margin-right: 10px;
}

#s01 .box_rap .img_box ul li img{
	border: 1px solid #ccc;
}

#s01 .box_rap .img_box a{
	background: #B91C22 url("../goods/goods_list/img/icon01.webp") right 90px center no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
}

#s01 .box_rap .box{
	width: 600px;
}

#s01 .box_rap .box h3{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}

#s01 .box_rap .box h3 small{
	color: #B9B9B9;
	font-size: 18px;
}

#s01 .box_rap .obj01{
	font-size: 25px;
}

#s01 .box_rap .obj01 .red{
	font-size: 35px;
}

#s01 .box_rap .box hr{
	border-bottom: 1px solid #000;
}

#s01 .box_rap .box .obj02{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s01 .box_rap .box .colorlist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

#s01 .box_rap .box .colorlist li{
	width: 60px;
	margin-right:10px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 110%;
	text-align: center;
}

#s01 .box_rap .box .colorlist span{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 5px;
}

#s01 .box_rap .box dl{
	display: flex;
}

#s01 .box_rap .box dt{
	margin-right: 20px;
	line-height: 40px;
}

#s01 .box_rap .box dd{
	border: 1px solid #ccc;
	background: #FAFAFA;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
}