@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;
	margin-left:-10px;
	margin-bottom:20px;
	padding:0 0 8px 0;
	background:url("../img/parts/colum_service_center.gif") repeat-y;
}

.service_center .colum .left{
	width:443px;
}

.service_center .colum .right{
	width:443px;
}

.service_center .colum dt{
	height:25px;
	background:url("../img/parts/dt_service_center.gif") no-repeat;
	color:#FFF;
	font-size:93%;
	font-weight:bold;
	line-height:25px;
	text-indent:23px;
}

.service_center .colum dd{
	padding:10px 0 0 0;
}

.service_center .colum dd img{
	display:block;
	width:226px;
	margin:0 auto 7px auto;
}

.service_center .colum dd span{
	font-size:93%;
	display:block;
	width:226px;
	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;
}

