@charset "UTF-8";


/*フロート
----------------------------------------------------------------*/

.float_none {clear: both;}
.float_r {float: right;}
.float_l {float: left;}

.line_none {border: none;}

/*▼clearfix */
.clearfix:after {/*for modern browser*/
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
	zoom:normal;/*for IE 5.5-7*/
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearfix {/*for DreamWeaver View*/
	overflow:hidden;
}
/*▲----------*/




/*注釈ボックス
----------------------------------------------------------------*/

.note_y {
	background-color: #FCF6E5;
	padding: 5px 10px;
	border: 1px solid #E6AB01;
	margin-left:30px;
	margin-right:30px;
}

#sig_home .note_y {
	background-color: #FCF6E5;
	padding: 5px 10px;
	border: 1px solid #E6AB01;
	margin-left:0px;
	margin-right:0px;
}





/*テーブル
----------------------------------------------------------------*/

.table_a {
	border-collapse:collapse;
	width:680px;
	}
.table_a th,
.table_a td {
	border: solid 1px #0e26fc;
	padding:5px;
	}
.table_a th {
	background:#e5e6fe;
	}

.table_a td {
	text-align:center;
	font-size:30px;
	}
.table_a td span {
	font-size:13px;
	}




/*スペース調整
----------------------------------------------------------------*/

.mt00 {margin-top: 0px;}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}

.mb00 {margin-bottom: 0px;}
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}

.ml00 {margin-left: 0px;}
.ml05 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}

.mr00 {margin-right: 0px;}
.mr05 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}



