/* ===============================================
    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
   =============================================== */
#gamecpn_warp{ width:960px; margin:auto; margin-top: 35px; }


.gamecpnBox {
	text-align:center;
}
.gamecpnBox h3 {
	margin-bottom:30px;
}



#gamecpnHead {
	text-align:center;
	background:url("20151029_bngapp_pc_headbg.jpg") top center no-repeat;
	min-height:370px;
}
#gamecpnHeadContent {
	width:960px;
	margin:0 auto;
}

#gamecpnHeadContent h2 { padding:25px 0 0;}
#gamecpnHeadContent .headRead {	margin-bottom:20px;}
#gamecpnHeadContent .headSpan {	margin-bottom:35px;}


/* ===============================================
APP LIST
   =============================================== */
#AppList {
	width:960px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#AppList li {
	margin-bottom:20px;
	padding:20px 15px 15px;
	border:1px solid #faba0c;
	border-top:none;
	box-sizing:border-box;
	position:relative;
}
#AppList li:before {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:5px;
	width:960px;
	z-index:10;
	content:" ";
	background:url("20151029_bngapp_pc_border.gif");
}
#AppList .AppImage {
	width:120px;
	vertical-align:top;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#AppList .AppDetail {
	width:808px;
	padding-left:15px;
	vertical-align:top;
	box-sizing:border-box;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#AppList .AppDetail h4 {
	margin:0.1em 0 .5em 0;
	padding:4px 0 4px 10px;
	border-left:5px solid #e9ba25;
	font-size:30px;
	font-weight:normal;
	color:#666666;
	text-align:left;
}
#AppList .AppDetail .AppText {
	width:633px;
	text-align:left;
	vertical-align:top;
	display:inline-block;
	*display:inline;
	*zoom:1; 
}
#AppList .AppDetail .AppLink {
	width:160px;
	vertical-align:top;
	text-align:right;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#AppList .AppDetail .AppLink a {
	display:block;
	margin-bottom:10px;
}

#AppList .AppDetail .AppText p {
	font-size:14px;
	line-height:1.5;
	color:#333333;
	padding-right:15px;
}
#AppList .AppDetail .AppText small {
	display:block;
	margin-top:5px;
	font-size:11px;
	color:#8c8c8c;
}
.AppAttention {
	margin:0 auto 25px;
	border:1px solid #cccccc;
	padding:15px;
	font-size:11px;
}


/* ===============================================
ITEM LIST
   =============================================== */
.gamecpnItems {
	margin-top:35px;
}

#itemList {
	width:972px;
	margin:0 0 25px -13px;
	padding:0;
	text-align:left;
}
#itemList li {
	width:180px;
	box-sizing:border-box;
	margin:0 0 20px 14px;
	vertical-align:top;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#itemList li a {
	color:#666666;
	text-decoration:none;
}
#itemList li a:hover {
	color:#ff3000;
	text-decoration:none;
}
#itemList li a:hover .ItemImage {
	border:1px solid #ff3000;
}
#itemList li .ItemImage {
	width:180px;
	height:180px;
	border:1px solid #e9ba25;
}
#itemList li .ItemImage img {
	width:180px;
	height:180px;
}
#itemList li .ItemName {
	margin-top:6px;
	font-size:15px;
	line-height:1.3em;
}
#itemList li .ItemPrice {
	margin-top:0px;
	font-size:11px;
}





#cpnNotice {
	text-align:left;
	width:830px;
	margin:-10px auto 0;
	overflow:hidden;
}
#cpnNotice dt {
	width:140px;
	float:left;
	clear:left;
	margin-top:.7em;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}
#cpnNotice dd {
	width:650px;
	float:left;
	margin-top:.7em;
	margin-left:40px;
	padding-top:2px;
	line-height:1.7;
	font-size:13px;
	color:#333333;
}




.gamecpnCW {
	margin-top:70px;
	text-align:center;
	line-height:1.5;
	font-size:11px;
	color:#4c4c4c;
}



.cpnEtc {
	width: 820px;
    margin: 20px auto 0;
    text-align: left;
    line-height: 1.6;
}