@charset "UTF-8";
*{
	-webkit-text-size-adjust:none;
}
body{
	color:#000;
	font:11px/18px arial, sans-serif;
	background:#f0f0f0;
	min-width:320px;
	max-width:inherit;
	margin:0 auto;
}
/* common parts */
a{
	color:#000;
}
p{
	margin:0 0 13px;
}
img{
	border-style:none;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input, select, label, textarea{
	vertical-align:middle;
}
input.text, select, textarea{
	font:13px/25px arial, sans-serif;
	color:#000;
}
ul{
	margin:0 0 15px 10px;
	padding:0;
}
ul ul{
	margin:2px 0 2px 15px;
}
input[type="radio"], input[type="checkbox"]{
	margin:0 5px 0 0;
}
input[type="radio"]{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display:inline-block !important;
	position:relative;
	width:21px;
	height:21px;
	border:none;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:400px 240px;
	-moz-background-size:400px 240px;
	background-size:400px 240px;
}
input[type="radio"]:checked{
	background-position:-40px 0;
}
input[type="checkbox"]{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display:inline-block !important;
	position:relative;
	width:18px;
	height:18px;
	border:1px solid #666;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#d1d1d1;
	background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
	background:-webkit-linear-gradient(top, #fdfdfd 0%, #d1d1d1 100%);
	background:-moz-linear-gradient(top, #fdfdfd 0%, #d1d1d1 100%);
	background:linear-gradient(top bottom, #fdfdfd 0%, #d1d1d1 100%);
}
input[type="checkbox"]:checked{
	background:#d1d1d1;
	background:-webkit-gradient(linear, left top, left bottom, from(#353535), to(#8f8f8f));
	background:-webkit-linear-gradient(top, #353535 0%, #8f8f8f 100%);
	background:-moz-linear-gradient(top, #353535 0%, #8f8f8f 100%);
	background:linear-gradient(top bottom, #353535 0%, #8f8f8f 100%);
}
input[type="checkbox"]:checked:after{
	content:"";
	position:absolute;
	top:-2px;
	left:3px;
	width:7px;
	height:11px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
input.text, textarea{
	padding:0 10px;
	border:solid 1px #999;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#000;
}
input.text{
	height:40px;
	font-size:12px;
}
textarea{
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
}
select{
	color:#333;
	font-size:12px;
	height:40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:solid 1px #999;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:0 16px 0 5px;
	background:#fff url(//img08.magaseek.com/images/mg_sp/img/icn_select_03.png) no-repeat right 50%;
	-webkit-background-size:12px 5px;
	-moz-background-size:12px 5px;
	background-size:12px 5px;
}
input:disabled, textarea:disabled{
	opacity:0.5;
	background:#ccc;
}
input[type="radio"]:disabled{
	opacity:1;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:400px 240px;
	-moz-background-size:400px 240px;
	background-size:400px 240px;
	background-position:-80px 0;
}
select:disabled{
	opacity:0.5;
	background-color:#ccc;
}
/* spliter */
.hr{
	height:1px;
	overflow:hidden;
	clear:both;
	border:0;
	border-top:1px solid #ccc;
	background:#fff;
	margin:0 0 10px;
}
.hr.thick-line{
	background:#ccc;
	height:3px;
	border:0;
	margin-bottom:0;
}
.hr.border{
	height:6px;
	overflow:hidden;
	border:0 !important;
	background:#ccc url(//img08.magaseek.com/images/mg_sp/img/sp-main.png) repeat-x 0 -5px;
}
.hr.border-02{
	height:5px;
	overflow:hidden;
	border:0 !important;
	background:url(//img08.magaseek.com/images/mg_sp/img/img_stripe.png);
	-webkit-background-size:2px 2px;
	-moz-background-size:2px 2px;
	background-size:2px 2px;
}
.hr.dot{
	height:1px;
	border:0 !important;
	background:url(//img08.magaseek.com/images/mg_sp/img/sp-main.png) repeat-x 0 -4px;
}
.hr.full-width{
	margin-left:-10px;
	margin-right:-10px;
}
.section .hr:first-child{
	margin-top:-12px;
}
.section .tab-content .hr:first-child{
	margin-top:0;
	margin-bottom:10px;
}
.hr.thick-line.gray{
	background:#fcfcfc;
	height:5px;
	margin-bottom:10px;
}
.hr.fill-border{
	height:9px;
	border:0 !important;
	background:#ddd;
	font-size:20px;
}
.section .hr:last-child{
	margin-bottom:0;
}
/* button */
.btn{
	display:block;
	background:#222;
	background-repeat:repeat-x;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white !important;
	text-decoration:none;
	padding:0;
	line-height:26px;
	height:25px;
	text-align:center;
	position:relative;
	margin:0 auto 10px;
	width:100%;
	border:1px solid #222;
	box-sizing:border-box;
	font-size:14px;
}
.btn.main{
	font-size:14px;
	line-height:30px;
	height:30px;
}
.btn.gray{
	background:#f3f3f3;
	color:#222 !important;
	border-color:#aaa;
}
.btn.gray2{
	background:#f3f3f3;
	border:1px solid #ddd;
	color:#222 !important;
	box-shadow:none;
	margin:0 auto 12px;
}
.btn.gray2.ico-right-arrow:before{
	border-color:transparent transparent transparent #222;
}
.btn.gray2.ico-right-arrow:after{
	border-color:transparent transparent transparent #f3f3f3;
}
.btn.light-gray{
	background:#e7e7e7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7), to(#d3d3d3));
	color:#383838 !important;
	border-color:#aaa;
}
.btn.dark-gray{
	background:#888;
	color:#fff !important;
	border-color:#888;
}
.btn.light-blue{
	background:#fafdff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fafdff), to(#ebf5fb));
	color:#1c4368 !important;
	border-color:#bdcad8;
}
.btn.white{
	background:#fff;
	color:#000 !important;
}
.btn.green{
	background:#8bc34a;
	color:#fff !important;
	border-color:#8bc34a;
}
.btn.green2{
	background:#8bc34a;
	color:#fff !important;
	border-color:#8bc34a;
}
.btn.orange{
	background:#f80;
	color:#fff !important;
	border-color:#e87c00;
}
.btn.red{
	background:#e40000;
	color:#fff !important;
	border-color:#900;
}
.btn.red2{
	background:#8bc34a;
	color:#fff !important;
	border-color:#8bc34a;
}
.btn.purple{
	background:#a6a;
	color:#fff !important;
	border-color:#9b5d9b;
}
.btn.otherBrowser{
	box-shadow:none;
	background:#f3f3f3;
	border:1px solid #ddd;
	height:45px;
	line-height:45px;
	font-size:14px;
	color:#222;
	margin:0;
}
.btn.otherBrowser a{
	display:block;
	position:relative;
}
.btn.otherBrowser:not(.noIcon) a:before{
	content: '';
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other2_2.png) no-repeat;
	-webkit-background-size:280px 40px;
	-moz-background-size:280px 40px;
	background-size:280px 40px;
	background-position:-240px 0;
	width:12px;
	height:12px;
	display:inline;
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:7px;
}
.btn.otherBrowser a:link{
	text-decoration:none;
	color:#222;
}
.btn.main.no-shadow{
	box-shadow:none;
	border:1px solid #adadad;
}
.ico-right-arrow:after, .ico-right-arrow:before, .ico-right-arrow-fill:after{
	content:"";
	position:absolute;
	border-width:5px;
	border-color:transparent transparent transparent #fff;
	border-style:solid;
	top:50%;
	width:0;
	height:0;
	margin:-5px 0 0 0;
	right:1px;
}
.ico-right-arrow:after{
	right:2px;
	border-left-color:#1a1a1a;
}
.ico-left-arrow:after, .ico-left-arrow:before{
	content:"";
	position:absolute;
	border-width:5px;
	border-color:transparent #1a1a1a transparent transparent;
	border-style:solid;
	top:50%;
	width:0;
	height:0;
	margin:-5px 0 0 0;
	left:2px;
}
.ico-left-arrow:before{
	left:1px;
	border-right-color:#fff;
}
.white.ico-right-arrow:before{
	border-left-color:#000;
}
.white.ico-right-arrow:after{
	border-left-color:#fff;
}
.gray.ico-right-arrow:before{
	border-left-color:#000;
}
.gray.ico-right-arrow:after{
	border-left-color:#f3f3f3;
}
.white.ico-left-arrow:before{
	border-right-color:#000;
}
.white.ico-left-arrow:after{
	border-right-color:#fff;
}
.gray.ico-left-arrow:before{
	border-right-color:#000;
}
.gray.ico-left-arrow:after{
	border-right-color:#f3f3f3;
}
.red.ico-left-arrow:after{
	border-right-color:#c90000;
}
.red.ico-right-arrow:after{
	border-left-color:#c90000;
}
.red2.ico-right-arrow:after{
	border-left-color:#8bc34a;
}
.green.ico-left-arrow:before{
	border-left-color:#8bc34a;
}
.green.ico-right-arrow:after{
	border-left-color:#8bc34a;
}
.green2.ico-right-arrow:after{
	border-left-color:#8bc34a;
}
.light-blue.ico-right-arrow:before{
	border-width:5px;
	border-color:transparent transparent transparent #bdcad8;
	border-style:solid;
}
.light-blue.ico-right-arrow:after{
	right:3px;
	border-left-color:#fafdff;
}
.btn.small{
	width:auto;
	padding:0 15px;
	display:inline-block;
}
.btn.small.centered{
	display:block;
}
.btn.big{
	height:45px;
	line-height:45px;
}
.btn.big2{
	height:73px;
	line-height:73px;
	font-size:16px;
}
.flat{
	background:#222;
	margin:6px 0 36px 0;
}
.flat.ico-right-arrow:after, .flat.ico-right-arrow:before{
	border-width:9px;
	margin:-9px 0 0 0;
	right:-1px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin-top:-8px;
}
.flat.ico-right-arrow:after{
	right:0;
	border-left-color:#222;
}
.w185{
	width:185px;
}
.w260{
	width:260px;
}
.ico-right-arrow-sm{
	position:relative;
	padding:0 10px 0 0;
}
.ico-left-arrow-sm{
	position:relative;
	padding:0 0 0 10px;
}
.ico-right-arrow-sm:after, .ico-left-arrow-sm:before{
	content:"";
	position:absolute;
	border-width:3px;
	border-color:transparent transparent transparent #000;
	border-style:solid;
	top:50%;
	width:0;
	height:0;
	margin:-3px 0 0 -5px;
	left:100%;
}
.ico-left-arrow-sm:before{
	border-color:transparent #000 transparent transparent;
	left:0;
	top:50%;
	margin:-3px 0 0 !important;
}
/* behavior in other blocks */
#header .btn, .popup .btn{
	box-shadow:0 0 0 #000;
}
.elements-row .btn{
	display:table-cell;
	width:75px;
	margin:0;
}
/* buttons holder */
.buttons-holder{
	text-align:center;
	font-size:12px;
	margin:0 0 15px;
	padding:15px 0 0;
}
.buttons-holder .btn{
	margin-bottom:15px;
	margin-top:15px;
}
.buttons-holder .btn:first-child{
	margin-top:0 !important;
}
.buttons-holder .btn:last-child{
	margin-bottom:0 !important;
}
.buttons-holder p{
	margin:0 0 5px;
}
.right-box .btn{
	margin:0;
	min-width:90px;
	float:right;
	width:auto !important;
	padding-left:5px;
	padding-right:5px;
}
/* ico */
.ico-left, .ico-right, .ico-hidden-text{
	position:relative;
}
.ico-hidden-text{
	font-size:0 !important;
	line-height:0 !important;
}
.ico-left:before, .ico-right:after, .ico-hidden-text:before{
	content:"";
	display:inline-block;
	margin:0 10px 0 0;
	overflow:hidden;
}
.link-item.ico-left a{
	padding-left:35px;
}
.link-item.ico-right a{
	padding-right:35px;
}
.link-item.ico-left:before, .link-item.ico-right:after{
	position:absolute;
	top:12px;
	left:10px;
	margin:0;
}
.link-item.ico-right:after{
	left:auto;
	right:10px;
}
.ico-add:before{
	content:"+";
	font-weight:bold;
	color:#b0fc19;
	background:none;
	margin-right:5px;
}
.ico-mail:before{
	position:absolute;
	top:2px;
	left:-21px;
	width:16px;
	height:12px;
	background-position:0 0;
	margin:0;
}
/* check */
.check{
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:400px 240px;
	-moz-background-size:400px 240px;
	background-size:400px 240px;
	background-position:-120px -80px;
	width:18px !important;
	height:18px !important;
	margin:0 !important;
}
.check:checked{
	background-position:-80px -39px;
}
/* description */
.description{
	font-size:10px;
	line-height:13px;
}
.description h3{
	font-size:11px;
	margin:0 0 5px;
	line-height:14px;
}
/* behavior in other blocks */
.heading .description{
	display:table-cell;
}
.input-holder .description, .textarea-holder .description{
	margin:0 -10px !important;
	padding:5px 0 0;
	clear:both;
	display:block;
}
/* centered */
.centered{
	text-align:center;
}
/* without indent */
.without-indent{
	margin-bottom:0 !important;
}
/* colored text */
.text-red, .text-red *{
	color:#c00 !important;
}
.text-brown, .text-brown *{
	color:#8a3308;
}
/* bullet list */
.bl-bullet li{
	position:relative;
	text-indent:10px;
}
.bl-bullet li:before{
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#000;
	left:0;
	top:.3em;
}
.error-holder .bl-bullet li:before{
	background:#990101;
}
.text-brown .bl-bullet li:before{
	background:#8a3308;
}
.text-red .bl-bullet li:before{
	background:#c00;
}
/* list */
.list-v{
	margin:0 0 10px;
	list-style:none;
}
.list-g{
	margin:0 0 10px;
	list-style:none;
}
.list-g li{
	display:inline;
	margin:0 10px 0 0;
}
.list-g li:last-child{
	margin:0;
}
.desc-v-with-indent-elinline .list-g{
	margin:0;
}
.list-g.spl-01 li{
	position:relative;
	margin:0 4px 0 0;
}
.spl-01 li:before{
	content:"/";
	display:inline-block;
	margin:0 4px 0 0;
}
.list-g.spl-01 li:first-child:before{
	content:"";
	margin:0;
}
.list-g.spl-02{
	text-align:center;
}
.list-g.spl-02 li{
	position:relative;
	margin:0 2px 0 0;
}
.spl-02 li:before{
	content:"|";
	display:inline-block;
	margin:0 6px 0 0;
}
.list-g.spl-02 li:first-child:before{
	content:"";
	margin:0;
}
/* desc list */
.desc-g{
	margin:0 0 10px;
}
.desc-g dt{
	display:inline;
}
.desc-g dd{
	display:inline;
	margin:0 10px 0 0;
}
.list-v .desc-g{
	margin:0;
}
.main-box .desc-g{
	margin:0;
}
.with-spl dt{
	position:relative;
}
.with-spl dt:before{
	content:"|";
	display:inline-block;
	margin:0 5px 0 0;
	color:#ccc;
}
.splsend{
	border-left:1px solid #CCC;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:5px;
}
.with-spl dt:first-child:before{
	margin:0;
	content:"";
}
.desc-g.with-spl dd{
	margin-right:3px;
}
.left-box .desc-g:last-child{
	margin:0;
}
.item .desc-g{
	margin:0;
}
/* simple heading */
.heading-simple{
	font-size:12px;
	line-height:15px;
	margin:0 0 10px;
	font-weight:normal;
}
h4.heading-simple{
	font-size:11px;
	line-height:15px;
	margin:0 0 10px;
	font-weight:bold;
}
/* price */
.price{
	color:#000;
}
/* content */
.content{
	overflow:hidden;
	padding:0 10px 10px;
}
.content .section.white .section.white:first-child{
	margin-top:0;
}
/* behavior in other blocks */
.popup .content{
	background:#f0f0f0;
	padding-bottom:0;
}
/* info box list */
.info-box-list{
	margin:0;
	list-style:none;
}
.info-box-list.bordered .info-box{
	border-bottom:1px solid #ccc;
}
.info-box-list.bordered .info-box:last-child{
	border:0;
}
.info-box-list.bordered.full-width .info-box, .info-box-list.bordered.full-width .info-box .main-link{
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-right:10px;
}
.main-link{
	text-decoration:none;
	height:100%;
	display:block;
}
.product-item .main-link{
	margin-bottom:-10px;
	margin-top:-10px;
	padding-bottom:10px;
	padding-top:10px;
}
/* info box */
.info-box{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
	padding:0 0 5px;
}
.info-box.main{
	font-size:13px;
	line-height:16px;
}
.info-box.main h3{
	font-size:13px;
	line-height:16px;
	margin:0;
	font-weight:normal;
}
.info-box .main-link{
	margin-bottom:-5px;
	margin-top:-5px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:100%;
	overflow:hidden;
}
.info-box *:last-child{
	margin-bottom:0;
}
.info-box .list-g{
	margin:0;
}
.info-box .otherBrowser{
	margin:5px 0;
}
.border-box{
	border:1px solid #ddd;
	padding:11px 10px 12px;
	margin-bottom:14px;
	color:#555;
}
.border-box a:link{
	color:#555;
}
.border-box p{
	margin-bottom:9px;
}
.pic-box{
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
}
.pic-box.right{
	float:right;
	margin:0 0 0 10px;
}
.pic-box figcaption{
	display:block;
	margin:10px 0 0;
	text-align:center;
}
.pic-box span{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.pic-box img{
	vertical-align:top;
}
.pic-bordered .pic-box img{
	border:1px solid #fff;
}
.info-box h3{
	font-size:13px;
	line-height:15px;
	font-weight:normal;
	margin:0;
}
.info-box-b h3{
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	margin:0;
}
.info-box h4{
	font-size:11px;
	font-weight:bold;
	margin:0;
}
.info-box p{
	margin:0;
}
.info-box address{
	display:block;
	margin:0 0 10px;
	font-style:normal;
}
/* behavior in other blocks */
.topics .info-box, .info-list .info-box{
	margin:0;
}
/* header */
.drawerActive{
	overflow:hidden;
}
.drawerOpen body{
	overflow:hidden;
}
#drawer{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:201;
}
.drawerActive #drawer{
	display:block;
}
#drawerInner{
	display:block;
	height:100%;
	width:100%;
	max-width:325px;
	min-width:275px;
	z-index:201;
	background-color:#fff;
	position:relative;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	left:-325px;
	transition: all 300ms 0s ease;
}
#drawerInner.closeActive{
	-webkit-transform:translateX(325px);
	transform:translateX(325px);
}

#drawerClose{
	height:100%;
	width:85%;
	z-index:101;
	max-width:325px;
	min-width:275px;
	display:block;
	position:relative;
}
#drawerClose .closeBtn{
	content:"";
	display:block;
	right:-35px;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_global_1.png) no-repeat;
	-webkit-background-size:400px 160px;
	-moz-background-size:400px 160px;
	background-size:400px 160px;
	position:absolute;
	background-position:-80px -40px;
	width:25px;
	height:25px;
	top:10px;
	z-index:100;
	opacity:0;
}
#drawerClose.closeActive .closeBtn{
	opacity:1;
	-moz-opacity:0.3;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#drawerInner h2{
	background:#f3f3f3;
	color:#999;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:6px 15px;
}
#drawerInner .mainNavBox h2{
	border-top:1px solid #e5e5e5;
}
#drawerInner .touchstyle{
	background:#fafafa;
}
#drawer ul, #headerSearch ul{
	margin:0;
	list-style:none;
}
#headerSearch .wordList{
	padding:0 15px;
	margin-bottom:18px;
}
#headerSearch .wordList li{
	display:inline-grid;
	margin:0 12px 12px 0;
	letter-spacing:normal;
}
#headerSearch .wordList li:first-of-type{
	font-size:16px;
	display:block;
	margin:0 0 12px;
}
#headerSearch .wordList li a{
	border:solid 1px #e5e5e5;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-sizing:border-box;
	font-size:14px;
	color:#555;
	text-align:center;
	text-decoration:none;
	padding:0 12px;
	display:block;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:40px;
	line-height:40px;
}
#headerSearch .wordList li.touchstyle a, #headerSearch .historyBox li.touchstyle a{
	background:#fafafa;
}
#headerSearch .wordList li a:before, #headerSearch .wordList li a:after{
	display:none;
}
#drawer .userListBox .userName{
	display:block;
}
#drawer .userListBox .userName span{
	position:relative;
	display:block;
	font-size:12px;
	color:#f44336;
	padding-left:22px;
	margin-top:6px;
}
#drawer .userListBox .userPoint{
	font-size:12px;
}
#drawer .userListBox .userPoint span{
	font-size:10px;
}
#drawer .coupon .badge{
	width:17px;
	height:15px;
	background:#f44336;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:9px;
	text-align:center;
	color:#fff;
	line-height:14px;
	margin:-4px 0 0 4px;
	display:inline-block;
	vertical-align:middle;
	padding-top:2px;
}
#drawer .recentItemBox{
	padding:21px 15px 23px;
	border-top:1px solid #f3f3f3;
}
#drawer .recentItemBox ul{
	display:table-cell;
	margin:0 -3px;
	padding-right:7px;
	vertical-align:middle;
}
#drawer .recentItemBox li{
	width:25%;
	box-sizing:border-box;
	float:left;
	letter-spacing:normal;
	vertical-align:top;
}
#drawer .recentItemBox li a{
	display:block;
	margin:0 3px;
}
#drawer .recentItemBox li:last-child{
	margin-right:0;
}
#drawer .recentItemBox img{
	width:100%;
	display:block;
}
#drawer .recentItemBox div{
	letter-spacing:-.4em;
	margin-left:-3px;
	display:table;
}
#drawer .recentItemBox .moreLink{
	font-size:12px;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	letter-spacing:normal;
	width:72px;
	text-align:center;

}
#drawer .recentItemBox .moreLink a{
	text-decoration:none;
	background:#f3f3f3;
	border-radius:30px;
	padding:5px 0 4px;
	display:block;
}
#drawer .recentItemBox .headline3{
	font-size:15px;
	font-weight:normal;
	margin:-4px 0 13px;
}
#drawer .subNavBox{
	padding:13px 0;
}
#drawer .userListBox, #drawer .registListBox{
	background:#fff;
	border-bottom:solid 1px #f3f3f3;
}
#headerSearch .linkbox{
	border-top:solid 1px #f3f3f3;
}
#headerSearch .linkbox li{
	border-bottom:solid 1px #f3f3f3;
}
#headerSearch .linkbox li.touchstyle{
	background:#fafafa;
}
#headerSearch .historyBox{
	padding:30px 15px 27px;
	border-bottom:1px solid #f3f3f3;
}
#headerSearch .historyBox h3{
	font-size:16px;
	font-weight:normal;
	margin:0 0 13px;
}
#headerSearch .historyBox ul{
	border:1px solid #f3f3f3;
	border-radius:5px;
}
#headerSearch .historyBox li{
	position:relative;
	border-top:1px solid #f3f3f3;
	font-size:14px;
}
#headerSearch .historyBox .more{
	display:none;
}
#headerSearch .historyBox li:first-child{
	border-top:none;
}
#headerSearch .historyBox li a{
	display:block;
	text-decoration:none;
	color:#555;
	padding:17px 30px 15px 10px;
	word-break:break-all;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#headerSearch .historyBox .moreBtn{
	text-align:center;
	font-size:14px;
	margin:15px 0 0;
}
#headerSearch .historyBox .moreBtn span{
	position:relative;
	text-decoration:none;
	color:#555;
	padding-right:13px;
}
#headerSearch .historyBox .noItem{
	font-size:14px;
	color:#999;
	margin:0;
}
#drawer .userListBox li a, #drawer .registListBox li a, #drawer .actionNavBox li a, #drawer .mainNavBox li a, #headerSearch .linkbox li a{
	font-size:15px;
	text-decoration:none;
	padding:16px 20px 15px 15px;
	display:block;
	position:relative;
}
#drawer .actionNavBox li a, #drawer .mainNavBox li a{
	padding:16px 26px 16px 12px;
}
#drawer .actionNavBox li a{
	padding-left:6px;
}
#drawer .userListBox li a:before, #drawer .userListBox li a:after, #drawer .registListBox li a:before, #drawer .registListBox li a:after, #drawer .actionNavBox li a:before, #drawer .actionNavBox li a:after, #drawer .mainNavBox li a:before, #drawer .mainNavBox li a:after, #drawer .subNavBox li a:before, #drawer .subNavBox li a:after, #headerSearch li a:after, #headerSearch li a:before, #headerSearch .historyBox .moreBtn span:after, #headerSearch .historyBox .moreBtn span:before{
	content:"";
	position:absolute;
	border-width:9px;
	border-color:transparent transparent transparent #999;
	border-style:solid;
	-webkit-border-radius:9px;
	border-radius:9px;
	top:50%;
	width:0;
	height:0;
	margin-top:-9px;
	right:2px;
}
#drawer .registListBox li a:after, #drawer .actionNavBox li a:after, #drawer .userListBox li.child a:after, #headerSearch .historyBox .moreBtn span:after, #headerSearch li a:after{
	right:3px;
	border-color:transparent transparent transparent #fff;
}
#headerSearch li.touchstyle a:after, #drawer .actionNavBox li.touchstyle a:after, #drawer .registListBox li.touchstyle a:after, #drawer .userListBox li.child.touchstyle a:after{
	border-color:transparent transparent transparent #fafafa;
}
#drawer .mainNavBox li a:after, #drawer .subNavBox li a:after{
	right:3px;
	border-color:transparent transparent transparent #fff;
}
#drawer .mainNavBox li.touchstyle a:after, #drawer .subNavBox li.touchstyle a:after{
	border-color:transparent transparent transparent #fafafa;
}
#drawer .mainNavBox li{
	border-bottom:1px solid #f3f3f3;
}
#drawer .mainNavBox li:last-child{
	border-bottom:none;
}
#drawer .userListBox .userName, #drawer .registListBox li, #drawer .actionNavBox li, #drawer .mainNavBox li{
	position:relative;
}
#drawer .actionNavBox li:before, #drawer .userListBox .userName span:before{
	content:"";
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_global_1.png) no-repeat;
	-webkit-background-size:400px 160px;
	-moz-background-size:400px 160px;
	background-size:400px 160px;
	position:absolute;
	top:50%;
}
#drawer .userListBox li:first-child a:before, #drawer .userListBox li:first-child a:after, #headerSearch .historyBox .moreBtn span:before, #headerSearch .historyBox .moreBtn span:after{
	border-color:#999 transparent transparent transparent;
	margin-top:-5px;
	right:7px;
}
#headerSearch .historyBox .moreBtn span:before, #headerSearch .historyBox .moreBtn span:after{
	right:-7px;
}
#drawer .userListBox li.open a:before, #drawer .userListBox li.open a:after{
	border-color:transparent transparent #999 transparent;
	margin-top:-9px;
	right:7px;
}
#drawer .userListBox li:first-child a:after, #headerSearch .historyBox .moreBtn span:after{
	border-color:#fff transparent transparent transparent;
	margin-top:-6px;
}
#drawer .userListBox li.touchstyle:first-child a:after{
	border-color:#fafafa transparent transparent transparent;
}
#drawer .userListBox li.open a:after{
	border-color:transparent transparent #fff transparent;
	margin-top:-8px;
}
#drawer .userListBox li.open.touchstyle a:after{
	border-color:transparent transparent #fafafa transparent;
}
#drawer .actionNavBox li{
	padding-left:35px;
	border-bottom:1px solid #f3f3f3;
}
#drawer .actionNavBox li:last-child{
	border-bottom:none;
}
#drawer .userListBox li.child{
	border-top:1px solid #f3f3f3;
	display:none;
}
#drawer .userListBox li.child a{
	padding-left:41px;
}
#drawer .userListBox .userName span:before {
	background-position:-40px 0px;
	width:18px;
	height:18px;
	margin-top:-9px;
	left:0;
}
#drawer .actionNavBox li:before{
	left:11px;
}
#drawer .actionNavBox .likeshop:before{
	background-position:-320px 0px;
	width:24px;
	height:22px;
	margin-top:-8px;
	left:12px;
}
#drawer .actionNavBox .favorite:before{
	background-position:-160px 0;
	width:22px;
	height:20px;
	margin-top:-10px;
}
#drawer .actionNavBox .coupon:before{
	background-position:-200px 0;
	width:25px;
	height:22px;
	margin-top:-11px;
	top:30px;
}
#drawer .registListBox li a span{
	display:block;
	font-size:12px;
	color:#999;
	margin-top:8px;
}
#drawer .mainNavBox +.registListBox{
	border-top:1px solid #f3f3f3;
}
#main{
	background:#fff;
	-webkit-transition:200ms -webkit-transform ease-in-out;
	transition:200ms transform ease-in-out;
}
#drawerOverlay{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	z-index:99;
	display:none;
}
.drawerActive #drawerOverlay{

}
#header{
	position:relative;
	z-index:103;
	width:100%;
}
#header.headerAction{
	height: 50px;
	background: #f0f0f0;
	color: #fff;
	font-size: 9px;
	z-index: 201;
}
#header.fixed{
	padding-top:58px;
}
#headerInner{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	top:0;
	left:0;
	z-index:1;
}
#header .searchArea{
	display: none;
}
.headerAction #headerInner{
	width:100%;
	height: 50px;
	position:static;
	background: #363636;
}
.headerAction #headerInner #logo{
	margin:0;
	float:left;
}
.headerAction #headerInner #logo a{
	padding:13px 13px;
	display:block;

}
.headerAction #headerInner #logo img{
	width:24px;
	height:24px;
	vertical-align:bottom;
}
.topHeader.fixed #headerInner{
	position:fixed;
}
#headerInner.stuck{
	position:inherit;
}
#mainMenu{
	position:relative;
}
.topHeader #mainMenu p{
	margin:0;
	position:relative;
	width:22px;
	top:2px;
}
#mainMenu:before, #subMenu li a:before, .topHeader #mainMenu p:before, #topHeaderMenu li a:before{
	content:"";
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_global_1.png) no-repeat;
	-webkit-background-size:400px 160px;
	-moz-background-size:400px 160px;
	background-size:400px 160px;
	display:block;
	margin:0 auto;
}
#topHeaderMenu li#search a:before{
	background-position:-240px -80px;
}
#topHeaderMenu li#cartin a:before{
	background-position:-280px -80px;
}
#topHeaderMenu li#fixlog a:before{
	background-position:-280px -40px;
}
#topHeaderMenu li#fav a{
	top:1px;
	left:-2px;
}
#topHeaderMenu li#fav a:before{
	background-position:-120px -80px;
}
#topHeaderMenu li#fav .onmouseArea{
	display:none;
}
#topHeaderMenu li#shop a:before{
	background-position:-200px -80px;
}
#topHeaderMenu li#item a:before{
	background-position:-160px -80px;
}
.topHeader #mainMenu:before{
	content:none;
}
#topHeaderMenu:before, #topHeaderMenu p:before, #topHeaderMenu li:not(.logo) a:before{
	background-position:0 0;
	width:28px;
	height:29px;
}
#subMenu, #topHeaderMenu{
	list-style:none;
	margin:0;
}
#subMenu{
	float:right;
}
#topHeaderMenu{
	padding:15px 10px 11px;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
