/************ init ************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: '游ゴシック','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 500;
	line-height: 1.3;
}

body {
	position:relative;
	width: 100%;
	min-width: 1020px;
	color: #333;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
	display:block;
}

ul {
	list-style:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	cursor: pointer;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button {
	cursor: pointer;
}

/************ common ************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}

a.menuBtn{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	color:#192b5b;
	background:#eee;
}

a.menuBtn:after{
	position: absolute;
	width: 9px;
	height: 9px;
	top: 1px;
	right:10px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.menuBtn:hover{
	background:#ddd;
}

a.menuBtn.r18{
	background:#f9c;
}

a.menuBtn.r18:hover{
	background:#ffadd6;
}

a.closeBtn{
	display:block;
	width:100px;
	height:40px;
	margin:20px auto 0;
	font-size:14px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#192b5b;
}

a.closeBtn:hover{
	background:#47557c;
}

.menuCloseMode{
	display:none;
}

.display_none {
	display: none;
}

.text_red {
	color: #de0a0a;
}

.text_center {
	text-align: center;
}

#headerBottomInner {
	width: 100%;
	margin: 0 auto;
}

#headerTopInner,
#headerBodyInner,
#contants {
	width: 1000px;
	margin: 0 auto;
}

/************ header ************/
#gtmWrapper{
	height:0;
	overflow:hidden;
}

header input,
header select {
	vertical-align:middle;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
}

header{
	width:100%;
	background:#192b5b;
	border-bottom: 5px solid #c9f;
}

#headerInner{
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
}

#headerLogoImage {
	float:left;
	width:180px;
	height:60px;
}

#headerLogoImage a,
#headerLogoImage .headerLogo {
	display:block;
	width:180px;
	height:60px;
	background:url("./../img/header/headerLogo.png") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#headerMartMenu {
	margin: 0 8px 0;
	float: left;
	overflow: hidden;
}

#headerMartMenu li {
	display: block;
	float: left;
	width: 100px;
	margin: 15px 2px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#headerMartMenu li.ec {
	background: #6c9;
	opacity: 0.8;
}
#headerMartMenu li.ec:hover {
	opacity: 1;
}

#headerMartMenu li.buy {
	background: #c9f;
}

#headerMartMenu li a {
	display: block;
	padding: 0 0 15px;
	color: #192b5b;
	text-decoration: none;
}

.headerTextInner {
	float: left;
	width: 220px;
	display: table;
	height: 60px;
}

.headerText {
	color: #fff;
	font-size: 13px;
	width: 220px;
	display: table-cell;
    vertical-align: middle;
}

#headerFormWrapper{
	/* margin-left:280px; */
}

#headerFormTop{
	position:relative;
	/* height:30px; */
	/* padding:15px 0; */
	box-sizing: content-box;
	/* border-bottom:1px solid #47557c; */
}

/************ Service ************/
#headerServiceBtn{
	float:left;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	margin: 0;
	background-image:url("./../img/header/headerIconService.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#headerServiceBtn::after{
	position:absolute;
	display:block;
	content:"";
	width: 1px;
	height: 30px;
	background-color: #47557c;
	position: absolute;
	left:60px;
	top:15px;
}

#headerServiceBtn:hover{
	background: #47557c url("./../img/header/headerIconService.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#headerServiceWrapper{
    position: absolute;
    z-index: 1002;
    height: 407px;
    top: 60px;
    left: 0px;
    background: #fff;
    border: solid 5px #435278;
    display: none;
}

#headerLogo{
	float: left;
}

ul#serviceLink{
	position: relative;
}

ul#serviceLink ul.serviceSubMenu{
	position:absolute;
	top: -15px;
	left: 250px;
	height: 407px;
	background: #eee;
	border: solid 5px #435278;
	border-left: 0px;
	width:200px;
	display:none;
}

ul#serviceLink ul.serviceSubMenu li{
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    box-sizing: border-box;
    display:block;
    margin-right:50px;
    width: 100%;
}

ul#serviceLink ul.serviceSubMenu li a{
    position: relative;
    padding: 0px 10px 0px 24px;
    margin: 0;
    vertical-align: baseline;
    background: transparent;
    text-indent: 0px;
    height: 40px;
    display:inline;
	font-size:14px;
	color:#333;
	line-height:40px;
	text-decoration: none;
	width: 100%;
}

