@charset "UTF-8";
/*--------------------------------------
 テーブルスタイル
--------------------------------------*/

/* table 
--------------------------------------*/
table.pt-01{/*基本パターン*/
	/* 	margin: 0 auto 20px;
	    width: 683px; 	*/
	/* 	width:670px; */
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	background-color: #fff;
	font-size: 95%;
}
table.pt-01 thead th{
	margin-top: 1px;
	margin-left: 1px;
	color: #333;
	background-color: #E7EEF9;
	border-top: 1px solid #FFF;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFF;
	font-weight: bold;	
}
table.pt-01 th{	
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #F5F5F5;
	font-weight: normal;	
}
table.pt-01 th,
table.pt-01 td{
	padding: 5px;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
table.pt-01 td{
	vertical-align: top;
}
table.pt-02{/*枠なしパターン*/
	margin: 0 auto 30px;
	font-size: 95%;
}

table.pt-02 th{	
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #E8E8E8;
	font-weight: bold;
	text-align: left;	
}
table.pt-02 td{
	padding: 5px;
	border-bottom: 1px dotted #E8E8E8;
	vertical-align: top;
}
table.pt-05{/* 小さめ　*/
	margin: 0 auto;
	width: 600px;
}
table.pt-05 thead th{
	font-weight: bold;
	text-align: left;
}
table.pt-05 th{	
	color: #333;
	text-align: left;	
}

table.bottom-clear{
	margin-bottom: 0;
}


/* 文字位置
--------------------------------------*/
table.align1-td td{
    text-align:right;
}
table.align2-td td{
    text-align:center;
}
table.align3-td td{
	text-align:left;
}
table.align1-th th{
    text-align:right;
}
table.align2-th th{
    text-align:center;
}
table.align3-th th{
	text-align:left;
}
table.v_align1 th{
	vertical-align: top;
}
table.v_align2 th{
	vertical-align: baseline;
}
table.txt-dsn th{/*th均等割り付け*/
/*	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
*/
}

/* 横幅
--------------------------------------*/
.size-01{
	width: 10%;
}
.size-02{
	width: 20%;
}
.size-03{
	width: 30%;
}
.size-04{
	width: 40%;
}
.size-05{
	width: 50%;
}
.size-06{
	width: 60%;
}
.size-07{
	width: 70%;
}
.size-08{
	width: 80%;
}
.size-09{
	width: 90%;
}