#subMenu li{
	float:left;
}
#topHeaderMenu li{
	display:block;
	float:left;
}
.fixed #topHeaderMenu li{
	margin:0 7px;
}
#topHeaderMenu li .name, #topHeaderMenu li#headerMember{
	display:none;
}
#topHeaderMenu li#cartin, #topHeaderMenu li#search, #topHeaderMenu #fav, #topHeaderMenu #shop, #topHeaderMenu #item{
	float:right;
}
#topHeaderMenu li#shop a{
	margin-top:-1px;
}
#topHeaderMenu li#fixlog a{
	margin-top:-2px;
}
#topHeaderMenu li#cartin{
	margin-left:7px;
}
.fixed #topHeaderMenu li#cartin{
	margin:0;
}
.fixed #topHeaderMenu li#mainMenu{
	margin:0 23px 0 0;
}
#topHeaderMenu li a{
	position:relative;
	display:block;
}
#topHeaderMenu li#cartin a{
	width:30px;
	top:-1px;
}
#topHeaderMenu #fixlog, #topHeaderMenu #fav, #topHeaderMenu #shop, #topHeaderMenu #item{
	display:none;
}
.fixed #topHeaderMenu #fixlog, .fixed #topHeaderMenu #fav, .fixed #topHeaderMenu #shop, .fixed #topHeaderMenu #item{
	display:block;
}
.fixed #topHeaderMenu #shop{
	margin-right:9px;
}
#headerInner .logo img, #headerInner .logo a{
	display:block;
	width:156px;
	margin:0 auto;
}
#headerInner .logo{
margin:0 auto;
position:absolute;
top:16px;
left:50%;
margin-left:-78px;
}
.fixed #headerInner .logo{
	display:none;
}
#mainMenu .badge, #subMenu .badge, #topHeaderMenu .badge{
	width:17px;
	height:16px;
	padding-top:1px;
	background:#f44336;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:10px;
	text-align:center;
	color:#fff;
	line-height:15px;
	position:absolute;
	top:-3px;
	left:15px;
}
#topHeaderMenu #mainMenu .badge{
	top:-5px;
	left:19px;
}
#subMenu .help, #topHeaderMenu .help{
	position:relative;
	padding:0 0 0 25px;
	font-size:11px;
	margin:17px 15px 0 0;
}
#subMenu .help a, #topHeaderMenu .help a{
	background:none;
	color:#fff;
}
#subMenu .help:before, #topHeaderMenu .help:before{
	content:"?";
	position:absolute;
	top:-3px;
	left:0;
	width:20px;
	height:20px;
	line-height:20px;
	border:1px solid #9f9f9f;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#333;
	font-size:15px;
	text-align:center;
	background:#ddd;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), to(#d1d0d0));
}
#headerSearch{
	position:absolute;
	top: 0;
	left:0;
	background:#fff;
	width:100%;
	color:#222;
	display:none;
}
.headerSearchActive #drawerOverlay, .headerSearchActive #drawer, .headerSearchActive #main, .headerSearchActive #footer{
	display:none;
	overflow:hidden;
}
#headerSearch .headline2{
	background:#f3f3f3;
	font-size:20px;
	color:#555;
	font-weight:normal;
	padding:19px 0 19px 15px;
	margin:0;
	position:fixed;
	width:100%;
	z-index:1;
	border-bottom:1px solid #e5e5e5;
}
#headerSearch a.close{
	position:absolute;
	top:10px;
	right:30px;
	font-size:15px;
	color:#222;
	border:1px solid #e5e5e5;
	border-radius:3px;
	background:#fff;
	text-decoration:none;
	padding:9px 12px;
	z-index:1;
}
#headerSearch a.close.touchstyle{
	background:#fafafa;
}
#headerSearch .searchContent{
	margin:0 0 30px;
	padding:80px 15px 0;
}
.searchContent{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;
	display:table;
}
.searchContent .search-input, .searchContent .search-btn{
	display:table-cell;
	vertical-align:bottom;
}
.searchContent .search-input{
	width:100%;
	position:relative;
	background:#e5e5e5;
	box-shadow:0 0 2px 2px rgba(150, 150, 150, 0.1) inset;
	border-radius:5px 0 0 5px;
}
.searchContent .search-input input{
	width:100%;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_search_2.png) no-repeat 13px 50%;
	-webkit-background-size:16px 19px;
	-moz-background-size:16px 19px;
	background-size:16px 19px;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#999;
	text-align:left;
	font-size:14px;
	padding:0 30px 0 32px;
}
.searchContent .search-input input.valon{
	color:#000;
	background:none;
	padding:0 30px 0 20px;
}
.searchContent .search-input input.valon + .resetArea{
	display:block;
}
.searchContent .search-input .resetArea{
	width:33px;
	height:40px;
	line-height:16px;
	position:absolute;
	right:0;
	top:0;
	display:none;
}
.searchContent .search-input .reset{
	background:#363636;
	-webkit-border-radius:50%;
	border-radius:50%;
	width:15px;
	height:15px;
	color:#fff;
	text-align:center;
	line-height:16px;
	font-size:15px;
	display:block;
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-7px;
	cursor:pointer;
}
.searchContent .search-btn .searchBtn{
	width:63px;
	height:40px;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	margin:0 0 0 2px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
#headerSearch .btn{
	width:100%;
	background:#fff;
	color:#000 !important;
	border:1px solid #999;
	box-shadow:none;
	font-size:16px;
	margin:0;
}
/* text box */
.text-box{
	display:table-cell;
	font-size:11px;
}
.text-box h3{
	margin:0;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}
