#idHead #idMenu li#idMenu00 a{
	color: #3D4E7B;
	font-weight: bold;
}

.clToppage #idCyachi{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}




#idCmTop_ul ul li{
	position:relative;
	font-size:150%;
	line-height:1.1;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;	
	
	background-color:#d8e4f4;
	color:#51659e;
	padding:35px 15px 35px 100px;
	margin-bottom:20px;
	font-weight:bold;
	
	background-image:url(../img/top/icon.png);
	background-repeat:no-repeat;
	background-position:10px center;
}



@media screen and (max-width: 1320px){
.clToppage #idCyachi img{
	width:80%;

}
}