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


.clToppage h3.clSubtitle_h3{
	font-weight:bold;
	color:#50659e;
	font-size:150%;
	background-image:url(../img/common/icon_tv.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 5px 10px 58px;
	margin-bottom:15px;
	display:block;
	line-height:1.3;
}

.clCasetext{
	text-align:center;
	margin-bottom:30px;
}
.clCasetext img{
	vertical-align:middle;
}

.clImage img{
	max-width:100%;
}

.clCasetext h4{
	font-weight:bold;
	font-size:180%;
	padding-bottom:0.5em;
	padding-top:10px;
}
.clCasetext .blue{
	color:#50659e;
}
.clCasetext .red{
	color:#e63c54;
}


.clCase_dl{
	position:relative;
}
.clCase_dl .clSample{
	position:absolute;
	top:45%;
	width:100%;
	text-align:center;
	z-index:10;
}
.clCase_dl .clSample img{
	max-width:100%;
}
.clCase_dl dl{
opacity: .7; /* FireFox, Webkit, Opera */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";/* IE8 */
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE6,7 */

 user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none; 
}
.clCase_dl dl dt{
	font-size:130%;
	line-height:1.1;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	background-color:#d8e4f4;
	color:#51659e;
	padding:15px 15px 15px 65px;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;		
	background-repeat:no-repeat;
	background-position:10px center;
}
.clCase_dl dl dt.clCase_dt01{
	background-image:url(../img/case/1.png);	
}
.clCase_dl dl dt.clCase_dt02{
	background-image:url(../img/case/2.png);	
}
.clCase_dl dl dt.clCase_dt03{
	background-image:url(../img/case/3.png);	
}
.clCase_dl dl dt.clCase_dt04{
	background-image:url(../img/case/4.png);	
}
.clCase_dl dl dt.clCase_dt05{
	background-image:url(../img/case/5.png);	
}
.clCase_dl dl dt.clCase_dt06{
	background-image:url(../img/case/6.png);	
}
.clCase_dl dl dt.clCase_dt07{
	background-image:url(../img/case/7.png);	
}
.clCase_dl dl dd{
	padding:10px 30px;
	margin-bottom:1em;
}
.clCase_dl dl dd li{
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.5em;
}
.clCase_dl dl dd li.clCase_li_s{
	background-image:url(../img/case/s.png);
	color:#51659e;
}
.clCase_dl dl dd li.clCase_li_k{
	background-image:url(../img/case/k.png);	
	color:#e63c54;
}





@media screen and (max-width: 550px){
.clCasetext{
	text-align: left;
}
}