ul#serviceLink ul.serviceSubMenu li a img{
	margin-left: 5px;
}

ul#serviceLink ul.serviceSubMenu li a:hover{
	text-decoration: underline;
}

ul#serviceLink ul.serviceSubMenu li a:before{
	position: absolute;
	width: 5px;
	height: 5px;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul#serviceLink li.serviceMenu:first-child{
	background-image: none;
	border-bottom: 1px solid #ccc;
	width: 250px;
	box-sizing: border-box;
	padding-left: 10px;
	height: 39px;
}

ul#serviceLink li.serviceMenu:first-child:hover{
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
    width: 250px;
    box-sizing: border-box;
    padding-left: 10px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn{
	position: relative;
    display: block;
    padding: 0px;
    font-size: 12px;
    line-height: 30px;
    color: #192b5b;
    text-decoration: none;
    margin: 10px 0px;
    vertical-align: baseline;
    text-indent: 0px;
    width: 230px;
    height: 30px;
	background: url("./../img/header/leftIconGolTop.png");
	text-indent:-9999px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn:hover{
	background: url("./../img/header/leftIconGolTopHover.png");
}

ul#serviceLink li.serviceMenu{
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 10px center;
	width: 250px;
	box-sizing: border-box;
	height: 50px;
}

ul#serviceLink li.serviceMenu:last-child{
	border-bottom: 0px;
}

li.serviceMenu.shop{
	background-image:url("./../img/header/leftIconShop.png");
}

li.serviceMenu.ec{
	background-image:url("./../img/header/leftIconEC.png");
}

li.serviceMenu.rental{
	background-image:url("./../img/header/leftIconRental.png");
}

li.serviceMenu.movie{
	background-image:url("./../img/header/leftIconMovie.png");
}

li.serviceMenu.buy{
	background-image:url("./../img/header/leftIconBuy.png");
}

li.serviceMenu.mobileBuy{
	background-image:url("./../img/header/leftIconMobile.png");
}

li.serviceMenu.comic{
	background-image:url("./../img/header/leftIconComic.png");
}

li.serviceMenu.game{
	background-image:url("./../img/header/leftIconGame.png");
}

li.serviceMenu.review{
	background-image:url("./../img/header/leftIconReview.png");
}

li.serviceMenu:last-child{
	border-bottom: 0px;
}

li.serviceMenu:hover{
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    box-sizing: border-box;
}

li.serviceMenu:last-child:hover{
	border-bottom: 0px;
}

#serviceLink li.serviceMenu a.serviceBtn{
	position: relative;
	display: block;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	line-height: 49px;
	color: #192b5b;
	text-decoration: none;
	margin: 0;
	vertical-align: baseline;
	background: transparent;
	text-indent: 0px;
	width: 100%;
	height: 100%;
}

#serviceLink li.serviceMenu a img{
    padding: 0 0 0 5px;
    height: 12px;
    width: auto;
    /* margin-bottom: 10px; */
}


#headerServiceWrapper #serviceLink .serviceBtn:hover{
	background-image: #eee url("./../img/header/leftIconBuy.png");
}

/******/

a#headerLogin,
a#headerSignup,
a#headerCart,
a#headerMyPage{
	display:block;
	float:right;
	width:100px;
	height:30px;
	margin:15px 10px 15px 0;
	box-sizing:border-box;
	font-size:14px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}

a#headerLogin{
	border:1px solid #fff;
	background:#192b5b;
	color:#fff;
}

a#headerLogin:hover{
	background:#47557c;
}

a#headerSignup{
	background:#fed600;
	color:#192b5b;
}

a#headerSignup:hover{
	background:#ffdf7d;
}

a#headerMyPage{
	width:120px;
	padding-left:18px;
	background:url("./../img/header/headerIconMyPage.png") no-repeat 10px center #fed600;
	color:#192b5b;
	z-index:1000;
}

a#headerMyPage.onMenu,
a#headerMyPage:hover{
	background:url("./../img/header/headerIconMyPage.png") no-repeat 10px center #ffdf7d;
}

#myPageLink{
	position:absolute;
	top:45px;
	right:10px;
	width:510px;
	box-sizing:border-box;
	border:5px solid #ffdf7d;
	padding:20px;
	background:#fff;
	z-index:1002;
}

