@charset "utf-8";
/* CSS Document */

@import url("common.css");


/*------------------------------------
price_list
------------------------------------*/

table#tab_ryokin {
width:603px;
border:1px solid #CCCCCC;
border-width:1px 0 0 1px;
table-layout:fixed;
margin:0 0 20px 0;
}

thead td{
background:#343434;
text-align:center;
color:#ffe400;
border:1px solid #CCCCCC;
border-width:0 1px 1px 0;
}

table#tab_ryokin tbody th, table#tab_ryokin tbody td{
border:1px solid #CCCCCC;
border-width:0 1px 1px 0;
padding:3px;
text-align:right;
}

table#tab_ryokin tbody th {
background:#ffe400;
text-align:center;
font-weight:normal;
}

table#tab_ryokin tbody a{
text-align:left;
text-decoration:underline;
font-size:13px;
float:left;
}

table#htab {
table-layout:fixed;
margin:0 0 10px 0;
border:1px solid #ccc;
border-width:1px 0 0 1px;

}

table#htab td, table#htab th{
padding:2px 10px 2px 10px;
border:1px solid #ccc;
border-width:0 1px 1px 0;
vertical-align:top;

}

table#htab th{
background:#999999;
color:#FFFFFF;
padding:0px 10px 0px 10px;
}