.text-box h3 a{
	text-decoration:none;
}
.text-box.with-more{
	display:block;
}
.morelink{
	display:block;
	text-align:center;
	margin:10px;
	font-size:14px;
}
/* review box */
.review-box{
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_review.png) no-repeat;
	-moz-background-size:360px 120px;
	-webkit-background-size:360px 120px;
	background-size:360px 120px;
	width:94px;
	height:17px;
	margin-left:1px;
}
.review-box.star0{
	background-position:0 0;
}
.review-box.star1{
	background-position:-120px 0;
}
.review-box.star2{
	background-position:-240px 0;
}
.review-box.star3{
	background-position:0 -40px;
}
.review-box.star4{
	background-position:-120px -40px;
}
.review-box.star5{
	background-position:-240px -40px;
}
.review-box.small{
	-moz-background-size:270px 90px;
	-webkit-background-size:270px 90px;
	background-size:270px 90px;
	width:71px;
	height:13px;
}
.review-box.small.star0{
	background-position:0 0;
}
.review-box.small.star1{
	background-position:-90px 0;
}
.review-box.small.star2{
	background-position:-180px 0;
}
.review-box.small.star3{
	background-position:0 -30px;
}
.review-box.small.star4{
	background-position:-90px -30px;
}
.review-box.small.star5{
	background-position:-180px -30px;
}
/* behavior in other blocks */
.elements-row .text-box{
	vertical-align:middle;
	text-align:left;
}
.elements-row .text-box h3{
	margin:0;
	font-size:19px;
	line-height:21px;
	font-weight:normal;
}
.link-list .text-box{
	padding:10px 0;
}
.link-list .text-box h3{
	margin:0 0 10px;
}
.link-list .text-box p{
	margin:0;
}
.keyword{
	font-style:normal;
	background:#ff0;
}
/* popup */
.fader{
	position:absolute;
	background:url(//img08.magaseek.com/images/mg_sp/img/fader.png);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:98;
	display:none;
}
.popup{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99;
	padding:5px;
	display:none;
	min-width:300px;
}
.popup-inner{
	padding:5px;
	background:#000;
	margin:0 auto;
}
.popup-heading{
	padding:15px 45px 10px 10px;
	color:#fff;
	position:relative;
}
.popup-heading h1{
	font-size:13px;
	line-height:17px;
	margin:0;
	font-weight:normal;
}
.popup-heading h1.twitter:before, .popup-heading h1.mixi:before{
	content:"";
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:400px 240px;
	-moz-background-size:400px 240px;
	background-size:400px 240px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
}
.popup-heading h1.twitter:before{
	width:22px;
	height:18px;
	background-position:-280px -80px;
}
.popup-heading h1.mixi:before{
	width:22px;
	height:21px;
	background-position:-240px -80px;
}
.popup-heading .close{
	width:21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:15px;
	text-indent:-9999em;
}
.popup-heading .close:after, .popup-heading .close:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:2px;
	height:10px;
	margin:-5px 0 0 -1px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.popup-heading .close:before{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
/* sub popup */
.sub-popup{
	display:block;
	width:100%;
	padding:0;
}
.sub-popup .popup-heading{
	background:#ddd;
	border-bottom:1px solid #ccc;
	color:#000;
}
.sub-popup .popup-inner{
	padding:0;
	background:none;
	margin:0 auto;
}
.sub-popup .popup-heading .close:after, .sub-popup .popup-heading .close:before{
	background:#000;
}
.sub-popup .popup-heading .close{
	background:#e9e9e9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), to(#b0b0b0));
	border-color:#c6c6c6;
}
.sub-popup .content{
	background:#fff;
	position:relative;
	padding-bottom:15px;
}
.sub-popup .content:before{
	display:none;
}
/* main info */
.heading{
	background:#ddd;
	padding:13px 10px;
	border-bottom:1px solid #ccc;
	margin:0 -10px -1px;
}
.heading .inner{
	display:table;
	width:100%;
}
.heading h2{
	margin:0;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	display:table-cell;
}
.heading.centered h2{
	display:block;
}
/* behavior in other blocks */
.content .heading:first-child{
	margin-top:-10px;
}
/* date list */
.date-list{
	margin:0;
	list-style:none;
	font-size:12px;
}
.date-item{
	margin:0 0 10px;
}
.date{
	display:block;
	color:#555;
}
.date-list h4{
	margin:0 0 5px;
	font-weight:normal;
	color:#666;
	font-size:11px;
	line-height:14px;
}
/* behavior in other blocks */
.title .date{
	color:#656565;
}
.info-box .date{
	font-size:12px;
}
/* link list */
.link-list{
	margin:0 -10px 10px;
	list-style:none;
	font-size:12px;
	border-bottom:1px solid #fff;
	border-top:1px solid #ccc;
	overflow:hidden;
}
.link-list.without-indent{
	margin-top:-1px !important;
}
.slide-content .link-list:first-child{
	margin-top:-2px !important;
}
.link-item{
	position:relative;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	display:block;
}
.link-item.active{
	background:#ccc;
	padding-left:5px;
}
.title.link-item{
	padding:0 !important;
	border-bottom:0;
}
.dark-gray .link-item{
	background:#ddd;
}
.white .link-item{
	background:#fff;
}
.search-slide-box .link-item{
	background:#f0f0f0;
}
.search-slide-box .link-item.active{
	background:#ccc;
}
.link-item.half-btn{
	float:left;
	width:50%;
}
.link-list .link-item.half-btn:nth-child(2n){
	border-right:1px solid #ccc;
	margin-left:-1px;
}
.link-list .link-item.half-btn:nth-child(2n+1){
	border-left:1px solid #fff;
	margin-right:-1px;
}
.link-item a, .link-item .link-none{
	display:table-cell;
	width:9999em;
	padding:5px 10px;
	height:30px;
	vertical-align:middle;
	text-decoration:none;
}
.link-item img, .title img{
	vertical-align:top;
	margin:0 10px 0 0;
	display:block;
}
.arrow-right{
	position:relative;
}
.arrow-right a{
	padding-right:30px;
}
.arrow-right:after, .arrow-right:before{
	content:"";
	position:absolute;
	border-width:6px;
	border-color:transparent transparent transparent #333;
	border-style:solid;
	top:50%;
	width:0;
	height:0;
	margin:-6px 0 0 0;
	right:5px;
}
.arrow-right:after{
	right:8px;
	border-left-color:#ddd;
}
.white .arrow-right:after{
	border-left-color:#fff;
}
.box .inner .link-list{
	margin:0 -5px 10px;
}
.box .inner .link-list:first-child{
	margin-top:-5px !important;
}
.box .inner .link-list:last-child{
	margin-bottom:0 !important;
}
/* behavior in other blocks */
.content .link-list:first-child{
	margin-top:0;
}
.content .link-list:last-child{
	margin-bottom:-2px;
}
/* box */
.box{
	border:1px solid #ccc;
	padding:10px 10px 0;
	background:#fff;
	margin:0 0 10px;
	position:relative;
}
.box.border-bold{
	border-width:3px;
}
.border-black{
	border-color:#000;
}
.shadow{
	box-shadow:2px 2px 2px #ccc;
}
.rounded{
	-webkit-border-radius:5px;
	border-radius:5px;
}
.box.gray{
	background:#ddd;
	border:1px solid #c5c5c5;
	border-bottom-color:#fff;
}
.box.light-gray{
	background:#f0f0f0;
	border:1px solid #f0f0f0;
}
.box.light-gray:after{
	position:absolute;
	top:-10px;
	left:20px;
	content:"";
	width:0;
	height:0;
	border-top:1px solid #f0f0f0;
	border-right:15px solid #f0f0f0;
	border-bottom:15px solid transparent;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.box .inner{
	margin:0 -5px 5px;
	background:#fff;
	padding:5px 5px 0;
	overflow:hidden;
}
/* section */
.section{
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:#ddd;
	margin:0 -10px 10px;
	padding:10px 10px 0;
	position:relative;
	height:1%;
	overflow:hidden;
}
.section.border-btm:before{
	content:"";
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
}
.section.white{
	background:#fff;
	border-top:0;
}
.breadcrumbs ~ .section.white, .breadcrumbs ~ #formContent > .section.white:first-of-type{
	padding-top:0;
}
.section.gray{
	background:#f0f0f0;
	border:0;
}
.section.light-gray{
	background:#fafafa;
}
.section.light-gray .slide-content{
	border-top:1px solid #fff;
}
.section.noBorder{
	border:none;
}
.with-shadow-inside{
	border-top:0 !important;
}
.section.border-btm{
	border-width:0 0 1px;
	border-color:#fff;
}
.section.border-btm:before{
	top:auto;
	bottom:0;
	background:#ccc;
}
.section.slide-block{
	padding-top:0;
}
/* behavior in other blocks */
.section-group .section{
	margin-bottom:0;
}
.section-group .section.light-gray, .section-group .section.light-gray .title{
	border-top:none;
}
.section-group .section + .error-holder{
	margin-top:10px;
}
.section .section-group:last-child, .row-group .section:last-child{
	margin-bottom:-1px;
}
.section-group .row-group{
	margin:0 -10px 0;
}
.row-group .section{
	margin-bottom:0;
}
/* section group */
.section-group{
	margin:0 -10px 10px;
	padding:0 10px;
}
.breadcrumbs + .section-group{
	border-top:none;
}
.section-group.product-list-holder{
	padding:0;
	margin-top:-10px;
	margin-bottom:0;
	border-top:0;
}
.product-list-holder{
	border:0;
	padding:0;
	margin:0 -10px;
}
/* gallery */
.gallery{
	margin:0 -10px 10px;
	position:relative;
}
.gallery .wrapp{
	overflow:hidden;
	position:relative;
	width:100%;
}
.gallery .frame{
	margin:0;
	list-style:none;
	overflow:hidden;
	width:9999em;
}
#browsedContentGallery .frame, #recommendedUserGallery .frame, #recommendedBrandGallery .frame, #recommendedCategoryGallery .frame, #recommendedItemGallery .frame, #recommendedImages .frame{
	width:auto;
}
.gallery .item{
	float:left;
	text-align:center;
	position:relative;
}
.gallery .item img{
	max-width:100vw;
}
.gallery .control{
	text-align:center;
	font-size:0;
	line-height:0;
}
.gallery .control:after{
	clear:both;
	content:"";
	display:block;
}
.gallery .prev, .gallery .next{
	background:#1a1a1a;
	background:url(//img08.magaseek.com/images/mg_sp/img/pxl.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), to(#1a1a1a));
	background-repeat:repeat-x;
	color:#fff;
	text-align:center;
	box-shadow:1px 1px 1px #a7a7a7;
	border:1px solid #222;
	text-decoration:none;
	width:30px;
	height:25px;
	line-height:22px;
	font-size:18px;
	position:absolute;
	top:50%;
	margin:-12px 0 0;
}
.gallery .prev{
	left:0;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
.gallery .next{
	right:0;
	-webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.gallery .switcher{
	position:absolute;
	left:-9999em;
}
.gallery.with-switcher .switcher{
	position:absolute;
	left:0;
	width:100%;
	overflow:hidden;
	height:27px;
}
.gallery.with-switcher .switcher a{
	float:left;
	overflow:hidden;
	text-indent:-9999em;
	background:#848484;
	height:27px;
	position:relative;
}
.gallery.with-switcher .switcher a:first-child{
	background-image:none;
}
.gallery.with-switcher .switcher .active{
	background-color:#cf0000;
}
.gallery.with-switcher .switcher a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:1px;
	background:#6e6e6e;
}
.gallery.with-switcher .prev, .gallery.with-switcher .next{
	left:-9999em;
}
.gallery.middle-images .controller{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-bottom:0;
}
.gallery.middle-images .controller > li{
	display:inline-block;
	float:left;
	width:6px;
	height:6px;
	margin-top:3px;
	border:1px solid #cdcdcd;
	border-radius:50%;
	box-sizing:border-box;
	text-indent:-9999px;
	margin-left:15px;
	cursor:pointer;
}
.gallery.middle-images .controller > li.active{
	border-color:#000;
	background:#000;
}
.gallery.middle-images .controller > li:first-child{
	margin-left:0;
}

.gallery.middle-images .frame:after, .gallery.middle-images .controller:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#top.indexTop .gallery.middle-images .controller{
	position:absolute;
	bottom:0;
	left:50%;
	margin:0;
}
#top.indexTop .gallery.middle-images .controller > li{
	display:inline-block;
	float:left;
	width:8px;
	height:8px;
	margin-top:12px;
	margin-left:10px;
	border:none;
	border-radius:50%;
	box-sizing:border-box;
	text-indent:-9999px;
	margin-left:15px;
	cursor:pointer;
	background:#e5e5e5;
}
#top.indexTop .gallery.middle-images .controller > li.active{
	background:#999;
}
#top.indexTop .gallery.middle-images .controller > li:first-child{
	margin-left:0;
}
#top.indexTop .gallery.middle-images .frame:after, #top.indexTop .gallery.middle-images .controller:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* photo gallery */
.photo-gallery{
	padding-bottom:27px;
	margin-bottom:0;
}
.with-description{
	margin-left:0;
	margin-right:0;
}
.photo-box-gallery.with-description .prev, .photo-box-gallery.with-description .next{
	top:50px;
}
.photo-box-gallery .switcher{
	display:none;
}
.photo-box-gallery.gallery.top-ranking .item{
	position:relative;
	display:inline-block;
	float:left;
	width:auto;
	height:auto;
	background:none;
	margin:0;
	vertical-align:top;
}
.photo-box-gallery.gallery.top-ranking .item > div{
	display:table-cell;
	vertical-align:top;
	width:60px !important;
	height:66px !important;
}
.photo-box-gallery.gallery.top-ranking .item > a{
	padding-bottom:38px;
	display:block;
	vertical-align:middle;
}
.photo-box-gallery.gallery.top-ranking .item a > img{
	float:none !important;
	vertical-align:middle;
	width:75px;
	height:auto;
}
.photo-box-gallery.gallery.top-ranking .prev{
	top:45px;
}
.photo-box-gallery.gallery.top-ranking .next{
	top:45px;
}
.photo-box-gallery.gallery.top-ranking .image{
	display:table-cell;
	vertical-align:middle;
	height:115px;
}
.photo-box-gallery.gallery.top-ranking .check-holder{
	width:21px;
	position:absolute;
	bottom:0;
	left:2px;
	margin:0;
	padding:10px 10px 13px 0;
}
.photo-box-gallery.gallery.top-ranking .check-holder a{
	float:left;
	padding-bottom:0;
}
#recommendedItem, #recommendedCategory, #recommendedBrand, #recommendedUser, #browsedContent, #recommendVisualSearchContent{
	background:#fff;
	border-top:none;
	border-bottom:none;
	padding-top:11px;
	margin-bottom:0;
}
#recommendedItem h2, #recommendedCategory h2, #recommendedBrand h2, #recommendedUser h2, #browsedContent h2, #recommendVisualSearchContent h2{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:22px 0 6px;
	line-height:1.6;
}
#product #recommendedBrand h2{
	padding:22px 10px 6px;
}
#product.noservice-page #recommendedItem h2, #product.noservice-page #recommendedCategory h2, #product.noservice-page #recommendedBrand h2, #product.noservice-page #recommendedUser h2, #product.noservice-page  #browsedContent h2{
	padding:4px 9px 15px;
	margin:0 -10px;
	font-size:18px;
	font-weight:normal;
}
#recommendedItem .photo-box-gallery .prev, #recommendedCategory .photo-box-gallery .prev, #recommendedBrand .photo-box-gallery .prev, #recommendedUser .photo-box-gallery .prev{
	top:45px;
}
#recommendedItem .photo-box-gallery .next, #recommendedCategory .photo-box-gallery .next, #recommendedBrand .photo-box-gallery .next, #recommendedUser .photo-box-gallery .next{
	top:45px;
}
#recommendedItem .item .ph, #recommendedCategory .item .ph, #recommendedBrand .item .ph, #recommendedUser .item .ph{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height:90px
}
#recommendedItem .item .ph a img, #recommendedCategory .item .ph a img, #recommendedBrand .item .ph a img, #recommendedUser .item .ph a img{
	width:75px;
	height:auto;
}
#recommendedItem .item .tx, #recommendedCategory .item .tx, #recommendedBrand .item .tx, #recommendedUser .item .tx{
	margin-top:5px;
	width:75px;
	text-align:left;
	line-height:14px;
	color:#666;
}
#recommendedItem .item .tx .red, #recommendedCategory .item .tx .red, #recommendedBrand .item .tx .red, #recommendedUser .item .tx .red{
	color:#c00;
}
/* controls */
.input-box{
	margin:0 -11px 10px;
	padding:0 11px;
}
.input-box input{
	margin:0 -11px;
	width:100%;
}
/* behavior in other blocks */
.elements-row .input-box{
	display:table-cell;
	margin:0;
	padding-right:16px;
}
.elements-row .input-box:last-child{
	padding-right:11px;
}
.select-box{
	margin:0 0 10px;
}
.select-box select{
	margin:0 5px 0 0;
}
/* behavior in other blocks */
.elements-row .select-box{
	display:table-cell;
	margin:0;
	padding:0 10px 0 0;
}
.elements-row .select-box select{
	width:100%;
}
.title .select-box{
	display:table-cell;
	margin:0;
	padding:0 0 0 10px;
}
.right-box select{
	width:100%;
}
.title .left-box{
	padding-right:5px;
}
/* label */
.label{
	display:inline-block;
}
.label span{
	display:table-cell;
	vertical-align:middle;
}
.select-box .label{
	margin:0 5px 0 0;
}
.elements-row .label, .controls-title{
	display:table-cell;
	width:90px;
}
/* elements row */
.elements-row{
	width:100%;
	display:table;
	margin:0 0 10px;
}
.elements-row.simple{
	display:block;
	margin-left:26px;
}
/* link */
.link{
	display:block;
	margin:0 0 10px;
}
.right-align{
	text-align:right;
	margin:0 0 10px;
}
.box .inner .link.right-align a{
	text-decoration:none;
}
/* title */
.title{
	margin:0 -10px 13px;
	padding:0 10px;
	font-size:12px;
	line-height:15px;
	position:relative;
}
.title *:last-child{
	margin-bottom:0 !important;
}
.title.without-indent{
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.title h1{
	font-size:16px;
	margin:-3px 0 10px !important;
	font-weight:normal;
	line-height:19px;
}
h1.title-strong{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:0 0 10px;
}
.title h2{
	font-size:16px;
	margin:0;
	font-weight:normal;
}
.title h3, .union-box h3{
	font-size:13px;
	margin:0;
	font-weight:normal;
}
.title.strong h3{
	font-weight:bold;
}
.title h4{
	font-size:11px;
	line-height:14px;
	margin:0;
}
.title.white{
	background:#fff;
}
.title.dark-gray{
	background:#ccc;
}
.title.red{
	background:#f00;
	color:#fff;
	border-top:1px solid #fff;
}
.title.red:before{
	content:"";
	position:absolute;
	top:-1px;
	left:0;
	width:100%;
	height:1px;
	overflow:hidden;
	background:#d20002;
}
.title.gray{
	background:#f0f0f0;
	color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.section.slide-block .title.open-close:after, .section.slide-block .slide-block .title.open-close:after{
	right:10px;
}
.section .title, .slide-block .title, .row-group .title{
	padding:10px 10px 15px;
}
.section .title:first-child, .slide-block .title:first-child, .row-group .title{
	margin-bottom:0;
}
.slide-block .slide-block .title{
	margin-bottom:0;
}
.section.slide-block .title, .section.slide-block .section.slide-block .title{
	margin-top:0;
}
.section.slide-block .title.open-close{
	margin-top:0;
}
.row-group .title{
	margin-top:0 !important;
}
.slide-block.border-btm{
	border-bottom:1px solid #ccc;
	position:relative;
}
.slide-block.border-btm:after{
	content:"";
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	height:1px;
	overflow:hidden;
	background:#fff;
}
h1.title-corner{
	font-family: 'DM Sans', sans-serif;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1.1;
	margin:18px 0 15px;
}
h1.title-corner span{
	display:block;
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:10px;
	margin-top:4px;
}
/* union box */
.union-box{
	display:table;
	width:100%;
	vertical-align:middle;
	padding:0 0 10px;
}
.title .union-box{
	padding-bottom:0;
}
.section .section .title .union-box{
	padding-bottom:5px;
}
.section .section .section .title.open-close:after{
	top:8px !important;
}
.left-box, .right-box{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.right-box{
	text-align:right;
	white-space:nowrap;
	vertical-align:top;
}
.right-box *{
	margin-bottom:0;
}
/* photo list */
.photo-list{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.photo-list li{
	float:left;
}
.photo-list img{
	vertical-align:top;
}
.gallery .photo-list .item img{
	float:none !important;
	vertical-align:middle;
}
/* rating */
.rating{
	counter-reset:item;
}
.rating li{
	position:relative;
}
.rating li.num:before{
	content:counter(item);
	counter-increment:item;
}
.rating li.num:before, .ico-num{
	position:absolute;
	bottom:3px !important;
	left:3px;
	padding-top:2px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:400px 240px;
	-moz-background-size:400px 240px;
	background-size:400px 240px;
	background-position:0 -40px;
	width:16px;
	height:18px;
	overflow:hidden;
	line-height:18px;
	text-align:center;
}
.rating li.num:before{
	bottom:auto;
}
/* topics */
.topics{
	margin:0;
	list-style:none;
	font-size:10px;
	line-height:13px;
}
.topics-item{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	border-top:1px solid #ccc;
	position:relative;
	padding:8px 0 0;
}
.topics-item:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
	overflow:hidden;
}
.topics .topics-item:nth-child(2n+1){
	margin-left:0;
}
.topics h4{
	margin:0 0 5px;
	font-weight:normal;
	font-size:11px;
}
.topics h5{
	margin:0;
	font-weight:normal;
	font-size:10px;
}
.topics .topics-item:nth-child(2){
	border:0;
	padding-top:0;
}
.topics .topics-item:first-child{
	border:0;
	padding-top:0;
}
.topics .topics-item:nth-child(2):after{
	left:-9999em;
}
.topics .topics-item:first-child:after{
	left:-9999em;
}
.topics p{
	margin:0;
}
/* action btns */
.action-btns{
	overflow:hidden;
	padding:3px 10px 0;
	height:28px;
}
.action-btns a{
	float:left;
	line-height:27px;
	text-decoration:none;
}
.action-btns a.ico-top{
	float:right;
	padding:2px 13px 0;
	position:relative;
	border:1px solid #aaa;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 1px 2px #bcbcbc;
	overflow:hidden;
	background:#f0f0f0;
	line-height:16px;
	margin:2px 0 0 0;
}
.action-btns .ico-top:before{
	width:9px;
	height:11px;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_other_1.png) no-repeat;
	-webkit-background-size:300px 180px;
	-moz-background-size:300px 180px;
	background-size:300px 180px;
	background-position:-210px -30px;
	margin:2px 3px -2px 0;
}
/* footer */
#footer{
	position:relative;
	background:#f3f3f3;
	font-size:10px;
	margin-top:-11px;
}
#footer .searchContent{
	border-bottom:1px solid #ddd;
	padding:30px 10px;
}
#footer .searchContent .search-input span, #top .searchContent .search-input span{
	position:absolute;
	font-size:14px;
	color:#999;
	top:10px;
	padding-left:20px;
}
#footer ul{
	list-style:none;
	margin:0;
	color:#555;
}
#footer .helpList li a{
	border-bottom:1px solid #ddd;
}
#footer .infoList{
	border-bottom:1px solid #ddd;
	color:#555;
}
#footer .helpList li a, #footer .infoList li a, #footer .appList li a{
	font-size:14px;
	color:#555;
	text-decoration:none;
	padding:22px 20px 20px 10px;
	display:block;
	position:relative;
}
#footer .infoList li.touchstyle a{
	background:#fafafa;
}
#footer .helpList li a:before, #footer .helpList li a:after, #footer .infoList li a:before, #footer .infoList li a:after, #footer .appList li a:before, #footer .appList li a:after{
	content:"";
	position:absolute;
	border-width:9px;
	border-color:transparent transparent transparent #999;
	border-style:solid;
	-webkit-border-radius:9px;
	border-radius:9px;
	top:50%;
	width:0;
	height:0;
	margin-top:-9px;
	right:2px;
}
#footer .infoList li a:after{
	right:3px;
	border-color:transparent transparent transparent #fff;
}
#footer .infoList li.touchstyle a:after{
	right:3px;
	border-color:transparent transparent transparent #fafafa;
}
#footer .helpList li a:after, #footer .infoList li:first-of-type a:after, #footer .appList li a:after{
	right:3px;
	border-color:transparent transparent transparent #f3f3f3;
}
#footer .infoList li:first-of-type a:before, #footer .infoList li:first-of-type a:after{
	border-color:#999 transparent transparent transparent;
	margin-top:-5px;
	right:7px;
}
#footer .infoList li:first-of-type a:after{
	border-color:#f3f3f3 transparent transparent transparent;
	margin-top:-6px;
}
#footer .infoList li.touchstyle:first-of-type a:after{
	border-color:#fafafa transparent transparent transparent;
	margin-top:-6px;
}
#footer .infoList li.active:first-of-type a:before, #footer .infoList li.active:first-of-type a:after{
	border-color:transparent transparent #999 transparent;
	margin-top:-12px;
	right:7px;
}
#footer .infoList li.active:first-of-type a:after{
	border-color:transparent transparent #f3f3f3 transparent;
	margin-top:-11px;
}
#footer .infoList li.touchstyle.active:first-of-type a:after{
	border-color:transparent transparent #fafafa transparent;
}
#footer .infoList li{
	display:none;
	background:#fff;
	border-top:1px solid #f3f3f3;
}
#footer .infoList li:first-of-type{
	display:block;
	background:#f3f3f3;
}
#footer .infoList li a{
	padding-left:20px;
}
#footer .infoList li:first-of-type a{
	padding-left:10px;
}
#footer .socialList{
	text-align:center;
	padding:36px 0 30px;
	letter-spacing:-.4em;
}
#footer .socialList + .searchContent{
	padding-top:0;
}
#footer .socialList li{
	height:34px;
	display:inline-block;
	margin:0 10px;
	letter-spacing:normal;
}
#footer .socialList li a:before, #footer .appList li:before{
	content:"";
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_global_1.png) no-repeat;
	-webkit-background-size:400px 160px;
	-moz-background-size:400px 160px;
	background-size:400px 160px;
	height:34px;
	width:37px;
	display:inline-block;
	vertical-align:middle;
}
#footer .socialList li a{
	display:block;
}
#footer .socialList .facebook a:before{
	background-position:-320px -120px;
	width:30px;
}
#footer .socialList .twitter a:before{
	background-position:-360px -120px;
	width:33px;
}
#footer .socialList .line a:before{
	background-position:-320px -80px;
}
#footer .socialList .instagram a:before{
	background-position:-360px -80px;
	width:33px;
}
#footer .appList + .copy{
	padding-top:10px;
}
#footer .appList li{
	border-bottom:1px solid #ddd;
	position:relative;
}
#footer .appList li a{
	padding-left:60px;
}
#footer .appList li:before{
	position:absolute;
	top:10px;
	left:10px;
	background-position:-120px -38px;
	width:50px;
	height:42px;
}
#footer .deviceList li{
	text-align:center;
	padding:38px 0 9px;
	margin-bottom:35px;
}
#footer .deviceList li a{
	font-size:14px;
	background:#fff;
	display:inline;
	text-decoration:none;
	border-radius:30px;
	padding:16px 80px;
	color:#555;
}
#footer .safety{
	display: none;
}
#footer .safety *{
	line-height: 1;
}
#footer .safety p.pmark{
	margin:0 10px 0 0;
}
#footer .copy{
	padding:10px;
	margin:0;
	text-align:center;
	color:#555;
}
#footer.footeraction .copy{
	padding:15px 10px 13px;
}
#footer #pagetop.topFooter{
	position:fixed;
	bottom:30px;
	right:10px;
	opacity:0.7;
	z-index:2;
	display:none;
}
#footer #pagetop.topFooter a{
	background:#222;
	color:#fff;
	height:40px;
	width:40px;
	border-radius:3px;
	padding:0;
	line-height:40px;
	opacity:0.4;
}
#footer #pagetop.topFooter a.touchstyle{
	opacity:1.0;
}
#footer #pagetop.topFooter a:before{
	content:"";
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-10px;
	width:20px;
	height:20px;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_global_1.png) no-repeat;
	-webkit-background-size:400px 160px;
	-moz-background-size:400px 160px;
	background-size:400px 160px;
	background-position:-120px -120px
}
/* slide block */
.slide-block{
	position:relative;
}
.slide-block + .error-holder{
	margin-top:0;
}
.slide-block .open-close{
	padding:13px 38px 18px 10px;
}
.slide-block .open-close:after, .slide-block.active .slide-block .open-close:after{
	content:"+";
	text-align:center;
	line-height:20px;
	font-size:20px;
	position:absolute;
	top:10px;
	right:10px;
	background:#1a1a1a;
	background:url(//img08.magaseek.com/images/mg_sp/img/pxl.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), to(#1a1a1a));
	background-repeat:repeat-x;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	width:20px;
	height:20px;
	border:1px solid #222;
}
.slide-block.active .open-close:after, .slide-block .slide-block.active .open-close:after{
	content:"_";
	font-size:20px;
	line-height:0;
}
.slide-block .open-close.title h1{
	margin:-2px 0 -3px !important;
}
.slide-block .open-close .right-box{
	padding-top:2px;
}
.slide-content{
	padding:10px 10px 0;
	margin:0 -10px;
	overflow:hidden;
	position:relative;
}
.slide-content.white{
	background:#fff;
}
.slide-content.faqArea{
	padding-bottom:12px;
}
.border-btm .slide-content{
	padding-top:0;
}
.border-top{
	border-top:1px solid #ccc;
}
/* behavior in other blocks */
/* pic holder */
.pic-holder{
	text-align:center;
	margin:0 -10px 10px;
	display:block;
}
.pic-holder.gray{
	background:#f0f0f0;
}
.pic-holder img{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
}
/* breadcrumbs */
.breadcrumbs .wrapp{
	margin:0 -10px;
	list-style:none;
	padding:12px 5px 10px;
	background:#fff;
	overflow:hidden;
}
.breadcrumbs.footerBreadcrumbs{
	margin:0 0 10px;
}
.section-group + .footerBreadcrumbs{
	margin-top:-10px;
}
.breadcrumbs.footerBreadcrumbs .wrapp{
	margin:0 -10px;
	padding:13px 10px 11px;
	background:#f3f3f3;
	border-bottom:0;
	border-top:1px solid #ddd;
}
.breadcrumbs ul{
	max-height:3.3em;
	list-style:none;
	margin:0;
	overflow:hidden;
	word-break:break-all;
}
.breadcrumbs.footerBreadcrumbs ul{
	max-height:none;
}
.breadcrumbs li{
	color:#888;
	font-size:10px;
	display:inline;
	margin:0 2px 0;
}
.breadcrumbs.footerBreadcrumbs li{
	color:#222;
	font-size:12px;
	line-height:1.5em;
	word-break:break-word;
}
.breadcrumbs li:after{
	content:">";
	display:inline-block;
	margin:0 0 0 5px;
}
.breadcrumbs li:last-child:after{
	content:"";
	margin:0;
}
.breadcrumbs li a{
	color:#999;
}
.breadcrumbs.footerBreadcrumbs li a{
	color:#222;
}
#product + .breadcrumbs .wrapp{
	background:#f3f3f3;
	border:none;
	padding:14px 10px 13px;
}
#product + .breadcrumbs li,
#product + .breadcrumbs li a{
	color:#222;
}
/* action holder */
.action-holder{
	text-align:center;
	margin:-10px -10px 0;
	padding:10px;
}
.action-holder *:last-child{
	margin-bottom:0;
}
/* selector */
.selector{
	margin:0 0 10px;
}
.selector dl{
	margin:0;
	background:#fff;
	display:inline-block;
	border:1px solid #ddd;
	padding:5px;
	line-height:18px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:20px;
	overflow:hidden;
}
.selector dt{
	float:left;
	margin:2px 8px 0 0;
	padding:0 10px;
}
.selector dd{
	float:left;
	margin:0;
}
.selector dd a{
	display:block;
	text-decoration:none;
	padding:0 10px;
	border:1px solid #c3c3c2;
	border-right-color:#f7f7f7;
	background:#f6f6f6;
	color:#5d5d5d;
}
.selector dd:last-child a{
	border-right-color:#c3c3c3;
}
.selector dd.active a{
	background:#87ce00;
	border:1px solid #76bc00;
	border-top-color:#65ab00;
	color:#326700;
}
.selector dd:last-child.active a{
	background:#c8c8c8;
	border:1px solid #c2c2c2;
	border-top-color:#a6a6a6;
	color:#666;
}
/* pic list */
.pic-list{
	display:table;
	margin:-1px;
	list-style:none;
	overflow:hidden;
	font-size:10px;
	line-height:13px;
	position:relative;
	color:#666;
	width:100%;
}
.slide-block .pic-list:last-child{
	margin-bottom:-1px;
}
.pic-list:after{
	content:"";
	width:1px;
	height:100%;
	background:#CCC;
	position:absolute;
	top:0;
	left:50%;
}
.pic-list .row-item{
	border-top:1px solid #CCC;
	vertical-align:top;
	display:inline-table;
	width:50%;
	position:relative;
	text-align:center;
}
.pic-list .row-item:last-child::before{
	content:"";
	height:1px;
	width:200%;
	background:#CCC;
	position:absolute;
	top:-1px;
}
.pic-list a{
	display:block;
	padding:10px;
	text-decoration:none;
}
.pic-list figure{
	margin:0;
	display:block;
}
.pic{
	display:table;
	width:100%;
}
.pic span{
	display:table-cell;
	width:100%;
	height:50px;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
}
.pic-list figcaption{
	display:block;
	margin:10px 0 0;
}
.hightlight.white .pic-list:first-child, .slide-content.white .pic-list:first-child{
	margin-top:-10px;
}
/* paging */
.paging h3{
	font-weight:normal;
	font-size:13px;
	line-height:15px;
	margin:0 0 10px;
}
.paging span{
	display:block;
	font-size:13px;
	line-height:16px;
	margin:0 0 12px;
}
.paging ul{
	text-align:center;
	margin:0 0 10px;
	list-style:none;
	font-size:12px;
	line-height:15px;
}
.paging li{
	display:inline-block;
}
.paging li a{
	text-decoration:none;
	margin:0 6px;
	position:relative;
}
.paging li strong{
	margin:0 6px;
}
.paging li a.next{
	padding:0 20px 0 0;
}
.paging li a.prev{
	padding:0 0 0 20px;
}
.paging .prev:after, .paging .prev:before{
	left:1px;
	border-color:transparent #1a1a1a transparent transparent;
}
.paging .next:after{
	right:3px;
	border-left-color:#f0f0f0;
}
.paging .prev:after{
	left:3px;
	border-right-color:#f0f0f0;
}
/* behavior in other blocks */
.white .paging .next:after{
	border-left-color:#fff;
}
.white .paging .prev:after{
	border-right-color:#fff;
}
/* properties */
.properties{
	width:100%;
	overflow:hidden;
	margin:0;
	line-height:18px;
	text-transform:uppercase;
	min-height:22px;
	text-align:left;
}
.properties dt{
	float:left;
	margin:0 5px 10px 0;
	clear:both;
}
.properties dd{
	float:left;
	margin:0 2px 0 0;
}
.properties a, .properties li{
	display:inline-block;
	margin:0 0 5px 0;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #ccc;
	padding:0 1px;
	background:#fff;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size:9px;
	line-height:13px;
}
.properties li.checkbox{
	border:none;
	margin:2px 0 0 0;
}
.properties li.checkbox input{
	margin:0;
}
.properties dd.active a{
	border-color:#999;
	background:#999;
	color:#fff;
}
.properties.gray a, .properties.gray li{
	background:#f5f5f5;
}
.properties.orange a, .properties.orange li{
	border:solid 1px #fb8c00;
	color:#fb8c00;
}
.properties+.properties{
	margin-top:0;
}
.properties.large a, .properties.large li{
	font-size:11px;
	line-height:15px;
	padding:3px 5px;
	margin-bottom:5px;
}
.status{
	display:block;
	margin:0 auto 10px;
	color:#fff;
	text-align:center;
	width:85px;
	padding:3px 0;
	line-height:16px;
	background:#f00;
	font-weight:bold;
}
.status.pink{
	background:#f88;
}
.status.gray{
	background:#999;
}
.old-price{
	text-decoration:line-through;
}
.new-price{
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}
/* main info */
.main-info{
	background:#ef0000 url(//img08.magaseek.com/images/mg_sp/img/bg-main-info.gif);
	color:#fff;
	padding:10px;
	border-top:1px solid #000;
}
.main-info dl{
	line-height:18px;
	margin:0;
}
.main-info dt{
	font-size:12px;
	margin:0 3px 0 0;
	display:inline-block;
}
.main-info dd{
	font-size:15px;
	margin:0;
	display:inline-block;
	color:#ff0;
}
.main-info p{
	margin:0;
}
/* desc-v-with-indent-elinline */
.desc-v-with-indent-elinline{
	margin:10px -10px 10px;
	padding:0 10px;
	width:100%;
	overflow:hidden;
	line-height:1.4;
}
.desc-v-with-indent-elinline-striped:nth-child(odd){
	background:#f0f0f0;
	margin:0 -10px;
	padding:5px 10px;
}
.desc-v-with-indent-elinline span.term{
	margin-left:1px;
}
.desc-v-with-indent-elinline dt{
	float:left;
	clear:both;
	margin:1px 3px 0 0;
}
.dt-w110 dt{
	width:140px;
}
.main-box .dt-w110 dt{
	width:137px;
}
.detail-holder .dt-w110 dt{
	width:130px;
}
.desc-v-with-indent-elinline dd{
	margin:0;
	display:table-cell;
	padding:1px 0 4px;
}
.title-strong dt{
	font-weight:bold;
}
h3.title-strong{
	color:#000 !important;
	font-weight:bold !important;
}
.desc-v-with-indent-elinline address{
	display:block;
	font-style:normal;
}
.desc-v-with-indent-elinline p{
	margin:0;
}
.desc-v-with-indent-elinline.spl{
	position:relative;
	margin-bottom:0;
	padding-bottom:10px;
	margin-top:-21px;
}
.gray .desc-v-with-indent-elinline.spl{
	border-bottom:1px solid #ccc;
}
.detail-holder .desc-v-with-indent-elinline.spl, .information-holder .desc-v-with-indent-elinline.spl{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.desc-v-with-indent-elinline.spl dt:before{
	content:"";
	left:0;
	position:absolute;
	width:100%;
	height:1px;
	background:#fff;
	margin:-10px 0 0;
	border-top:1px solid #ccc;
}
.detail-holder .desc-v-with-indent-elinline dt:first-child:before{
	left:-9999em !important;
}
.detail-holder .desc-v-with-indent-elinline{
	margin-bottom:0;
}
.desc-v-with-indent-elinline .list-v{
	margin:0;
}
.desc-v-with-indent-elinline.spl dt, .desc-v-with-indent-elinline.spl dd{
	padding-top:20px;
}
/* desc-v */
.desc-v{
	margin:0 0 15px;
}
.desc-v dd{
	margin:0 0 5px;
}
.desc-v address{
	font-style:normal;
	display:block;
}
/* properties list */
.properties-list{
	overflow:hidden;
	margin:0 -15px 10px 0;
	list-style:none;
}
.properties-list:after{
	content:"";
	clear:both;
	display:block;
}
.properties-list li{
	float:left;
	margin:0 15px 9px 0;
	border:1px solid #ccc;
	text-align:center;
	background:#fff;
	width:26px;
	padding:1px;
	line-height:26px;
}
.properties-list li.double-width{
	width:71px;
}
.properties-list li.current{
	border:1px solid black;
}
.properties-list img{
	display:block;
	position:relative;
	z-index:1;
}
.properties-list .icn-dead{
	display:block;
	position:absolute;
	bottom:0;
	z-index:1;
}
.properties-list a{
	display:block;
	position:relative;
	text-decoration:none;
}
.properties-list .description{
	color:#fff;
	background:url(//img08.magaseek.com/images/mg_sp/img/fader.png);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:2px 0;
	z-index:2;
	text-align:center;
	display:none;
}
/* table holder */
.table-holder{
	margin:0 0 10px;
}
.table-holder h3{
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	margin:0 0 5px;
}
.table-holder table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 10px;
	table-layout:fixed;
}
.table-holder.simple table{
	table-layout:auto;
}
.table-holder th{
	background:#ddd;
	font-weight:normal;
}
.table-holder.simple table th{
	background:none;
	text-align:left;
	width:90px;
}
.table-holder.simple table td{
	text-align:left;
}
.table-holder td{
	background:#fff;
}
.table-holder th, .table-holder td{
	padding:10px 2px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #f0f0f0;
	font-size:10px;
	line-height:12px;
	word-break:break-all;
	word-wrap:break-word;
}
/* review */
.review{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.review dt{
	float:left;
}
.review dd{
	float:left;
	background:url(//img08.magaseek.com/images/mg_sp/img/icn_review.png) no-repeat;
	-moz-background-size:360px 120px;
	-webkit-background-size:360px 120px;
	background-size:360px 120px;
	background-position:0 -80px;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999em;
	margin:0 2px 0 0;
}
.review dd.active{
	background-position:-40px -80px;
}
.product-info .review{
	margin:10px 0 0;
}
/* list bordered */
.list-bordered{
	margin:0 0 10px;
	list-style:none;
}
.list-bordered li{
	border-top:1px solid #ccc;
	font-size:12px;
}
.list-bordered a{
	text-decoration:none;
	display:block;
	padding:7px 3px;
}
.slide-content .list-bordered:first-child{
	margin:-10px 0 0;
}
.list-bordered .active a{
	background:#ddd;
}
/* header group */
.header-group{
	margin:0 0 10px;
	font-size:12px;
	line-height:15px;
}
.header-group h3{
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.header-group h3.strong{
	font-weight:bold;
}
/* main box */
.main-box{
	margin:0 -2px;
	border:1px solid #bbb;
	padding:10px 6px;
	background:#fff;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.main-box.text-large{
	margin:6px -2px 15px;
	border:1px solid #bbb;
	padding:10px 5px;
	background:#fff;
	position:relative;
}
.main-box.text-large::before{
	content:"";
	position:absolute;
	top:-5px;
	left:-5px;
	width:100%;
	height:100%;
	padding:0 1px 2px;
	border:4px solid #bbb;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.main-box.text-large::after{
	content:"";
	position:absolute;
	top:-4px;
	left:-4px;
	width:100%;
	height:100%;
	border:3px solid #dfdfdf;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0 1px 2px;
}
.main-box-holder{
	background:#ccc;
	margin:-10px -10px 10px;
	padding:10px;
	border-bottom:1px solid #bdbdbd;
}
.main-box .desc-v-with-indent-elinline{
	margin:0 -6px;
	padding:0 6px;
}
.main-box.box-small{
	width:210px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:7px 6px;
}
.main-box.box-small p{
	margin:0 0 5px;
}
.main-box h2{
	font-size:14px;
	line-height:16px;
	margin:0 0 10px;
}
.main-box .section{
	border:0;
	background:#f5f5f5;
	margin:0 -5px 10px;
	overflow:hidden;
	padding:5px 10px;
	position:relative;
}
.main-box .section:first-child{
	margin-top:-10px;
}
.main-box .section:last-child{
	margin-bottom:-10px;
	padding-top:10px;
	padding-bottom:0;
	border-top:1px dotted #666;
}
.main-box .section:last-child:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
}
.text-large{
	font-size:18px;
	line-height:22px;
	text-align:center;
}
/* desc list spr */
.desc-list-spr{
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
}
.desc-list-spr dt{
	float:left;
	clear:both;
	margin:0 -5px 0 0;
	background:#fff;
	position:relative;
}
.desc-list-spr dd, .desc-list-spr li{
	margin:0 5px 0 0;
	display:inline-block;
}
.desc-list-spr dd.active, .desc-list-spr li.active{
	font-weight:bold;
}
.desc-list-spr dd:before, .desc-list-spr li:before{
	content:"|";
	display:inline-block;
	margin:0 5px 0 0;
	color:#ccc;
}
.desc-list-spr dd:first-child:before, .desc-list-spr li:first-child:before{
	content:"";
}
.desc-list-spr dd.active a, .desc-list-spr li.active a{
	text-decoration:none;
}
/* desc letter */
.desc-letter{
	font-size:12px;
	border-bottom:1px solid #ccc;
	margin:0 -10px 10px;
	padding:0 10px;
}
.desc-letter dl{
	margin:0 -10px 10px;
	background:#fff;
}
.desc-letter .slide-content ul{
	margin:0 -10px 10px;
	list-style:none;
}
.desc-letter dt.dt-item{
	padding:10px;
	border:solid #ccc;
	border-width:1px 0;
}
.desc-letter dd{
	margin:0;
}
.desc-letter dd.dd-item, .desc-letter li.li-item{
	border-bottom:1px solid #ccc;
	margin:0;
	padding:10px;
	background:#f0f0f0;
}
.desc-letter dd.dd-item a, .desc-letter li.li-item a{
	display:block;
	margin:-10px;
	padding:10px;
}
.tab-content .desc-letter{
	margin-bottom:0;
}
.tab-content .desc-letter dl{
	margin-bottom:0;
}
/* error holder */
.error-holder{
	border:1px solid #990101;
	color:#990101;
	background:#fee;
	padding:10px;
	font-size:11px;
	line-height:14px;
	margin:8px 0 18px;
}
#footerErrorMsgContent.error-holder{
	display:none;
}
.slide-content .error-holder:first-child{
	margin-top:-10px;
}
.error-holder a{
	color:#990101;
}
.error-holder .headline{
	margin:0 0 10px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
.error-holder ul{
	margin:0 0 10px;
	list-style:none;
}
.error-holder *:last-child{
	margin-bottom:0;
}
.error-holder p{
	margin:0;
}
/* form holder */
.form-holder{
	font-size:13px;
	line-height:15px;
}
.form-holder h3{
	font-size:13px;
	line-height:15px;
	margin:0 0 10px;
}
/* select holder */
.select-holder{
	margin:0 0 10px;
}
/* input holder */
.input-holder{
	margin:0 0 10px;
	padding:0 11px;
	overflow:hidden;
	height:1%;
}
.input-holder input.text{
	display:block;
	float:left;
	width:100%;
	margin:0 -11px;
}
input.text.w25{
	width:25px;
}
.control-row .input-holder{
	margin-bottom:0;
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
}
.control-row .label{
	display:table-cell;
	padding-right:5px;
	width:10px;
	white-space:nowrap;
}
/* textarea holder */
.textarea-holder{
	margin:0 0 10px;
	padding:0 11px;
	overflow:hidden;
	height:1%;
}
.textarea-holder textarea{
	display:block;
	float:left;
	width:100%;
	height:95px;
	margin:0 -11px;
}
.textarea-holder label{
	display:block;
	font-weight:bold;
	margin:0 -10px 5px;
}
/* cotrol row */
.control-row{
	width:100%;
	display:table;
	margin:0 0 10px;
	vertical-align:top;
}
.control-row .btn{
	display:table-cell;
	vertical-align:top;
	margin:0;
	width:60px;
}
/* headnotice */
.headnotice{
	color:#8a3308;
	font-size:10px;
	line-height:13px;
}
/* product holder */
.product-holder{
	margin:0 -10px 10px;
	padding:10px;
	background:#fafafa;
	border-top:1px solid #ccc;
	border-bottom:1px solid #b1b1b1;
	position:relative;
}
.row-group .product-holder{
	margin-bottom:-1px;
}
.product-holder:before{
	content:"";
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	height:1px;
	overflow:hidden;
	background:#eee;
}
.product-holder .info-box{
	margin:0;
	padding:0;
}
.product-holder h2{
	margin:0 0 10px;
	font-size:11px;
	line-height:14px;
}
/* row group */
.row-group{
	margin:0 -10px 10px;
	padding:0 10px;
	background:#fff;
	width:100%;
	overflow:hidden;
}
/* control holder */
.control-holder{
	margin:-1px -10px 10px;
	width:100%;
	overflow:hidden;
	padding:10px;
	background:#fafafa;
	border-top:1px solid #ccc;
	border-bottom:1px solid #b1b1b1;
	position:relative;
}
.control-holder-bottom{
	margin:-1px -10px 0;
	width:100%;
	overflow:hidden;
	padding:10px;
	background:#fafafa;
	border-top:1px solid #ccc;
	position:relative;
}
.control-holder-bottom h3{
	font-size:11px;
	line-height:14px;
	margin:0 0 0;
}
.section-group .control-holder:last-child{
	border-bottom:0;
}
.section-group .control-holder, .row-group .control-holder, .section .control-holder{
	margin-bottom:0;
}
.control-holder *:last-child{
	padding-bottom:0;
}
.control-holder:before{
	content:"";
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	height:1px;
	overflow:hidden;
	background:#eee;
}
.control-holder.pack a{
	text-decoration:underline;
}
.control-holder.error{
	background:#fee;
}
.control-holder *:last-child{
	margin-bottom:0;
}
.control-holder h3{
	font-size:11px;
	line-height:14px;
	margin:0 0 5px;
}
.control-holder h4{
	font-size:11px;
	line-height:14px;
	margin:0 0 5px;
}
.error-message{
	color:#900;
	font-weight:bold;
	display:block;
	margin:0 0 5px;
}
.error-message span{
	display:block;
}
.control-content.error .elements-row .label{
	font-weight:normal;
	color:#333;
}
input.text.error, textarea.error, input.text.error-group, textarea.error-group{
	border:2px solid #d06e6e;
	padding:0 9px;
	background-color:#fcc;
}
select.error, select.error-group{
	background-color:#fcc;
	border:1px solid #ce7c7c;
}
.control-holder .description{
	margin:0 0 5px;
}
.control-holder .description p{
	margin:0;
}
.control-holder .description p a{
	text-decoration:underline;
}
#accordionAdBox.ld-item{
	padding:0 10px;
}
#accordionAdBox.ld-item > .control-holder{
	padding:10px;
	border:none;
}
#accordionAdBox.ld-item > .control-holder .input-holder:last-child{
	margin-bottom:10px;
}
/* ico close */
.ico-close{
	padding-left:8px;
	position:relative;
}
.ico-close:after, .ico-close:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:8px;
	margin:-4px 0 0 0;
	background:#333;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.ico-close:before{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
