@charset "utf-8";


/*全般設定
------------------------------------------------------------------------------------------
■contract 特有設定
-----------------------------------------------------------------------------------------*/

#main .t0 table {
width: 100%;
margin-top: 5px;
border: 2px solid #e6e6e6;
background-color: #ffffff;
border-collapse: separate;
border-spacing: 3px;
}

#main .t1 table {
width: 100%;
margin-top: 5px;
border: 2px solid #e6e6e6;
background-color: #ffffff;
border-collapse: separate;
border-spacing: 3px;
}

#main .t1 table td {
border-bottom: 1px dotted #cac8c9;
color:#0b3b0b;
padding: 5px;
vertical-align: top;
}

#main .t1 table td.cellL01 {
border-right: 1px dotted #cac8c9;
color:#0b3b0b;
}

#main table td.cellL20 {
width: 20%;
border-right: 1px dotted #cac8c9;
color:#0b3b0b;
}

#main table td.cellL30 {
width: 30%;
border-right: 1px dotted #cac8c9;
color:#0b3b0b;
}

#main table td.cellL50 {
width: 50%;
border-right: 1px dotted #cac8c9;
color:#0b3b0b;
}

#main table td.cellL70 {
width: 70%;
border-right: 1px dotted #cac8c9;
color:#0b3b0b;
}

#main .t1 table td.cellColor {
background: #f7f7f7;
}

#main  .t1 table td.bNone {
color:#0b3b0b;
border-bottom: 0;
}




