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



/* youkou ------------------------------------------------------------------- */
.youkou {
 width: 640px;
}
.youkou .youkou-middle {
 width: 640px;
 background: url(../img/bg_youkou_middle.gif) repeat-y;
}
.youkou .youkou-bottom {
 height: 30px;
 background: url(../img/bg_youkou_bottom.gif) top left no-repeat;
}
.youkou .youkou-middle dl {
 width: 550px;
 margin-left: 90px;
}
.youkou .youkou-middle dl dt {
 margin-right: 20px;
 width: 82px;
 float: left;
}
.youkou .youkou-middle dl dd {
 padding-bottom: 15px;
 width: 448px;
 float: left;
}

/* recruit-section ----------------------------------------------------------- */
.recruit-section {
 width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.recruit-section table {
 margin-right: 15px;
 width: 395px;
 float: left;
}
.recruit-section .recruit-photo {
 width: 190px;
 float: left;
}

/* table --------------------------------------------------------------------- */
th.bg-gray {
 background-color: #E5E5E5;
}