/* desc dtb ddi */
.desc-dtb-ddi{
	margin:0;
}
.desc-dtb-ddi dt{
	margin:0 0 5px;
}
.desc-dtb-ddi dd{
	display:inline-block;
	margin:0 5px 10px 0;
}
.desc-dtb-ddi input.text{
	margin:0 5px 0 0;
}
/* num item */
.num-item{
	counter-reset:item;
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.num-item li{
	position:relative;
	padding-left:18px !important;
}
.num-item li:before{
	content:counter(item) ". ";
	counter-increment:item;
	position:absolute;
	top:1px;
	left:0;
	font-size:11px;
}
.links.num-item li:before{
	top:9px;
}
/* links */
.links{
	margin:0 0 10px;
	list-style:none;
}
.links a{
	display:block;
	padding:8px 0;
}
.links .bordered{
	border-top:1px solid #ccc;
	margin:0 -10px;
	padding-left:10px;
	padding-right:10px;
}
.slide-content .links:last-child{
	margin-bottom:0;
}
.slide-content .links:first-child{
	margin-top:-10px;
}
/* main message */
.main-message{
	text-align:center;
	margin:34px 0 36px;
	font-size:14px;
	line-height:22px;
}
.main-message p{
	font-weight:bold;
	margin-bottom:20px;
}
.main-message p.lead{
	font-weight:normal;
	font-size:12px;
	margin-bottom:14px;
	line-height:initial;
}
.main-message .btn.touchstyle{
	box-shadow:none;
	background:#fafafa;
}
/* check radio row */
.radio-check-row{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	display:table;
	margin-top:-3px;
	margin-bottom:-3px;
}
.text-box .radio-check-row{
	display:block;
	margin-top:0;
	margin-bottom:0;
}
.text-box .radio-check-row{
	padding-bottom:5px;
}
.radio-check-row .desc-g{
	margin:0;
	display:inline-block;
	line-height:14px;
}
.radio-check-row input{
	vertical-align:middle;
	display:table-cell;
}
.control-content .radio-check-row:last-child{
	padding-bottom:0;
}
.radio-check-row .label{
	padding:2px 0 0 0;
	display:table-cell;
	vertical-align:middle;
	width:9999em;
}
/* item list */
.item-list{
	margin:0 0 10px;
	list-style:none;
}
.item-list li.item:first-child{
	padding-top:0;
}
.item-list li.item{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.icn-orange{
	border:solid 1px #fb8c00;
	color:#fb8c00;
	padding:2px 5px;
	line-height:15px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	margin-left:5px;
}
.valign-top{
	vertical-align:top;
}
.item-list li.item *:last-child{
	margin-bottom:0;
}
.item-list li.item *:last-child{
	padding-bottom:0;
}
.item-list.without-btm-border li:last-child{
	border:0;
}
/* simple heading brdered */
.heading-simple-bodered{
	font-size:11px;
	line-height:15px;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #ccc;
}
/* table info */
.table-info{
	margin:0 0 10px;
	width:100%;
	border-collapse:collapse;
	font-size:10px;
}
.table-info th, .table-info td{
	text-align:center;
	padding:5px;
}
.table-info th{
	border:1px solid #ccc;
}
/* dotted row */
.dotted-row{
	position:relative;
}
.dotted-row dt{
	margin-bottom:20px;
}
.dotted-row dd{
	padding-bottom:20px !important;
}
.dotted-row dt:before{
	content:"";
	position:absolute;
	left:0;
	margin:-10px 0 0;
	width:100%;
	height:1px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
.dotted-row dt:first-child:before{
	left:-9999em;
}
dt.total-price{
	font-weight:bold;
}
.total-price{
	font-size:15px;
}
dt.total-points{
	font-weight:bold;
}
.total-points{
	font-size:15px;
}
.dotted-row dt.total-price:before{
	border-bottom:2px solid #666;
	margin-top:-20px;
}
.dotted-row dt.total-points:before{
	border-bottom:2px solid #666;
	margin-top:-20px;
}
dt.total-price{
	padding-top:10px;
	margin-bottom:0 !important;
}
dd.total-price{
	padding-top:10px;
	padding-bottom:0 !important;
}
dt.total-points{
	margin-bottom:0 !important;
}
dd.total-points{
	padding-bottom:0 !important;
}
.dt-strong dt{
	font-weight:bold;
}
.text-strong{
	font-weight:bold !important;
}
/* testimonial box */
.testimonial-box{
	background:#f5f5f5;
	margin:10px 0 0;
	padding:5px;
	position:relative;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:left;
}
.testimonial-box:before{
	content:"";
	position:absolute;
	top:0;
	left:5px;
	border-width:8px 6px 0 8px;
	border-color:transparent #f5f5f5 transparent transparent;
	border-style:solid;
	width:0;
	height:0;
	margin:-8px 0 0 0;
}
.testimonial-box *{
	margin:0;
}
/* simple tabs */
.simple-tabs{
	margin:0 -10px;
	position:relative;
}
.simple-tabs .tab-btns{
	margin:0;
	list-style:none;
	display:table;
	width:100%;
	table-layout:fixed;
	font-size:11px;
	position:relative;
	z-index:2;
}
.simple-tabs .tab-btns li{
	display:table-cell;
	text-align:center;
	padding:1px 1px 0;
	vertical-align:top;
}
.simple-tabs .tab-btns li:first-child{
	padding-left:5px;
}
.simple-tabs .tab-btns li:last-child{
	padding-right:5px;
}
.simple-tabs .tab-btns a{
	padding:0 5px;
	width:99999em;
	height:30px;
	vertical-align:middle;
	line-height:12px;
	display:table-cell;
	border:solid #ccc;
	border-width:1px;
	text-decoration:none;
	background:#ebebeb;
	position:relative;
	z-index:2;
}
.simple-tabs .tab-btns a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
}
.simple-tabs .tab-btns .active a{
	background:#fff;
	font-weight:bold;
	border-bottom-color:#fff;
}
.simple-tabs .tab-content{
	padding:10px 10px 0;
}
.w85{
	width:85px !important;
}
.w120{
	width:120px !important;
}
/* controls group */
.controls-group{
	display:table;
	width:100%;
}
.controls-content{
	display:table-cell;
}
/* radio check list v*/
.radio-check-list-v{
	margin:0 0 10px;
	list-style:none;
}
.control-holder .radio-check-list-v:last-child{
	margin:0;
}
.radio-check-list-v li{
	width:100%;
	display:table;
	overflow:hidden;
	margin:0 0 5px;
}
.radio-check-list-v.spl{
	margin:0 -10px;
}
.radio-check-list-v.spl li{
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	padding:10px;
	margin:0;
}
.radio-check-list-v.spl li:first-child{
	padding-top:0;
	border-top:0;
}
.radio-check-list-v input{
	display:table-cell;
	padding:0 5px 0 0;
}
.radio-check-list-v input.text{
	padding:0 10px;
}
.radio-check-list-v .label{
	width:9999em;
	display:table-cell;
	text-align:left;
	padding:2px 0 0 0;
}
.radio-check-list-v .radio-check-row{
	margin-top:0;
}
.control-holder .radio-check-list-v.spl:last-child{
	margin-bottom:-11px;
}
/* product info box */
.product-info-box{
	border:1px solid #900;
	background:#fee;
	padding:5px;
	position:relative;
	color:#a01010;
	margin:0 -5px 23px;
}
.product-info-box *:last-child{
	margin-bottom:0;
}
.product-info-box:after, .product-info-box:before{
	content:"";
	position:absolute;
	border-width:10px 5px 5px;
	border-color:#fee transparent transparent transparent;
	border-style:solid;
	top:100%;
	width:0;
	height:0;
	left:20px;
}
.product-info-box:before{
	border-top-color:#900;
	margin:1px 0 -2px;
}
.product-info-box p{
	text-indent:10px;
	margin:0;
}
/* list num */
.list-num{
	margin:0;
	padding:0;
	list-style:none;
	counter-reset:item;
}
.list-num .list-v{
	margin-left:10px;
}
.rating li{
	position:relative;
}
.list-num li.num{
	margin:0 0 10px;
	position:relative;
	width:100%;
	overflow:hidden;
}
.list-num li.num:before{
	float:left;
	margin:0 3px 0 0;
	content:counter(item) '.';
	counter-increment:item;
}
.list-num p{
	margin:0;
}
.fs-12{
	font-size:12px;
}
.fs-13{
	font-size:13px;
	line-height:20px;
}
.fs-15{
	font-size:15px;
}
.list-num.num-red .num:before{
	color:#f00;
}
/* information holder */
.information-holder{
	margin:0 0 10px;
	background:#fafafa;
	border:1px solid #eee;
	border-bottom-color:#ccc;
	padding:10px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.information-holder .title{
	margin:-10px -10px 10px !important;
	padding:10px;
	background:#f0f0f0;
	border-bottom:1px solid #bebebe;
}
.information-holder .title h3{
	font-size:11px;
	font-weight:bold;
}
.information-holder h4{
	margin:0 0 5px;
	font-size:11px;
	line-height:14px;
}
.information-holder *:last-child{
	margin-bottom:0;
}
/* desc main info */
.desc-main-info{
	width:240px;
	overflow:hidden;
	position:relative;
	margin:0 auto 15px;
	border:5px solid #ccc;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.desc-main-info:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:85px;
	height:100%;
	background:#f5f5f5;
	border-right:1px solid #ccc;
}
.desc-main-info dt{
	float:left;
	width:85px;
	clear:both;
	text-align:center;
	background:#f5f5f5;
	padding:15px 0;
	position:relative;
	z-index:2;
}
.desc-main-info dd{
	margin:0;
	text-align:center;
	padding:15px 0;
}
/* detail holder */
.detail-holder{
	position:relative;
	background:#f5f5f5;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px;
	margin:0 0 10px;
}
.detail-holder:after, .detail-holder:before{
	content:"";
	position:absolute;
	top:0;
	left:5px;
	border-width:8px 6px 0 8px;
	border-color:transparent #f5f5f5 transparent transparent;
	border-style:solid;
	width:0;
	height:0;
	margin:-8px 0 0 0;
}
.detail-holder *:last-child{
	margin-bottom:0;
}
.detail-holder .control-holder{
	background:none;
}
.detail-holder .control-holder:first-child{
	margin-top:-8px;
	border-top:0;
}
.detail-holder .control-holder:first-child:before{
	left:-9999em;
}
.detail-holder .control-holder:last-child{
	margin-bottom:-8px;
	border-bottom:0;
}
.detail-holder > .list-desc.control-holder{
	border:none;
}
.detail-holder > .list-desc.control-holder:first-child{
	margin:-11px -10px 0;
}
.detail-holder > .list-desc.control-holder > .ld-item{
	padding:0;
}
/* pic list simple */
.pic-list-simple{
	margin:0;
	list-style:none;
	text-align:center;
}
.pic-list-simple li{
	display:inline-block;
	margin:0 10px 10px 0;
}
.pic-list-simple img{
	vertical-align:top;
}
/* auto width */
.auto-width{
	width:10px !important;
	padding:0 10px 0 0;
}
/* list desc */
.list-desc{
	margin:0 0 10px;
	list-style:none;
}
.ld-item{
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	padding:10px;
}
.ld-item h3{
	margin:0 0 5px;
	font-size:11px;
}
.list-desc dl{
	margin:0;
	width:100%;
	overflow:hidden;
}
.list-desc dt{
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 5px 0 0;
	width:140px;
}
.main-box .ld-item dt{
	width:137px;
}
.detail-holder .ld-item dt{
	width:130px;
}
.list-desc dd{
	display:table-cell;
	margin:0;
}
.list-desc .list-g{
	margin:0;
}
.list-desc address{
	display:block;
	font-style:normal;
}
.list-desc p{
	margin:0;
}
.detail-holder .ld-item:last-child, .information-holder .ld-item:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.detail-holder .list-desc li:first-child{
	border-top:0;
}
.detail-holder .list-desc:last-child{
	margin-bottom:0;
}
.list-desc .list-v{
	margin:0;
}
.section .list-desc{
	margin:0 -10px 10px;
}
.section .list-desc:last-child{
	margin-bottom:-1px;
}
.section .list-desc:first-child, .information-holder .list-desc{
	margin-top:-11px;
}
#reservationLanguage{
	color:#8A3308;
}
#reservationLanguage p.hed{
	font-weight:bold;
	margin:0;
}
.cautionMsgUnderlined span{
	display:inline;
	text-decoration:underline;
}
/* headerBanner */
.headerBanner{
	position:relative;
    padding-top:14.7%;
}
.headerBanner + .headerBanner{
	margin-top:1px;
}
.headerBanner .banner{
    display:none;
	position:absolute;
    top:0;
    left:0;
    width:100%;
}
.headerBanner a{
	outline:none;
}
.headerBanner img{
	display:block;
	width:100%;
}
/* tensoBanner */
#tensoBanner{
	line-height:0;
	text-align:center;
	background:#fff;
}
#tensoBanner #buyee-alliance-banner{
	max-width:100% !important;
}
#tensoBanner img{
	max-width:100%;
	vertical-align:bottom;
}
.frm .pt{
	margin-left:0.3em;
}
.desc-v-with-indent-elinline .p1{
	line-height:18px;
}
.desc-v-with-indent-elinline .p2{
	line-height:18px;
}
.slide-content h5{
	margin-bottom:2px;
	font-weight:bold;
	font-size:100%;
}
dl.list dt.ttl-icn{
	margin-bottom:0;
}
.ttl-icn{
	font-size:11px;
}
.ttl-icn:before{
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#666;
	margin:-3px 3px 0 0;
	vertical-align:middle;
}
.fitting dd{
	-webkit-margin-start:0;
}
.address-list-item dt{
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	width:60px;
}
.address-list-item dd{
	display:inline-block;
	vertical-align:top;
}
.address-list-item-buttons a{
	font-weight:bold;
	font-size:14px;
	margin:10px;
}
.postageLine{
	border:none;
	border-bottom:1px dotted #ccc;
	margin:0 0 8px;
}
.postageArea .total-points{
	font-size:14px;
	font-weight:normal;
}
.postageArea + .attention{
	font-size:10px;
	color:#555;
	margin:4px 0 6px;
}
ul.edit{
	margin:0;
}
.mt10{
	margin-top:10px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
/* retina & hd settings */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5){
}
div.app-ai-chat-window a.saichat-launcher{
	background-size:300px !important;
	background-position:right bottom !important;
	border-radius:inherit !important;
}

