@charset "utf-8";

/*----------------------------------------------------------------------
    IMPORT
----------------------------------------------------------------------*/

@import "common.css";
@import "module/box.css";


/*----------------------------------------------------------------------
    BOX
----------------------------------------------------------------------*/

.service_center #box01 p{
	margin-bottom:12px;
}

/*----------------------------------------------------------------------
    H3
----------------------------------------------------------------------*/

.service_center #box01 h3 img{
	margin-top:-288px;
}

/*----------------------------------------------------------------------
    COLUM
----------------------------------------------------------------------*/

.service_center .colum{
	width:907px;
	width: auto;/* rwd */
	max-width: 907px;/* rwd */
	margin-left:-10px;
	margin-bottom:20px;
	padding:0 0 8px 0;
/*	background:url("../img/parts/colum_service_center.gif") repeat-y;*//* rwd */
}

.service_center .colum .left{
	width:443px;
}

.service_center .colum .right{
	width:443px;
}

.service_center .colum .left,
.service_center .colum .right {/* rwd */
	width: 48.84233737596472%;
	max-width: 443px;
	background-color: #f5f5f5;
}
@media screen and (max-width: 640px){/* rwd */
	.service_center .colum .left,
	.service_center .colum .right {
		max-width: none;
	}
}

.service_center .colum dt{
	padding: 4px 0 5px;
	height:25px;
	height: auto;/* rwd */
	background:url(../img/parts/box_title_icon.png) 10px 7px no-repeat #253447;
	color:#FFF;
	font-weight:bold;
/*	line-height:25px;*//* rwd */
	line-height: 1.5;/* rwd */
/*	text-indent:23px;*//* rwd */
	padding-left: 23px;/* rwd */
}

.service_center .colum dd{
	padding:10px 0 0 0;
}

.service_center .colum dd img{
	display:block;
	width:226px;
	width: 51.01580135440181%;/* rwd */
	max-width: 226px;/* rwd */
	margin:0 auto 7px auto;
}

.service_center .colum dd span{
	display:block;
	width:226px;
	width: 51.01580135440181%;/* rwd */
	max-width: 226px;/* rwd */
	margin:-2px auto 7px auto;
}

/*----------------------------------------------------------------------
    SET01
----------------------------------------------------------------------*/

.service_center #set01{
	margin-top:-10px;
	margin-left:-10px;
}

/* set01 child_set --------------------------------------------------*/

.service_center #set01 .child_set ul{
	padding-top:13px;
	display:block;
}

.service_center #set01 .child_set dd{
	padding-left:20px;
}

.service_center #set01 .child_set ul li{
	display:inline;
}

.service_center #set01 .child_set ul li img{
	margin-right:30px;
}

/*----------------------------------------------------------------------
    GREEN_BORDER_BOX
----------------------------------------------------------------------*/
.service_center #box01 .green_border_box{
	border:solid 1px #1C941F; 
	margin:22px 0px 0px -10px; 
	padding:10px; 
	width:880px;
}
@media screen and (min-width: 641px) {/* rwd */
	.service_center #box01 .green_border_box {
		width: auto;
	}
}

.service_center #box01 .green_border_box .left{
	width:110px;
	padding:5px;
	float: left;
}

.service_center #box01 .green_border_box .right{
 	width:760px;
	float: right;
 }
@media screen and (min-width: 641px) {/* rwd */
	.service_center #box01 .green_border_box .right {
		width: calc(100% - 120px);
	}
}
 
.service_center #box01 .green_border_box .right p{
	margin-bottom: 0;
}

.service_center #box01 .green_border_box .right p.green_border_box_title{
	border-bottom:1px dashed #0c8d0f;
	color:#4A5D75;
	font-size:100%;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:12px;
}

