@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:#336699;
padding: 5px;
}

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

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

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



