﻿@charset "UTF-8";

/* CSS Document */

#pbpb_wrap{
	width:100%;
	min-width:1023px;
	margin:0 auto;
	background:url(/bc/images/net-s_tokushu/20150403_pbpb_bg.gif) repeat;
	}
#pbpb_contents{
	width:1023px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:50px;
	}
#pbpb_main,#pbpb_popularshop,#pbpb_charactershop,#pbpb_coution{
	background:#fff;
	border:3px solid #e5e4df;
	border-radius:14px;
	}

.pb10{ padding-bottom:10px;}
.pb25{ padding-bottom:10px;}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	} 

/*-------お知らせ---------*/
#pbpb_wrap .pbpb_info {
	padding-bottom:10px;
}

/*-------メイン---------*/
#pbpb_main .pbpb_main_bg_01{
	position:relative;
	}
#pbpb_main h2 img{
	position:absolute;
	top:116px;
	left:286px;
	}
#pbpb_main .pbpb_btn_01{
	margin-top:372px;
	margin-left:270px;
	}
#pbpb_main #pbpb_main_content_01{
	width:747px;
	height:100px;
	padding-top:372px;
	padding-left:270px;
	background:url(/bc/images/net-s_tokushu/20150630_pbpb_main_bg_01.png);
	}
#pbpb_main #pbpb_main_content_01 span{
	display:none;
	}
#pbpb_main #pbpb_main_content_01 a {
	display: block;
	background-image: url(/bc/images/net-s_tokushu/20150403_pbpb_btn_01.png);
	background-repeat: no-repeat;
	width:523px;
	height: 72px;
	text-decoration:none;
	}
#pbpb_main #pbpb_main_content_01 a:hover{background-position: 0 -72px;}

#pbpb_main_content_02{
	padding:24px 24px 30px;
	text-align:center;
	}

/*-------注釈---------*/
#pbpb_annotation p{
	padding:5px 20px;
	color:#6c717f;
	font-size:10px;
	}

/*-------人気SHOP---------*/
#pbpb_popularshop{

	margin-top:60px;
	position:relative;
	font-size:12px;
	}
#pbpb_popularshop h3{
	position:absolute;
	top:-43px;
	left:-3px;
	}
#pbpb_popularshop ul{
	width:898px;
	margin:40px auto 10px;
	list-style-type:none;
	}
#pbpb_popularshop ul li{
	float:left;
	margin:0 7px;
	}
#pbpb_popularshop p{
	margin-top:5px;
	padding-bottom:15px;
	color:#919090;
	text-align:center;
	width:210px;
	line-height:1.5em;
	}
#pbpb_popularshop ul li a img{
	width:204px;
	border:3px solid #e6e6e6;
	transition:.3s;
	}
#pbpb_popularshop ul li a:hover img{
	border:3px solid #E7A341;
	transition:.3s;
	}


/*-------キャラクター商品SHOP---------*/
#pbpb_charactershop{
	margin-top:70px;
	position:relative;
	font-size:12px;
	}
#pbpb_charactershop h3{
	position:absolute;
	top:-43px;
	left:-3px;
	}	
#pbpb_charactershop ul{
	list-style-type:none;
	}
#pbpb_charactershop ul{
	width:943px;
	margin:40px auto 25px;
	list-style-type:none;
	}
#pbpb_charactershop ul li{
	float:left;
	margin:0 12px;
	}
#pbpb_charactershop p{
	margin-top:5px;
	color:#919090;
	text-align:center;
	}
#pbpb_charactershop ul li a img{
	width:204px;
	border:3px solid #e6e6e6;
	transition:.3s;
	}
#pbpb_charactershop ul li a:hover img{
	border:3px solid #E7A341;
	transition:.3s;
	}
	
	
/*-------SHOPをチェック---------*/
#pbpb_shoplink{
	margin-top:20px;
	padding-left:224px;
	}
#pbpb_shoplink span{
	display:none;
	}
#pbpb_shoplink a {
	display: block;
	background-image: url(/bc/images/net-s_tokushu/20150403_pbpb_btn_02.png);
	background-repeat: no-repeat;
	width:574px;
	height:100px;
	text-decoration:none;
	}
#pbpb_shoplink a:hover{background-position: 0 -100px;}

	
/*-------注意事項---------*/
#pbpb_coution{
	margin-top:80px;
	padding:54px 80px 10px;
	position:relative;
	}	
#pbpb_coution h3{
	position:absolute;
	top:-45px;
	left:-3px;
	}	
#pbpb_coution dt{
	font-size:14px;
	color:#f2ab00;
	}
#pbpb_coution dd{
	color:#0e2175;
	padding-bottom:25px;
	}
	
	
	/*========================
	oocss
	=========================*/
	.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}