@charset "utf-8";
@import "../common/css/0-import.css";
#conts h2 {
	margin-bottom: 13px;
	padding: 0 0 0 35px;
	background: url(../img/kenchikuka/h2_back01.jpg) no-repeat left top;
	line-height: 42px;
	font-size: 18px;
	color: #4096ee;
}

#conts h2.special {
	margin-bottom: 17px;
	background: url(../img/kenchikuka/h2_back02.jpg) no-repeat left top;
}

#conts h3 {
	margin: 0 0 6px 0;
	*margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url(../img/company/h3_back.jpg) no-repeat left 3px;
	line-height: 30px;
	font-size: 24px;
}

#conts h4{
	margin: 0 0 6px 0;
	font-size: 20px;
	color: #333333;
	clear: both;
}

#conts h3 span {
	font-size: 20px;
}

#conts p {
	padding: 0 0 0 13px;
	margin-bottom: 20px;
	background: url(../img/company/line01.jpg) repeat left top;
	line-height: 30px;
}

#conts p span {
	color: #32b200;
}

#conts p span.blue {
	color: #007eff;
}

#conts p span.red {
	color: #ff0000;
}

#conts .box {
	margin: 0 0 30px 0;
}

#conts .box .subBox {
	padding-bottom: 65px;
	width: 342px;
	background-color: #EBEBEB;
	float: left;
}

#conts .box .subBox p {
	padding: 13px 28px 0 13px;
	margin-bottom: 8px;
	background: none;
	line-height: 1.6;
}

#conts .box ul {
	margin: 0 0 0 362px;
	_margin-left: 359px;
}

#conts .box ul li {
	padding: 0 0 0 8px;
	width: 264px;
	margin-bottom: 3px;
	background: #CDCDCD;
	line-height: 29px;
	color: #001ea0;
} 

#conts .box ul li.back {
	margin-bottom: 5px;
	background: url(../img/kenchikuka/pointer.jpg) no-repeat center top;
	line-height: 13px;
} 

#conts .photoBox {
	margin: 0 0 17px 0;
}

#conts .photoBox .floatL {
	margin-right: 12px;
	_margin-right: 9px;
	width: 150px;
	background-color: #fff;
}

#conts .photoBox .floatR {
	margin-left: 12px;
	_margin-left: 9px;
	width: 190px;
	background-color: #fff;
}
#conts .photoBox .floatR img {
	float: right;
}

#conts .photoBox p {
	margin-bottom: 0;
}

#conts table {
	margin-bottom: 38px;
	width: 644px;
}

#conts th {
	padding: 10px 0 8px 16px;
	_padding-top: 11px;
	width: 98px;
	background-color: #DEECFF;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

#conts td {
	padding: 8px 0 6px 0;
	background-color: #DEECFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

#conts th.back {
	padding-top: 18px;
	_padding-top: 19px;
	background-color: #FFF4E8;
}

#conts td.back {
	padding: 15px 0 11px 0;
	background-color: #FFF4E8;
}

#conts th.back02 {
	padding-top: 18px;
	_padding-top: 19px;
}

#conts td.back02 {
	padding: 15px 0 11px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.letter {
		letter-spacing: -1px;
	}
	
	#conts .box .subBox {
		padding-bottom: 98px;
	}

 }

