@charset "shift-jis";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

/*Align Setting*/
.txtAL{
	text-align:left;
}
.txtAR{
	text-align:right;
}
.txtAC{
	text-align:center;
}
/*Font Size*/
.fontSS{
	font-size: 70%;
}
.fontS{
	font-size: 80%;
}
.fontM{
	font-size: 90%;
}
/*Midashi Style*/
.midashi{
 color:#4282C6;
 font-size: 110%;
 font-weight:bold;
}

/*VerticalAlign Setting*/
.txtVAL{
	vertical-align: top;
}
.txtVAM{
	vertical-align: middle;
}
.txtVAB{
	vertical-align: bottom;
}
/* display */
.block{ display:block;}

/* Padding */
.mL3{ margin-left: 3px;}
.mL5{ margin-left: 5px;}
.pL3{ padding-left: 3px;}
.pL5{ padding-left: 5px;}
.pL10{ padding-left: 10px;}
.pL15{ padding-left: 15px;}
.mB20{ margin-bottom: 20px;}
.mB10{ margin-bottom: 10px;}

/* Wide100% */
table.b_table{
 	border:#4282C6 2px solid;
	border-collapse:collapse;
	padding-left: 10px;
 }
table.b_table td.borderTop{
 	border-top:#4282C6 2px solid;
	border-collapse:collapse;
	padding-left: 10px;
 }

table.type100pr {width:100%;}
table.type1pr {width:1%;}

/* TableCellWide % */
table th.wide5pr,  table td.wide5pr {width: 5%;}
table th.wide10pr, table td.wide10pr{width: 10%;}
table th.wide15pr, table td.wide15pr{width: 15%;}
table th.wide20pr, table td.wide20pr{width: 20%;}
table th.wide25pr, table td.wide25pr{width: 25%;}
table th.wide30pr, table td.wide30pr{width: 30%;}
table th.wide35pr, table td.wide35pr{width: 35%;}
table th.wide40pr, table td.wide40pr{width: 40%;}
table th.wide45pr, table td.wide45pr{width: 45%;}
table th.wide50pr, table td.wide50pr{width: 50%;}
table th.wide55pr, table td.wide55pr{width: 55%;}
table th.wide60pr, table td.wide60pr{width: 60%;}
table th.wide65pr, table td.wide65pr{width: 65%;}
table th.wide70pr, table td.wide70pr{width: 70%;}
table th.wide75pr, table td.wide75pr{width: 75%;}
table th.wide80pr, table td.wide80pr{width: 80%;}


/*List Setting*/
ul.listIcon{
	margin-bottom: 1em;
	list-style:none;
}
ul.listIcon li{
	margin-left: 1em;
}

dl.listIcon {
	display: block;
}
.listIcon dt{
	float: left;
	display: block;
	width: 25%;
	margin-right: 1.5em;
}
.listIcon dd{
	float: left;
	display: block;
	width: 70%;
	margin-left: 16em;
}

