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



#exh145Inner table.Table {
}

#exh145Inner table.Table tr th {	
	background-color:#CC0000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

#exh145Inner table.Table tr td {	
	background-color:#f4f4f4;
	padding:10px;
}



.titleUline {
	border-bottom:solid 1px #999;
	padding-bottom:2px;
	margin-bottom:1em;
}

#exh145Inner div.Img {
	width:400px; 
	margin:0 auto 40px;
}

#exh145Inner div.Img_M {
	width:300px; 
	margin:0 auto 40px;
}


#exh145Inner div.Img_V {
	width:267px; 
	margin:0 auto 40px;
}

.exh145Lead {
	color:#606;
	font-weight:bold;
	border-bottom:solid 1px #999;
	padding-bottom:2px;
	margin-bottom:1em;
}

/*共通*/

.boldNone {
		font-weight:normal;
}
	
.bold {
	font-weight:bold;
}


/* リスト（TYPE-NO）
--------------------------------------------------------------*/
ul.type_none { list-style-type: none; }

ul li img {             /* 文字可変時の画像のずれをおさえる */
	font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}

ul.disc li{
	list-style:disc;
}

ul.square li{
	list-style:square
}