#myPageLink .dt{
	float:left;
	line-height: 50px;
}
#myPageLink .dd{
	float:right;
	font-size:14px;
	margin-right:15px;
	line-height: 50px;
}


a#headerLogoutBtn{
	display:block;
	height:50px;
	border:#ddd 1px solid;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	color:#192b5b;
	background-color:#fff;
}

a#headerLogoutBtn:hover{
	background:#eee;
}

a#headerCart{
	margin: 0;
	width:120px;
	height: 60px;
	padding: 15px 0 15px 40px;
	background:url("./../img/header/headerIconCartNew.png") no-repeat 25px center #30416c;
	color:#fff;
	z-index:1000;
	line-height: 1.2;
}

.cartBadge {
	background: #d10912;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	color: #ddd;
	text-indent: 0;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	top: 15px;
	right: 85px;
}

.cartBadge.threeDigits {
	width: 20px;
}

a#headerCart:hover{
	background:url("./../img/header/headerIconCartNew.png") no-repeat 25px center #47557c;
}

#headerFormBottom{
	position:relative;
	height:40px;
	padding:10px 0 0;
	box-sizing: content-box;
}

#headerFormBottom a{
	text-decoration:none;
}

#headerFormBottom ul{
	float:left;
}

#headerFormBottom li{
	float:left;
	color: #fff;
}

#headerFormBottom li a{
	display:block;
	height:30px;
	border-right:#47557c 1px solid;
	color: inherit;
	padding:0 10px 10px;
	font-size:14px;
	line-height:30px;
}

#headerFormBottom li:last-child a{
	border:0;
}

#headerFormBottom li a:hover{
	background:#47557c;
}

#headerFormBottom li.here {
	height:30px;
	color:#192b5b;
	padding:0 0 10px;
	font-size:14px;
	line-height:30px;
	background: #c9f;
}

#headerFormBottom li.here a:hover {
	background: #d6adff;
}

#headerFormBottom li a.blank:after{
	display:inline-block;
	content:"";
	width:16px;
	height:11px;
	margin-left:2px;
	background:url("/v2/img/header/headerIconWindow.png") no-repeat;
	background-size:100%;
}

/* headerBottom */
#headerBottom {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

#headerBottomInner {
	/* display: -webkit-flex; */
	/* -webkit-justify-content: center; */
	/* -webkit-align-items: center; */
	display: -moz-flex;
	-moz-justify-content: center;
	-moz-align-items: center;
	display: -ms-flex;
	-ms-justify-content: center;
	-ms-align-items: center;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	padding: 10px 0;
	max-width: 1300px;
	min-width: 1020px;
}

#headerBottomInner form {
	float: left;
	margin-left: 10px;
}

#headerBottomInner p {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #192b5b;
	float: left;
	line-height: 30px;
}

#headerBottomInner input[type=text] {
    width: 500px;
    height: 30px;
    margin:  0;
    line-height: 30px;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    border: solid 1px #ccc;
    border-right: 0px;
    float: left;
    font-size: 14px;
}
@media screen and (max-width: 1130px){
	#headerBottomInner input[type=text] {
		width: 200px;
	}
}
@media screen and (max-width: 1080px){
	#headerBottomInner input[type=text] {
		width: 150px;
	}
}
#headerBottomInner input[type=submit] {
    background: #99ccff url("/v2/img/header/headerSearchBtn.png") center center no-repeat;
    text-indent: -9999px;
    height: 32px;
    color:  #fff;
    border: 0;
    width:  50px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    border: solid 1px #ccc;
    border-left: 0px;
    float: left;
}

#headerBottomInner a {
	display: inline-block;
	font-size: 14px;
	color: #192b5b;
	text-align: center;
	text-decoration: none;
}

#headerBottomInner a:hover {
	text-decoration: none;
}

.productsInner {
	float: left;
	margin-left: 10px;
	width: 457px
}

.productsInner li {
    float: left;
    width: 100px;
    height: 30px;
    border-right: solid 1px #ccc;
    text-align: center;
    box-sizing: content-box;
}

.productsInner li:first-child {
    border-left: solid 1px #ccc;
}

