  @charset "UTF-8";
/* CSS Document */



/*____________________*/


#ctg_index {
	width:640px;
	float:left;
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	/*text-align:left;*/
}


#ctg_index .box_link,
#ctg_index .box_link_on
 {
	width:290px;
	float:left;
	margin:0px 21px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	background-color:#efefef;
}

#ctg_index h3 {
	margin:0px 0px; padding:15px 0px 8px 93px;
	font-size:110%;
	border:none;
	text-align:left;
	height:auto;
}

#ctg_index p{
	margin:0px; 
	padding:0px 10px 15px 93px;
	color:#666666;
	
	/*text-align:left;*/
}

#ctg_index .icon {
	position:absolute;
	top:10px;
	left:10px;
	border:#cccccc 1px solid;
}

#ctg_index .box_link_on {
	cursor:pointer;
	background-color:#d6deef;
}

#ctg_index .box_link_on h3 a{
	text-decoration:underline;
}
#ctg_index .box_link_on  p{
	text-decoration:underline;
}

#ctg_index .box_link_on h3 {
}

#ctg_index .box_link_on .icon {
	border-color:#003399;
}



.heightLineParent{
	margin-top:20px;
	margin-bottom:20px;
}


/*____________________*/


/* begin clearfix(set_class) */

.heightLineParent:after,
#ctg_index:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.heightLineParent,
#ctg_index {display: inline-block;}

/* Hides from IE-mac ¥*/
* html .heightLineParent,
* html #ctg_index {height: 1%;}

.heightLineParent,
#ctg_index {display: block;}
/* End hide from IE-mac */

/* end clearfix */


@media print {

.heightLineParent{
	margin-top:10px;
	margin-bottom:0px;
}
}
