@charset "UTF-8";
/* CSS Document */

/*===============
 /overhaul/
===============*/
.overhaul .heading {
	line-height: 1.4;
	font-weight: bold;
	font-size: 14px;
	color: #FF8500;
	padding-top: 13px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(/sp/common/image/bg_check01.gif) repeat-x left bottom;
}

.overhaul .cap {
	font-size: 10px;
	letter-spacing: -0.001em;
	color: #666666;
	margin-top: 3px;
}

.overhaul .dot-btm {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

.overhaul .orange {
	color: #FF8500;	
}

.overhaul .dtl-col {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
}
.overhaul .dtl-col:last-child {
	border-bottom: none;	
}
.overhaul .dtl-col dt {
	background: #FFF3E5;
	color: #FF8500;
	height: 26px;
	padding-top: 5px;
	padding-left: 35px;
	position: relative;
	zoom: 1;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-moz-border-bottom-left-radius: 26px;
	-moz-border-top-left-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	-webkit-border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	border-top-left-radius: 26px;
}
.overhaul .dtl-col dt span {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	height: 26px;
	width: 26px;
	text-align: center;
	padding-top: 7px;
	color: #FFF;
	font-weight: bold;
	background: #FF8500;
	position: absolute;
	top: 0;
	left: 0;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	line-height: 1;
}
.overhaul .dtl-col dd {
	margin-top: -5px;
}
.overhaul .dtl-col dd p {
	margin-top: 10px;	
}
.overhaul .dtl-col dd .link {
	margin-top: 10px;
	padding: 7px;
	background: #EFEFEF;	
}
.overhaul .txt {
	color: #FF8500;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.overhaul .col-cap {
	background-color: #EFEFEF;
	padding: 10px;
	color: #666;	
}




/*===============
 /overhaul/about/index.html
===============*/
.about .idt {
	margin-bottom: 10px;	
}
.about .img-f-wrap {
	margin-top: 10px;
	display: table;
	width: 100%;
}
.about .img-f-wrap div {
	display: table-cell;
	width: 50%;
}
.about .bdr-col {
	margin-top: 13px;
	border: 1px solid #FF8701;
	background-color: #FFF3E5;
	padding: 10px;
	font-size: 10px;
}
.about .bdr-col .txt {
	font-size: 12px;
	color: #FF8701;
	margin-top: 10px;
	padding: 0;	
}
.about .bdr-col02 {
	border: 2px solid #FF8701;
	background-color: #FFF3E5;
	padding: 10px;
	font-size: 10px;	
}
.about .bdr-col02 .txt {
	font-size: 12px;
	color: #FF8701;
	margin-bottom: 10px;
	padding: 0;	
}



/*===============
 /overhaul/quartz/index.html
===============*/
.quartz {
		
}