/* ===============================================
    PBM
   =============================================== */
.pbm {
  min-width: 960px;
  margin: 0 auto;
  padding: 0;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.pbm h1, .pbm h2, .pbm h3, .pbm h4, .pbm h5, .pbm p, .pbm li {
  color: #333333;
}
.pbm img {
  vertical-align: text-bottom;
}
.pbm ol, .pbm ul {
  list-style: none;
}
.pbm table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.pbm caption, .pbm th, .pbm td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pbm option {
  padding-right: 10px;
}
.pbm a {
  color: #2184e0;
  text-decoration: underline;
  transition: all .2s ease;
}
.pbm a:hover {
  text-decoration: none;
  color: #f53508;
}
.pbm a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: all ease-in-out .2s;
  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 a:focus {
  /*\*/
  overflow: hidden;
  /**/
}
.pbm a.pbm-txtbtn {
  display: inline-block;
  background-color: #f07506;
  padding: 8px 30px;
  border: 3px solid #f25000;
  border-radius: 10px;
  box-shadow: 0 3px 0 #bb1f00;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px 5px #999;
  transition: all .25s ease;
}
.pbm a.pbm-txtbtn:hover {
  background-color: #ff9728;
  border: 3px solid #ff7222;
  box-shadow: 0 3px 0 #dd4122;
  text-decoration: underline;
  color: #f53508;
}
.pbm a.pbm-btn {
  margin-top: 10px;
  display: block;
}
.pbm strong {
  color: #f53508;
}
.pbm .clearfix {
  clear: both;
}

.pbm-box {
  margin: 40px auto 0;
}

p.pbm-caption {
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 5px;
}

p.pbm-notice {
  font-size: 10px !important;
  line-height: 1.5;
  text-align: left;
  color: #f53508;
  width: 802px;
  margin: 12px auto;
}

.pbm-read {
  font-size: 18px;
  font-weight: bold;
}

.pbm-bnr {
  width: 94%;
  margin: 0 auto;
}

.pbm-center {
  text-align: center;
}

.pbm-itemlist {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.pbm-itemlist li {
  float: left;
  display: inline;
  margin-left: 14px;
  margin-top: 14px;
}
.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: 220px;
  padding: 2px 4px;
  margin-top: 4px;
  line-height: 1.5;
  text-align: left;
}
.pbm-itemlist li .pbm-itemimg {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border: 2px solid #ffdc5d;
  display: block;
  background: #ffffff;
}
.pbm-itemlist li a:hover .pbm-itemname {
  color: #f53508;
}
.pbm-itemlist li a:hover .pbm-itemimg {
  border: 2px solid #2184e0;
}
.pbm-itemlist li a:hover .pbm-itemimg img {
  transform: scale(1.1, 1.1);
}

.pbm-itemlist-sp {
  margin-top: 20px;
}
.pbm-itemlist-sp .item {
  list-style: none;
  margin: 0;
  padding: 10px 0% 0px;
  overflow: hidden;
}
.pbm-itemlist-sp .item li {
  margin-bottom: 10px;
  clear: both;
}
.pbm-itemlist-sp .item li img {
  float: left;
  width: 30%;
  padding-right: 2.5%;
}
.pbm-itemlist-sp .item a:after {
  content: "";
  display: block;
  clear: both;
}
.pbm-itemlist-sp .item a span {
  padding-left: 1em;
  display: block;
  color: #2184e0;
  text-decoration: none;
}

.pbm-rules {
  width: 960px;
  margin: 30px auto 0;
  text-align: left;
  color: #333333;
}
.pbm-rules h3 {
  text-align: center;
}
.pbm-rules p {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin-left: 1em;
}
.pbm-rules .rules-indent {
  margin-left: 1.1em;
}
.pbm-rules .rules-head {
  font-size: 15px;
  font-weight: bold;
  color: #f53508;
  margin-top: .8em;
  margin-left: -1em;
  display: block;
}
.pbm-rules .rules-point {
  color: #f53508;
}

.pbm-copy {
  width:920px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 12px;
  text-align:center;
  color: #4c4c4c;
  display: block;
  line-height: 1.6;
}

/* ===============================================
    LAYOUT BASICS
   =============================================== */

#pbx2 { background: #fff8af url("20160301_pb2x_pc_bg.png") repeat; padding-bottom:30px; }

#pbx2 .pb2xContent {
	margin:0 auto 40px;
	border:5px solid #158983;
	border-radius:20px;
	width:900px;
	background:#fff;
	box-sizing:border-box;
	position:relative;
}
#pbx2 .pb2xInner {
	padding:30px 10px 20px;
	text-align:center;
}

