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

table.seido-TBL-01 {
margin: 0 0 0 1em;
padding: 0;
}
table.seido-TBL-01 td {
padding: 0 0 1em 0;
vertical-align: top;
line-height: 150%;
}

table.seido-TBL-02 {
margin: 0 0 0 1.5em;
padding: 0.5em 0 0.2em 0;
}
table.seido-TBL-02 td {
padding: 0 0 0.3em 0;
}

 
.tableType1 caption{
margin-bottom: 3px;
text-align: left;
font-weight: bold;
}

.tbCol{
	background-color:#DFDFDF;
	vertical-align:middle !important;
	font-weight: bold;
}
.v-middle{
vertical-align: middle !important;
}

#mainR .tableType1 table.notesListBox {
 margin-top: 1em;
 border: none;
}

#mainR .tableType1 table.notesListBox th, #mainR .tableType1 table.notesListBox td {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
}



/** clearfix **/
.clearfix {
 clear: both;
 min-height: 1px;/*IE7用…高さが設定されていれば回避できる*/
 zoom: 1;
 height: auto;
 background-color: transparent;
}
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
 background-color: transparent;
}
.clearfix { min-height: 1px;}
 /*----------------------------WinIE6 and below */
 /* Hides from IE-mac ￥*/
* html .clearfix { height: 1%;}
 /* End hide from IE-mac */
