@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- s_color
	- s_repair
	- s_goods

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#contents > section {}
#contents > section .paintClip {
	position: relative;
	padding: 30px 0 0;
}
#contents > section .list > li {
	position: relative;
	padding: 0 20px;
}
#contents > section .list > li + li {
	border-top: 1px solid #ddd;
}
#contents > section .list > li .listBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 0 20px;
}
#contents > section .list > li .listBox figure {
	width: 95px;
}
#contents > section .list > li .listBox > div {
	width: 220px;
}
#contents > section .list > li .listBox > div .cmn_btn01 {
	width: 130px;
	margin: 0;
}
#contents > section[id^="s_"] .clipRls {
	position: absolute;
	top: 10px;
	right: 12px;
}
#contents > section[id^="s_"] .clipRls a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #f4f4f4;
}
#contents > section[id^="s_"] .clipRls a:before ,
#contents > section[id^="s_"] .clipRls a:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 5px;
	width: 10px;
	border-bottom: 1px solid #333;
}
#contents > section[id^="s_"] .clipRls a:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#contents > section[id^="s_"] .clipRls a:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/*----------------------------------------
	s_color
-----------------------------------------*/
#s_color {
	margin: 30px 0 50px;
}
#s_color h2 {
	margin: 0 0 5px;
}
#s_color .paintClip + h2 {
	margin-top: 50px;
}
#s_color .paintClip + .paintClip .clipRls {
	top: 15px;
}
#s_color .picBox {
	margin: 0 0 30px;
}
#s_color .detailBox {
	width: 100%;
	margin: 0 0 30px;
	background-color: #f4f4f4;
	border-radius: 4px;
}
#s_color .detailBox li {
	padding: 0 25px;
}
#s_color .detailBox li + li {
	border-top: 2px solid #fff;
}
#s_color .detailBox dl {
	display: table;
	padding: 14px 0;
}
#s_color .detailBox dl dt ,
#s_color .detailBox dl dd {
	display: table-cell;
	vertical-align: top;
}
#s_color .detailBox dl dt {
	width: 9em;
}

/*----------------------------------------
	s_repair
-----------------------------------------*/
#s_repair {
	margin: 0 0 30px;
}
#s_repair .list h3 {
	margin: 6px 0 10px;
}

/*----------------------------------------
	s_goods
-----------------------------------------*/
#s_goods {}
#s_goods .list {
	margin: 0 0 -20px;
}
#s_goods .list h3 {
	margin: 0 0 6px;
}
#s_goods .list h3 + p {
	margin: 0 0 12px;
}