@charset "utf-8";

html {color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* basic
 * --------------------------------------------------------*/
a {text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#33c}a:visited{color:#802080}a:hover{text-decoration:underline;color:#eb6100}a:active{color:#ebc300}a:focus{outline:0}a img{vertical-align:top}

.sprite {position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.block{display:block}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}

/* Common layout
 * --------------------------------------------------------*/
body {
	width: 100%;
	overflow: hidden; 
	line-height : 190%;
	letter-spacing: .05em;
	font:13px/2.0 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#wrapper, #header, #contents, #item_box {
    width: 100%;
}

.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}
.fl { float:left;}
.fr { float:right;}
.red {color: #B90A28;}
.indent1 {margin-left: 1em; text-indent: -1em;}
.indent3 {margin-left: 3em; text-indent: -3em;}
.mgnT0 {margin-top:0 !important;}
.mgnB30 {margin-bottom:30px;}
img {vertical-align:top;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 
/* wrapper
 * --------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	background-color: #fff;
}

/* header
 * --------------------------------------------------------*/
#header {
	background: #FFF;
	z-index: 10000;
	left 0;
	height: 60px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.header-absolute {
	position: absolute;
	top: auto;
	bottom: 0;
}

.header-fixed {
	position: fixed;
	top: 0;
	overflow: hidden;
}

.header-fixed_btm {
	position: fixed;
	bottom: 0;
	overflow: hidden;
}

#header #bx-pager {
	float: left;
}

#header #hdNavi {
	float: right;
}

#hdNavi ul li {
	display: table-cell;
	padding: 5px 15px 0 15px;
}

#hdNavi ul li.actBtns {
	vertical-align: bottom;
}

#hdNavi ul li.storeTop {
	padding-top: 8px;
}

#hdNavi ul li.storeTop img {
	width: 90px;
}

 #hdNavi ul li.staffBtn {
	padding: 5px 0 0 15px;
}

#hdNavi ul li.fbBtn {
	width: 150px;
	text-align: center;
	padding-right: 10px;
}

#hdNavi ul li.fbBtn .fb-like img {
	margin: 8px 10px 0px 0;
	width: inherit;
}

/* contents
 * --------------------------------------------------------*/
#contents {
	height: 100%;  
    /*overflow: auto;*/
}

/* ほぼ日ハラマキ（予告2まで） */
#contents .ttl {
	width: 100%;
	position: absolute;
	z-index: 100;
	padding: 20px 0;
}

#contents .ttl img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contents .arrow_btm,
#contents .link_yomimono {
	position: absolute;
	z-index: 100;
	top: 5px;

}

/* 商品まで移動 */
#contents .arrow_btm {
	left: 5px;
}

#contents .arrow_btm img {
	display: block;
	width: 120px;
}

/* よみものページに遷移20141217 */
#contents .link_yomimono {
	right: 5px;
}

#contents .mainSlider {
	position: relative;
}

/* copy（予告2まで） */
#contents .copy {
	width: 100%;
	position: absolute;
	z-index: 100;
	margin-top: -27px;
}

#contents .copy img {
	display: block;
	float: right;
	padding-right: 35px;
}

/*　スマホ対応：閉じるボタン　*/
#contents .closeSlideBtn {
	width: 100%;
	position: absolute;
	z-index: 100;
	margin-top: -25px;
}

#contents .closeSlideBtn img {
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	padding-right: 15px;
}

/*  item_box
 * --------------------------------------------------------*/
#item_box {
	width: 100%;
}

#item_box .inset {
    margin: 0 auto;
}

/* infoNavi */
#infoNavi {
	margin-top: 50px;
	text-align: center;
}

#infoNavi ul {
	display: table;
	margin: 0 auto 30px;
}

#infoNavi ul li {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}

#infoNavi ul li img {
	width: 236px;
}

/* item_grid */
#item_grid {
	padding-top: 50px;
	width: 920px;
	margin: 0 auto;
}

#item_grid .attention_txt {
	text-align:center;
	padding-bottom:56px;
}

#item_grid ul.colMain {
	margin-bottom: 50px;
}

#item_grid ul.colMain li {
	float:left;
	text-align:center;
	/*width: 33%;*/
	width: 304px;
}

#item_grid ul.colMain li.colCenter {
    margin-left: 304px;
}

#item_grid ul.colMain li.colRight {
    margin-right: 0;
}

#item_grid ul.colMain li.sixType {
    margin-right: 0;
}

/* 20141111 Center to the 2 Column */ 
#item_grid ul.colCenter2 {
	margin: 0 auto 50px auto;
	width: 660px;
}

.box_fl {
	margin-right: 40px;
	margin-left: 10px;
}

/* NINTENDO GAME SERIES */
#item_grid .nintendo {
    border: 2px solid #000000; 
    border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 50px;
}

#item_grid .nintendo .game_series {
	margin-left: 250px;
	margin-bottom: 20px;
}

#item_grid .nintendo .game_series img {
	margin-top: -67px;
}

#item_grid .nintendo .lastRow {
	margin-bottom: 40px;
}

#item_grid .itemInfo {
	margin: 0 auto;
	display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

#item_grid .itemInfo .in_cart {
	text-align: center;
	margin: 15px auto 5px;
}

#item_grid .itemInfo .purchase {
	margin: 10px 5px 0 5px;
	height: 86px;
}

#item_grid .itemInfo .purchaseNin {
	margin: 10px 5px 0 5px;
	height: 105px;
}

#item_grid .itemInfo .purchase .price {
	font-size:12px;
}

.cart {
	display:inline;
	float:left;
	margin:0 5px;
	text-align:center;
}

.twoBtn {
	width: 88px;
}

.fourBtn {
	width: 88px;
}

.sixBtn {
	width: 86px;
}

.cart .shipping,
.cart .stock {
	display:block;
	font-size:82%;
}

.cart .shipping {
	color: #008200;
	line-height: 15px;
	padding-top: 5px;
}

.cart .stock {
	color: #FF0000;
	margin-top: -2px;
}

/* footer
 * --------------------------------------------------------*/
#footer {
	width: 980px;
	margin: auto;
	text-align:center;
}

#footer .update {
	font-weight: bold;
	margin: 50px;
}

#footer address img {
	margin: 25px 0 35px 0;
}

/* BxSlider v4.1.2 - Fully loaded, responsive content slider
 * Written by: Steven Wanderski, 2014
 * ---------------------------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	/*min-width: 100%;*/
	/*min-height: 100%;	*/
	display: block;
}

/* THEME */
.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */
#bx-pager {}

#bx-pager img {
	height: 60px;
}
#bx-pager a {}

#bx-pager a img {
	margin: 0;
	opacity: 1;
	cursor: pointer;
}

#bx-pager .moveBtn {
	margin-right: -5px;
}

#bx-pager a:hover img,
#bx-pager a.active img {
	opacity: 0.6;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.flex-direction-nav li .flex-prev,
.flex-direction-nav li .flex-next {
	margin-top: -80px;
}

.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
 	background-size: 48px;
 	z-index: 555;
 }

.bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/arrow_left.png) no-repeat 0 0;
 	background-size: 48px;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(../images/arrow_right.png) no-repeat 0 0;
 	background-size: 48px;
}

.bx-wrapper .bx-prev:hover {
	background: url(../images/arrow_left-over.png) no-repeat 0 0;
	background-size: 48px;
}

.bx-wrapper .bx-next:hover {
	background: url(../images/arrow_right-over.png) no-repeat 0 0;
	background-size: 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 10000;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}