@charset "Shift_JIS";


.info{
	border: 1px solid #A5B5CD;
}

.infoHeader{
	background-image: url(../../img/info_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1E4682;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.infoBottom{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.info ul li {
	background-image: url(../../../img/listImage_1.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
	padding-left: 16px;
}



/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}


/*===========　リスト付きdl　==========*/
dl.point {
	margin-bottom: 1em;
}

dl.point dt {
	font-weight: bold;
	color: #666;
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 13px;
}

dl.point dd{
	padding-left: 13px;	
}

/*===========　テーブル設定　==========*/
table.specTbl{
	width:100%;
	border-collapse:collapse;
	margin:20px 0 5px 0;
	border-top:1px #ccc solid;
}
table.specTbl col.col1{
	width:10em;	
}
table.specTbl th,
table.specTbl td{
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px #ccc solid;
	font-size:93%;
	line-height:130%;
}
table.specTbl th{
	border-right:1px #ccc solid;	
}

table.specTbl tr.zebra1{
	background-color: #e8ecf2;
}

table.specTbl th.category{
	padding-top:20px;
	padding-bottom:3px;
	padding-left:0;
	border-right:none;
	font-weight:bold;
}

p.remarks{
	margin: 0 0 0.5em 0;
	padding:0;
	font-size:93%;
	color:#666;
	line-height:130%;
}

