/*@charset "utf-8";*/

/* =import 
----------------------------------------------*/
@import url(style.css);



#reservation #pre h3{
margin-bottom:25px;
}

/* reservation
------------------------------------------- */
#reservation table span{ color:#ea4a0c; }

#reservation table{
width:100%;
border-top:#d8cec3 solid 1px;
border-left:#d8cec3 solid 1px;
border-right:#d8cec3 solid 1px;
color:#593200;
}
#reservation th{
width:15%;
background:#f2efeb;
padding:8px;
border-right:#d8cec3 solid 1px;
border-bottom:#d8cec3 solid 1px;
}
#reservation td{
padding:8px;
border-bottom:#d8cec3 solid 1px;
}
#reservation .label{
width:6em;
font-weight:bold;
}
