/* DEFAULT CSS */
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400);
@import url('https://fonts.googleapis.com/css?family=Palanquin+Dark&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bai+Jamjuree:200,300,400,500,600,700');
/*BROWSER RESET
----------------------------------------------- */
ul, menu, dir{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:0;
}
html, body{
	font-weight:normal;
	font-style:normal;
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	display:block;
	overflow:auto;
	font-family:'Mplus 1p', sans-serif;
}
body{
  -webkit-text-size-adjust:100%;
	overflow:hidden;
}
select, input, button, textarea{
	font-family:Arial,Helvetica,sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:100%; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-family:'Mplus 1p', sans-serif;
}
a{
	text-decoration:none;
}
img{
	vertical-align:bottom;
	color:rgba(51,153,221,0);
}
form, input{
	margin:0;
	padding:0;
}
form{
	line-height:1;
}
@media screen and(min-width: 360px){/* 横向き時に文字サイズが変更しないようにする */
	*{
		-webkit-text-size-adjust:none;
	}
}
input[type='date'],
input[type='time'],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="reset"]{
	-webkit-appearance:none;
	border-radius:0;
}
input:focus::-webkit-input-placeholder{
	color:transparent;
}
input:focus:-moz-placeholder{
	color:transparent;
}
input:focus::-moz-placeholder{
	color:transparent;
}
/* ==============================================
 ユーティリティ
=============================================== */
/* 表示位置の固定
----------------------------------------------- */
.fixed{
	position:fixed;
}
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	display:block;/* for IE8 */
}
.clear{
	clear:both;
}
#clear{
	clear:both;
}
#clearfix:after{
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
#clearfix{
	display:block;/* for IE8 */
}
/* ==============================================
 コンテンツ
=============================================== */
/* javascript未使用
----------------------------------------------- */
noscript .noscript{
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	height:100%;
	background-image:url(../img/nojs_ie.png)\9!important;
	background-image:url(../img/nojs.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:120px 150px;
	-moz-background-size:120px 150px;
	background-size:120px 150px;
	background-color:#F5F5F5;
}
.wrap.noscript{
	display:none !important;
}
noscript.noscript:after{
	position:fixed;
	top:50%;
	width:100%;
	margin-top:30px;
	font-size:16px;
	color:#aaa;
	text-align:center;
	content:"JavaScriptをONにして下さい";
}
/* ==============================================
 GRANTEST DEFAULT SET
=============================================== */
/* headerの設定
----------------------------------------------- */
header{
	width:100%;
	position:fixed;
	top:0;
	right:0;
	left:0;
	background-color:rgba(0,0,0,0);
	z-index:9000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
header div.logo a{
	display:block;
	text-decoration:none;
	font-family: 'Palanquin Dark', sans-serif;
}
header div.logo h2{
	color:rgba(0,0,0,0);
	width:0;
	height:0;
	overflow:hidden;
}
header div.logo h1 img.off,
header div.logo h1 span.off,
footer div.logo img.off,
footer div.logo span.off{
	display:none;
}
header nav ul{
	list-style:none;
	list-style-position:outside;
}
footer nav ul{
	list-style:none;
	list-style-position:outside;
}
#contents{
	background-color:transparent;
}
section.container_block{
	background-color:#FFF;
}
.member_link a{
	color:#333;
}
p.cart-trigger .cb{
	color:#333;
}
.cart_price.pc span.price{
	color:#333;
}
.cart .btn_area{
	padding:0;
}
.footer_logo_area .off{
	display:none;
}
.search select{
		position:relative;
		z-index:1;
		line-height:1.8;
		display:inline-block;
		vertical-align: middle;
		height:40px;
		width:100%;
		padding:0;
		text-indent:8px;
		border: none;
		border-radius:0;
		background-color:transparent;
		background-image:none;
		box-shadow:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		color:#666;
		text-indent:0;
		border:solid 1px rgba(153,153,153,0.5);
}
@media only screen and (max-width:999px){
	/* SPの設定
	----------------------------------------------- */
	/* headerの設定
	----------------------------------------------- */
	header section.inner{
		padding:10px;
		text-align:center;
	}
	header div.logo{
		display:inline-block;
		margin:0 auto;
		padding:0 30px 0 0;
		text-align:center;
	}
	header div.logo img{
		width:80px;
	}
	header div.logo a{
		line-height:15px;
		padding:5px 0;
	}
	header section.header{
		padding:10px 0;
	}
	header section.header::after{
		display:block;
		clear:both;
		height:0;
		line-height:0;
		visibility:hidden;
		content:"";
	}
	header section div.menubtn{
		float:right;
		width:40px;
		height:40px;
		border:solid 1px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		cursor:pointer;
		position:relative;
		z-index:1;
	}
	header div.menubtn span{
		position:absolute;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		height:2px;
		width:16px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}
	header div.menubtn span:nth-child(1){
		top:35%;
	}
	header div.menubtn span:nth-child(2){
		top:50%;
	}
	header div.menubtn span:nth-child(3){
		top:65%;
	}
	header .menubtn.active span:nth-child(1){
		top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
		-moz-transform:translate(-50%,-50%) rotate(45deg);
		-ms-transform:translate(-50%,-50%) rotate(45deg);
		-o-transform:translate(-50%,-50%) rotate(45deg);
		transform:translate(-50%,-50%) rotate(45deg);
	}
	header .menubtn.active span:nth-child(2){
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		filter:alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
	}
	header .menubtn.active span:nth-child(3){
		top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(-45deg);
		-moz-transform:translate(-50%,-50%) rotate(-45deg);
		-ms-transform:translate(-50%,-50%) rotate(-45deg);
		-o-transform:translate(-50%,-50%) rotate(-45deg);
		transform:translate(-50%,-50%) rotate(-45deg);
	}
	header nav{
		display:none;
		overflow-x:scroll;
		position:fixed;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		padding:60px 0 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	header nav.active{
		display:block;
	}
	header nav ul li.acbtn{
		position:relative;
		z-index:1;
	}
	header nav ul li div{
		display:table;
		width:100%;
		padding:0 20px;
		margin:0 0 10px 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	header nav ul li div a{
		display:table-cell;
		height:50px;
		border:solid 1px;
		vertical-align:middle;
		padding:0 20px;
		font-size:15px;
		font-weight:500;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	header nav ul li div.acbtn a{
		padding:0 40px 0 20px;
		position:relative;
		z-index:1;
	}
	header nav ul li div.acbtn + ul{
		padding:0 0 0 20px;
	}
	.headercart{
		float:left;
		padding:5px 10px 5px 0;
	}
	.cart-trigger{
		position:relative;
		display:block;
		height:30px;
		overflow:hidden;
		white-space:nowrap;
		z-index:3;
		cursor:pointer;
	}
	p.cart-trigger a{
		display:block;
		width:30px;
		height:30px;
		line-height:30px;
		vertical-align:middle;
		text-align:center;
		outline:none;
		padding:0 60px 0 0;
	}
	.badge{
		display:inline-block;
		min-width:30px;
		padding:0;
		font-size:12px;
		font-weight:300;
		line-height:30px;
		color:#FFF;
		text-align:center;
		white-space:nowrap;
		vertical-align:baseline;
		background-color:rgba(255,102,102,1);
		border-radius:15px;
		right:auto !important;
		top:0 !important;
		left:30px !important;
	}
	p.cart-trigger .cb-close{
		opacity:0;
		position:absolute;
		left:0;
		top:0;
		font-size:30px;
	}
	p.cart-trigger.cart-is-visible .cb-close{
		opacity:1;
	}
	h1.page-heading{
		text-align: center;
		font-size: 18px;
		font-weight: 300;
	}
	.cart{
		position:absolute;
		height:50px;
		width:100%;
		top:60px;
		left:0;
		z-index:3;
		opacity:0;
		visibility:hidden;
		-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		-moz-transition: opacity .3s 0s, visibility 0s .3s;
		transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cart.is-visible {
		position:fixed;
		opacity:1;
		visibility: visible;
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
		top:60px;
		bottom:0;
		height:auto;
	}
	.cart .item_box .item_photo {
		padding:10px;
		width:100px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		max-width:100%;
	}
	.cart .item_box .item_name{
		font-size:12px;
	}
	.cart .item_box .item_detail{
		padding:10px 0 10px 100px;
	}
	.cart .item_box .item_price{
		font-size:24px;
		font-weight:300;
	}
	.cart .item_box .item_quantity,
	.cart .item_box .item_price span.small{
		font-size:10px;
		font-weight:300;
	}
	.cart .cart_price{
		font-size:30px;
		padding:10px;
		border-bottom:1px solid #FFF;
		text-align:right;
	}
	.cart .cart_price span{
		color:#FFF;
	}
	.cart .cart_price span.small{
		font-size:12px;
		padding:0 10px 0 0;
	}
	#cart .inner{
		height:100%;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
	}
	.cart .btn_area ul{
		padding:15px 15px 0 15px;
	}
	.cart .btn_area ul li{
		padding:0 0 15px 0;
	}
	.message{
		padding:10px;
	}
	.message .bg-danger{
		background-color:transparent;
		border:solid 1px #FFF;
		margin:0;
	}
	.container-fluid.inner ul{
		list-style:none;
		list-style-position:outside;
	}
	footer#footer{
		padding:0;
		background-repeat:no-repeat;
		background-position:center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
	}
	footer .container-fluid.inner ul li{
		margin:0 0 10px 0 !important;
		display:table !important;
		width:100%;
		padding:0 15px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	footer .container-fluid.inner ul li a{
		display:table-cell;
		vertical-align:middle;
		width:100%;
		height:50px;
		border:solid 1px #333;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	footer#footer section.footertop{
		padding:15px 0 0 0;
	}
	.footer_logo_area{
		width:90px;
		margin:0 auto;
		padding:30px 0;
	}
	.drawer_block.pc.header_bottom_area{
		display:block !important;
		bottom:0;
		right:0;
		left:0;
		position:fixed;
	}
	#search{
		background-color:rgba(0,0,0,0.5);
		padding:5px 0;
	}
	.drawer_block.pc.header_bottom_area .search_inner{
		display:table;
		width:100%;
		padding:0 10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.drawer_block.pc.header_bottom_area .search_inner div{
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.drawer_block.pc.header_bottom_area .search_inner div:nth-child(1){
		width:42%;
		padding:0 5px 0 0;
	}
	.drawer_block.pc.header_bottom_area .search_inner div:nth-child(2){
		width:58%;
		height:40px;
		padding:0 45px 0 0;
		border-bottom:none;
		position:relative;
		margin:0;
	}
	.search input[type="search"]{
		height:40px;
    width:100%;
    font-size:16px;
    border:0 none;
    padding:0.5em 0;
    box-shadow:none;
		background-color:#FFF;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.search select {
    height:40px;
		border:none;
    font-size:16px;
    padding:0.5em;
    border-radius:0;
    box-shadow:none;
		background-color:#FFF;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.search .bt_search{
		border:0;
		background:none;
		position:absolute;
		right:0;
		top:0;
		display:block;
		width:40px;
		height:40px;
		overflow:hidden;
		white-space:nowrap;
		z-index:1;
		margin:0;
		padding:0;
	}
	.bt_search .cb-search {
    fill:#FFF;
    font-size:40px;
	}
	.extra-form{
		margin:0;
	}
	section.topitem{
		position:relative;
		z-index:1;
		padding:50vw 0 0 0;
	}
	section.topitem h3{
		font-size:18px;
	}
	section.topitem h3 span{
		font-size:10px;
	}
	section.topitem dl{
		padding:0 0 30px 0;
	}
	section.topitem dd{
		padding:0 0 20px 0;
	}
	section.topitem dd p{
		text-align:left;
		padding:0 20px;
		font-size:16px;
	}
	section.topitem dd p.price{
		text-align:center;
		font-family:'Bai Jamjuree', sans-serif;
		font-size:30px;
		padding:0 0 20px 0;
	}
	section.topitem dd p.price span{
		font-size:18px;
	}
	section.topitem div.combobtn{
		display:table;
		text-align:center;
		line-height:50px;
		padding:0 30px;
		font-size:22px;
		font-weight:400;
		border:solid 1px #000;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		background-color:rgba(255,255,255,0.5);
		margin:0 auto;
	}
	section.topitem div.combobtn a{
		color:#000;
		text-decoration:none;
	}
	#item_detail_area .item_detail > *,
	#item_detail_area .item_detail dt,
	#item_detail_area .item_detail dd{
		color:#333;
	}
	#cart_item_list__item.item_box tr .item_detail,
	#cart_item_list__item.item_box tr .item_detail dt,
	#cart_item_list__item.item_box tr .item_detail dd{
		color:#333 !important;
	}
	.flowline ul li{
		font-size:10px;
	}
	.cart_item .icon_edit a .cb{
		font-size:20px;
	}
	.cart_item .item_box .td{
		padding:10px 5px;
	}
	.cartwrap .cart_item .item_box .table{
	}
}
@media screen and (orientation: landscape){
	/* SP 横の設定
	----------------------------------------------- */
}
@media only screen and (min-width:1000px){
	/* PCの設定
	----------------------------------------------- */
	#contents{
		padding:0;
	}
	header section.inner{
		position:relative;
		z-index:1;
	}
	header div.logo{
		font-size:24px;
		font-weight:500;
		white-space:nowrap;
		max-width:360px;
		overflow:hidden;
		line-height:30px;
		float:left;
	}
	header div.logo a br{
		display:none;
	}
	header section div.navibtn{
		display:none;
	}
	header nav{
		clear:both;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	header nav ul{
		display:table;
		width:100%;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	header nav ul li{
		display:table-cell;
		vertical-align:top;
		padding:0 0 0 10px;
		text-align:center;
	}
	header nav ul li.acbtn{
		position:relative;
		z-index:1;
	}
	header nav ul li div{
		display:table;
		width:100%;
	}
	header nav ul li div a{
		display:table-cell;
		height:50px;
		vertical-align:middle;
		padding:0 20px;
		font-size:15px;
		font-weight:500;
		border-bottom:solid 1px #333;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		color:#333;
	}
	header nav ul li div a p{
		font-size:10px;
		color:#666;
	}
	header nav ul li div.acbtn a{
		padding:0 40px 0 20px;
		position:relative;
		z-index:1;
	}
	header nav ul:hover a{
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	header nav ul li div a:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	header nav ul li.acbtn div.acbtn a span.icon{
		width:30px;
		height:30px;
		position:absolute;
		top:5px;
		right:5px;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	header nav ul li.acbtn:hover div.acbtn a span.icon{
		-webkit-transform:rotate(-225deg);
		-moz-transform:rotate(-225deg);
		-ms-transform:rotate(-225deg);
		-o-transform:rotate(-225deg);
		transform:rotate(-225deg);
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap{
		position:relative;
		z-index:1;
		width:30px;
		height:30px;
		display:block;
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span{
		position:absolute;
		display:block;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(1){
		width:16px;
		height:2px;
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(2){
		width:2px;
		height:16px;
	}
	header nav ul li.acbtn div.acbtn + ul{
		position:absolute;
		top:40px;
		left:0;
		display:none;
		height:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	header nav ul li.acbtn div.acbtn + ul li{
		display:block;
	}
	header nav ul li.acbtn div.acbtn + ul li div a{
		display:table-cell;
		padding:0 20px;
		height:40px;
		vertical-align:middle;
		white-space:nowrap;
	}
	header nav ul li.acbtn:hover div.acbtn + ul{
		display:block;
		height:auto;
	}
	header div.headercart{
		float:right;
		position:relative;
		z-index:2;
	}
	.cart-trigger{
		position:relative;
		display:block;
		height:30px;
		overflow:hidden;
		white-space:nowrap;
		z-index:3;
		cursor:pointer;
		line-height:30px;
		padding:0 0 0 65px;
	}
	header div.headercart p.cart-trigger a{
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		vertical-align:middle;
		text-align:center;
		outline:none;
		position:absolute;
		top:0;
		left:0;
	}
	p.cart-trigger .cb-close{
		opacity:0;
		position:absolute;
		left:0;
		top:0;
		font-size:30px;
	}
	p.cart-trigger.cart-is-visible .cb-close{
		opacity:1;
	}
	.cart_price.pc{
		color:#333;
		font-size:10px;
	}
	.cart_price.pc span.price{
		font-size:16px;
	}
	span.badge{
		display:inline-block;
		min-width:30px;
		padding:0;
		font-size:16px;
		font-weight:400;
		line-height:30px;
		color:#FFF;
		text-align:center;
		white-space:nowrap;
		vertical-align:baseline;
		background-color:rgba(255,102,102,1);
		border-radius:15px;
		top:0 !important;
		left:30px !important;
	}
	div.menberform ul{
		list-style:none;
		list-style-position:outside;
		display:table;
	}
	div.menberform ul li{
		display:table-cell;
		padding:0 20px 0 0;
	}
	div.menberform ul li a{
		padding:0 0 0 35px;
		line-height:30px;
		height:30px;
		font-size:14px;
		position:relative;
		z-index:1;
	}
	div.menberform ul li a .cb{
		font-size:30px;
		fill:#B8BEC4;
		margin-right:0;
		position:absolute;
		top:0;
		left:0;
	}
	h1.page-heading{
		text-align: center;
		font-size: 32px;
		font-weight: 300;
	}
	.drawer_block.pc.header_bottom_area{
		float:right;
	}
	.drawer_block.pc.header_bottom_area .search_inner{
		display:table;
	}
	.drawer_block.pc.header_bottom_area .search_inner div{
		display:table-cell;
		vertical-align:middle;
	}
	footer#footer{
		padding:0;
		background-repeat:no-repeat;
		background-position:center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
	}
	#cart .inner{
		position:absolute;
    right:0;
    top:0;
    width:500px;
	}
	.item_detail dt,
	.item_detail dd{
		font-size:24px;
		color:#666;
	}
	#page_product_detail div.container-fluid.inner{
		width:1000px;
		margin:0 auto;
	}
	.search select{
		height:40px;
		border:none;
		font-size:16px;
		padding:0.5em;
		border-radius:0;
		box-shadow:none;
		background-color:#FFF;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		position:relative;
		z-index:1;
		line-height:1.8;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		text-indent:8px;
		border:none;
		border-radius:0;
		background-image:none;
		box-shadow:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		color:#666;
	}
	.search input[type="search"] {
		height:40px;
		width:100%;
		font-size:16px;
		border:0 none;
		padding:0.5em 0;
		box-shadow:none;
		background-color:#FFF;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.search .input_search {
		height:50px;
		padding:0 50px 0 1em;
		border-bottom:none;
		margin-left:0;
	}
	.extra-form{
		margin:0;
	}
	section.topitem{
		display:table;
		width:100%;
	}
	section.topitem > *{
		display:table-cell !important;
		width:50% !important;
    background-color: #fff;
	}
	section.topitem div.combobtn{
		display:table;
		text-align:center;
		line-height:60px;
		padding:0 30px;
		font-size:24px;
		font-weight:400;
		border:solid 1px #000;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		background-color:rgba(255,255,255,0.5);
		margin:0 auto 60px auto;
	}
	section.topitem div.combobtn a{
		color:#000;
		text-decoration:none;
	}
	section.topitem dd{
		padding:0;
	}
	section.topitem dd p{
		padding:20px 30px 0 30px;
		font-size:18px;
	}
	section.topitem dd p.price{
		font-family:'Bai Jamjuree', sans-serif;
		font-size:40px;
	}
	section.topitem dd p.price span{
		font-size:20px;
	}
}