.productsInner a {
    font-size: 14px;
    line-height: 30px;
    color: #192b5b;
    text-align: center;
    width: 80px;
    text-decoration: none;
    padding-left: 20px;
    display: block;
    height: 30px;
}

.head_nav_game a{
	background: url("/v2/img/header/headerIconGame.png") no-repeat 0px center;
}

.head_nav_game a:hover{
	background: #ddd url("/v2/img/header/headerIconGame.png") no-repeat 0px center;
}

#headerBottomInner .head_nav_game.on a{
	color: #fff;
	background: #192b5b url("/v2/img/header/headerIconGameOn.png") no-repeat 0px center;
}

.head_nav_dvd a{
	background: url("/v2/img/header/headerIconDvd.png") no-repeat 0px center;
}

.head_nav_dvd a:hover{
	background: #ddd url("/v2/img/header/headerIconDvd.png") no-repeat 0px center;
}

#headerBottomInner .head_nav_dvd.on a{
	color: #fff;
	background: #192b5b url("./../img/header/headerIconDvdOn.png") no-repeat 0px center;
}

.head_nav_bluray a{
	background: url("/v2/img/header/headerIconDvd.png") no-repeat 0px center;
	width: 76px;
	padding-left: 24px;
}

.head_nav_bluray a:hover{
	background: #ddd url("/v2/img/header/headerIconDvd.png") no-repeat 0px center;
}

#headerBottomInner .head_nav_bluray.on a{
	color: #fff;
	background: #192b5b url("/v2/img/header/headerIconDvdOn.png") no-repeat 0px center;
}

.head_nav_cd a{
	background: url("/v2/img/header/headerIconCd.png") no-repeat 0px center;
}

.head_nav_cd a:hover{
	background: #ddd url("/v2/img/header/headerIconCd.png") no-repeat 0px center;
}

#headerBottomInner .head_nav_cd.on a{
	color: #fff;
	background: #192b5b url("./../img/header/headerIconCdOn.png") no-repeat 0px center;
}

.guideInner {
	float:right;
	position: relative;
}

.guideInner::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	top: 0px;
	left: 40px;
}

#headerBottomInner .guideInner a:hover {
	background-color: #ccc;
}

#headerBottomInner a.qanda {
	text-indent: -9999px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 5px;
	background: url('/v2/img/header/headerIconQA.png') center center no-repeat;
	vertical-align: -6px;
	float: left;
}

#headerBottomInner a.howto {
	text-indent: -9999px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 5px;
	background: url('/v2/img/header/headerIconGuide.png') center center no-repeat;
	vertical-align: -6px;
	float: left;
}


/************ footer ************/
#footerMenu {
	background: #1b2b5c;
}

#footerMenuInner {
	width:100%;
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
}

#footerMenuTitle {
	padding: 20px 10px 10px;
	border-bottom: 2px solid #3b4e89;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#footerMenu ul {
	margin: 0;
	padding: 20px 10px;
}

#footerMenu li {
	display: inline-block;
	margin: 10px 30px 10px 0;
}

#footerMenu a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 14px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}

#footerMenu a::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #fff;
}

#footerMenu a:hover {
	text-decoration: underline;
}

#footerLink{
	padding:0 10px 10px;
	background:#eee;
}

#footerLink .footerSiteMenu {
	position: relative;
	width: 100%;
	max-width: 1300px;
	min-width: 1020px;
	margin: 0 auto;
	padding: 20px 0 10px;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-indent: 10px;
}

#footerLink div span.accordion {
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	top: 50%;
	right: 5px;
	margin: -13px 0 0 0;
	border: 4px solid #1b2b5b;
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(135deg);
	cursor: pointer;
}

#footerLink div span.accordion.open {
	margin: 0;
	transform: rotate(-45deg);
}

#footerLink .listWrap {
	display: none;
	width: 100%;
	max-width: 1300px;
	min-width: 1020px;
	margin: 10px auto 0;
	padding: 25px 0 0;
	border-top: 2px solid #c8c8c8;
}

#footerLink ul{
	width:100%;
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
}

#footerLink ul:first-child{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

#footerLink li{
	float:left;
	margin-bottom:10px;
}

#footerLink li a{
	display:block;
	border-right:#ccc 1px solid;
	color:#333;
	padding:0 10px;
	font-size:14px;
	line-height:1.5em;
	text-decoration:none;
}

