@charset "utf-8";
/**
 *
 *  reserve.css
 *
 *  @author     {$author}
 *  @package    magsマグスミノエ
 *  @version    20080623
 */


.reserve-section {
 width: 600px;
 margin-left: auto;
 margin-right: auto;
}

/* inquiry ------------------------------------------------------------------- */
.reserve-section .inquiry {
 width: 470px;
 margin-left: 65px;
}
.reserve-section .inquiry .inquiry-middle {
 width: 470px;
 background: url(../img/bg_inquiry_middle.gif) repeat-y;
}
.reserve-section .inquiry .inquiry-bottom {
 height: 30px;
 background: url(../img/bg_inquiry_bottom.gif);
}
.reserve-section .inquiry .inquiry-middle dl {
 width: 445px;
 margin-left: 25px;
}
.reserve-section .inquiry .inquiry-middle dl dt {
 margin-right: 20px;
 width: 156px;
 float: left;
}
.reserve-section .inquiry .inquiry-middle dl dd {
 padding-bottom: 15px;
 width: 259px;
 float: left;
}

/* reserve-plan --------------------------------------------------------------- */
.reserve-section .reserve-plan .plan-banner,
.reserve-section .reserve-plan .plan-banner-var {
 margin-right: 14px;
 width: 156px;
 height: 68px;
 float: left;
}
.reserve-section .reserve-plan .plan-banner-var {
 padding: 10px 0 5px;
 background: url(../img/bn_conpe.gif) top left no-repeat;
 color: #FFF;
 font-weight: bold;
 text-align: center;
}
.reserve-section .reserve-plan .plan-text {
 width: 430px;
 float: left;
}
.reserve-section .reserve-plan .plan-text .oshisare .top,
.reserve-section .reserve-plan .plan-text .oshisare .bottom {
 height: 5px;
 font-size: 1px;
 line-height: 1px;
}
.reserve-section .reserve-plan .plan-text .oshisare .top {
 background: url(../img/bg_oshirase_top.gif) top left no-repeat;
}
.reserve-section .reserve-plan .plan-text .oshisare .middle {
 height: 63px;
 background: url(../img/bg_oshirase_middle.gif) top left no-repeat;
}
.reserve-section .reserve-plan .plan-text .oshisare .middle p {
 padding: 0 40px;
}

.reserve-section .reserve-plan .plan-text .oshisare .bottom {
 background: url(../img/bg_oshirase_bottom.gif) top left no-repeat;
}

/* table --------------------------------------------------------------------- */
tr.bg-gray {
 background-color: #E5E5E5;
}
table.border th {
 font-weight: bold;
}

