@charset "UTF-8";


#bigBackground {
	background:url(/bc/images/net-s_tokushu/20140523_bg.jpg) repeat-x;
	background-position:0 376px;
}

.pbm {
  min-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.pbm h1,
.pbm h2,
.pbm h3,
.pbm h4,
.pbm h5,
.pbm p,
.pbm li {
  color: white;
}

.pbm a {
  color: white;
  text-decoration: underline;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.pbm a:hover {
  color: white;
  text-decoration: none;
}

.pbm a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  background: #fff;
  display: inline-block;
  zoom: 1;
}

.pbm a img.ov,
.pbm a img.btn {
  background-image: none;
  background-color: transparent;
}

.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;
}

.pbm-header h1 {
  margin: 0 auto;
}

a.pbm-txtbtn {
  background-color: #f07506;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  border: 3px solid #f25000;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 #bb1f00;
  box-shadow: 0 3px 0 #bb1f00;
  padding: 8px 30px;
  text-decoration: none;
  text-shadow: 0 1px 5px #999;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: inline-block;
}

a.pbm-txtbtn:hover {
  background-color: #ff9728;
  border: 3px solid #ff7222;
  -webkit-box-shadow: 0 3px 0 #dd4122;
  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: white;
}

.pbm-itemlist li a:hover .pbm-itemimg {
  border: 2px solid white;
}

.pbm-itemlist li a:hover .pbm-itemimg img {
  -webkit-transform: scale(1.15, 1.15) rotate(2.5deg);
  -ms-transform: scale(1.15, 1.15) rotate(2.5deg);
  transform: scale(1.15, 1.15) rotate(2.5deg);
}

.pbm-notice {
  font-size: 12px !important;
  line-height: 1.5;
  text-align: center;
  color: white;
  width: 430px;
  text-align: left;
  margin: 12px auto;
}

.pbm-rules {
  width: 800px;
  margin: 20px auto;
  text-align: left;
  color: white;
}

.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: white;
  display: block;
  line-height: 1.4;
}

/* ===============================================
    LAYOUT
   =============================================== */

.fg2014 {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
}

.fg2014 ::-moz-selection {
  background: #fff;
  color: #f27398;
}

.fg2014 ::selection {
  background: #fff;
  color: #f27398;
}

.fg2014 li {
  overflow: hidden;
  float: left;
  position: relative;
}

.fg2014 li.first {
  margin-left: 0;
}

.fg2014 li .caption {
  background-color: #f27398;
  background-color: rgba(242, 52, 95, 0.8);
  position: absolute;
  display: block;
  z-index: 3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  font-size: 12px;
  line-height: 1.5;
}

.fg2014 li .caption strong {
  font-size: 16px;
  line-height: 1.8;
}

.fg2014 li a {
  margin: 0;
}

.fg2014 li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.fg2014 li a:hover .caption {
  bottom: 0px;
}

.fg2014-topics {
  overflow: hidden;
}

.fg2014-topics li {
  width: 324px;
  height: 324px;
  margin-left: 14px;
}

.fg2014-topics li .caption {
  bottom: -320px;
  width: 304px;
  padding: 4px 10px;
}

.fg2014-topics li .photo1,
.fg2014-topics li .photo2 {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  border: 2px solid #dfdfdf;
}

.fg2014-topics li .photo1 {
  z-index: 2;
}

.fg2014-topics li .photo2 {
  z-index: 1;
}

.fg2014-topics li .photo2 img {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fg2014-topics li a:hover .photo1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

.fg2014-topics li a:hover .photo2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.fg2014-topics li a:hover .photo1,
.fg2014-topics li a:hover .photo2 {
  border: 2px solid #f44578;
}

.fg2014-items {
  overflow: hidden;
  margin-top: 14px;
}

.fg2014-items li {
  width: 238px;
  height: 238px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.fg2014-items li .photo {
  top: 0;
  left: 0;
  width: 234px;
  height: 234px;
  position: absolute;
  border: 2px solid #dfdfdf;
  overflow: hidden;
}

.fg2014-items li .photo img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border: 0;
}

.fg2014-items li .caption {
  bottom: -234px;
  width: 226px;
  padding: 4px 10px;
}

.fg2014-items li a:hover .photo {
  border: 2px solid #f44578;
}

.fg2014-items li a:hover .photo img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.fg2014-items li.middle {
  width: 492px;
}

.fg2014-items li.middle .photo {
  width: 488px;
}

.fg2014-items li.middle .caption {
  bottom: -234px;
  width: 488px;
  padding: 4px 10px;
}

.fg2014-copy {
  background: #f27398;
  text-align: center;
  margin-top: 6px;
  padding: 10px;
}
#cduFooter {
	margin-top:-40px;
}