/*----------------------------------------------------------
   五葉コンサルティング　CSS
-----------------------------------------------------------*/

/* results
------------------------------------*/
#results_table{
width: 580px;
margin: 16px auto;
border: 1px solid white;
}
#results_table .col1{
width: 110px;
}
#results_table .col2{
width: 230px;
}
#results_table .col3{
}
#results_table tr.odd{
background: #d1d7fc;
}
#results_table tr{
background: #e4eaff;
}
#results_table td{
border: 1px solid white;
}
#results_table th{
font-weight: bold;
background: #334466;
border: 1px solid white;
color: white;
}
#results_table td.odd{
background: #d1d7fc;
}
