@charset "utf-8";

/*----------------------------------------------------
	.t1-.t3
----------------------------------------------------*/
table.t1, table.t2, table.t3 {width:98%; margin:1%; word-break:break-all;}
table.t1 th, table.t1 td, table.t2 th, table.t2 td, table.t3 th, table.t3 td{padding:10px; border:1px solid #ddd;}
table.t1 th, table.t2 th, table.t3 th{background-color:#ff9400; color:#ffffff;}
table.t1 tr:nth-child(2n+1) td, table.t2 tr:nth-child(2n+1) td, table.t3tr:nth-child(2n+1) td{background-color:#fbfbf4; color:#000000;}
table.t1 td, table.t2 td, table.t3 td{background-color:#f4f4f4; color:#000000;}

/*----------------------------------------------------
	.t1
----------------------------------------------------*/
table.t1 th{width:30%; text-align:left;}

/*----------------------------------------------------
	.t2
----------------------------------------------------*/
table.t2 th{width:13%;}
table.t2 td{text-align:center;}
table.t2 td:first-child{text-align:left;}

/*----------------------------------------------------
	.t3
----------------------------------------------------*/
table.t3 th, table.t3 td{width:20%; text-align:left;}

/*----------------------------------------------------
	.t4
----------------------------------------------------*/
.t4{
width: 100%;
border-collapse: collapse;
border-right: 1px solid #999;
}
.t4 th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #fff;
background-color: #555;
border-left: 5px solid #ff0000; 
border-top: 1px solid #fff;
text-align:center;
font-size:0.9em;
}
.t4 td{
padding: 6px;
background-color: #fff;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
text-align:center;
font-size:0.9em;
}

/*----------------------------------------------------
	.t5
----------------------------------------------------*/
table.t5{
    border: 1px #ccc solid;
    margin: 0 0 5px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
table.t5 th, table.t5 td {
    height: 30px;
    text-align: center;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}
table.t5 th {
    background: #5b91c7;
    color: #fff;
}
table.t5 td .mark {
    background: #fff0e1;
    color: #ff6600;
    font-weight: bold;
}