@charset "utf-8";




/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:90%;
margin:10px auto 20px;
}

table.table th,table.table td{
width:80%;
padding:5px;
border:1px solid #cacaca;
}

table.table th{
width:20%;	
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#fafafa;
}

table.table td{border-left:#48370d;}