@media screen and (min-width:768px){
	.lookforTab, #modalSearchParent.modalSearch .modal-content > .title a, #header.headerAction #headerInner:before, #topHeaderMenu li#mainMenu, #topHeaderMenu li#search, .fixed #topHeaderMenu #fixlog, .fixed #topHeaderMenu #shop, .fixed #topHeaderMenu #item, #topHeaderMenu ul.member li#memberSelect > a:before, #header .searchArea #innerSearch .navigation li:first-child:before, #header .searchArea #innerSearch .navigation li:first-child:after, #header .searchArea #innerSearch .navigation li[class*="-current"]:before, #header .searchArea #innerSearch .navigation li[class*="-current"]:after, #header .searchArea #innerSearch .navigation li[class*="-current"] + li:before, #header .searchArea #innerSearch .navigation li[class*="-current"] + li:after, #header .searchArea #innerSearch .navigation.template li > a:hover:before, #header .searchArea #innerSearch .navigation.template li:first-child > a:before, #topHeaderMenu .onmouseArea li a:before, #headerSearch .headline2, #headerSearch .headline2 + div, #headerSearch .moreBtn, #mypage section:first-child .open-close .right-box, #mypage section:first-child .open-close:after, #mypage .title.open-close .right-box, #footer .infoList li a:before, #footer .infoList li a:after, #footer .appList li a:before, #footer .appList li a:after, #mypage .product-list:before, #mypage .product-list:after{
		display:none;
	}
	body{
		background:#fff;
	}
	.content .section-group{
		margin:0 0 10px;
		padding:0;
	}
	.btn:not(.dead), input[type="radio"], input[type="checkbox"], input[type="submit"], #top .rankSelect li:hover, .slide-block .open-close, #product .singleMoreContent.notice li .readMore, #sports .listTabArea li, .favoriteShop .title.link-item .left-box div a{
		cursor:pointer;
	}
	.noslide-pc.slide-block .open-close, .noslide-pc .slide-block .open-close, input[type="checkbox"]:disabled{
		cursor:default;
	}
	.btn:not(.dead):hover, .modalSearch input[type="radio"]:hover, .modalSearch input[type="checkbox"]:hover, .up-down span:hover, .productList .product-item a:hover, #headerInner .logo a:hover, #topHeaderMenu li a:hover, #headerSearch a:hover, #top.indexTop #sideSearch .selectList li a:hover, #top.indexTop .item-area ul li a:hover, #top.indexTop .shop ul li a:hover, #top .rankSelect li:hover, #top .topicsArea .topics a:hover, #shoptop .section.info-area .info-box a:hover, #top .infoArea ul li a:hover, .product-item a:hover, #modal a:hover, .slide-block .open-close:hover, .slide-block .slide-content a.union-box:hover, #top.indexTop .info-area .topics-item a:hover, .headerBanner .banner:hover, #footer .socialList li a:hover, #footer .safety a:hover, #footer .safety input:hover, #footer #pagetop.topFooter a:hover,#wordLink .wordList li a:hover, #srch .wordList li a:hover, .wordLink .wordList li a:hover, .desc-list-spr a:hover, #srch .tab-section .tab-list li:not(.active) a:hover, .nonItemLink a:hover, .tabArea .listTabArea a:hover, .paging-wrap.paging-wrap-02 .paging ul li a:hover, #product .coupon a:hover, #product .worldObj:hover, #product .section.main p.shop a:hover, #product .otameshi a:hover, #product .rankList li.num a:hover, #product #recommendedBrand h2 a:hover, #product .section.links .social li a:hover, #product .section.coordinate .subimg ul li a:hover, .section.info-area .info-box a:hover, #product .bnr-area a:hover, #kids .section.size .section a:hover, #kids .section.recommended ul li a:hover, #kids .section.list-search .section a:hover, #kids .section.info-area .info-list a:hover, #sports .gallery + .section-group.section-group-main .section a:hover, #sports .listTabArea li:hover, #sports .section.shop .section .union-box:hover, #sports .section.topics .info-box a:hover, #shopCoupon .couponBox .shop li a:hover, #top.usedTop .bnr-area-btm ul li:hover, #top .search-top dl dd .wordList li a:hover, #top .section.secret ul li a:hover, #top .section.topics-area .topics-item a:hover, #top .categoryItem .union-box:hover, #cosme .pickup .more-list ul li a:hover, #cosme #brandArea ul li a:hover, #cosme .info-area .info-box a:hover, #member.login .banner a:hover, #mypage .pic-holder a:hover, .couponBox a.inner:hover, .list-bordered a:hover, .favoriteShop .title.link-item .left-box div a:hover, .favoriteShop .properties-list li a:hover, .favoriteShop.addtoShop .add-button li.add:hover, .couponBox .shop li a:hover, .bnr-area a:hover{
		opacity:0.7;
	}
	.union-box .btn:hover, .info-box .btn:not(.ico-right-arrow):hover, .noslide-pc.slide-block .open-close:hover, .noslide-pc .slide-block .open-close:hover{
		opacity:1;
		cursor:default;
	}
	#top .itemlistCont .allLink a:hover, #top .allBtn a:hover, #top .infoArea p a:hover, #srch .srch-link a:hover{
		text-decoration:underline;
	}
	#product .section.main p.point a:hover, .cartButtonContent + .review a:hover, #product .attention span, #product .attention a:hover, #product #productGallery #sizeBox .sizeList li.sizeCheck a:hover, .spec-info dd a:hover, #product .section.size .list-g a:hover, #product .section.discription .notice li a:hover, a.ico-right-arrow-sm:hover, .date-list a:hover, .link a:hover,.address-list-item-buttons a:hover, .item-list a:hover, .desc-v-with-indent-elinline a:hover, #mypage .info-box .text-box a:hover, #cart .cartAnchor a:hover, #cart .info-box .right-box a.delete:hover, #cart .back a:hover, .text-brown a:hover, .error-holder a:hover, .links a:hover, .breadcrumbs a:hover{
		text-decoration:none;
	}
	.btn.dark-gray{
		cursor:default;
	}
	.btn.dark-gray:hover{
		opacity:1;
	}
	input:-webkit-autofill{
		transition: background-color 5000s ease-in-out 0s !important;
	}
	/* content */
	#content{
		position:relative;
		padding-bottom:70px;
	}
	.content{
		max-width:1000px;
		margin:37px auto 0;
		padding:0;
		box-sizing:border-box;
	}
	.content.is-slim{
		max-width:1000px;
		margin:40px auto 0;
		padding:0 75px;
	}
	.content > .section:first-child{
		padding:0;
	}
	#content.twoColumn .content{
		max-width:1000px;
		min-width:980px;
	}
	#content.twoColumn .content > *{
		position:relative;
		padding:0 0 0 270px;
	}
	body:not(.addNav) #content.twoColumn .content > .breadcrumbs:first-child{
		padding:0;
	}
	.addNav #content.twoColumn .content{
		position:relative;
	}
	/* title */
	h1.title-corner{
		margin:0;
		padding-bottom:25px;
		font-size:36px;
		line-height:1;
		border-bottom:solid 1px #eee;
	}
	h1.title-corner span{
		margin-top:9px;
		font-size:14px;
	}
	#content.twoColumn .content > h1.title-corner{
		padding:0 0 25px;
		margin:0 0 36px;
	}
	.title h1{
		margin-top:0 !important;
	}
	/* modal */
	#modalSearchWrap{
		width:250px;
		margin-right:50px;
		box-sizing:border-box;
		display:block!important;
	}
	#modalSearchWrap #modalSearchParent{
		position:relative;
		display:block!important;
		margin-bottom:0;
		overflow:hidden;
		z-index:1;
	}
	#modalSearchWrap .modalSearch .modal-content{
		display:block!important;
		background:#fff;
		box-shadow:none;
	}
	#modalSearchWrap .modalSearch .inner{
		width:220px;
		padding-top:50px;
		box-sizing:border-box;
	}
	#modalSearchWrap .modalSearch .fixBtnBox{
		position:static;
	}
	#modalSearchWrap .modalSearch .modal-content  > .title{
		position:absolute;
		max-width:220px;
		padding:17px 0;
		z-index:2;
	}
	#modalSearchWrap .modalSearch.modalSearchChild .modal-content{
		padding:0;
		margin-bottom:0;
	}
	#modalSearchWrap .modalSearch.modalSearchChild .inner{
		height:100%;
		padding-bottom:18px;
		box-sizing:border-box;
	}
	#modalSearchWrap .modalSearch.modalSearchChild .inner > *{
		width:calc(100% - 40px);
		margin-right:20px;
		margin-left:20px;
	}
	#modalSearchWrap .modalSearch.modalSearchChild .inner, 	#modalSearchWrap .modalSearch.modalSearchChild .modal-content  > .title{
		width:100%;
		max-width:inherit;
		margin:0;
	}
	/* drawer */
	.addNav .content #drawer{
		position:absolute;
		top:0;
		left:0;
		width:220px;
		height:auto;
		padding:0 !important;
		margin-right:50px;
		z-index:1;
	}
	.addNav .content #drawer.setNav{
		display:block;
	}
	.addNav #drawerClose{
		max-width:220px;
		min-width:220px;
	}
	.addNav #drawerClose .closeBtn{
		display:none;
	}
	.addNav #drawerInner{
		left:0;
		max-width:220px;
		min-width:220px;
		border-bottom:1px solid #f3f3f3;
		overflow-y:auto
	}
	.addNav #drawer .userListBox li:first-child a:before, #drawer .userListBox li:first-child a:after{
		display:none;
	}
	#drawer .userListBox li.child{
		display:block;
	}
	.addNav #drawer .userListBox li.child a{
		padding:16px 20px 15px 0;
	}
	.addNav #drawer .userListBox li a, .addNav #drawer .registListBox li a, .addNav #drawer .actionNavBox li a, .addNav #drawer .mainNavBox li a{
		padding-left:0;
	}
	.addNav #drawer .userListBox li.child a:hover, .addNav #drawer .registListBox li a:hover, .addNav #drawer .actionNavBox li a:hover, .addNav #drawer .mainNavBox li a:hover{
		opacity:0.7;
	}
	.addNav #drawer .recentItemBox{
		padding-right:0;
		padding-left:0;
	}
	.addNav #drawer .actionNavBox li{
		padding-left:28px;
	}
	.addNav #drawer .actionNavBox .likeshop:before, .addNav #drawer .actionNavBox .favorite:before, .addNav #drawer .actionNavBox .coupon:before{
		left:0;
	}
	/* headerBanner */
	.headerBanner{
		padding-top:50px;
	}
	.headerBanner .banner img{
		display:none;
	}
	.headerBanner .banner{
		height:100%;
	}
	.headerBanner .banner a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	/* header - common */
	#header, #header.fixed{
		padding-top:113px;
	}
	#headerInner{
		min-width:980px;
		position:absolute;
		top:0;
		left:0;
		overflow:inherit;
	}
	#headerInner.active.hide{
		border-bottom:1px solid #e5e5e5;
	}
	#headerInner:before{
		content:"";
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:74px;
		background:#fff;
		z-index:99;
	}
	.fixed #headerInner{
		height:54px;
		box-sizing:content-box;
	}
	.fixed #headerInner:before{
		height:54px;
	}
	#header.headerAction{
		padding-top:0;
	}
	#header.headerAction #logo img{
		display:none;
	}
	#header.headerAction #logo a{
		width:190px;
		height:30px;
		padding:0;
		margin:12px 15PX;
		background:url(//img08.magaseek.com/images/mg_sp/img/img_logo.png) no-repeat 0 0;
		background-size:contain;
	}
	/* header - logo */
	#headerInner .logo{
		height:74px;
		left:50%;
		top:0;
		margin-left:-490px;
		z-index:102;
	}
	#headerInner .logo a{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		width:214px;
		height:100%;
		backface-visibility:hidden;
	}
	#headerInner .logo img{
		width:214px;
		backface-visibility:hidden;
	}
	.fixed #headerInner .logo{
		display:block;
	}
	.fixed #headerInner .logo{
		height:54px;
	}
	/* header - topHeaderMenu */
	#topHeaderMenu #fav{
		display:block;
	}
	#topHeaderMenu li .name, #topHeaderMenu li#headerMember{
		display:inline-block;
	}
	#topHeaderMenu{
		position:relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:reverse;
		-ms-flex-direction:row-reverse;
		flex-direction:row-reverse;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		margin:0 auto;
		width:990px;
		height:74px;
		padding:0;
		border:none;
		z-index:101;
	}
	.fixed #topHeaderMenu{
		height:54px;
		box-sizing:content-box;
	}
	/* header - topHeaderMenu - member */
	#topHeaderMenu ul.member li .onmouseArea{
		display:none;
		border:1px solid #e5e5e5;
		background:#fff;
		color:#555;
		font-size:13px;
		line-height:1.4;
		text-align:center;
		position:absolute;
		top:19px;
		left:50%;
		margin-left:-113px;
		padding:16px 18px;
		z-index:101;
		width:200px;
		-moz-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		-webkit-box-shadow:0 0 5px rgb(0 0 0 / 10%);
		-khtml-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		box-shadow:0 0 5px rgb(0 0 0 / 10%);
	}
	#topHeaderMenu ul.member li#memberSelect .onmouseArea{
		width:140px;
		margin-left:-85px;
	}
	#topHeaderMenu ul.member li .onmouseArea ul{
		margin:0;
	}
	#topHeaderMenu ul.member li .onmouseArea li{
		font-size:13px;
		margin:10px 0 0;
		float:none;
		text-align:left;

	}
	#topHeaderMenu ul.member li .onmouseArea li:first-child{
		margin-top:0;
	}
	#topHeaderMenu ul.member li .onmouseArea li a{
		font-size:13px;
		color:#555;
		margin-bottom:10px;
		text-decoration:none;
	}
	#topHeaderMenu > li, #header #headerMember ul.member > li{
		float:left;
		margin:0 0 0 24px;
		width:auto;
		color:#fff;
		font-size:14px;
		position:relative;
	}
	#topHeaderMenu > li > a, #header #headerMember ul.member > li > a, #topHeaderMenu li#cartin a{
		width:auto;
		padding-left:27px;
		position:relative;
		text-decoration:none;
	}
	#topHeaderMenu > li a:before, #header #headerMember ul.member > li a:after, #header ul.member li .onmouseArea .point:before{
		background:url(//img08.magaseek.com/images/mg/img/icn_top.png) no-repeat;
		content:"";
		-moz-background-size:800px 240px;
		-webkit-background-size:800px 240px;
		background-size:800px 240px;
		position:absolute;
		left:0;
	}
	#header #headerMember ul.member > li:not(.like) a{
		padding:0;
	}
	#header #headerMember ul.member > li:not(.like) a:before{
		display:none;
	}
	#topHeaderMenu li#fav a:before{
		background-position:-80px 0;
		top:0;
		width:27px;
		height:23px;
	}
	#topHeaderMenu li#fav .onmouseArea{
		display:none;
		border:1px solid #e5e5e5;
		background:#fff;
		color:#555;
		font-size:13px;
		line-height:1.4;
		text-align:center;
		position:absolute;
		top:19px;
		left:50%;
		margin-left:-113px;
		padding:16px 18px;
		z-index:101;
		width:210px;
		-moz-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		-webkit-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		-khtml-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
	}
	#topHeaderMenu li#fav .onmouseArea p{
		margin-bottom: 0;
		font-size:12px;
		line-height:1.5;
	}
	#topHeaderMenu li#fav .onmouseArea .btn, #topHeaderMenu li#headerMember .onmouseArea .btn{
		height: auto;
		margin:15px 0 11px;
		border:none;
		background:none;
		font-size:13px;
		line-height: 1.4;
	}
	#topHeaderMenu li#fav .onmouseArea .btn a, #topHeaderMenu li#headerMember .onmouseArea .btn a{
		display:block;
		text-align:center;
		margin:0 auto;
		padding:8px 0;
		background:#8bc34a;
		border-radius:30px;
		color:#fff;
		width:199px;
	}
	#topHeaderMenu li#fav .onmouseArea .btn a:hover, #topHeaderMenu li#headerMember .onmouseArea .btn a:hover{
		text-decoration:none;
		background:#9ccc65;
	}
	#topHeaderMenu li#fav .onmouseArea a, #topHeaderMenu li#headerMember .onmouseArea a{
		text-decoration:none;
	}
	#topHeaderMenu li#fav .onmouseArea a:before, #topHeaderMenu li#headerMember .onmouseArea a:before{
		display:none;
	}
	#topHeaderMenu li.like .onmouseArea p{
		margin-bottom: 0;
	}
	#topHeaderMenu li#cartin{
		margin-left:24px;
	}
	#topHeaderMenu li#cartin a:before{
		background-position:-160px 0;
		top:-2px;
		width:27px;
		height:24px;
	}
	#topHeaderMenu li#cartin .name{
		vertical-align:bottom;
	}
	#topHeaderMenu li#cartin .badge{
		font-size:10px;
		background:#f44336;
		border-radius:30px;
		padding:4px;
		margin-left:4px;
		position:relative;
		top:0;
		left:0;
		height:13px;
		width:12px;
		text-align:center;
		display:inline-block;
	}
	#topHeaderMenu li.like a:before{
		background-position:0 0;
		top:-2px;
		width:27px;
		height:23px;
		left:-5px;
	}
	#topHeaderMenu ul.member li .onmouseArea .point{
		position:relative;
		color:#f44336;
		text-align:left;
		font-size:11px;
		padding-left:20px;
		margin-bottom:12px;
	}
	#topHeaderMenu ul.member li .onmouseArea .point:before{
		background-position:-720px 0;
		top:1px;
		width:15px;
		height:15px;
	}

	/* header - searchArea */
	#header .searchArea{
		display:block;
		background:#f3f3f3;
		border-bottom:1px solid #e5e5e5;
		transition:all .4s;
		transform:translateY(0);
	}
	#header #headerInner.active .searchArea{
		transform:translateY(0);
	}
	#header #headerInner.active.hide .searchArea{
		transform:translateY(-100%);
	}
	#header .searchArea #innerSearch{
		position:relative;
		margin:0 auto;
		width:990px;
		text-align:left;
		background:#f3f3f3;
		z-index:101;
	}
	#header .searchArea #innerSearch .searchContents{
		margin:0 auto;
		width:990px;
	}
	#header .searchArea #innerSearch .keyword{
		float:left;
		position:relative;
		padding:0;
		height:37px;
		border-bottom:1px solid #555;
		background:#f3f3f3;
		letter-spacing:normal;
	}
	#header .searchArea #innerSearch .keyword form{
		display:block;
		height:31px;
	}
	#header .searchArea #innerSearch .keyword .query{
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
	#header .searchArea #innerSearch .keyword .query input{
		position:relative;
		top:0;
		width:208px;
		height:35px;
		padding:2px 0 0 5px;
		color:#999;
		border:none;
		background:inherit;
		font-size:13px;
	}
	#header .searchArea #innerSearch .keyword .query input:focus{
		background-color:#fafafa;
		outline:none;
	}
	#header .searchArea #innerSearch .keyword div.sudgest{
		position:relative;
		left:0;
		top:7px;
		width:210px;
		background-color:#fff;
		-moz-box-shadow:#ccc 1px 1px 3px;
		-webkit-box-shadow:#ccc 1px 1px 3px;
		-khtml-box-shadow:#ccc 1px 1px 3px;
		box-shadow:#ccc 1px 1px 3px;
		font-size:11px;
		line-height:1.4;
		display:none;
		z-index:112;
	}
	#header .searchArea #innerSearch .keyword .sudgest ul{
		border:solid 1px #ccc;
		color:#222;
	}
	#header .searchArea #innerSearch .keyword .sudgest ul li a{
		background-color:#fff;
		padding:5px 10px 4px 10px;
		display:block;
		color:#222;
		text-decoration:none;
	}
	#header .searchArea #innerSearch .keyword .sudgest ul li a:hover{
		background-color:#eee;
	}
	#header .searchArea #innerSearch .keyword .button{
		position:relative;
		display:inline-block;
		height:37px;
	}
	#header .searchArea #innerSearch .keyword .button:hover{
		background:#e5e5e5;
	}
	#header .searchArea #innerSearch .keyword .button:before{
		content:"";
		height:27px;
		width:30px;
		background:url(//img08.magaseek.com/images/mg/img/icn_top.png) no-repeat;
		-moz-background-size:800px 240px;
		-webkit-background-size:800px 240px;
		background-size:800px 240px;
		background-position:-240px 0;
		position:absolute;
		top:7px;
		left:10px;
	}
	#header .searchArea #innerSearch .keyword .button input{
		position:relative;
		background:none;
		width:40px;
		height:38px;
		border:none;
		outline:none;
		cursor:pointer;
	}
	#header .searchArea #innerSearch #searchNavigation{
		float:right;
		position:relative;
		left:10px;
		list-style-type:none;
		margin:0;
	}
	#header .searchArea #innerSearch .navigation.template li{
		padding:8px 0;
	}
	#header .searchArea #innerSearch .navigation li{
		position:relative;
		z-index:1;
		float:right;
		padding:0 16px;
	}
	#header .searchArea #innerSearch .navigation li > a{
		position:relative;
		display:block;
		line-height:22px;
		text-align:center;
		font-size:15px;
		padding:8px 16px 8px 0;
		text-decoration:none
	}
	#header .searchArea #innerSearch .navigation.template li > a{
		position:relative;
		font-size:12px;
		padding:0 10px;
	}
	#header .searchArea #innerSearch .navigation.template li > a:before{
		content:'';
		display:block;
		position:absolute;
		right:-1px;
		top:0;
		border-left:1px solid #e5e5e5;
		height:100%;
		width:0;
	}
	#header .searchArea #innerSearch .navigation.template li:first-child > a{
		border-right:none;
	}
	#header .searchArea #innerSearch .navigation li > a:hover{
		text-decoration:none;
	}
	#header .searchArea #innerSearch .navigation li:hover{
		background:#e5e5e5;
	}
	#header .searchArea #innerSearch .navigation li[class*="-current"] > a{
		margin-top:-3px;
		padding:3px 0;
		background:#ddd;
		color:#555;
		border-radius:3px;
		border-bottom:solid 1px #fafafa;
		box-shadow:1px 2px 1px rgba(0, 0, 0, 0.1) inset;
	}
	/* header - headerSearch */
	#headerSearch{
		background:#fff;
		width:400px;
		max-height:500px;
		padding:17px 0 0;
		-moz-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		-webkit-box-shadow:0 0 5px rgb(0 0 0 / 10%);
		-khtml-box-shadow:0 0 5px rgba(0, 0 , 0, 0.1);
		box-shadow:0 0 5px rgb(0 0 0 / 10%);
		top:37px;
		overflow-y:scroll;
		z-index:201;
	}
	#headerSearch .historyBox .more{
		display:block !important;
	}
	/* footer */
	#footer{
		display:-ms-grid;
		display:grid;
		-ms-grid-rows:54px 1fr;
		grid-template-rows:54px 1fr;
		-ms-grid-columns:10% 16% 16% 16% 16% 16% 10%;
		grid-template-columns:10% repeat(5, 16%) 10%;
		margin-top:0;
		min-width:1000px;
	}
	#footer.footeraction{
		margin-top:70px;
	}
	#content.top + #footer{
		-ms-grid-rows:1fr;
		grid-template-rows:1fr;
	}
	#footer #pagetop{
		-ms-grid-row:1;
		grid-row:1/2;
		-ms-grid-column:1;
		-ms-grid-column-span:8;
		grid-column:1/8;
		background:#fff;
		text-align:center;
	}
	#footer #pagetop a{
		display:inline-block;
	}
	#footer .freehtml{
		-ms-grid-row:2;
		grid-row:2/3;
		-ms-grid-column:1;
		-ms-grid-column-span:8;
		grid-column:1/8;
	}
	#footer #searchContentFooter{
		-ms-grid-row:3;
		grid-row:3/4;
		-ms-grid-column:3;
		-ms-grid-column-span:3;
		grid-column:3/6;
		border-bottom:none;
	}
	#footer .searchContent .search-input .resetArea{
		height:38px;
	}
	#footer .searchContent .search-input .reset{
		top:50%;
		width:20px;
		height:20px;
		padding:0;
		margin:-10px 0 0 20px;
		font-size:20px;
		line-height:20px;
	}
	#footer .helpList{
		-ms-grid-row:5;
		grid-row:5/6;
		-ms-grid-column:6;
		grid-column:6/7;
		padding:0 14px;
	}
	#footer .socialList{
		-ms-grid-row:6;
		grid-row:6/7;
		-ms-grid-column:3;
		-ms-grid-column-span:3;
		grid-column:3/6;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		-ms-flex-flow:nowrap;
		flex-flow:nowrap;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-ms-flex-line-pack:center;
		align-content:center;
		padding:36px 0 30px;
	}
	#footer .socialList li{
		height:51px;
		margin:0 18px;
	}
	#footer .socialList li a:before{
		background:url(//img08.magaseek.com/images/mg/img/icn_other3.png) no-repeat;
		background-size:480px 320px;
		height:51px;
	}
	#footer .socialList .line a:before{
		width:54px;
		background-position:0 -80px;
	}
	#footer .socialList .instagram a:before{
		width:49px;
		background-position:-80px -80px;
	}
	#footer .socialList .facebook a:before{
		width:48px;
		background-position:-160px -80px;
	}
	#footer .socialList .twitter a:before{
		width:56px;
		background-position:-240px -80px;
	}
	#footer .appList{
		display:none;
	}
	#footer .appList li{
		display:inline-block;
		border:none;
	}
	#footer .infoList{
		-ms-grid-row:5;
		grid-row:5/6;
		padding:0 14px;
		border-bottom:none;
	}
	#footer ul.infoList:nth-of-type(3){
		-ms-grid-column:5;
		grid-column:5/6;
	}
	#footer ul.infoList:nth-of-type(4){
		-ms-grid-column:4;
		grid-column:4/5;
	}
	#footer ul.infoList:nth-of-type(5){
		-ms-grid-column:2;
		grid-column:2/3;
	}
	#footer ul.infoList:nth-of-type(6){
		-ms-grid-column:3;
		grid-column:3/4;
	}
	#footer .infoList li{
		display:block !important;
		margin-top:8px;
		background:none;
	}
	#footer .infoList li:first-of-type{
		margin-top:0;
		background:none;
	}
	#footer .infoList li a{
		padding:0;
		font-size:12px;
		color:#555;
	}
	#footer .infoList li a:hover{
		text-decoration:underline;
	}
	#footer .infoList li:first-of-type a{
		cursor:default;
	}
	#footer .helpList li a, #footer .infoList li:first-of-type a{
		padding:0 0 5px 0;
		margin-bottom:12px;
		border-bottom:1px solid #ddd;
		font-size:14px;
		font-weight:normal;
		color:#555;
	}
	#footer .infoList li:first-of-type a:hover{
		text-decoration:none;
	}
	#footer .helpList li a{
		padding-right:15px;
	}
	#footer .helpList li a:before, #footer .appList li a:before{
		right:-6px;
	}
	#footer .helpList li a:after, #footer .appList li a:after{
		right:-5px;
	}
	#footer .helpList li a:hover{
		opacity:0.7;
	}
	#footer .safety{
		-ms-grid-row:6;
		grid-row:6/7;
		-ms-grid-column:6;
		grid-column:6/7;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row wrap;
		flex-flow:row wrap;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		align-items:stretch;
		padding:36px 0 30px;
	}
	#footer .copy{
		-ms-grid-row:8;
		grid-row:8/9;
		-ms-grid-column:1;
		-ms-grid-column-span: 8;
		grid-column:1/8;
		border-top:1px solid #ddd;
	}
	/* breadcrumbs */
	.breadcrumbs .wrapp{
		margin:0;
		padding:0 0 10px;
	}
	.breadcrumbs.footerBreadcrumbs{
		width:100%;
		margin:70px 0 -54px;
		padding:0;
		background:#f3f3f3;
	}
	.breadcrumbs.footerBreadcrumbs .wrapp{
		max-width:1000px;
		width:100%;
		margin:0 auto;
		padding:13px 0 11px;
		border-top:none;

	}
	.buttons-holder .btn{
		max-width:400px;
	}
	.main-box .section:last-child .desc-v-with-indent-elinline{
		margin-bottom:10px;
	}
	/* common */
	.section{
		background:#fff;
	}
	/* popup */
	.sub-popup .popup-inner .content{
		width:850px;
		margin:37px auto 0;
	}
	.popup-heading h1{
		font-size:16px;
		line-height:1.5;
	}
	.popup-heading .close{
		width:26px;
		height:26px;
		top:50%;
		margin-top:-13px;
	}
	.sub-popup .content, .sub-popup .product-holder h2, .sub-popup .control-holder h3, .sub-popup .product-holder .text-box, .sub-popup .product-info-title h3{
		font-size:14px;
		line-height:1.5;
	}
	.sub-popup .product-info-title span, .sub-popup .pack p.error-message, .sub-popup .control-holder .description{
		font-size:12px;
		line-height:1.5;
	}
	.sub-popup .product-info .new-price{
		font-size:16px;
	}
	input.text{
		height:30px;
	}
	input.text, textarea, input.text, textarea{
		box-sizing:border-box;
	}
	input.text.error, textarea.error, input.text.error-group, textarea.error-group{
		width:100%;
		min-height:30px;
	}
	.textarea-holder{
		padding:0;
	}
	.textarea-holder textarea{
		margin:0;
	}
	.popup .buttons-holder .btn{
		height:40px;
		font-size:14px;
		line-height:40px;
	}
	.table-holder{
		margin-top:20px;
	}
	.gallery.middle-images .controller, #kids .gallery.middle-images .controller{
		bottom: 0;
	}
	.gallery.middle-images .controller > li{
		width: 11px;
		height: 11px;
		margin-top: 12px;
	}
	.error-holder{
		padding:20px;
	}
}
