@charset "UTF-8";
/*----------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body{
	font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Lucida Grande', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:0;
	padding:0;
	background-color:black;
	-webkit-text-size-adjust: 100%; 
	-webkit-appearance: none;
}
body.page{
	background-color:#666;
}

.dropshadow{
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}
a img{
	border:0;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover img{ border:0; opacity:0.8; }

.fader{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.0);
	z-index:-1;
}
.fader.on{
	background-color:rgba(0,0,0,0.5);
	z-index:10000000000;
}


/*----------------------------------------------------------------
2. Header
----------------------------------------------------------------*/
header.head{
	height:650px;
	width:auto;
	position:relative;
	background-image:url(../images/main-logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:600px;
}
header.head h1{
	display:block;
}
header.head h1 a{
	display:block;
	height:100%;
}
header.head h1 a img{
	display:block;
}
header.head .link{
	width:110px;
	position:absolute;
	right:10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background-color:black;
	border:1px solid #23bacf;
	box-shadow:0px 0px 10px rgba(0,0,0,1);
}
header.head .link a{
	display:block;
	background-position:left top;
	overflow:hidden;
	color:white;
	text-decoration:none;
	font-size:10px;
	padding:4px;
	box-sizing:border-box;
}
header.head .link a:after{
	content:"";
	position:absolute;
	right:5px;
	top:5px;
	background-image:url(../images/icon-newwindow.png);
	width:20px;
	height:20px;
	background-size:contain;
	background-position:left top;
}
header.head .link a:hover{
	opacity:0.8;
}
header.head .link a img{
	display:block;
	width:100%;
}
header.head .link a small{
	line-height:1.25em;
	display:block;
	color:#ddd;
	width:100%;
	padding:4px;
	box-sizing:border-box;
	font-size:10px;
	text-align:justify;
}

header.head .notice{
	position:absolute;
	top:460px;
	left: 50%;
	font-size:16px;
	border:1px solid white;
	padding:7px 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color:white;
	text-align:center;
}

/* 2nd */
.page header.head{
	height:auto;
	margin:0;
	background-color:black;
	margin-bottom:50px;
	background-image:none;
}
.page header.head .container{
	width:1060px;
	margin:0 auto;
	position:relative;
}
.page header.head h1{
	width:510px;
	height:75px;
	left:0;
	top:0;
	position:static;
	transform:none;
	-webkit-transform:none;
	padding:19px;
}
.page header.head .data{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.page header.head .data img{
	display:block;
	margin:0 0 0 auto;
	margin-top:5px;
}
.page header.head:after{
	content:"";
	display:block;
	width:64px;
	height:34px;
	background-image:url(../images/arrow-down2.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	position:absolute;
	bottom:-33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

/*----------------------------------------------------------------
3. Left Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
4. Right Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
5. Main Contents
----------------------------------------------------------------*/
main{
	margin:0 auto;
}

main .categories{
	max-width:1040px;
	min-width:860px;
	display:flex;
	justify-content:center;
	margin:0 auto 50px;
}
main .category{
	border: 1px solid white;
	margin:0 auto;
	width:16%;
	padding:10px;
	text-align:center;
	color:white;
	cursor:pointer;
}
main .category big{
	display:block;
	font-size:19px;
}
main .category big span{
	font-size:19px;
}
main .category span{
	display:block;
	font-size:14px;
}

main section.list{
	background-color:white;
}

main section .container{
	max-width:1040px;
	min-width:860px;
	margin:0 auto;
}
main section strong{
	display:block;
	font-size:32px;
	text-align:center;
	color:white;
	font-weight:bolder;
	margin-bottom:30px;
}
main section strong span{
	font-size:20px;
}
main section strong span big{
	font-size:40px;
	margin-right:10px;
}


main section.set .itemlist{
	overflow:hidden;
	padding-top:20px;
	margin-bottom:46px;
}

main section .itemlist{
	min-height:200px;
}
main section .itemlist{
	position:relative;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
main section .itemlist:after{
	content:"";
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	z-index: 10000000;
	box-sizing: border-box;
	background-image:url(../images/loading2.gif);
	background-repeat:no-repeat;
	background-position:center center;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	border-radius:5px;
	background-color:rgba(255,255,255,0.9);
}
main section .itemlist.done:after{
	display:none;
}

main section.set .itemlist article{
	display:block;
	width:48%;
	float:left;
	box-sizing:border-box;
	position:relative;
	margin:0 8px 10px 8px;
}
main section.set .itemlist article:nth-child(4n){
	margin-right:0;
}
main section.set .itemlist article:nth-child(4n+1){
	clear:both;
}
main section.set .itemlist article > a{
	text-decoration:none;
	color:white;
}
main section.set .itemlist article .thumb{
	background-color:#666;
	height:320px;
	border:1px solid #d90000;
	margin-bottom:10px;
}
main section.set .itemlist article .thumb:before{
	content:"Perfect Gaming Desk Set";
	color:#d90000;
	position:absolute;
	top:-25px;
	display:block;
	width:100%;
	text-align:right;
}
main section.set .itemlist article .thumb:before{
	content:"";
	display:block;
	height:100%;
	width:100%;
	box-sizing:border-box;
	border:0;
	left:0;
	position:absolute;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:101;
	top:0;
}
main section.set .itemlist article.new .thumb:before{
	background-image:url(../images/new.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:60px;
}


main section.set .itemlist article .thumb b{
	text-align:center;
	display:block;
	margin-bottom:10px;
	font-size:16px;
	letter-spacing:1px;
}
main section.set .itemlist article .thumb .pic{
	width:320px;
	width:94.11764705%;
	height:240px;
	margin:10px auto;
	text-align:center;
	overflow:hidden;
	position:relative;
}
main section.set .itemlist article .thumb .pic img{
	display:block;
	width:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
main section.set .itemlist article .detail{
	background-color:#d90000;
	color:white;
	position:relative;
	padding-left:90px;
	padding-top:12px;
	border-bottom:7px solid #970000;
	overflow:hidden;
}
main section.set .itemlist article .nolink .detail{
	display:none;
}
main section.set .itemlist article .detail:after{
	content:"送料無料※";
	color:#d90000;
	font-size:13px;
	line-height:100%;
	background-color:white;
	display:block;
	font-weight:bolder;
	letter-spacing:1px;
	position:absolute;
	padding:6px 25px;
	left:-30px;
	top:15px;
	transform:rotate(-45deg);
	z-index:100;
}
main section .itemlist article .detail .fixprice{
	display:block;
	font-size:12px;
}
main section .itemlist article .detail .fixprice:before{
	content:"定価";
	display:inline-block;
	margin-right:5px;
}
main section .itemlist article .detail .price{
	font-size:28px;
	font-family:-apple-system, BlinkMacSystemFont, Century Gothic;
	line-height:100%;
	font-weight:bolder;
	letter-spacing:0;
}
main section .itemlist article .detail .price small{
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	margin-left:3px;
}
main section .itemlist article .detail p{
	line-height:100%;
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:13px;
}
main section .follow{
	text-align:center;
	color:white;
	font-size:15px;
	font-weight:bolder;
	margin-bottom:30px;
}
main section.set:after{
	content:"";
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	position:absolute;
}
main section.set .annotation{
	width:100%;
	font-size:15px;
	color:white;
	text-align:left;
	margin-bottom:10px;
}



main section.list{
	padding-top:50px;
	background-color:#666;
	overflow:hidden;
}	
main section.list .itemlist{
	overflow:hidden;
	margin-bottom:80px;
}
main section.list .itemlist article{
	width:245px;
	width:24.1346153%;
	width:23.55769230769231%;
	float:left;
	margin-right:12px;
	margin-right:1.153846153846154%;
	margin-right:1.92307692307692%;
	margin-bottom:20px;
}
main section.list .itemlist article:nth-child(4n){
	margin-right:0;
}
main section.list .itemlist article:nth-child(4n+1){
	clear:both;
}
main section.list .itemlist article a,
main section.list .itemlist article{
	color:white;
	text-decoration:none;
	display:block;
	text-align:center;
	position:relative;
	cursor:pointer;
	
}
main section.list .itemlist article.group:after{
	content:"";
	background-image:url(../images/variations.png);
	background-repeat:no-repeat;
	background-size:contain;
	border-left:1px solid white;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:5px;
	top:5px;
}
main section.list .itemlist article .thumb{
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
	height:245px;
	width:245px;
	width:100%;
}
main section.list .itemlist article .thumb > img{
	display:block;
	position:absolute;
	width:70%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
main section.list .itemlist article .thumb:after{
	content:"送料無料※";
	color:#d90000;
	font-size:15px;
	line-height:100%;
	background-color:white;
	display:block;
	font-weight:bolder;
	letter-spacing:1px;
	position:absolute;
	padding:6px 33px;
	left:-32px;
	top:25px;
	transform:rotate(-45deg);
	z-index:100;
	/* box-shadow:3px 3px 2px rgba(10,10,10,0.3); */
	border-bottom:1px solid #999;
}
main section.list .itemlist article .thumb:before{
	content:"";
	display:block;
	height:100%;
	width:100%;
	box-sizing:border-box;
	border:0;
	left:0;
	position:absolute;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:101;
	top:0;
}
main section.list .itemlist article:hover .thumb:before{
	border:1px solid #d90000;
}
main section.list .itemlist article.new .thumb:before{
	background-image:url(../images/new.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:60px;
}
main section.list .itemlist article .code{
	display:block;
	margin-bottom:5px;
}
main section.list .itemlist article .fixprice{
	font-size:12px;
	display:block;
}
main section.list .itemlist article .fixprice:before{	
	content:"定価";
	display:inline-block;
	margin-right:5px;
}
main section.list .itemlist article .price{
	font-size:28px;
	line-height:100%;
	font-weight:bolder;
	font-family:-apple-system, BlinkMacSystemFont, Century Gothic;
	letter-spacing:0;
	font-feature-settings : "palt";
}
main section.list .itemlist article .price small{
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	margin-left:3px;
}
main section.list .itemlist article .variations{
	position:fixed;
	width:50%;
	background-color:rgba(255,255,255,0.9);
	z-index: 1000000000000;
	overflow:auto;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display:none;
}
main section.list .itemlist article.on .variations{
	display:block;
}
main section.list .itemlist article .variations .select{
	height:60px;
	box-sizing:border-box;
	padding:2px;
	border-bottom:1px solid #d90000;
	position:relative;
}
main section.list .itemlist article .variations .select:last-child{
	border-bottom:0;
}
main section.list .itemlist article .variations .select a{
	display:block;
	height:100%;
	-ms-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	text-align:left;
	padding:3px;
	box-sizing:border-box;
	
}
main section.list .itemlist article .variations .select a:hover{
	background-color:#d90000;
}
main section.list .itemlist article .variations .select a:hover .info{
	color:white;
}
main section.list .itemlist article .variations .select .pic{
	display:block;
	height:100%;
	float:left;
	margin-right:10px;
	width:50px;
}
main section.list .itemlist article .variations .select .pic img{
	display:block;
	width:auto;
	height:100%;
}
main section.list .itemlist article .variations .select .info{
	color:#333;
	color: #333;
	font-size: 13px;
	line-height: 1em;
	position:absolute;

	top:50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 70px;	
}
main section.list .itemlist article .variations .select .info .name{
	display:block;
	margin-bottom: 5px;
}
main section.list .itemlist article .variations .select .prices{
	overflow:hidden;
	display:block;
	margin-bottom: 5px;
	position:absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	color:#333;
	font-size:12px;
	padding:0 10px;
}
main section.list .itemlist article .variations .select .prices .teika{
	display:block;
	margin-right:10px;
}
main section.list .itemlist article .variations .select .prices .teika:before{
	content:"定価";
	display:inline-block;
	margin-right:3px;;
}
main section.list .itemlist article .variations .select .prices .sale{
	display:block;
	font-weight:bolder;
	font-size:13px;
}
main section.list .itemlist article .variations .select .prices .sale:before{
	content:"販売価格";
	display:inline-block;
	margin-right:3px;;
}
main section.list .annotation{
	width:100%;
	font-size:15px;
	color:white;
	text-align:left;
	margin:0 0 10px 10px;
}
main section.list .itemlist .price_off{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 45px;
	height: 45px;
	background-color:red;
	border-radius:50%;
	text-align:center;
	z-index:100;
}
main section.list .itemlist .price_off_text{
	font-size:15px;
	color:white;
	padding-top:7px;
	line-height:15px;
}

.page main{
	max-width:1060px;
	margin:0 auto;
	color:white;
}
.page main h1{
	color:white;
	font-size:22px;
	margin:0;
	display:block;
	margin-bottom:15px;
}
.page main .detail {
	margin:0 10px;
	margin-bottom:40px;
	position:relative;
}
.page main .detail .cart-status{
	overflow:hidden;
	text-indent:-1000px;
	display:block;
	width:60px;
	height:60px;
	background-image:url(../images/cart-noitem.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	right:0;
	top:-30px;
}
.page main .detail .cart-status.in{
	background-image:url(../images/cart-has.png);
}
.page main .detail .cart-status a{
	display:block;
	height:100%;
	box-sizing:border-box;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page main .detail .cart-status a:hover{
}
.page main .detail.cart  h1{
	text-align:center;
}
.page main .detail article.itemData{
	background-color:black;
	margin-bottom:20px;
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(10,10,10,0.8);
	position:relative;
}
.page main .detail article.itemData:before{
	content:"送料無料※";
	display:block;
	background-color:#f7f7f7;
	position:absolute;
	top:20px;
	color:red;
	right:40px;
	padding:5px 20px;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:2px;
}
.page main .detail.cart article.itemData:before{
	display:none;
}
.page main .detail article.itemData .image{
	background-color:#666;
	margin:20px;
}
.page main .detail article.itemData .image img{
	display:block;
	width:100%;
}
.page main .detail article.itemData .image .annotation{
	display:block;
	font-size:14px;
}
.page main .detail article.itemData .data{
	margin:20px;
	margin-top:0;
	overflow:hidden;
}
.page main .detail article.itemData .data .spec{
	float:left;
	width:50%;
	margin:20px;
	box-sizing:border-box;
}
.page main .detail article.itemData .data .spec ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.5em;
}
.page main .detail article.itemData .data .spec ul li{
	padding-left:80px;
	position:relative;
	margin-bottom:5px;
}
.page main .detail article.itemData .data .spec ul li b{
	font-weight:normal;
	position:absolute;
	top: 50%;
	display:block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:0;
	width:70px;
	text-align:right;
}
.page main .detail article.itemData .data .spec .price{
	display:block;
	font-family:Century Gothic;
}
.page main .detail article.itemData .data .spec .price .teika{
	display:block;
	font-size:14px;
}
.page main .detail article.itemData .data .spec .price .teika:before{
	content:"定価";
	display:inline-block;
	margin-right:5px;
}
.page main .detail article.itemData .spec .price .sale{
	display:inline-block;
	font-size:42px;
	font-weight:bolder;
	line-height:100%;
}
.page main .detail article.itemData .spec .price .sale small{
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	margin-left:5px;
}
.page main .detail article.itemData .data .spec .stock{
	display:inline-block;
	border:1px solid white;
	font-size:14px;
	padding:1px 10px;
	margin-left:10px;
}
.page main .detail article.itemData .data .spec .stock:before{
	content:"在庫:";
	display:inline-block;
}
.page main .detail article.itemData .data .spec .price .ship_info{
	display:block;
	font-size:14px;
}
.page main .detail article.itemData .data .buttons{
	float:right;
	width:380px;
	margin:20px;
	box-sizing:border-box;
}
.page main .detail article.itemData .data .buttons .cart a{
	display:block;
	background-color:#d90000;
	color:white;
	text-decoration:none;
	text-align:left;
	padding:24px 50px;
	box-sizing:border-box;
	font-size:24px;
	font-weight:normal;
	font-feature-settings : "palt";
	background-image:url(../images/icon-cart.png);
	background-repeat:no-repeat;
	background-position:95% center;
	border:1px solid #d90000;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}
.page main .detail article.itemData .data .buttons .cart a:hover{
	border:1px solid white;
}
.page main .detail article.itemData .data .buttons .payment-method{
	background-color:#666;
	display:block;
	overflow:hidden;
}
.page main .detail article.itemData .data .buttons .payment-method img{
	display:block;
	margin:8px auto;
}


.page main .detail article.outLink{
	overflow:hidden;
}
.page main .detail article.outLink a{
	display:block;
	float:left;
	width:49%;
	color:white;
	background-color:black;
	text-align:center;
	padding:20px;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid #d90000;
	background-position:96% center;
	background-repeat:no-repeat;
	color:#d90000;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right:2%;
	margin-bottom:10px;
}
.page main .detail article.outLink a:nth-child(2n){
	margin-right:0;
}
.page main .detail article.outLink a:hover{
	color:white;
	background-color:black;
}
.page main .detail article.outLink a.exit{
	background-image:url(../images/icon-newwindow-r.png);
}


.page main .detail article.setLink{
	box-shadow:0px 0px 10px rgba(10,10,10,0.8);
	margin-bottom:20px;
	margin-top:60px;
	position:relative;
}
.page main .detail article.setLink:before{
	position:absolute;
	content:"アイテム名";
	display:block;
	text-align:left;
	top:-55px;
	left:0;
	width:/*70%*/100%;
	text-align:center;
	/* background-color:#38383e; */
	padding:20px 0;
	font-size:15px;
	z-index: 1000;
	font-weight:bolder;
}
/*
.page main .detail article.setLink:after{
	position:absolute;
	content:"販売価格";
	display:block;
	text-align:left;
	top:-55px;
	right:0;
	width:30%;
	text-align:center;
	background-color:#38383e;
	padding:20px 0;
	font-size:15px;
	z-index: 1000;
	font-weight:bolder;
}
*/
.page main .detail article.setLink a{
	display:block;
	width:100%;
	color:white;
	background-color:black;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	border-left:1px solid #38383e;
	border-right:1px solid #38383e;
	border-bottom:1px solid #38383e;
	background-position:96% center;
	background-repeat:no-repeat;
	color:white;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right:2%;
	position:relative;
	padding:20px 10px;
	/*padding-right:30%;*/
}
.page main .detail article.setLink a:first-child{
}
.page main .detail article.setLink a:last-child{
	border:0;
}
.page main .detail article.setLink a:hover{
	color:red;
	background-color:black;
}
/*
.page main .detail article.setLink a b{
	display:block;
	width:30%;
	right:0;
	top:0;
	font-weight:normal;
	position:absolute;
	text-align:center;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	border-left:1px solid #38383e;
	padding:20px 0;
}
*/

.page main .detail.cart article.itemData{
	overflow:hidden;
	
}
.page main .detail.cart article.itemData .item-list{
	width:70%;
	float:left;
	padding:40px;
	padding-right:60px;
	box-sizing:border-box;
}
.page main .detail.cart article.itemData .item-list .itemUnit{
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #333;
}
.page main .detail.cart article.itemData .item-list .itemUnit:last-child{
	margin-bottom:0;
	border-bottom:0;
}
.page main .detail.cart article.itemData .item-list .itemUnit:before{
	content:"送料無料※";
	border:1px solid red;
	display:inline-block;
	background-color:#e34141;
	color:white;
	padding:2px 10px;
	font-size:15px;
	margin-bottom:15px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .image{
	float:left;
	width:200px;
	border:1px solid #666;
	margin:0;
	margin-right:10px;
	background-color: #666;
}
.page main .detail.cart article.itemData .item-list .itemUnit .image img{
	display:block;
	width:100%;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-data{
	margin-left:210px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .name{
	font-size:14px;
	display:block;
	margin-bottom:10px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .name a{
	color:white;
	text-decoration:none;
}
.page main .detail.cart article.itemData .item-list .itemUnit .name a:hover{
	text-decoration:underline;
	
}
.page main .detail.cart article.itemData .item-list .itemUnit .code{
	display:block;
	font-size:12px;
	margin-bottom:10px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .code:before{
	content:"型番:";
	display:inline-block;
	margin-right:5px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-sum{
	display:block;
	font-size:12px;
	margin-bottom:5px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-sum:before{
	content:"税込小計:";
	display:inline-block;
	margin-right:5px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-sum big{
	font-size:21px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-price{
	display:block;
	font-size:12px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .item-price:before{
	content:"税込単価:";
	display:inline-block;
	margin-right:5px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .amount-count{
	display:inline-block;
	margin-top:20px;
	margin-bottom:15px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .amount-count:before{
	content:"数量";
	color:white;
	display:inline-block;
	margin-right:5px;
	font-size:12px;
}
.page main .detail.cart article.itemData .item-list .itemUnit .amount-count input.text{
	border:0;
	padding:0 3px;
	box-sizing:border-box;
	width:50px;
	height:24px;
	line-height:24px;
	font-size:14px;
	text-align:right;
	border-radius:5px;
	-webkit-appearance: none;
}
.page main .detail.cart article.itemData .item-list .itemUnit .amount-count input.button{
	font-size:12px;
	border-radius:5px;
	background-color:transparent;
	color:white;
	border:1px solid white;
	height:24px;
	line-height:24px;
	padding:0px 10px;
	box-sizing:border-box;
	-webkit-appearance: none;
	cursor:pointer;
}
.page main .detail.cart article.itemData .item-list .itemUnit .amount-count input.button:hover{
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#e34141;
	border:1px solid #e34141;
}
.page main .detail.cart article.itemData .item-list .itemUnit .remove-item{
	font-size:12px;
	display:inline-block;
	height:24px;
	line-height:24px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #888;
}
.page main .detail.cart article.itemData .item-list .itemUnit .remove-item a{
	padding:0 10px;
	box-sizing:border-box;
	border:1px solid #888;
	border-radius:5px;
	background-color:transparent;
	display:block;
	height:100%;
	color:#888;
	text-decoration:none;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page main .detail.cart article.itemData .item-list .itemUnit .remove-item a:hover{
	background-color:#333;
}


.page main .detail.cart article.itemData .next-step{
	width:30%;
	float:right;
	padding:40px 40px 0 0;
	box-sizing:border-box;
}
.page main .detail.cart article.itemData .next-step .next-button{
	margin-bottom:10px;
}
.page main .detail.cart article.itemData .next-step .next-button small{
	font-size:11px;
	display:block;
	line-height:1.5em;
	color:#bbb;
	margin:5px 0;
	margin-bottom:20px;
}
.page main .detail.cart article.itemData .next-step .next-buttn a{
	display:block;
}

.page main .detail.cart article.itemData .next-step a img{
	display:block;
	width:100%;
}
.page main .detail.cart article.itemData .next-step .price-label{
	font-size:12px;
	margin-bottom:40px;
}
.page main .detail.cart article.itemData .next-step .price-label.sp{
	display:none;
}
.page main .detail.cart article.itemData .next-step .price-label .amount{
	display:block;
	text-align:right;
}
.page main .detail.cart article.itemData .next-step .price-label .amount big{
	font-size:20px;
	font-weight:bolder;
}
.page main .detail.cart article.itemData .next-step .price-label .sum{
	display:block;
	text-align:right;
}
.page main .detail.cart article.itemData .next-step .price-label .sum big{
	font-size:30px;
	font-weight:bolder;
}
.page main .detail.cart article.itemData .next-step .notice{
	font-size:10px;
	padding:7px;
	font-weight:normal;
	border:1px solid #747474;
	color:#b9b9b9;
	border-radius:3px;
}
.page main .detail article.itemData .annotation{
	font-size:14px;
	color:white;
}

/* Company */
.page.company .section{
	overflow:hidden;
}
.page.company .image{
	width:35%;
	float:left;
	overflow:hidden;
}
.page.company .image img{
	display:block;
	width:100%;
}
.page.company .profile{
	width:60%;
	float:right;
}
.page.company .profile ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	 margin-bottom:40px;
}
.page.company .profile li{
	margin:0;
	padding:15px 0;
	position:relative;
	padding-left:30%;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
.page.company .profile li a{
	color:white;
}
.page.company .profile li:last-child{
	border-bottom:0;
}
.page.company .profile li strong{
	position:absolute;
	font-size:14px;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-weight:normal;
	width:25%;
	display:block;
}


/* Horei */
.page.horei .section{
	overflow:hidden;
}
.page.horei .profile{
	width:100%;
	float:right;
}
.page.horei .profile ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	 margin-bottom:40px;
}
.page.horei .profile li{
	margin:0;
	padding:15px 0;
	position:relative;
	padding-left:30%;
	border-bottom:1px solid #ddd;
}
.page.horei .profile li a{
	color:white;
}
.page.horei .profile li:last-child{
	border-bottom:0;
}
.page.horei .profile li strong{
	position:absolute;
	font-size:14px;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-weight:normal;
	width:25%;
	display:block;
}
.page.horei .profile li b{
	display:block;
	margin-bottom:5px;
	text-decoration:underline;
	font-size:14px;
}
.page.horei .profile li em{
	font-style:normal;
	font-weight:bold;
	color:#fffacb;
}

/* Privacy */
.page.privacy .section{
	overflow:hidden;
}
.page.privacy .profile{
	width:100%;
	float:right;
}
.page.privacy .profile ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:14px;
	 margin-bottom:40px;
}
.page.privacy .profile li{
	list-style-type:none;
	margin:0;
	padding:15px 0;
	position:relative;
	font-size:14px;
	padding-left:30%;
	border-bottom:1px solid #ddd;
}
.page.privacy .profile li a{
	color:white;
}
.page.privacy .profile li:last-child{
	border-bottom:0;
}
.page.privacy .profile li strong{
	position:absolute;
	font-size:14px;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-weight:normal;
	width:25%;
	display:block;
}
.page.privacy .profile li b{
	display:block;
	margin-bottom:5px;
	text-decoration:underline;
	font-size:14px;
}
.page.privacy .profile li em{
	font-style:normal;
	font-weight:bold;
	color:#fffacb;
}



/*----------------------------------------------------------------
6. Footer
----------------------------------------------------------------*/
footer{
	background-color:black;
	text-align:center;
	padding:27px 0;
}
footer nav{
	display:block;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}
footer nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
footer nav ul li{
	list-style-type:none;
	display:inline-block;
	border-right:1px solid white;
	margin-right:1em;
	padding-right:1em;
}
footer nav ul li:last-child{
	margin-right:0;
	padding-right:0;
	border-right:0;
}
footer nav ul li a{
	color:white;
	text-decoration:none;
	font-weight:normal;
}
footer small{
	display:block;
	text-align:center;
	font-size:10px;
	color:white;
}


/*----------------------------------------------------------------
7. SMP
----------------------------------------------------------------*/
@media screen and (max-width: 736px) {

	header.head{
		height:320px;
		width:auto;
		position:relative;
		background-image:url(../images/main-logo.jpg);
		background-repeat:no-repeat;
		background-position:top;
		margin-top:10px;
		background-size:300px;
	}
	header.head h1{
		margin:0 auto;
		height:220px;
		transform:none;
	}
	header.head h1 a img{
		width:100%;
	}
	header.head .notice{
		font-size:12px;
		position:static;
		width:auto;
		margin:10px;
		box-sizing:border-box;
		line-height:1.5em;
		left:auto;
		font-weight:bolder;
		top:auto;
		transform:none;
	}
	header.head:after{
		height:35px;
	}
	.page header.head{
		padding:5px;
		margin-bottom:25px;
	}
	.page header.head h1{
		width:190px;
		height:29px;
		padding:0;
		margin:0;
		margin-bottom:5px;
		width:auto;
		height:auto;
	}
	header.head .link{
		position:absolute;
		transform:none;
		width:50px;
		right:0;
		padding:4px;
		top:10px;
	}
	header.head .link a{
		padding:0;
	}
	header.head .link a img{
		width:100%;
		height:auto;
		margin-bottom:5px;
	}
	header.head .link a b{
		font-size:10px;
		text-align:left;
		margin:0;
	}
	header.head .link a small{
		padding:0;
		font-size:8px;
		line-height:100%;
	}
	header.head .link a:after{
		width:10px;
		height:10px;
	}

	.page header.head:after{
		width:32px;
		height:17px;
		bottom:-17px;
	}
	.page header.head .container{
		width:auto;
	}
	.page header.head .data{
		width:auto;
		margin:0 10px;
		position:relative;
		transform:none;
		margin-bottom:5px;
	}
	.page header.head .data img{
		margin:0;
		width:100%;
		margin-bottom:3px;
	}
	
	.page main .detail{
		margin:0 5px;
	}
	.page main h1{
		font-size:16px;
		margin-bottom:5px;
		padding-right:60px;
		line-height:1.45em;
	}
	.page main .cart h1{
		padding-right:0;
	}
	.page main .detail .cart-status{
		width:40px;
		height:40px;
		top:0;
		right:5px;
	}
	.page main .detail article.itemData .data{
		margin:0;
	}
	.page main .detail article.itemData .image{
		margin:10px;
	}
	.page main .detail article.itemData .image .annotation{
		display:block;
		font-size:12px;
	}
	.page main .detail article.itemData .data .spec{
		float:none;
		width:auto;
		margin:5px 10px;
		font-size:12px;
		margin-bottom:10px;
	}
	.page main .detail article.itemData .data .spec .price{
		text-align:right;
	}
	.page main .detail article.itemData .data .spec ul{
		font-size:12px;
		margin-bottom:10px;
	}
	.page main .detail article.itemData .data .spec ul li{
		padding:0;
		line-height:1.25em;
	}
	.page main .detail article.itemData .data .spec ul li b{
		transform:none;
		width:auto;
		display:inline;
		position:relative;
	}
	.page main .detail article.itemData:before{
		font-size:10px;
		right:10px;
		padding:2px 10px;
		letter-spacing:0;
		top:10px;
	}
	.page main .detail article.itemData .data .spec .price{
		font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Lucida Grande', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.page main .detail article.itemData .data .spec .price .teika{
		font-size:11px;
	}
	.page main .detail article.itemData .spec .price .sale{
		font-size:26px;
		display:block;
		text-align:right;
}
	.page main .detail article.itemData .spec .price .sale small{
		font-size:10px;
	}
	.page main .detail article.itemData .data .spec .stock{
		font-size:12px;
		padding:0 5px;
		margin-left:5px;
		display:inline-block;
	}
	.page main .detail article.itemData .data .spec .price .ship_info{
		display:block;
		font-size:11px;
	}
	.page main .detail article.itemData .data .buttons{
		float:none;
		width:auto;
		margin:10px;
	}
	.page main .detail article.itemData .data .buttons .cart a{
		font-size:16px;
		padding:10px;
		text-align:center;
		background-size:24px;
		background-position:98% center;
		font-weight:bolder;
		cursor:pointer;
	}
	.page main .detail article.itemData .data .buttons .payment-method{
		text-align:right;
		background-color:transparent;
	}
	.page main .detail article.itemData .data .buttons .payment-method img{
		margin:4px 0 0 0;
		margin-left:auto;
		width:105px;
	}
	.page main .detail article.outLink{
		 margin-bottom:20px;
	}
	.page main .detail article.outLink a{
		border-width:1px;
		padding:10px;
		float:none;
		width:auto;
		margin:0;
		font-size:12px;
		border-radius:3px;
		text-align:left;
		margin-bottom:5px;
		background-color:white;
		border:0;
	}

	.page main .detail article.setLink{
		font-size:12px;
		margin-top:40px;
	}
	.page main .detail article.setLink:before{
		font-size:12px;
		top: -45px;
	}
	.page main .detail article.setLink:after{
		font-size:12px;
		top: -45px;
	}
	.page main .detail article.setLink a{
		text-align:left;
		padding:15px 10px;
	}
	.page main .detail article.setLink a b{
		padding:15px 10px;
	}
	
	main section.set .itemlist{
		margin-bottom:23px;
	}
	main section .container{
		width:auto;
		max-width:inherit;
		min-width:inherit;
	}
	main section .follow{
		font-size:12px;
	}
	main section strong{
		font-size:16px;
		margin-bottom:20px;
	}
	main section strong u{
		border-bottom:1px solid white;
	}
	main section strong big{
		margin-top:50px;
		display:block;
	}
	main section strong span big{
		font-size:30px;
	}
	main section.set .itemlist article{
		width:auto;
		float:none;
		margin:0 5px;
		margin-bottom:30px;
	}
	main section.set .itemlist article.new .thumb:before{
		background-image:url(../images/new.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:50px;
		top:0;
	}	
	main section.set .itemlist article:nth-child(3n){
		margin:0 10px;
	}
	main section.set .itemlist article .thumb{
		height:100%;
		margin-bottom:0;
	}
	main section.set .itemlist article .thumb .pic{
		margin: 5px;
		margin-bottom:5px;
		height: auto;
		width:auto;
	}
	main section.set .itemlist article .thumb .pic img{
		position:static;
		transform:none;
		width:100%;
		top:auto;
		left:auto;
	}
	main section.set .itemlist article .thumb b{
		font-size:15px;
		letter-spacing:0;
		margin-bottom:10px;
		padding:0 10px;
		line-height:1.25em;
	}
	main section.set .itemlist article .thumb:before{
		font-size:13px;
		top:-19px;
	}
	main section.set .itemlist article .detail{
		padding:6px 0 3px;
		padding-left:55px;
		border-bottom:4px solid #970000;
	}
	main section.set .itemlist article .detail:after{
		font-size:10px;
		padding:2px 30px;
		top:14px;
		left:-30px;
	}
	main section .itemlist article .detail .price{
		font-size:20px;
	}
	main section .itemlist article .detail p{
		font-size:12px;
		margin-bottom:3px;
	}
	main section.set:after{
		height:32px;
	}
	main section.set .annotation{
		width:100%;
		font-size:12px;
		color:white;
		text-align:left;
		margin:0 0 10px 10px;
	}

	main .categories{
		min-width:0;
		margin:0 auto 40px;
		justify-content:normal;
		display:block;
	}
	main .category{
		border: 1px solid white;
		margin:3px auto;
		padding:5px 5px;
		max-width:290px;
		width:95%;
		text-align:center;
		color:white;
	}
	main .category big{
		font-size:20px;
		display:block;
		margin-right:10px;
	}
	main .category big span{
		font-size:20px;
		display:inline;
	}
	main .category span{
		display:block;
		font-size:13px;
	}

	main section.list{
		padding-top:0px;
	}
	main section.list .container{
		margin-bottom:50px;
	}
	main section.list .itemlist{
		margin:0 5px;
	}
	main section.list .itemlist article{
		width:49%;
		margin-right:2%;
		margin-bottom:10px;
		position:relative;
	}
	main section.list .itemlist article a, main section.list .itemlist article{
		line-height:1.05em;
	}
	main section.list .itemlist article.group:after{
		width:15px;
		height:15px;
	}
	main section.list .itemlist article:nth-child(2n){
		margin-right:0;
	}
	main section.list .itemlist article:nth-child(2n+1){
		clear:both;
	}
	main section.list .itemlist article .thumb{
		width:auto;
		height:auto;
		margin:0;
		overflow:hidden;
		margin-bottom:5px;
	}
	main section.list .itemlist article .thumb img{
		position:static;
		width:100%;
		transform:none;
	}
	main section.list .itemlist article .thumb:after{
		font-size:10px;
		left:-40px;
		top:13px;
		padding:3px 0;
		width:80px;
		text-align:center;
		transform:none;
		font-size: 10px;
		left: -30px;
    	top: 12px;
		padding: 3px 40px;
		transform:rotate(-45deg);
		padding: 5px 11px;
	}
	main section.list .itemlist article.new .thumb:before{
		background-image:url(../images/new.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:30px;
	}


	main section.list .itemlist article .code{
		font-size:10px;
		margin:0;
		line-height:1.5em;
	}
	main section.list .itemlist article .price{
		font-size:16px;
	}
	main section.list .itemlist article .price small{
		font-size:10px;
	}
	main section.list .itemlist article .fixprice{
		font-size:10px;
		line-height:100%;
	}
	main section.list .itemlist article .variations{
		display:none;
	}
	main section.list .itemlist article.on .variations{
		position:fixed;
		display:block;
		height:auto;
		top: 50%;
		left: 50%;
		width:90%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	main section.list .itemlist article .variations .select{
		clear:both;
		overflow:hidden;
		padding:5px 0;
	}
	main section.list .itemlist article .variations .select a{
	}
	main section.list .itemlist article .variations .select .pic{
		margin-right:10px;
		width:19%;
	}
	main section.list .itemlist article .variations .select .pic img{
		height:auto;
		width:55px;
	}
	main section.list .itemlist article .variations .select{
		position:relative;
		height:auto;
	}
	main section.list .itemlist article .variations .select .info{
		top: 50%;
		transform:none;
		-webkit- transform: none;
		position:static;
		left:26%;
		margin-bottom:5px;
	}
	main section.list .itemlist article .variations .select .prices{
		transform:none;
		-webkit- transform: none;
		left:26%;
		position:static;
		padding:0 5px;
		margin-bottom:0;
		float:none;
		text-align:right;
	}
	main section.list .itemlist article .variations .select .prices .teika{
		display:inline-block;
		line-height:100%;
	}
	main section.list .itemlist article .variations .select .prices .sale{
		display:inline-block;
		line-height:100%;
	}
	main section.list .annotation{
		width:95%;
		font-size:12px;
		color:white;
		text-align:left;
		margin:20px 0 0 10px;
	}

	.page main .detail.cart article.itemData .item-list{
		width:auto;
		float:none;
		padding:5px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .image{
		width:80px;
		width:45%;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .item-data{
		margin-left:90px;
		margin-left:49%;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .name{
		font-size:12px;
		margin-bottom:5px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .code{
		margin-bottom:0;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .amount-count{
		margin-top:10px;
		margin-bottom:5px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit:before{
		font-size:10px;
		margin-bottom:5px;
		padding:1px 5px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .amount-count:before{
		font-size:12px;
		margin-right:5px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .item-sum big{
		font-size:14px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .item-sum{
		margin-bottom:0;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .item-price{
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .amount-count{
		font-size:10px;
		display:block;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .amount-count input.button{
		font-size:12px;
		padding:0 5px;
		height:auto;
		padding: 3px 10px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .amount-count input.text{
		font-size:12px;
		width:60px;
		height:auto;
		margin-right:0;
		padding: 3px;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .remove-item{
		border-left:0;
		margin:0;
		padding:0;
		margin-bottom: 5px;
		display:block;
	}
	.page main .detail.cart article.itemData .item-list .itemUnit .remove-item a{
		padding:10px 5px;
		font-size:10px;
		height: 24px;
		height:auto;
		line-height: 24px;
		line-height:100%;
		text-align:center;
	}
	.page main .detail.cart article.itemData .next-step{
		width:auto;
		float:none;
		padding:10px;
		background-color:#222;
	}
	.page main .detail.cart article.itemData .next-step .next-button{
		float:left;
		width:100%;
	}
	.page main .detail.cart article.itemData .next-step .next-button:nth-child(2n){
		margin:0;
		margin-bottom:10px;
	}
	.page main .detail.cart article.itemData .next-step a{
		display:block;
	}
	.page main .detail.cart article.itemData .next-step a img{
		width:100%;
		margin:0 auto;
	}
	.page main .detail.cart article.itemData .next-step .price-label{
		clear:both;
	}
	.page main .detail.cart article.itemData .next-step .price-label.pc{
		display:none;
	}
	.page main .detail.cart article.itemData .next-step .price-label.sp{
		display:block;
	}

	.page main .detail.cart article.itemData .next-step .next-button small{
		font-size:9px;
		line-height:1.5em;
		margin-bottom:10px;
	}
	.page main .detail.cart article.itemData .next-step .price-label .sum{
		text-align:center;
		margin-bottom:20px;
	}
	.page main .detail.cart article.itemData .next-step .price-label .sum big{
		line-height:30px;
}
	.page main .detail.cart article.itemData .next-step .price-label .amount{
		text-align:center;
	}
	.page main .detail.cart article.itemData .next-step .price-label{
		margin-bottom:10px;
	}
	.page main .detail.cart article.itemData .next-step .notice{
		clear:both;
	}
	.page main .detail article.itemData .annotation{
		font-size:12px;
		color:white;
	}
	
	/* Company */
	.page.company .image{
		width:auto;
		float:none;
		overflow:hidden;
		margin-bottom:10px;
	}
	.page.company .image img{
		display:block;
		width:100%;
		
	}
	.page.company .profile ul{
		font-size:12px;
	}
	.page.company .profile li strong{
		font-size:12px;
	}
	.page.company .profile{
		width:auto;
		float:none;
	}
	.page.company .profile li{
		padding-top:6px;
		padding-bottom:6px;
	}

	/* Horei */
	.page.horei .image{
		width:auto;
		float:none;
		overflow:hidden;
		margin-bottom:10px;
	}
	.page.horei .image img{
		display:block;
		width:100%;
		
	}
	.page.horei .profile ul{
		font-size:12px;
	}
	.page.horei .profile li strong{
		font-size:11px;
	}
	.page.horei .profile{
		width:auto;
		float:none;
	}
	.page.horei .profile li{
		padding-top:10px;
		padding-bottom:10px;
		font-size:11px;
	}
	.page.horei .profile li img{
		display:block;
		width:100%;
	}
	.page.horei .profile li b{
		font-size:11px;
	}


	/* Privacy */
	.page.privacy .profile ul{
		font-size:12px;
	}
	.page.privacy .profile li strong{
		font-size:11px;
	}
	.page.privacy .profile{
		width:auto;
		float:none;
	}
	.page.privacy .profile li{
		padding-top:10px;
		padding-bottom:10px;
	}
	.page.privacy .profile li p{
		font-size:11px;
	}
	.page.privacy .profile li img{
		display:block;
		width:100%;
	}
	.page.privacy .profile li b{
		font-size:11px;
	}

	footer{
		padding:13px 0;
	}
	footer nav ul{
		margin:0 10px;
	}
	footer nav ul li{
		display:block;
		border:0;
		margin:0;
		padding:0;
		padding:12px 0;
		border-bottom:1px solid #444;
	}
	footer small{
		font-size:8px;
	}

}
	