@charset "UTF-8";

/* otoiawase.css */

/* -----------------------------------
common */
table{
width:660px;

margin-bottom:20px;
border-collapse:collapse;
border-spacing:0;
}

th{
white-space:nowrap;
}

th,
td {
padding:5px;
border:1px solid #bfbfbf;
text-align:left;
vertical-align:top;
}

/* -----------------------------------
common class */

.th_blue{
background-color:#cfe7f3;
}

.th_light-blue{
background-color:#deeff7;
}