/* ===============================================
    PBM
   =============================================== */
.pbm {
  min-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.pbm h1, .pbm h2, .pbm h3, .pbm h4, .pbm h5, .pbm p, .pbm li {
  color: #1c6f9d;
}
.pbm a {
  color: #d73d00;
  text-decoration: underline;
  transition: all .25s ease;
}
.pbm a:hover {
  text-decoration: none;
  color: white;
}
.pbm a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: all ease-in-out .25s;
  background: #fff;
  display: inline-block;
  zoom: 1;
}
.pbm a img.ov, .pbm a img.btn {
  background: none;
}
.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 strong {
  color: white;
}

.pbm-box {
  margin-top: 20px;
}

a.pbm-txtbtn {
  background-color: #f07506;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  border: 3px solid #f25000;
  border-radius: 10px;
  box-shadow: 0 3px 0 #bb1f00;
  padding: 8px 30px;
  text-decoration: none;
  text-shadow: 0 1px 5px #999;
  transition: all .25s ease;
  display: inline-block;
}
a.pbm-txtbtn:hover {
  background-color: #ff9728;
  border: 3px solid #ff7222;
  box-shadow: 0 3px 0 #dd4122;
  text-decoration: underline;
  color: white;
}

.pbm-itemlist {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.pbm-itemlist li {
  float: left;
  display: inline;
  margin-left: 20px;
}
.pbm-itemlist li.first {
  margin-left: 0 !important;
}
.pbm-itemlist li img {
  border: 0;
}
.pbm-itemlist li .pbm-itemname {
  border-radius: 8px;
  display: block;
  width: 178px;
  padding: 2px 8px;
  margin-top: 4px;
  line-height: 1.5;
}
.pbm-itemlist li .pbm-itemimg {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border: 2px solid #ccc;
  display: block;
}
.pbm-itemlist li a:hover .pbm-itemname {
  background-color: #d73d00;
}
.pbm-itemlist li a:hover .pbm-itemimg {
  border: 2px solid #d73d00;
}
.pbm-itemlist li a:hover .pbm-itemimg img {
  transform: scale(1.15, 1.15) rotate(2.5deg);
}

.pbm-notice {
  font-size: 12px !important;
  line-height: 1.5;
  text-align: center;
  color: #1c6f9d;
  width: 430px;
  text-align: left;
  margin: 12px auto;
}

.pbm-rules {
  width: 800px;
  margin: 20px auto;
  text-align: left;
  color: #1c6f9d;
}
.pbm-rules p {
  font-size: 13px !important;
  line-height: 1.4;
  margin-left: 1em;
}
.pbm-rules .rules-indent {
  margin-left: 1.1em;
}
.pbm-rules .rules-head {
  font-size: 15px;
  font-weight: bold;
  color: #6f8710;
  margin-top: .8em;
  margin-left: -1em;
  display: block;
}
.pbm-rules .rules-point {
  color: white;
}

.pbm-copy {
  margin: 50px auto 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  color: #1c6f9d;
  display: block;
  line-height: 1.4;
}

/* ===============================================
    LAYOUT
   =============================================== */
.xmasrepo {
  background-color: #cbedff;
  background-image: url(20140131_xmasreport_pc_bg0.jpg);
  background-repeat: repeat;
}

.xmasrepo-head {
  background-image: url(20140131_xmasreport_pc_bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.xmasrepo-head .xmasrepo-head-in {
  background-image: url(20140131_xmasreport_pc_hdbar.png);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.xmasrepo-wrap {
  width: 900px;
  margin: -120px auto 0;
  position: relative;
  z-index: 1;
}
.xmasrepo-wrap .xmasrepo-header {
  text-align: center;
}
.xmasrepo-wrap .xmasrepo-photo {
  text-align: center;
  margin-top: 50px;
}
.xmasrepo-wrap .xmasrepo-photo img {
  margin-bottom: 10px;
}
.xmasrepo-wrap .xmasrepo-photo .xmasrepo-btn {
  margin: -88px auto 20px;
  display: block;
}
.xmasrepo-wrap .xmasrepo-copy {
  text-align: center;
  background: #e20000;
  color: #ffffff;
  padding-top: 7px;
}