#pbx2 a:hover .btn {
	opacity:.7;
}


/* ===============================================
    HEADER
   =============================================== */

#pb2xhead {
	margin:0 auto;
	background: url("20160301_pb2x_pc_bg-head.png") top center no-repeat;
	min-height:480px;
}
#pb2xhead .contentInner {
	margin:0 auto;
	width:1020px;
	min-height:480px;
	position:relative;
}
#pb2xhead h2 {
	padding:30px 0;
	text-align:center;
}
#pb2xhead h1 { 
	position:absolute;
	left:15px;
	top:90px;
}
#pb2xhead .headBetween {
	position:absolute;
	left:70px;
	bottom:72px;
}
#pb2xhead .headBtnArea {
	position:absolute;
	width:364px;
	height:140px;
	top:280px;
	right:20px;
}
#pb2xhead .headBtnArea a {
	margin:30px auto 0;
	display:block;
	position:absolute;
	width:364px;
	text-align:center;
	transition:.3s all ease;
}
#pb2xhead #headBtnVoice {
	position:absolute;
	z-index:2;
	right:60px;
	top:3px;
}


/* ===============================================
    SECTION-1
   =============================================== */

#pbx2 .pb2xSec1 { margin-top:-60px; }
#pbx2 .pb2xSec1 h2 {
	margin-top:-2px;
	margin-left:-43px;
}


/* ===============================================
    SECTION-2
   =============================================== */

#pbx2 .pb2xSec2 { margin-top:50px; }
#pbx2 .pb2xSec2 h2 {
	margin-top:-30px;
	margin-left:-30px;
}
#pbx2 .pb2xSec2 .pb2xShopList {
	margin:12px 0 0 22px;
}
#pbx2 .pb2xSec2 .pb2xShopList li {
	display:inline-block;
	width:144px;
	height:74px;
	margin:0 22px 22px 0;
	vertical-align:top;
} 

#pbx2 .pb2xSec2 .pb2xShopOther {
	margin:0 auto;
	padding:20px 0 0;
	width:800px;
	height:52px

}
#pbx2 .pb2xSec2 .pb2xShopOtherText {
	margin-bottom:2px;
	margin-right:20px;
}

#pbx2 .pb2xSec2 a {
	text-decoration:none;
	display:inline-block;
	vertical-align: top;
}


/* ===============================================
    SECTION-3
   =============================================== */

#pbx2 .pb2xSec3 { margin-top:40px; }
#pbx2 .pb2xSec3 h2 {
	margin-top:-20px;
	margin-left:-30px;
}


/* ===============================================
    SECTION-4
   =============================================== */

#pbx2 .pb2xSec4 h2 {
	margin:20px auto 0;
	text-align:center;
}

#pbx2 .pb2xSec4 .pb2xInner p {
	width:700px;
	margin:-20px auto 0;
	padding-left:1.5em;
	padding-bottom:20px;
	text-align:left;
	font-size:14px;
	color:#1f4b49;
}

#pbx2 .pb2xSec4 .pb2xInner strong {
	margin-top:20px;
	margin-left:-1.5em;
	display:block;
	color:#1f4b49;
}

