@charset "Shift_JIS";
/* baseF */
.fes {
  width: 950px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.5;
  padding-bottom: 40px;
}
.fes img {
  border: none;
}
.fes a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* contentHeader */
.fes .contentHeader {
/*  margin-bottom: 35px;*/
  margin-bottom: 10px;
  background: #94b021;
}
.fes .contentHeader p {
  padding: 8px 0 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* layout */
.fes .contentWrap {
  *zoom: 1;
}
.fes .contentWrap:after {
  display: block;
  clear: both;
  content: "";
}
.fes .contentMain {
  float: left;
  width: 630px;
  overflow: hidden;
}
.fes .contentNews {
  float: right;
  width: 300px;
}

/* booklist */
.fes .booklist {
  width: 650px;
  *zoom: 1;
}
.fes .booklist:after {
  display: block;
  clear: both;
  content: "";
}
.fes .booklist .book {
  float: left;
  width: 305px;
  margin-right: 20px;
  margin-top: 15px;
  background: url(../img/bg_book_main.png) no-repeat left bottom;
}
.fes .booklist .book_inner {
  padding: 15px 10px;
}
.fes .booklist .book_title {
  padding: 15px 5px 13px;
  border-bottom: solid 1px #d6beaf;
  background: url(../img/bg_book_title.png) no-repeat left top;
  line-height: 1.0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.fes .booklist .book_thumbnail {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  height: 200px;
}
.fes .booklist .book_thumbnail span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.fes .booklist .book_thumbnail img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.fes .booklist .book_info {
  margin-bottom: 10px;
  text-align: center;
}
.fes .booklist .book_info dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.fes .booklist .book_description {
  background: url(../img/bg_book_desc.png) no-repeat left top;
  padding: 12px 5px 0 5px;
}
.fes .booklist .book_set {
  margin-bottom: 10px;
  *zoom: 1;
}
.fes .booklist .book_set:after {
  display: block;
  clear: both;
  content: "";
}
.fes .booklist .book_set .book_thumbnail {
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  padding: 0 5px 0 2px;
  margin-bottom: 0;
  margin-right: 0;
  text-align: left;
}
.fes .booklist .book_set .book_info {
  overflow: hidden;
  text-align: left;
}

/* present_btn */
.fes .present_btn {
  margin: 20px 0 20px 0;
  padding: 29px 0 31px 156px;
  background: url(../img/bg_present.png) no-repeat left top;
}

/* guide */
.fes .guide h2 {
  margin-bottom: 20px;
}
.fes .guide table {
  width: 100%;
}
.fes .guide th, .fes .guide td {
  padding: 15px 10px;
  border: solid 1px #ded5bf;
  font-size: 14px;
  vertical-align: top;
}
.fes .guide th {
  background: #ffe7bf;
  white-space: nowrap;
}
.fes .guide th span {
  color: #ed6e21;
}
.fes .guide ol {
  margin-left: 1.5em;
}
.fes .guide li {
  list-style: decimal;
}

/* news */
.fes .contentNews {
  background: #f3e7e1 url(../img/bg_news.png);
}
.fes .contentNews .news_inner {
  padding: 10px 15px;
}
.fes .contentNews h2 {
  position: relative;
  margin-right: -5px;
}
.fes .contentNews h3 {
  margin-bottom: 5px;
}
.fes .contentNews h4 {
  margin-bottom: 8px;
}
.fes .contentNews dl {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px #e4d2c5;
  *zoom: 1;
}
.fes .contentNews dl:after {
  display: block;
  clear: both;
  content: "";
}
.fes .contentNews dl.end_month {
  border-bottom: solid 1px #e4d2c5;
}
.fes .contentNews dl.end_year {
  border-bottom: none;
}
.fes .contentNews dt {
  float: left;
  margin-right: 8px;
}
.fes .contentNews dt img {
  margin-left: -8px;
}
.fes .contentNews dd {
  padding-top: 0.25em;
  overflow: hidden;
}
