#idHead #idMenu li#idMenu05 a{
	color: #E63C54;
	font-weight: bold;
}


.OTHERS .clBox{
	margin-bottom:40px;
}

.OTHERS .clOthers li{
	position:relative;
	font-size:200%;
	line-height:1.1;
	
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;	
	
	background-color:#d8e4f4;
	color:#51659e;
	padding:10px 20px 10px 80px;
	margin-bottom:20px;
	font-weight:bold;
}
.OTHERS .clOthers li img.clOthersImg{
	position:absolute;
	top:-10px;
	left:14px;
}
.OTHERS .clOthers li span{
	font-size:60%;
	line-height:1.1;
	font-weight: normal;
}


.OTHERS h3.clSubtitle_h3{
	text-align:center;
	margin-top:-3%;
	font-size:170%;
	margin-bottom:30px;
}
.OTHERS .clCompany dl.clCompany_L{
	float:left;
	width:49%;
}
.OTHERS .clCompany dl.clCompany_R{
	float:right;
	width:49%;
}
.OTHERS .clCompany dl dt{
	font-size:160%;
	color:#50659e;
	display:inline-block;
	width:30%;
	vertical-align:top;
	min-width:6em;
	background-image:url(../img/others/point.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	text-indent:15px;
}
.OTHERS .clCompany dl dd{
	display:inline-block;
	width:63%;
	vertical-align:top;
	font-size:110%;
	padding-bottom:5%;
	padding-top:1.3%;
}

@media screen and (max-width: 1250px){
.OTHERS .clCompany dl dd{
	width:55%;
}
}


@media screen and (max-width: 1150px){
.OTHERS .clCompany dl dd{
	width:100%;
	display:block;
}

}

@media screen and (max-width: 890px){
.OTHERS .clCompany dl dt{
	width:100%;
	display:block;
}
.OTHERS .clCompany dl.clCompany_L{
	float: none;
	width:100%;
}
.OTHERS .clCompany dl.clCompany_R{
	float: none;
	width:100%;
}

}