#footerLink li a.blank:after{
	display:inline-block;
	content:"";
	height:12px;
	width:24px;
	margin-left:3px;
	background:url("./../img/footer/footerBlankWindow.png") no-repeat center center;
}

#footerLink li a:hover{
	text-decoration:underline;
}

#footerLink li:last-child a{
	border:0;
}

footer small{
	display:block;
	padding:20px;
	font-size:13px;
	line-height:1.5em;
	color:#999;
	text-align:center;
}

#pagetopBtn{
	display:block;
	bottom:40px;
	right:20px;
	width:50px;
	height:50px;
	background:#192b5b;
}

#pagetopBtnInner{
	position:relative;
	display:block;
	top:16px;
	left:10px;
}

#pagetopBtnInner:before{
	position:relative;
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #fff transparent;
}

#pagetopBtnInner:after{
	position:relative;
	display:block;
	content:"";
	width: 0;
	height: 0;
	top:-8px;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #192b5b transparent;
}

/************ main ************/
#wrap {
	padding: 10px 0 100px;
}

#mainImage img {
	display: block;
	width: auto;
	margin: 0 auto;
}

/* search */
div.mainframe_ {
	float: right;
	zoom: 1;
	margin: 0 0 50px 35px;
	width: 760px;
}

div.leftmenuframe_ {
	width: 200px;
	margin: 10px 0 0;
	float: left;
	zoom: 1;
}

div.leftmenuframe_ h2 {
	padding: 8px 10px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}

/* cart */
div.cartmainframe_ {
	float: left;
	zoom: 1;
	margin: 0 0 50px 35px;
	width: 760px;
}

div.cartrightmenuframe_ {
	width: 200px;
	float: right;
	zoom: 1;
}

/* topics */
#topics {
	width: 1000px;
	margin: 0 auto 11px;
	padding: 7px 12px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 1.3;
	box-sizing: border-box;
}

#topics a {
	color: #de0a0a;
	text-decoration: none;
}

/* ripple */
.ripple {
	position: relative;
	overflow: hidden;
}

.ripple .rp-effect {
	position: absolute;
	border-radius: 50%;
	opacity: 0.35;
	transform: scale(0);
	background: #FFF;
	animation: ripple 700ms;
	pointer-events: none;
}

@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}

@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}

