/* ===============================================
    PBM
   =============================================== */
.pbm {
  min-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.pbm a img {
  opacity: 1;
  transition: all ease-in-out .25s;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  display: inline-block;
  zoom: 1;
  background:#fff;
}
.pbm a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.pbm a:hover img.ov, .pbm a:hover img.btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.pbm-box {
  margin-top: 20px;
}

.pbm-notice {
  font-size: 12px !important;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.pbm-rules {
  width: 816px;
  margin: 20px auto;
  text-align: left;
  color: #fff;
}
.pbm-rules p {
  font-size: 14px !important;
  line-height: 1.2;
  padding-left: 10px;
}
.pbm-rules a {
  padding: 0 3px;
  color: #f3f352;
  text-decoration: underline;
  margin-top: -10px;
}
.pbm-rules a:hover {
  text-decoration: underline;
}

.pbm-rules-head {
  font-size: 16px;
  font-weight: bold;
  margin-top: .6em;
  display: block;
}

.pbm-copy {
  margin: 30px auto 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: block;
}

/* ===============================================
    LAYOUT
   =============================================== */
.jfes2013 {
  width: 100%;
  background-image: url(20131209_jfes_pc_bg1.jpg);
}
.jfes2013 .showitem {
  background: #fff;
  margin: -20px auto 0;
  padding-bottom: 30px;
  width: 872px;
  overflow: hidden;
  position: relative;
}
.jfes2013 .jitem {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  left: 50%;
}
.jfes2013 .jitem li {
  width: 250px;
  display: inline;
  float: left;
  margin: 30px 12px 0;
  position: relative;
  left: -50%;
}
.jfes2013 .jitem li a span {
  line-height: 1.5;
  margin-top: 6px;
  padding: 0 8px;
  display: block;
}
.jfes2013 .about {
  width: 872px;
  height: 183px;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.jfes2013 .about .about-btn {
  position: absolute;
  bottom: 35px;
  right: 30px;
}
.jfes2013 .jmenu {
  list-style: none;
  width: 872px;
  margin: 0 auto;
  overflow: hidden;
}
.jfes2013 .jmenu li {
  float: left;
}
.jfes2013 .jchara {
  padding-top: 20px;
  width: 872px;
  margin: 20px auto;
}
.jfes2013 .jchara a span {
  line-height: 1.5;
  margin-top: 6px;
  padding: 0 8px;
  display: block;
}
.jfes2013 .jodd {
  background: #fff5c4;
  padding-bottom: 30px;
  overflow:hidden;
}
.jfes2013 .jodd .more {
  background-image: url(20131209_jfes_pc_moreodd.jpg);
  background-repeat: no-repeat;
  clear: both;
  height: 40px;
  width: 380px;
  margin: 30px auto 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight:bold;
}
.jfes2013 .jodd .more a {
  display: block;
  height: 40px;
  text-decoration:none;
  color:#f92819;
}
.jfes2013 .jodd .more a:hover {
  color:#ff7a00;
}
.jfes2013 .jeven {
  background: #fffbeb;
  padding-bottom: 30px;
  overflow:hidden;
}
.jfes2013 .jeven .more {
  background-image: url(20131209_jfes_pc_moreeven.jpg);
  background-repeat: no-repeat;
  clear: both;
  height: 40px;
  width: 380px;
  margin: 30px auto 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight:bold;
}
.jfes2013 .jeven .more a {
  display: block;
  height: 40px;
  text-decoration:none;
  color:#f92819;
}
.jfes2013 .jeven .more a:hover {
  color:#ff7a00;
}
.jfes2013 .jcopy {
  font-size: 14px;
  padding-bottom: 30px;
  display: block;
  line-height:1.4;
}

.jfes-wrap {
  width: 960px;
  margin: 0 auto;
  background-image: url(20131209_jfes_pc_bg2.png);
  text-align: center;
}