/* btn */
a.btn,
button.btn {
	display: block;
	position: relative;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

a.btn:hover,
button.btn:hover {
	opacity: 0.7;
}

a.btn.red:hover,
button.btn.red:hover {
	opacity: 0.8;
}

a.btn:disabled:hover,
button.btn:disabled:hover {
	opacity: 1;
}

a.btn.navy,
button.btn.navy {
	background-color: #192b5b;
	box-shadow: 0 3px 0 #0d173a;
	color: #fff;
}

a.btn.blue,
button.btn.blue {
	background-color: #4fa5d8;
	box-shadow: 0 3px 0 #2c83b7;
	color: #fff;
}

a.btn.orange,
button.btn.orange {
	background-color: #ff7f00;
	box-shadow: 0 3px 0 #be4a01;
	color: #fff;
}

a.btn.gray,
button.btn.gray {
	background-color: #666;
	box-shadow: 0 3px 0 #4d4d4d;
	color: #fff;
}

a.btn.lightGray,
button.btn.lightGray {
	background-color: #b3b3b3;
	box-shadow: 0 3px 0 #d7d7d7;
	color: #fff;
}

a.btn.red, button.btn.red {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background-color: #ee3e3a;
	color: #FFF;
	border-radius: 3px;
	outline: none;
}

a.btn.moveButton,
button.btn.moveButton:active {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

a.btn.navy:disabled,
button.btn.navy:disabled,
a.btn.orange:disabled,
button.btn.orange:disabled,
a.btn.red:disabled,
button.btn.red:disabled,
a.btn.gray:disabled,
button.btn.gray:disabled,
a.btn.blue:disabled,
button.btn.blue:disabled {
	background-color: #b3b3b3;
	box-shadow: none;
	color: #fff;
}

a.btn.w120,
button.btn.w120{
	width: 120px;
}

a.btn.w190,
button.btn.w190{
	width: 190px;
}
a.btn.w215,
button.btn.w215{
	width: 215px;
}
a.btn.w250,
button.btn.w250{
	width: 250px;
}
a.btn.w280,
button.btn.w280{
	width: 280px;
}
a.btn.w300,
button.btn.w300{
	width: 300px;
}
a.btn.w350,
button.btn.w350{
	width: 350px;
}
a.btn.w380,
button.btn.w380{
	width: 380px;
}
a.btn.w420,
button.btn.w420{
	width: 420px;
}

a.btn.wHalf,
button.btn.wHalf{
	width: 50%;
}
a.btn.wFull,
button.btn.wFull{
	width: 100%;
}

a.btn strong,
button.btn strong {
	font-size: 1.3em;
}

#cart_disabled {
	background-color: #b3b3b3;
	color: #fff;
	position: relative;
	text-align: center;
	width: 304px;
	height: auto;
	padding: 14px 0;
	float: left;
	font-weight: normal;
	font-weight: 500;
	top: -14px;
}
/* selectBox */
.select_wrap {
	position: relative;
	background: #fff;
	display: inline-block;
}
.select_wrap::before {
	content: '';
	position: absolute;
	top: 1px;
	right: 1px;
	width: 32px;
	height: 100%;
	background: #fff url('/v2/img/cmn/cursor_select.png') center no-repeat;
	border-left: 1px solid #d6d6d6;
	border-radius: 0 5px 5px 0;
}

.select_wrap.triangle {
	background: none;
	display: inline;
}
.select_wrap.triangle::before {
	z-index: 0;
	width:  0;
	height: 0;
	top: 50%;
	right: 10px;
	margin: -2px 0 0 0;
	background:  no-repeat;
	border: 5px solid transparent;
	border-top:  7px solid #192b5b;
	border-radius:  0;
}
select{
	outline:none;
	-moz-appearance: none;
	vertical-align: middle;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 9px 43px 9px 8px;
	background: transparent;
	border: 1px solid #e4e4e4;
	font-size: 15px;
	line-height: 1.3;
	color:#333;
	border-radius:5px;
	z-index: 1;
	position: relative;
}

select option{
	background-color: #fff;
	color: #333;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}


/* checkBox */
input[type=checkbox] {
	position: relative;
	width: 21px;
	height: 21px;
	margin: 4px 6px 0 0;
	z-index: 1;
	background: #fff;
	border: none;
	vertical-align: -4px;
}

input[type=checkbox]::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

input[type=checkbox]:checked::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: #fff url('/v2/img/cmn/form_check.png') center no-repeat;
	border: 1px solid #ccc;
	border-radius: 4px;
}


/* text */
input[type=text] {
	height: 33px;
	padding: 0 8px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	line-height: 33px;
	font-size: 16px;
}

input[type=text].w140{
	width: 140px;
}

input[type=text].w360{
	width: 360px;
}

input[type=text].w500{
	width: 500px;
}




/* radio */
input[type=radio] {
	position: relative;
	width: 21px;
	height: 21px;
	margin: 4px 6px 0 0;
	z-index: 1;
	background: #fff;
	border: none;
	vertical-align: -4px;
}

input[type=radio]::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px #ddd;
}

input[type=radio]:checked::before {
	background: #4d4d4d;
}


/* textarea */
textarea {
	width: 500px;
	padding: 0 8px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	line-height: 33px;
	font-size: 16px;
	font-family: inherit;
}

/* searchCategoryLink */
#searchCategoryLink h2 {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	text-align: center;
}

#searchCategoryLink_nav {
	display: flex;
	margin: 40px 0 60px;
	justify-content: space-between;
}

#searchCategoryLink_nav li {
	width: 230px;
}

#searchCategoryLink_nav li .btn {
	height: 70px;
	line-height: 1.3;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

#searchCategoryLink_nav01 {
	padding: 27px 0 0 70px;
	background-image: url('/v2/img/top/link/btn_game.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	background-size: 33px auto;
}

#searchCategoryLink_nav02 {
	padding: 16px 0 0 70px;
	background-image: url('/v2/img/top/link/btn_bluray.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

#searchCategoryLink_nav03 {
	padding: 16px 0 0 70px;
	background-image: url('/v2/img/top/link/btn_dvd.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

#searchCategoryLink_nav04 {
	padding: 27px 0 0 70px;
	background-image: url('/v2/img/top/link/btn_cd.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}