/* テキストや背景の色などを変えられます。
---------------------------------------------------- */
/*全体の背景色を変更します*/

html{
background: #fff6ff;
}
/*ヘッダーナビゲーションの文字色を変更します*/
#headermenu h1{
color:#333 !important;
}
ul#globalmenu li {
border-right: 1px #333 solid;
color: #333;
}

/*フッダーナビゲーションの文字色を変更します*/
.copy {
	color: #333 !important;
}

/*ヘッダー部分リンクの基本設定を変更します。*/
a.accent01 {
color: #333;
text-decoration: none;
}
a.accent01:hover{
color: #CCC;
text-decoration: none;
}
/*左ナビ下部、インフォメーションエリアのテキスト色を変更します。*/
.txtcolor01{
color:#fff !important;
}
/*各コンテンツの背景色を変更します。*/
.bgcolor01{
background-color:#fff !important;
margin:0;
}
#sysMain .bgcolor01 {
    margin: 10px 0;
}
/*左ナビ、タイトル部分の背景色を変更します。*/
.accentcolor01 {
background-color: #d34c5e !important;
}
/*トピックスや新入荷商品エリアなどのタイトル色を変更します。*/
#sysMain .sysHeadline {
    background: #d34c5e;
}
#sysMain h3{
border-left: 10px solid #d34c5e;
border-bottom: 1px solid #d34c5e;
border-top: 1px solid #d34c5e;
border-right: 1px solid #d34c5e;
width: 100%;
font-size: 24px;
}
/*左ナビリンクの基本設定を変更します。*/
a.normal {
color: #00599F;
text-decoration: underline;
}
a.normal:hover{
color:#0088EC;
text-decoration: none;
}
/*フッター部分リンクの基本設定を変更します。*/
a.normal_n {
color: #333;
text-decoration: none;
}
a.normal_n:hover{
color:#0088EC;
text-decoration: none;
}
/*左ナビの矢印つきリンクの基本設定を変更します。*/
a.arrow {
color: #333;
text-decoration: none;
background: url(../img/arrow01.jpg) no-repeat 0 50%;
background-size:auto 50%;
-moz-background-size:auto 50%;
padding:0 0 0 15px;
}
/*トップページ、ランキングなど商品ブロックのリンクの基本設定を変更します。*/
.sysItemName a{
color: #00599F;
text-decoration: underline;
}
.sysItemName a:hover{
color:#0088EC;
text-decoration: none;
}



/* RESET
---------------------------------------------------- */
*{margin: 0;padding: 0}

a { text-decoration : none;}
ul, ol { list-style : none}
img { vertical-align : middle; max-width: 100%; }
a img {border: none;}
.sysContent { margin: 0!important; padding: 0!important;}
html, body, div#sysHeader, div#sysAll, div#sysAside, div#sysFooter, div#sysContent {
    margin: 0px;
    max-width: none;
    padding: 0px;
    width: 100%;
	color:#333;
}
body, div#sysHeader, div#sysAll, div#sysAside, div#sysFooter, div#sysContent {
	background-color: transparent;
}
#aside .sysContent{ background: red;}

/* BASE LAYOUT
---------------------------------------------------- */
body { 
	background-color : transparent!important;
	overflow-x : hidden;
	overflow-y : auto;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color:#333;
}

/* FOR Go To TopPage Button */
#sysAll { position: relative;}
p.gotop{ position: fixed; right: 0.9%; margin: 0; bottom: 10px; }
p.gotop a{ width: 64px; height: 64px; display: block;}

/* clear */
ul:after,
ol:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
    width: 0.1px;
} 
.clear { clear:both;}
.clear { clear: both; height: 0.1px; margin: 0px; padding: 0px; width: 0.1px;} /* forIE clear */

#sysMain {  min-height: 250px!important; font-size: 16px; }
#index #sysMain { background: transparent; border: none!important;}

h2 { 
}

input[type="submit"] {
        -webkit-appearance: none;
	border:0;
	margin: 7px;
	background: none;
	padding: 10px;
	width: auto;
	color: #fff;
	font-size: 15px!important;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	/*linear-gradient*/
	background-color:#585858;
}

input[type="text"], input[type="password"], input[type="search"] {
    height: 44px;
}

/* DETAILS
---------------------------------------------------- */
p { margin: 5px 0 10px 0;}
small { font-size: 10px; margin: 0 5px 0 0;}
img.border { border: 2px #ffffff solid; margin: 0;}
.BnrBG { background-color: #ffffff; }

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
		-moz-filter: "alpha( opacity=70 )";
		-webkit-filter: "alpha( opacity=70 )";
		-o-filter: "alpha( opacity=70 )";
		-ms-filter: "alpha( opacity=70 )";
}
a:hover img.nohover {
	opacity:1;
	filter: alpha(opacity=100);
		-moz-filter: "alpha( opacity=100 )";
		-webkit-filter: "alpha( opacity=100 )";
		-o-filter: "alpha( opacity=100 )";
		-ms-filter: "alpha( opacity=100 )";
}


/* HEADER
---------------------------------------------------- */
div#sysHeader{ background: #fff;}
#header { width: 100%; margin:0; padding: 0;}
#headcontents { width: 80%; margin: 0 auto;}
#borderbottom { width: 100%; height:20px; background-image: url("../img/borderbottom.png"); background-repeat:repeat-x; }

.CartLoginBtn { width: 69%; float: right; margin: 28px 0 0 0; text-align: right;}
.headerBtn {
	font-size: 15px;
	width: auto;
background: #5ec84e;
}
.headerBtn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
		-moz-filter: "alpha( opacity=70 )";
		-webkit-filter: "alpha( opacity=70 )";
		-o-filter: "alpha( opacity=70 )";
		-ms-filter: "alpha( opacity=70 )";
		background: #8dd882;
		border: none;
}

/* GLOBAL MENU --start-- */
ul.globalmenu { width: 32%; font-size: 11px; margin: -28px auto; text-align: center;}
ul.globalmenu li a { 
    width: 25%;
    color:#999999;
    font-weight: 600;
    float: left;
    padding: 2px;
    background-color: #fff;
    border-right: 1px #cccccc solid;
}
ul.globalmenu li a:hover { background-color: #ececec;}



/* GLOBAL MENU --end-- */

/* ASIDE
---------------------------------------------------- */
.sideTopBnr { background-color: #fff; margin: 5px 0 10px 0; text-align: center; }

/* SEARCH FORM --start-- */
form.sysItemSearchForm { background-color: #fff; margin: 0; padding: 15px 20px 15px; text-align: center; font-size: 14px;}
.sysItemSearchFormWord { float: left; width: 100%; margin: 5px 0 10px;}
form.sysItemSearchForm input[type="search"] { height: 3em; vertical-align: bottom; display: block; width: 100%;}
form.sysItemSearchForm label { margin: 10px 0; float: none!important; }
form.sysItemSearchForm select { width: 100%;}


/* SEARCH FORM --end-- */

/* LOGIN FORM --start-- */
.AsideLoginForm { width: 100%; float: left; overflow: hidden; background-color: #fff; text-align: center;}
.AsideLoginForm p { font-size: 12px; font-weight: 600; color: #85c092; margin: 8px;}
/*.AsideLoginForm label { display: none;}*/
.AsideLoginForm .sysFormField { margin-left: 0!important;}
.AsideLoginForm .sysFormField input[type="email"],
.AsideLoginForm .sysFormField input[type="password"] {
	border: 1px solid #C6C6C6;
	text-align: left;
	padding: 0 0 0 17%;
	background: url(../img/side/icon_mail.png) 0em center no-repeat;
	background-size: 17%;
		-moz-background-size: 17%;
		-o-background-size: 17%;
		-ms-background-size: 17%;
	height: 32px!important;
	border-radius: 3px;
	margin: 0 0 8px 0;
	width: 83%!important;
}
.AsideLoginForm .sysFormField input[type="password"] { 
background: url(../img/side/icon_key.png) 0em center no-repeat; 
        background-size: 17%;
		-moz-background-size: 17%;
		-o-background-size: 17%;
		-ms-background-size: 17%;
}

/* LOGIN FORM --end-- */

.AsideCategory { /*background-color: #fff;*/overflow:hidden;}
/*.sysHeadline, .search { 
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 5px;
	text-align: center;
	padding:8px;
}*/
.search { background-color:#ffffff; color: #999999;}
.green { width: auto; background-color:#85c092;}
.gray { width: auto; background-color:#c9c9c9; color: #403f3f; font-size: 12px; font-weight:600; }

ul.cateBtn { width: 100%; }
dl.cateBtn dd { 
	width: auto; 
	background-color:#FFFFFF;
	color: #999999;
	font-size: 18px;
        line-height: 1.15;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 1px solid #ececec;
}
dl.cateBtn a {
    padding: 5px 10px;
    display: block;
}
.p-news ul li a:hover,
dl.cateBtn a:hover {
    background: #ddd;
}
dl.cateBtn small {
    padding-left: 0;
    margin: 0;
    color: #d34c5e !important;
    font-weight: bold;
    font-size: 75%;
}
dl.cateBtn dd.last { 
	border-bottom: none;
}
ul.cateBtn li a.cateHover:hover {
color: #005A9F!important;
padding: 10px 0;}
ul.cateBtn li a.cateHover:hover{ color: #85c092!important; }

ul.color { margin: 0 0 4px 0; list-style: none; line-height:50px; text-align: center;}
ul.color li{ display: inline; padding: 0!important; margin: 0; width:20%;}

.info { 
width: auto; 
font-size: 12px; 
line-height: 20px;
}
.info p.infotext { padding: 2% 0 2% 6%; text-align: left; margin: 0;}
.info a:hover { text-decoration: underline;}
.info strong { font-size: 14px;}

.popularwords { margin: 0;}
.popularwords p { font-weight: bold; color: #222; margin: 0 0 4px 0;}
.popularwords a{
	display:inline-block;
	/display:inline;
	margin:0 5px 5px 0;
	padding: 6px 7px;
	/line-height:1.1;
	color:#FFF;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*linear-gradient*/
	background-color:#555555;
	background:-webkit-gradient(linear,, from(#555555), to(#444444));
	background:-webkit-linear-gradient(center top, #555555, #444444 );
	background:   -moz-linear-gradient(center top, #555555, #444444 );
	background:     -o-linear-gradient(center top, #555555, #444444 );
	background:        linear-gradient(center top, #555555, #444444 );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #444444));
	zoom:1;
}
.popularwords a:hover{
	text-decoration:none;
	/*linear-gradient*/
	background-color:#777777;
	background:-webkit-gradient(linear,, from(#777777), to(#565656));
	background:-webkit-linear-gradient(center top, #777777, #565656 );
	background:   -moz-linear-gradient(center top, #777777, #565656 );
	background:     -o-linear-gradient(center top, #777777, #565656 );
	background:        linear-gradient(center top, #777777, #565656 );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #777777), color-stop(1, #565656));
}


/* MAIN CONTENTS
---------------------------------------------------- */
#main { width: 80%; margin: 0 auto; position:static;}

#contentsarea { width:90%; overflow: hidden; margin : 2% 0;}
#contentsareatopimg { width:90%; overflow: hidden;}
.contleft { width:49.7%; float:left;}
.contright { width:49.7%; float:right;}

img.cnttitle { width: 20%; float: left; }
a:hover img.cnttitle {
	opacity:1;
	filter: alpha(opacity=100);
		-moz-filter: "alpha( opacity=100 )";
		-webkit-filter: "alpha( opacity=100 )";
		-o-filter: "alpha( opacity=100 )";
		-ms-filter: "alpha( opacity=100 )";
}

/* NEW ARRIVAL --start-- */
ul.arrival {
width:auto;
background-color:#ffffff;
margin: 0 auto;
list-style: none;
text-align: center;
border-bottom: solid 5px #85c092;
}
ul.arrival li { display: inline-block; padding: 2% 2% 0 2%; width:18%; vertical-align: top;}
ul.arrival a { color: #454445; font-size: 12px;}
ul.arrival a:hover { text-decoration:underline;}
p.price { font-size: 13px; font-weight:600; color: #FF6600;}
/* NEW ARRIVAL --end-- */


/* TOPICS --start-- */
.topics { 
	width:auto;
	/*background-color:#ffffff;*/
	color: #454445; 
	font-size: 13px;
	margin: 7px auto 0 auto;
	padding: 20px 20px 13px 20px;
	line-height:20px;}
.topicsright{ position: relative;}
.topicsright .rightarea{
	position: absolute;
	right: 17px;
	top: 17px;
}
dl.newstext { overflow: hidden; zoom: 1;}
dl.newstext dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	/*width: 155px;*/
	float: left;
	clear: both;
}
dl.newstext dd {
	font-weight: 100;
	margin-bottom: 5px;
	padding: 0 0 5px 100px;
	border-bottom: 1px dotted #999;
}
/*dl.newstext dd a:hover { text-decoration: underline;}*/
/* TOPICS --end-- */
.sysItemImage img{
	border:solid #ddd 1px;
}

/* FOOTER
---------------------------------------------------- */
#pagetop { margin: 20px 20px 0 0;}
#borderbottom { width: 100%; height:20px; background-image: url("../img/borderbottom.png"); background-repeat:repeat-x; }
#bordertop, #bordertopFooter { width: 100%; height:10px; background-image: url("../img/bordertop.png"); background-repeat:repeat-x; margin: 5% 0 -1px 0; background-color: #c4cbb7; }
#bordertopFooter { margin: 0;}

#footer { 
width: 100%; 
height: auto; 
/*background-color: #ffffff;*/
 margin: 0; 
 padding: 0;
 }
#footcontents { width: 80%; margin: 0 auto; padding: 20px 0 0 0; color: #454445; font-size: 12px; text-align: center;}
/*#footcontents a { color: #454445; font-size: 12px;}
#footcontents a:hover { text-decoration:underline;}*/

.footleft { width:65%; float:left; margin: 30px 0; position:absolute; text-align: left;}
.footright { width:26%; float:right; margin: 25px 0; text-align:right;}
.copy { width:auto; margin: 80px 0 0 0; font-size: 10px;}


/* PULUG-IN CSS
---------------------------------------------------- */

/*************************************
 * frick slider
 ************************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper { position: relative; margin: 3px auto 25px; padding: 0; *zoom: 1;}
.bx-wrapper img { max-width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	border-bottom: none;
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -22px;
	width: 100%;
	padding: 3px 0;
	background-color: #fff;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../img/topMain/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #85c092;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 10px; background: url("../img/topMain/controls.png") no-repeat 0 -32px;}
.bx-wrapper .bx-next { right: 10px; background: url("../img/topMain/controls.png") no-repeat -43px -32px;}

.bx-wrapper .bx-prev:hover { background-position: 0 0;}
.bx-wrapper .bx-next:hover { background-position: -43px 0;}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {	display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../img/topMain/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/topMain/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/********************************
 * item slider
 ********************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
	background-color: #fff;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 85%!important;
	height: 170px!important;
	
}

.als-wrapper { position: relative; list-style: none;height:220px;}

.als-item {
	position: relative;
	display: block;
	/*text-align: center;*/
	cursor: pointer;
	float: left;
}

/*.als-item { width: 60%;}*/

.als-item span{ text-decoration: underline; font-size: 11px; line-height: 7px;}
.als-item p{
	text-decoration: none!important;
	font-size: 13px;
	font-weight: 600;
	color: #FF6600;
	margin: 2px auto;
}
.als-prev, .als-next { position: absolute; cursor: pointer; clear: both;}

#demo3 { padding: 5px 0 14px 0;}
#demo3 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}
#demo3 .als-item img { display: block; margin: 0 auto; vertical-align: middle;}
#demo3 .als-prev, #demo3 .als-next { top: 25px;}
#demo3 .als-prev { left: 4%; z-index: 9999;}
#demo3 .als-next { right: 4%; z-index: 9999;}



/* Item page css
---------------------------------------------------- */
.sysPagination ul {
	margin: 20px 0;
}
#sysItemDetail #sysMain{
	background-color:#fff;
	font-size: 125%;
        padding: 0;
	line-height: 1.5;
}
.sysCategoryPankuzu{
	margin-bottom: 10px;
	background: #d34c5e;
	padding: 10px;
	color: #fff;
	font-size: 16px;
}
.sysCategoryPankuzu a{ color: #fff;}

article > div:first-child h1 {
margin: 10px 0;
padding: 0;
font-size: 12px !important;
font-weight: normal;
border-left: none;
}
.sysMainImage img {}

/* ItemImages --start-- */
.sysThumbnailImage{ text-align: center;}
.sysItemImages { width: 47%; position: relative; float: left; margin-top: 10px;min-height: 600px;text-align: center;}
.sysItemImages .sysMainImage img{
	border: solid 1px #ddd;
}
.sysItemImages .sysImageList li { width: 30%; width: -webkit-calc( 33% - 0.4em); width: calc(33% - 0.4em);height: auto; margin: 0.6%; cursor: pointer; display: inline-block; float: none;}
/* ItemImages --end- */

/* ItemInfomation --start-- */
.itemInfo{ overflow: hidden;}
#sysItemDetail .sysExplanation{
	margin:10px 0 0 50%;
	border-bottom:dotted #888 1px;
}
#sysItemDetail .sysExplanation span{
	/*display:block;
	background-color:#888;
	color:#FFF;
	padding:5px 10px;*/
}
.sysItemId {
	text-align:right;
	margin: 20px 0 5px 0;
}
.sysItemName h1 {
	padding: 6px; 
	font-size: 24px!important; 
	font-weight: bold;
	margin-top: 20px;
}

#sysItemDetail .sysRetailPrice {
	font-size: 20px!important;
	text-align:right;
	margin: 5px 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

ul.sysThumbnail li .sysRetailPrice {  margin: 0;}
ul.sysThumbnail li a {
    display: block;
    margin: 0 0 3px;
    width: 100%;
    text-decoration: none;
}

.sysSuggestedRetailPrice {
	text-align:right;
	/*margin: 5px 0 10px 49%;*/
}
.sysSuggestedRetailPrice span {
font-size:10px!important;
}
.sysShippingCost { margin: 40px 0 0 49%;}
.sysShippingMethod { margin: 7px 0 0 49%;}
.sysStockQuantity { margin: 7px 0 0 49%; padding-bottom: 5px; border-bottom: 1px #000 dotted;}

#sysItemDetail .sysForm { margin: 5px 0 0 50%; text-align: right;}

#sysSelections { margin-bottom: 10px;}
#sysNumber { float:right;}
#sysSubmit input[type="submit"] {
	border:0;
	width: 100%;
	height: 50px;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 24px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0;
-webkit-appearance: none;
background:url(../img/icon_cart.png) #5ec84e no-repeat 17% 45%;
}
#sysSubmit input[type="submit"]:hover {
	opacity: 0.7;
}
#sysSubmit input[value="カートを見る"] {
	width: 100% !important;
}
#sysItemDetail .sysForm form[class="sysCartInForm"] {
	width: 100% !important;
}
p.sysCartInDone{
}
#sysWishlist{
}
#sysWishlist button[type="submit"] {
	border:0;
	width: 100%;
	height: 44px;
	padding: 0 0 0 13px;
	color: #fff;
	font-size: 22px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:10px 0 0 0;
-webkit-appearance: none;
background:url(../img/icon_fav.png) #888888 no-repeat 22% 50%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
#sysWishlist button[type="submit"]:hover {
	opacity: 0.7;
}
/*social*/
#sysItemDetail .sysShare {
padding: 30px 0 20px 0 !important;
}

/* ItemInfomation --end- */
#sysFormThanks h2,
#sysFormIndex h2,
.sysDescription h2,
.sysExplanation h2 { 
	display:block;
	background-color:#d34c5e;
	color:#FFF;
	padding:5px 10px;
	font-size:1em;
	font-weight:normal;
}

select {
	/*width: 150px;*/
	height: 30px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	background:#fff;
}
#sysNumber input[type="number"]{
	width:50px;
	height: 30px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	text-align:center;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	border:solid 1px #999;
	}
#sysNumber button {
    -webkit-appearance: none;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    border-color: #f5f5f5;
}
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button{
    color: #fff!important;
    font-size: 16px;
    height: 44px;
}
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button.sysBtnPlus,
#sysNumber button.sysBtnPlus { background: #d34c5e;}
.sysCart #sysMain button.sysBtnMinus,
#sysNumber button.sysBtnMinus { background: #e0838f;}
.sysNumArea { margin-top: 10px;}
#sysSubtotal {
    float: right;
    font-size: 20px;
    line-height: 2;
    margin: 10px 0;
    border: 3px double #d5d5d5;
    width: 100%;
}
#sysSubmit {
    float: right;
    width: 100%;
}
/*ItemDescription*/
.ItemDescription {
	margin:0 0 15px 0;
}
.ItemDescription p{
	margin:0 0 5px 0;
	line-height:18px;
}


/*ItemSummary*/
.ItemSummary{
	overflow:hidden;
	font-size: 75%;
        background-color: rgb(212,212,212);
        width: 98%;
        margin: 10px auto;
        border-spacing: 1px;
}
.ItemSummary table {
        width: 100%;
        border-spacing: 1px;
}
.ItemSummary tr { background: #fff;}
.ItemSummary td { padding: 2px 5px;word-break: normal;}
.ItemSummary th{
    font-weight: normal;
    text-align: left;
    padding: 10px;
    min-width: 100px;
    vertical-align: top;
}
.ItemSummary thead th{
   white-space: nowrap;
}

/* ItemVariation --start- */
.ItemVariation {margin-top: 15px; width: 45%; float: left; position: absolute;}
.ItemVariation ul{
	margin:20px 0 0 0;
}
.ItemVariation li{
	float:left;
	width:23%;
	text-align:center;
}
.ItemVariation li.mr{
	margin-right:6px;	
}
.ItemVariation li img{
	border: 1px solid #ddd !important;
}

dl.SumCnt { overflow: hidden; zoom: 1; margin: 15px 10px 0 10px;}
dl.SumCnt dt {
	margin-bottom: 7px;
	width: 80px;
	float: left;
	clear: both;
	font-weight: bold;
	background-color: #53777A;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
}
dl.SumCnt dd { margin: 0 0 6px 95px; line-height: 26px; }
/* ItemSummary --end- */

/* ItemComment --start-- */
.ItemComment {margin-top: 15px; width: 50%; float: right; min-height: 170px;}
.item-summary h2,
.ItemComment h2{
	margin-bottom:20px;
}
.item-summary p,
.ItemComment p{
	font-size:14px;
	margin:0 10px;
	line-height:16px;
}
/* ItemComment --end- */

/* ItemUsability --start-- */
.ImageUsability {
margin: 15px 0 30px 0;
}
.ImageUsability h2 { 
	display:block;
	background-color:#888;
	color:#FFF;
	padding:5px 10px;
	font-size:1em;
	font-weight:normal;
}
.ImageUsability ul { margin-top: 20px; }
.ImageUsability ul li { width: 50%; float: left; margin:0 0 15px 0;}
.ImageUsability ul li img {
width: 50%;
float:left;
border:solid #ddd 1px;
margin:0 6px 0 0;
}
.ImageUsability ul li p {
margin: 5px 0 !important;
text-align: left!important;
line-height: 1.4em;
display: block;
float: left;
width: 44%;
}

/* ItemUsability --end- */

/*sysReview*/
.sysReview{
	margin-top:30px;
}
.sysReview span {
display: block;
background-color: #d34c5e;
color: #FFF;
padding: 5px 10px;
font-size: 1em;
font-weight: normal;
}

/*latestItem*/
.latestItem{
	margin: 30px 0;
}
.latestItem .sysHeadline{
	padding:0;
}
.latestItem .sysHeadline h3 {
display: block;
background-color: #888;
color: #FFF !important;
padding: 5px 10px;
font-size: 12px!important;
font-weight: normal!important;
}

/*sysReview*/
.sysReview{
overflow: hidden;
}
.sysReview ul.sysReviewHistoryList{
	margin:10px;
}
.sysReview ul.sysReviewHistoryList li{
	padding:10px;
	margin: 10px 0 ;
	border: solid 1px #ddd;
}
.sysReview ul.sysReviewHistoryList .sysReviewDatetime{
	display:none;
}
.sysReview ul.sysReviewHistoryList .sysNickname{
	/*text-align:right;*/
}
.sysReview ul.sysReviewHistoryList .sysEvaluation{
	margin:5px 0;
	/*text-align:right;*/
}
.sysReview form{
	text-align:right;
	/*display: none;*/
}
.sysReview input[type="submit"] {
border: 0;
padding: 0 10px;
color: #333;
font-size: 12px!important;
cursor: pointer;
border-radius: 0px;
-webkit-border-radius: 0px;
margin: 0;
-webkit-appearance: none;
background:url(../img/arrow01.jpg) no-repeat 0 50%;
background-size: auto 50%;
-moz-background-size: auto 50%;
}


/* ItemBuy --start- */
.ItemBuy {margin-top: 15px;}
.ItemBuy img.leftsumb { width: 24%; float: left; padding: 0.7%; }
.ItemBuy h1 {
	margin: 2% 0 0 25%; 
	background-color: rgb(87, 155, 102); 
	padding: 2px 0 0 10px; 
	font-size: 18px!important; 
	color: #ffffff;
	font-weight: 500;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.ItemBuyCnt p {
	margin: 10px 0 0 49%;
	min-height: 80px;
	color: #666;
	line-height: 150%;
	font-size: 13px!important;
	text-align: left;
}
.ItemBuyPrice {
	text-align: right;
	font-size: 2em!important;
	margin: 1% 0 0 25%;
	border-bottom: 1px #000 dotted;
	color: rgb(230, 45, 45);
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.ItemBuyPrice span { font-size: 0.5em!important;}
.ItemBuy .sysForm { margin-top: 1.7%; width: 410px!important; }
.ItemBuy #sysSelections { margin-bottom: 10px; float: left; position: absolute;}
.ItemBuy #sysSubmit input[type="submit"] {
	background: none;
	width: 60%;
	color: #fff;
	font-size: 18px!important;
	background-color: rgb(250, 168, 24)!important;
	cursor: pointer;
	margin: 10px 0 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	border-radius: 6px!important; 
		-webkit-border-radius: 6px!important; 
		-moz-border-radius: 6px!important; 
	/*linear-gradient*/
	background-color:#52c441;
	background:-webkit-gradient(linear,, from(#8dd882), to(#52c441));
	background:-webkit-linear-gradient(center top, #8dd882, #52c441 );
	background:   -moz-linear-gradient(center top, #8dd882, #52c441 );
	background:     -o-linear-gradient(center top, #8dd882, #52c441 );
	background:        linear-gradient(center top, #8dd882, #52c441 );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #8dd882), color-stop(1, #52c441));
}
.ItemBuy #sysSubmit input[type="submit"]:hover { background-color: #52c441; }
.ItemBuy #likeSubmit input[type="submit"] {
	background: none;
	width: 35%;
	color: #fff;
	font-size: 12px!important;
	cursor: pointer;
	margin: 42px 0 0 5px;
	float: left;
	border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
	/*linear-gradient*/
	background-color:rgb(207, 136, 12);
	background:-webkit-gradient(linear,, from(rgb(250, 168, 24)), to(rgb(207, 136, 12)));
	background:-webkit-linear-gradient(center top, rgb(250, 168, 24), rgb(207, 136, 12) );
	background:   -moz-linear-gradient(center top, rgb(250, 168, 24), rgb(207, 136, 12) );
	background:     -o-linear-gradient(center top, rgb(250, 168, 24), rgb(207, 136, 12) );
	background:        linear-gradient(center top, rgb(250, 168, 24), rgb(207, 136, 12) );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(250, 168, 24)), color-stop(1, rgb(207, 136, 12)));
}
.ItemBuy #likeSubmit input[type="submit"]:hover { background-color: rgb(207, 136, 12); }
/* ItemBuy --end- */


/* ItemYetanother --start- */
.ItemYetanother {margin-top: 25px;}
.ItemYetanother #demo3 { padding: 0; }
.ItemYetanother #demo3 .als-prev, .ItemYetanother #demo3 .als-next { top: 10px;}
.ItemYetanother #demo3 .als-item { margin: 8px 5px; min-width: 96px;}
.ItemYetanother .als-viewport { height: 155px!important;}
.ItemYetanother .als-container { border-bottom: none!important;}
/* ItemYetanother --end- */

/* ItemRelated --start- */
.ItemRelated {margin-top: 15px;}
.ItemRelated ul.arrival { border-bottom: none!important;}
/* ItemRelated --end- */

/* ItemInquiry --start- */
.ItemInquiry { text-align: right; margin: 25px auto;}
.ItemInquiry a.Btn { 
	background-color: rgb(129, 129, 129); 
	color: #fff; padding: 15px; 	
	border-radius: 6px; 
		-webkit-border-radius: 6px; 
		-moz-border-radius: 6px; }
.ItemInquiry a.Btn:hover { background-color: #999;}
/* ItemInquiry --end- */

/*relationItem*/
.relationItem h3{
display: block;
background-color: #888;
color: #FFF!important;
padding: 5px 10px;
font-size: 1em!important;
font-weight: normal;
}
ul.relationHorizontal li {
/*width: 15%!important;*/
width:15%;
padding: 0.5% 0!important;
float:left;
vertical-align: top;
margin:0 2% 15px 0;
}
ul.relationHorizontal li.last {
margin: 0 0 15px 0;
}
.relationItemImage img {
border: solid #ddd 1px;
}
ul.relationHorizontal li .relationItemPrice {
font-size: 13px;
font-weight: normal;
color: #333;
}
.relationItem ul.relationHorizontal{
	margin:20px 10px 0 10px;
}


/* sysItemCategory page css
---------------------------------------------------- */
#sysItemSearch #sysMain,
#sysItemCategory #sysMain{
    padding: 0;
}
#sysItemSearch #sysMain .sysItemSearchForm,
#sysItemCategory #catetopimg{
	padding:6px;
	width:97%;
	position:relative;
        overflow: hidden;
    margin: 10px auto;
    box-shadow: 0px 0px 2px gray;
    background-color: #fff;
    display: block;
}
#sysItemCategory #catetopimg img{
	float: left;
	width:50%;
        margin: 0 1% 1% 0;
}
#sysItemCategory #catetopimg h2{
	font-size:18px;
	margin: 0 0 5px 5px;
}
.sysItemListDisp,
.sysItemCategoryForm {
    width: 97%;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0px 0px 2px gray;
    display: block;
}
.sysItemListDisp {
    padding: 5px;
}
.sysItemCategoryCtl {
	padding: 15px 0;
	line-height: 20px;
	border:none;
}
.sysItemList ul.sysList input[type="submit"] {
	background: #5ec84e;
	border:0;
	width: 150px;
	height: 30px;
	padding: 0;
	color: #fff;
	font-size: 14px!important;
	cursor: pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	margin:10px 0 0 0;
-webkit-appearance: none;
float:none;
}
.sysItemList ul.sysList input[type="submit"]:hover {
	opacity:0.7;
}
.sysItemList ul.sysList p { text-align:left; margin: 15px 0 10px 120px; line-height: 16px;}
.sysItemList ul.sysList li p a { text-decoration: underline; font-size: 14px!important;}
.sysItemList ul.sysList li p span { color: #FF6600; font-weight: 600;}
.sysItemList ul.sysList form { margin: -10px 0 0 0;}
.sysItemList ul.sysThumbnail{
    padding: 10px 5px 10px 1.5%;
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail p { text-align:center; line-height: 16px;}
.sysItemList ul.sysThumbnail li{
    min-height: 100px;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 2%;
    padding: 0;
    box-shadow: 0px 0px 2px gray;
    width: 48%;
    text-align: center;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail li:nth-child(2n+1) {
    margin-right: 2%;
    width: 48.5%;
}
.sysItemList ul.sysThumbnail li:nth-child(2n) {
    margin-right: 0;
    width: 48.5%;
}
.sysItemList ul.sysThumbnail li p a { text-decoration: underline; font-size: 14px!important;}
.sysItemList ul.sysThumbnail li p span { color: #FF6600; font-weight: 600;}
.sysItemList ul.sysThumbnail form {
width: 100%;
}
.sysItemBlock input[type="submit"],
.sysItemList ul.sysThumbnail input[type="submit"] {
	background: #5ec84e;
	border:0;
	width: 100%;
	height: 44px;
	padding: 0;
	color: #fff;
	font-size: 14px!important;
	cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    -webkit-appearance: none;
}
.sysItemBlock input[type="submit"]:hover,
.sysItemList ul.sysThumbnail input[type="submit"]:hover { 
	opacity:0.7;
}

.sysItemCategoryCtl a{
	display:inline-block;
	/display:inline;
	margin:0 1px 2px 0;
	padding: 2px 3px;
	/line-height:1.1;
	color:#000;
	cursor:pointer;
	zoom:1;
	color:#00599F;
	text-decoration:none;
}
.sysItemCategoryCtl a:hover{
	text-decoration:underline;
	color:#0088EC;
}

.sysItemCategoryPankuzu{
    padding: 10px;
    background: #d34c5e;
    color: #fff;
}

.sysItemCategoryPankuzu a{
	color:#fff;
}
.sysItemCategoryPankuzu a:hover{
	color:#ccc;
}
ul.sysThumbnail li .sysRetailPrice {
font-size: 14px!important;
}

.sysList {
    padding: 6px;
    width: 97%;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    box-shadow: 0px 0px 2px gray;
    background-color: #fff;
}
.sysList .sysItemName{
	margin-bottom: 10px;
}
.sysList .sysRetailPrice{
	margin: 5px 0;
}
.sysList .sysThumbnailImage{
	margin-right: 10px !important;
}
.sysItemList ul.sysList li {
padding: 10px 5px;
border-bottom: 1px solid lightgray;
border-top:none;
}
.sysItemList ul.sysList li:last-child {
border-bottom: none;
}
/*feature page*/
.featureSumally{
	margin:15px 0 0 0;
}
.featureSumally p{
	margin:0;
	line-height:18px;
}
#sysItemSearch #sysMain > h2{
    padding: 10px;
    color: #fff;
    background: #d34c5e;
    font-size: 1rem;
}
#sysItemSearch #sysMain form.sysItemSearchForm input[type="submit"] {
    width: 55%;
    height: 40px;
    color: #fff;
    font-size: 16px!important;
    font-weight: 400;
    cursor: pointer;
    background:#5ec84e;
    border-radius:0px;
    padding: 9px;
    margin: 25px auto 10px;
    display: block;
    float: none;
}
#sysItemSearch #sysMain .sysItemSearchFormWord{
    width: 90%;
    margin: 5px auto 10px;
    float: none;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormCategory{
    display: table;
    margin: 10px auto;
    width: 90%;
    text-align: left;
}
#sysItemSearch #sysMain .sysItemSearchFormSort select,
#sysItemSearch #sysMain .sysItemSearchFormCategory select{
    display: table-cell;
}
#sysItemSearch #sysMain .sysItemSearchFormSort:before {
    content: "表示順";
    display: block;
    margin-right: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange{
    vertical-align: bottom;
}
#sysItemSearch #sysMain .sysItemSearchFormRange:before {
    content: "商品価格";
    display: block;
    margin-right: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input{ height: 30px;}
#sysItemSearch #sysMain .sysItemSearchAndOr{ text-align: center;}

/* sysMemberRegisterIndex page css
---------------------------------------------------- */
#sysMemberRegisterIndex span.ethna-error {
    color: red;
}
#sysFormConfirm h2,
#sysMemberRegisterIndex h2 {
    margin: 0;
    background-color: #d34c5e;
    padding: 5px 0 3px 15px;
    font-size: 21px!important;
    color: #ffffff;
    font-weight: 500;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

#sysMemberRegisterIndex h3 {
    margin: 0 10px 0 0;
    border-bottom: 1px solid #CCCCCC;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    padding-left: 10px;
}

#sysMemberRegisterIndex h3 img {
    vertical-align: bottom;
}

.spFav {
width: 95%;
border: 1px solid rgb(204, 204, 204);
padding: 10px 30px;
margin: 20px auto 0;
border-radius: 3px;
}

.spFav .spFavTitle {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.spFav ul {
    line-height: 1.2;
}

#sysMemberRegisterIndex .sysRequired {
    color: #ff6600;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
}

#sysMemberRegisterIndex .sysForm {
    text-align: left;
    width: 100%;
    margin: 20px 10px 20px 0;
    line-height: 30px;
    padding: 0 10px;
}

#sysMemberRegisterIndex .sysFormItem {
    margin-top: 15px;
}
.sysAcceptHtmlMailmagazine {
    display: none;
}


#sysMemberRegisterIndex .sysForm input[type="text"], textarea {
    width: 400px;
}

#sysMemberRegisterIndex  .sysMemberPassword label {
    line-height: 42px;
}

#sysMemberRegisterIndex  .sysMemberPassword label {
    float: none!important;
}


#sysMemberRegisterIndex  .sysGender label {
    float: none!important;
}



#sysMemberRegisterIndex  .sysBirthday label {
    float: none!important;
}




#sysMemberRegisterIndex .sysForm input[type="submit"] {
    margin-top: 70px;
    border: 0;
    background: none;
    width: 120px;
    color: #fff;
    font-size: 15px!important;
    cursor: pointer;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	/*linear-gradient*/
    background-color: #4EA181;
    background: -webkit-gradient(linear,, from(#8dd882), to(#52c441));
    background: -webkit-linear-gradient(center top, #8dd882, #52c441 );
    background: -moz-linear-gradient(center top, #8dd882, #52c441 );
    background: -o-linear-gradient(center top, #8dd882, #52c441 );
    background: linear-gradient(center top, #8dd882, #52c441 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8dd882), color-stop(1, #52c441));
}


/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm h2 {
    margin: 10px 0;
    background-color: #d34c5e;
    padding: 5px 0 3px 15px;
    font-size: 21px!important;
    color: #ffffff;
    font-weight: 500;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

#sysMemberRegisterConfirm .sysForm {
    width: 95%;
    text-align: left;
    margin: 15px auto;
    line-height: 10px;
    display: table;
}

#sysMemberRegisterConfirm .sysForm label {
    float: left;
    margin-right: 20px;
}

#sysMemberRegisterConfirm .sysForm div {
    margin-bottom: 20px;
}

#sysMemberRegisterConfirm .sysMemberPassword {
    line-height: 45px;
}

#sysMemberRegisterConfirm .sysForm input[type="submit"] {
    border: 0;
    background: none;
    width: 120px;
    color: #fff;
    font-size: 20px!important;
    cursor: pointer;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	/*linear-gradient*/
    background-color: #52c441;
    background: -webkit-gradient(linear,, from(#8dd882), to(#52c441));
    background: -webkit-linear-gradient(center top, #8dd882, #52c441 );
    background: -moz-linear-gradient(center top, #8dd882, #52c441 );
    background: -o-linear-gradient(center top, #8dd882, #52c441 );
    background: linear-gradient(center top, #8dd882, #52c441 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4EA181), color-stop(1, #4EA181));
}

/* sysMemberRegisterRegister page css
---------------------------------------------------- */
#sysMemberRegisterRegister h2 {
    margin: 10px 0;
    background-color: #85c092;
    padding: 5px 0 3px 15px;
    font-size: 21px!important;
    color: #ffffff;
    font-weight: 500;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

/* sysMypageLogin page css
---------------------------------------------------- */
.sysMypage #sysMain form {
    width: 95%; 
    margin: 0 auto
}
.sysMypage #sysMain > h2 {
    background-color: #d34c5e !important;
    color: #fff;
    padding: 5px 10px;
}
.sysMypage #sysMain h3 {
    background: transparent;
    color: #000;
    padding-left: 20px;
}
.sysMypageMinorHeadLine {
    padding-top: 10px;
}
#sysMypageLogin label.sysFormLabel {
    font-size: 14px!important;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
    position: static!important;
}

#sysMypageLogin .sysFormField {
    margin-bottom: 15px;
}

#sysMypageLogin input[type="email"],
#sysMypageLogin input[type="password"], textarea {
    width: 250px;
    height: 30px;
}

#sysMypageReminder label.sysFormLabel {
    font-size: 14px!important;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
    position: static!important;
}

#sysMypageReminder input[type="email"], textarea {
    width: 250px;
    height: 60px;
}

.sysMypageNav input[type="submit"] {
    display: block;
    margin: 10px 1%;
    width: 48%;
    border-radius: 3px;
    height: 70px;
    float: left;
    font-size: 16px!important;
}
#sysMain > div.sysMypageNav {
    overflow: hidden;
}

/* sysMypageEditMember page css
---------------------------------------------------- */
#sysMypageEditMember .sysForm {
    text-align: left;
    width: 100%;
    margin: 20px 10px;
    line-height: 30px;
}

#sysMypageEditMember .sysRequired {
    color: #ff6600;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
}

#sysMypageEditMember .sysFormItem {
    margin-top: 15px;
}


#sysMypageEditMember .sysForm input[type="text"], textarea {
    width: 400px;
}

#sysMypageEditMember .sysMemberPassword label {
    line-height: 42px;
}

#sysMypageEditMember .sysMemberPassword label {
    float: none!important;
}

#sysMypageEditMember .sysMemberPassword label.sysFormLabel {
    position: absolute!important;
}

#sysMypageEditMember .sysMemberPassword .sysFormField {
    margin-left: 300px;
}

#sysMypageEditMember .sysMemberPassword span.ethna-error {
    margin-left: 300px;
}

#sysMypageEditMember .sysGender label {
    float: none!important;
}



#sysMypageEditMember .sysBirthday label {
    float: none!important;
}




#sysMypageEditMember .sysBirthday input[type="text"], textarea {
    width: 225px!important;
}

#sysMain .sysBirthday input[type="text"] {
    width: 45px!important;
}

/* sysMypageEditDelivery page css
---------------------------------------------------- */
#sysMypageEditDelivery .sysForm {
    float: left;
    text-align: left;
    width: 100%;
    margin: 20px 10px;
    line-height: 30px;
}

#sysMypageEditDelivery .sysRequired {
    color: #ff6600;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
    font-size: 11px!important;
}

#sysMypageEditDelivery .sysFormItem {
    margin-top: 15px;
}


#sysMypageEditDelivery .sysForm input[type="text"], textarea {
    width: 400px;
}


/* sysCart page css
---------------------------------------------------- */
.sysBox {  width: 95%;}
.sysCartTitle {
    background-color: #d34c5e;
}


.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    border: 0;
    color: #fff;
    font-size: 21px!important;
    background-color: rgb(250, 168, 24);
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    text-shadow: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	/*linear-gradient*/
    background-color: #52c441;
    background: -webkit-gradient(linear,, from(#8dd882), to(#52c441));
    background: -webkit-linear-gradient(center top, #8dd882, #52c441 );
    background: -moz-linear-gradient(center top, #8dd882, #52c441 );
    background: -o-linear-gradient(center top, #8dd882, #52c441 );
    background: linear-gradient(center top, #8dd882, #52c441 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8dd882), color-stop(1, #52c441));
}

.sysTotal .sysTotalTxt {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    text-shadow: none;
    font-size: 18px!important;
    margin-left: 12px;
}

.sysTotal .sysTotalTxt .sysCartAttention {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    text-shadow: none;
    font-size: 21px!important;
}

.sysCart #sysMain textarea {
    width: 100%!important;
}

.sysCart #sysMain .sysConfirmButton input[type=submit],
.sysCart #sysMain input[type=submit] {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    color: #000;
    height: 42px;
    font-size: 18px!important;
    line-height: 3px;
}

#sysMain .sysZipcode .sysFormLabel {
    width: 100%;
    display: block;
}
#sysMain .sysZipcode input[type="text"] {
    width: 100px!important;
}

#sysMain .sysNextSubmit,#sysMain .sysBackButton {
    float: none;
    width: 200px;
    height: 44px;
    margin: 5px 0;
}

/* First page css
---------------------------------------------------- */
#first h3 { font-size: 18px;  padding: 10px 20px; }
#first b { color: #ff6600; line-height: 17px;}
#first #sysMain input[type="submit"] { margin: 0 auto; display: block; }
.sysNewsDetail,
.guideList, #guideSearch, .member { width: 95%; margin: 20px auto 0;}
.guideList dl { 
margin: 2% 3%;
padding: 1% 2%;
border-bottom: 1px #ccc solid;}
.guideList dt, #guideSearch dt { font-weight: bold; font-size: 18px; margin-bottom: 4px; font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }
.guideList a, #first p a { text-decoration: underline;}
.guideList a { 
	background: url(../img/arrow_r04.png) left center no-repeat; 
	background-size: 4px 7px; 
		-moz-background-size: 4px 7px;
		-webkit-background-size: 4px 7px;
		-o-background-size: 4px 7px;
		-ms-background-size: 4px 7px;
	padding-left: 0.7em;
}
#guideSearch dt { margin-top: 40px;}
#guideSearch { border: 5px solid rgb(179, 179, 179);}
#guideSearch dl { margin-right: 10px;}

/* Haiso,Tokusho,Privacypolicy,Corporate,Copyright page css
---------------------------------------------------- */
#haiso h2, #tokusho h2, #privacypolicy h2, #corporate h2, #faq h2,.first h2,#sysInformation #sysMain h1{
    background: #000;
    text-align: center;
    color: #fff;
    background: #d34c5e !important;
    padding: 10px;
    font-size: 2rem;
}
#sysInformation #sysMain h1{ font-size: 1.25rem;}
#haiso h3,
#tokusho h3,
#privacypolicy h3,
#corporate h3,
#faq h3,
.first h3 { font-size: 20px; font-weight: bold; padding: 10px; margin-bottom: 10px;}

#haiso #sysMain p,
#tokusho #sysMain p, 
#privacypolicy #sysMain p,
#corporate #sysMain p,
#faq #sysMain p { margin: 10px 0; line-height: 2; text-align: left;}

.haiso th,.haiso td {
    padding: 10px 20px;
    text-align: left;
}

#haiso .haisoCnt, 
#tokusho .tokushoCnt, 
#privacypolicy .privacyCnt, 
#corporate .corporateCnt,
#faq .faqCnt,

/* Mail magazine page css
---------------------------------------------------- */
#sysFormIndex #sysMain #allCnt { width: 95%; margin: 0 auto;}
#sysFormIndex #sysMain form {padding: 15px; margin: 0px auto; text-align: center; display: block; width: 525px;}
#sysFormIndex #sysMain label { font-weight: bold; font-size: 14px; margin-bottom: 4px; font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;}
#sysFormIndex #sysMain .sysRequired { color: #ff6600; font-weight: 600; font-size: 11px!important; }
#sysFormIndex #sysMain .sys1 { float: left; margin-bottom: 10px;}
#sysFormIndex #sysMain .sys2 { float: right; margin-bottom: 10px;}
#sysFormIndex #sysMain .sys3 { clear: both;}

#sysFormIndex #sysMain input[type="text"] { height: 30px; width: 225px;}
#sysFormIndex #sysMain input[type="submit"] {  
	margin: 10px auto 0;
	display: block;
	width: 180px;
	height: 45px;
	color: #fff;
	font-size: 14px!important;
	font-weight: 600;
	cursor: pointer;
	font-family: sans-serif;
	background: #207354;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
}
#sysFormIndex #sysMain input[type="submit"]:hover { background: rgb(78, 160, 129); }
#sysFormIndex #sysMain h3 { margin: 0 10px;  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }

#sysFormIndex #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;}

#sysFormIndex #sysMain h3.yellow { font-size: 15px; font-weight: bold; padding: 5px 20px; margin: 30px 0 0 0; }
#somenews img { float: left; margin: 0 20px 10px 0;}
#somenews li { min-height: 75px; line-height: 18px;}


/* NewArrivalblock css
---------------------------------------------------- */
.NewArrivalblock .sysHeadline { background-color: transparent; }
ul.sysHorizontal { 
    padding: 8px 15px 5px;
    letter-spacing: -.4em;
}
ul.sysHorizontal li{ 
    text-align: center;
}
.latestItem ul.sysHorizontal {
padding: 20px 5px 5px;
}
ul.sysHorizontal li {
    width: 32%!important;
    display: inline-block;
    padding: 0%!important;
    vertical-align: top;
    margin-right: 2%;
    letter-spacing: normal;
    float: none!Important;
    box-shadow: 0px 0px 1px gray;
    margin-bottom: 2%;
}
ul.sysHorizontal a {
    font-size: 16px;
    text-decoration: none;
}
ul.sysHorizontal a:hover { /*text-decoration:underline;*/}

#bordertopblock { width: 90%; height:10px; background-image: url("../img/bordertop.png"); background-repeat:repeat-x; margin: 0 0 -1px 0; background-color: #c4cbb7; }
ul.sysHorizontal > div { letter-spacing: normal;}
#sysItemCategory .sysItemName,
ul.sysHorizontal li .sysItemName {  height: 50px;}
ul.sysHorizontal li .sysItemName { margin: 5px 0;}
ul.sysHorizontal li .sysItemPrice { font-size: 16px;}


/* Rankingblock css
---------------------------------------------------- */
.Rankingblock .sysHeadline { background-color: transparent;}
.sysIconRank img { width: 40%; margin-bottom: 5px; }
/*.Rankingblock ul.sysHorizontal { padding: 2px 15px 5px;}*/

/* Recommendblock css
---------------------------------------------------- */
.Recommendblock .sysHeadline {background-color: transparent;}


.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe { width: 100% !important;}


.sysOrder .sysConfirmButton, .sysDetail .sysConfirmButton{ width: 25%;}

/* Member form */
.sysMemberRegister #sysMain input[type=text], .sysMemberRegister #sysMain input[type=password], .sysMemberRegister #sysMain input[type=email], .sysMemberRegister #sysMain input[type=number], .sysMemberRegister #sysMain input[type=tel], .sysMemberRegister #sysMain input[type=search], .sysMemberRegister #sysMain textarea,
.sysMypage #sysMain input[type=text], .sysMypage #sysMain input[type=password], .sysMypage #sysMain input[type=email], .sysMypage #sysMain input[type=number], .sysMypage #sysMain input[type=tel], .sysMypage #sysMain input[type=search], .sysMypage #sysMain textarea{    
    background: linear-gradient(top, #EFEFEF, #FFFFFF);
background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
border: #999999 1px solid;
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-ms-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
margin: 0.5em 0;
padding: 0.5em 0.3em;
width: 100%;
}
.sysButton{
    padding: 10px;
    border-radius: 3px;
}
.sysMypage ul.sysList input[type="submit"] {
    margin: 15px 0 0;
    width: 200px;
}

/*test*/
#sysItemDetail .sysCategoryPankuzu{ margin-bottom : 0;}
#sysItemDetail #productInfo .sysExplanation {
    margin: 10px auto;
}
#sysItemDetail #productInfo .sysForm {
    overflow: hidden;
}
#productInfo .itemImage {
    padding-top: 10px;
}
#productInfo .itemImage .sysThumbnailImage{
    max-width: 550px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 2px gray;
}
#productInfo .sysItemImages {
    width: 100%;
    float: none;
    min-height: 0;
}
#productInfo #sysSubmit{ margin-top: 10px;}
#sysItemDetail #productInfo .sysItemName{
    margin-left: 0;
    padding-bottom: 10px;
}
#sysItemDetail #productInfo .sysItemName h1{
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 2px gray;
}

#productInfo .sysItemImages .sysImageList {
    display: table;
    width: 100%;
}
#productInfo .sysItemImages .sysImageList li {
    display: table-cell;
    padding: 1%;
}
#productInfo .sysItemImages .sysImageList img { width: 100%;}
.sysThumbnailImage br{ display: none;}

.item-half {
    width: 48%;
    float: left;
    margin: 10px 1%;
}
#sysItemDetail .item-half .sysForm {
    margin-left: 0;
    width: 100%!important;
}
#productInfo .sysItemName h1{ margin-top:0;}
#productInfo .ItemDescription p{ line-height: 1.5;}


/* LP Content */

#lptest #sysAside {
    display: none;
}
#lptest {
    max-width: none;  
    width: 100%;
}
#lptest #sysHeader {
    border-bottom: 4px double #ddd;  
    padding-bottom: 10px;
}
#lptest .header {
    max-width: 1093px;  
    margin: 0 auto;
}
#lptest #sysMain {
    width: 100%!important;  
    border: none!important;  
    margin: 0!Important;
    padding: 0;
}
.pararax {  overflow: hidden;}
.para-inner {
    max-width: 1090px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.para-inner .sysItemName a {
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
    line-height: 1.75;
}


#para-1 {
    height: 320px;    
    position: relative;
}
#para-1 .blur-bg {
    background-color: rgba(255,255,255,0.5);
    height: 100%;  
    filter: blur(5px);
    -webkit-filter: blur(5px);  
    position: relative;  
    background-image: url(http://kinjo.aispr.jp/img/item/00031/GM7_0600.jpg);
    background-position: center; 
    background-repeat: no-repeat;  
    background-size: cover;  
    background-attachment: fixed;  
}
#para-1 .para-inner {
    position: absolute;
    top: 0;
    max-width: 100%;
}
#para-1  h1 {
    padding-top: 5%;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #fff,0px 1px 2px rgba(0,0,0,0.45);
}
#para-2 {
    background: #f5f5f5;
    padding: 50px 0;
}
#para-2 p {
    font-size: 1.5rem;  
    line-height: 2;  
    width: 80%;  
    margin: auto; 
}
#para-3 {
    background-image: url(http://kinjo.aispr.jp/img/lp/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 500px;
    
}
.para-halfTxt {
    width: 50%; 
    background: rgba(255,255,255,0.5); 
    position: relative;  
    top: 5%;  
    padding: 20px;
}

.para-item{ padding: 20px;}
.para-inner .sysHeadline,
.para-itemHeading {
    background: #d34c5e;  
    color: #fff;  
    text-align: center;  
    padding: 20px;
}
.lp-item {
    width: 49%;
    float: left;
    height: 550px;
    background: #eee;
    margin: 1% 0.5%;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.para-itemName {
    font-size: 1.5rem;  
    font-weight: bold;
}
.para-buyBtn {
    background: #666;  
    color: #fff;  
    padding: 20px;  
    border-radius: 5px;  
    width: 50%;  
    margin: 0 auto;
    display: block;
}
.para-inner .sysContent .sysHorizontal li {
    width: 49.5%!important;
    margin-right: 1%;
}
.para-inner .sysContent .sysHorizontal li:nth-child(2n) {
    margin-right: 0;
}

.para-inner input[type="submit"] {
    width: 100%;
    margin: 10px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
    font-size: x-large!Important;
    background: #5ec84e;
    font-weight: bold;
}

.infotel .infotext3:before,
.infomail .infotext3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.infotel .infotext3:before{
    background: url(../img/side/icon_tel.png) no-repeat;
    background-size: 100%;
}
.infomail .infotext3:before {
    background: url(../img/side/icon_mail.png) no-repeat;
    background-size: 100%;
}

.sysPagination a{ background: #fff;}
.sysPagination a.sysCurrent {
    background-color: #d34c5e;
    color: #fff;
}

.menutitle {
    display: table;
    width: 100%;
    cursor: pointer;
}
.menutitle:after {
    content: "▼";
    color: #fff;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}
.menutitle.active:after {
    content: "▲";
}

.sysItemReview .sysList {
    display: block;
}

.sysCart form,
.sysForm {
    width: 95%;
    margin: 0 auto;
}
.p-cartitem {
    position: relative;
}
.sysCartInfoCartIn a {
    background: #5ec84e;
    color: #fff;
    text-align: center;
    display: block;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 3%;
    border-radius: 3px;
}

/* sysformitem */
.sysZipcode .sysFormField { display: inline-block;}
#sysMemberRegisterConfirm  .sysFormItem {
    display: table-row;
    width: 100%;
}
#sysMemberRegisterConfirm .sysFormItem > label,
#sysMemberRegisterConfirm .sysFormItem > div {
    display: table-cell;
    float: none!important;
    line-height: 1.5;
    font-size: small;
    padding-bottom: 5px;
}
#sysMemberRegisterConfirm .sysFormItem > label {
    width: 30%;
    padding-right: 5px;
}
#sysMemberRegisterConfirm .sysFormItem > div {
    padding-left: 5px;
}
.sysCart #sysMain select { display: inline-block;}


.faqlist dt:before {
    content: "Q:";
}
.faqlist dd:before {
    content: "A:";
}
.faqlist dd:first-letter,.faqlist dt:first-letter {
    margin-left: -20px;
    font-size: larger;
    font-weight: bold;
}
.faqlist dd, .faqlist dt {
    padding-left: 20px;
}
.faqlist {
    padding-left: 10px;
    line-height: 1.75;
}
.faqlist dd{ margin-bottom: 20px;}

/* Banner Area */
.bannerarea {
    padding: 8px 15px 5px;  
    letter-spacing: -.4em;
    text-align: center;
}
.bannerarea > div {
    width: 49%;  
    display: inline-block;  
    padding: 0%!important;  
    vertical-align: top;    
    letter-spacing: normal;  
    float: none!Important;  
    box-shadow: 0px 0px 1px gray;  
    margin-bottom: 2%;  
}
.bannerarea > .contleft {
    margin-right: 2%;
}
.p-news ul li a {
    padding-left: 20px;
    border-bottom: 1px dotted rgb(212,212,212);
}
.p-news ul li:last-child a{
    border-bottom: none;
}
.p-news ul li time {
    font-size: smaller;
}
@media screen and (max-width:480px){
/* RESET FOR SP
---------------------------------------------------- */
div#sysMain, div#sysAside {
width: 98%!important; 
margin: 0 auto!important; 
min-height: 250px!important; 
float: none!important;
}
#sidebar { 
width: 100%!important; 
margin: 0 auto!important; 
float: none!important;
 }
.sidCnt { display: none!important;}

#sysMain { 
}
div#sysAll {
overflow-y: hidden;
}
/* DETAILS
---------------------------------------------------- */
/*p { margin: 3px 0 8px 0; text-align: center; line-height: 15px;}*/
#index #sysMain { background-color: transparent!important; margin: 0 auto; padding:0!important;}

/* HEADER
---------------------------------------------------- */
#borderbottom { height: 10px;}
#header { 
	/*height: 60px;*/
	margin: 0;
	padding: 0;
	position: relative;
}
#headcontents { width: 100%; margin: 0 auto;}
.CartLoginBtn {
margin: 9px 0 0 0;
float:none;
width:100%;
}
.logo { 
width: 55%;
float: none; 
padding: 2px;
}
.logo img {
	min-width: 220px;
	height: auto;
	width: auto;
	display: block;
}
.logotext { font-size: 11px; color: red; line-height: 0; position: absolute; margin: -3px 0 0 2px;}
#header .headerBtn {
width: 100%;
display: block;
text-align: center;
margin: 10px;
}
.headerBtnsma, .footerBtnsma {
    margin: 0 1px;
    display:inline; 
    background: #ffffff;
    color: #727272;
    width: auto;
    padding: 8px 4px 13px 4px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
#headermenu {
	 display: none;
	 background-color: #fff;
	 color: #333;
	 position: absolute;
	 top: 45px;
	 width: 100%;
	 height: auto;
	 padding: 80px 10px 0px;

	 box-sizing:border-box;

	 border: #585858 1px solid;
	 border-top: none;
	 z-index:5;
}

#headermenu #headermenuInner {
	 display: table;
	 width: 100%;
}

#headermenu.disnone {
	 display:none;
}

#headermenuBar {
	position: relative;
	width: 100%;
	display: table;
}

#headermenuBar p {
	display: table-cell;
        display: none;
	text-align: right;
	padding-right: 60px;
	vertical-align: middle;
	width: 100%;

}

#headermenuBar p span {

	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding: 10px;
}

#headermenuBar #menuBtn {
	position: absolute;
	right: 0;
	background: url("../img/icon_menulist_b.png") 18px 24px no-repeat;
	background-size: 24px;
	height: 60px;
	width: 60px;
	display: table-cell;
}

#headermenuBar #menuBtn.active {
	background: url("../img/icon_menulist_b.png") 18px -32px  no-repeat;
	background-size: 24px;
}


#headermenu h1 {
	display: none;
}

ul#globalmenu li {
border-right: none;
}

.sysFuncItemSearch form{
	position: absolute;
	z-index: 10;
	top: 65px;
	width: 100%;
	display: none;
	margin-left: 1px;
	margin-right: 1px;
	box-sizing:border-box;

}

.sysFuncItemSearch form.disblock {
	display: table;
	width: 99.6%;
}


.sysFuncItemSearch form div.sysItemSearchFormWord {
	display: table-cell;
	float: none;
	width: 100%;
	vertical-align: middle;
	border:solid 1px #666;
}

.sysFuncItemSearch form div.sysItemSearchFormWord input {
	height: 40px;
	border:none !important;
}

.sysFuncItemSearch form > input {
	display: table-cell;
	float: none;
	margin-left: 10px;
	vertical-align: middle;
	border: none !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-appearance: none;
height: 40px;
}




#headermenu ul#globalmenu { 
	width: 100%; 
	margin: 40px auto 0;
	display: block;

}

#headermenu ul#globalmenu li { 
	border-top: 1px #585858 solid;
}


#headermenu ul#globalmenu li a { 
	display: block;
	padding: 20px 10px 20px 0;

	font-size: 16px;
	color: #333;

	background: url('../img/listarrow.png') right 50% no-repeat;
	background-size: 10px;

	margin-left: 10px;
	margin-right: 10px;
}

#headermenu .CartLoginBtnArea {
	display: table-header-group;
}

#headermenu .CartLoginBtn {
	display: table;
}

#headermenu .CartLoginBtn div {
	display: table-row;

}

#headermenu .CartLoginBtn div.cartBtn {
	display: table-footer-group;

}

#headermenu .CartLoginBtn div.cartBtn span {
	display: block;
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px #585858 solid;

}

#headermenu .CartLoginBtn div a {
	background: #5ec84e;
	padding: 15px 10px;
	box-sizing:border-box;
	width: auto;
	font-size: 16px;

}


.headerbg {
	/*height: 60px;*/
}

.topMain {
	/*margin-top: 70px;*/
}






.spnone{
	display:none;
}

/*search area*/
.sysItemSearchFormWord {
float: left;
width: 70%;
margin: 0;
}
form.sysItemSearchForm input[type="search"] {
height: 2em;
}
input[type="submit"] {
margin: 0;
background: #5ec84e;
padding: 4px 10px;
width: auto;
color: #fff;
font-size: 12px!important;
cursor: pointer;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
/*float: right;*/
}
/*end*/

/* SIDEBAR
---------------------------------------------------- */
/* SEARCH FORM --start-- */
.AsideSearchbox input[type="search"] { height: 3em;}
/* SEARCH FORM --end-- */

.sysHeadline { margin: 0!important; padding: 12px;}

.sideTopBnr { margin: 0; width: 100%;}
.sideTopBnr img { width: 100%;}
.footerBtnsma { padding: 19px 4px;}
.containerleft {display: none;}

#sidebar .menutitle{
padding: 12px 15px;
text-align:left;
font-size:14px;
margin: 1% 0 0 0;
}

/*toggle*/
dl.cateBtn {
}

.cateBtn dd{
	display:none;
	width: auto;
	height:auto;

}

/*infomation*/
.info {
padding: 12px 15px;
margin:1% 0 0 0;
}
.infocontents p {
font-size: 14px;
font-weight: normal;
padding-bottom:5px;
}
.info p {
margin: 5px 0;
}
.info .infotext3 {
text-align: left;
margin: 5px 0;
font-size: 16px;
}
img.iconcate {
width: 40px;
margin-right: 2px;
}




/* MAIN CONTENTS
---------------------------------------------------- */
#contentsareatopimg { width: 100%; margin: 1% 0 0 0;}
#contentsarea { width:100%; overflow: hidden; margin : 0;}
.contleft, .contright, .longBnr {
	float:none;
	width: 100%;
	margin:1% 0 0 0;
}

.sysHeadline { margin: 5px 0 0 0;}
.search { padding: 7px 0 0 0; }

/* NEW ARRIVAL --start-- */
img.cnttitle { width: 50%; float: left; }
ul.arrival { width:auto; background-color:#ffffff; margin: 0 auto 5px; padding: 2% 0 0 0; letter-spacing: -1px; text-align: center;}
ul.arrival li { display: inline-block; padding: 0 1%!important; margin: 0 1%; width: 28%; vertical-align: top;}
ul.arrival li.under4 { display: none; }
.NewArrivalblock{
	margin: 1% 0 0 0;
	padding: 4% 2%;
}
.NewArrivalblock .sysHeadline {
padding: 0;
background-color: transparent;
}
/* NEW ARRIVAL --end-- */

/* Recommend --start-- */
.Recommendblock{
	margin: 1% 0 0 0;
	padding: 4% 2%;
}
.Recommendblock .sysContent .sysHorizontal li {
float: left;
width: 33%;
padding: 5px;
}
.Recommendblock .sysHeadline {
padding: 0;
}
/* Recommend --end-- */

/*Ranking --start-- */
.Rankingblock .sysHeadline {
padding: 0;
}
/*Ranking --end-- */

/* TOPICS --start-- */
.topicsleftBnr { display: none; }
.topics { 
padding: 0 10px 3px 10px;
}
dl.newstext dt { width: 100%; margin:0; padding: 0;}
dl.newstext dd {
	padding: 0 0 5px 4px;
	border:none;}
.topicsright{
	margin: 1% 0 0 0;
	padding:4% 2%;
}

.iconnews{
width: 9%;
margin: 4px;}
.rightarea{
	float:right;
}
.rightarea .headerBtn{
	margin:2px;
	padding:2px 18px;
}
/* TOPICS --end-- */


/* FOOTER
---------------------------------------------------- */
#footer {
	padding: 0;}
#bordertop { margin: 11% 0 0 0;}
#bordertopFooter { margin: 0;}
#footcontents { line-height: 17px; width: 90%; padding: 0;}
.tabPCfootmenu { display: none; }
.footleft { width:100%; float:none; margin: 15px 0; position:absolute;}
.footright { width:100%; float:none; margin: 15px 0; text-align:right;}
.copy { width:auto; margin:  20px 0; font-size: 10px;}

#SPfootermenu {
    width: 100%;
    padding: 0;
    margin: 10px auto;
    text-align: center;
}
#SPfootermenu li {
    list-style: none;
    font-size: 14px;
    text-align: left;
}
#SPfootermenu li a {
    display: block;
    /*height: 34px;*/
    padding: 20px 26px 20px 10px;
    background-image: url("../img/listarrow.png");
	background-size: 9px;
	-moz-background-size: 9px;
    background-repeat: no-repeat;
    background-position: 95%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#SPfootermenu li.level1 {
    border-bottom: solid 1px #D9D9D9;
}
/*pagetop AREA*/
#pagetop {
margin: 20px 6px 0 0;
}
#pagetop img {
width: 40px;
}


/* PULUG-IN CSS
---------------------------------------------------- */
/********************************
 * CategorySP
 ********************************/
.AsideCategorySP #wrapper { width: 100%; margin: 0 auto; font-size: 0.8125em;}
.AsideCategorySP .menu { width: auto; height: auto;}
.AsideCategorySP .menu > li > a {
	background-color: rgb(245, 176, 153);
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	border-bottom: 1px #ffffff solid;

	width: 100%;
	height: 4.5em;
	line-height: 4.5em;
	text-indent: 1.6em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.AsideCategorySP .menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 4em;
	line-height: 4em;
	text-indent: 4em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
	text-align: left;
}
.AsideCategorySP .menu ul li:last-child a { border-bottom: 1px solid #85c092;}
.AsideCategorySP .menu > li > a:hover, .menu > li > a.active {
	background-color: #a9a9a9;
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.AsideCategorySP .menu > li > a.active {}
.AsideCategorySP .menu > li > a:before {
	content: '';
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.AsideCategorySP .menu > li > a span {
	font-size: 1em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background-color:#a9a9a9;
	line-height: 0;
	height: 1em;
	padding: .7em .4em;
	margin: -.6em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.AsideCategorySP .menu > li > a:hover span, .menu > li a.active span { background: #999999;}
.AsideCategorySP .menu > li > ul li a:before{
	content: '?';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.AsideCategorySP .menu > li > ul li:hover a,
.AsideCategorySP .menu > li > ul li:hover a span,
.AsideCategorySP .menu > li > ul li:hover a:before { color: #32373D;}
.AsideCategorySP .menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 0;
	height: 1em;
	padding: .7em .4em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

/********************************
 * item slider
 ********************************/
.als-container { 
	margin: 0 auto 5px;
	height:200px;
}

.als-viewport {
	position: relative;
	overflow:hidden;
	margin: 5px auto 0;
	width: 78%!important;
	/*height: 150px!important;*/
	height:200px!important;
}

ul.relationHorizontal li{
	
}

.als-wrapper{
	width:auto;
	height:200px;	
}

/*#demo .als-item img.main { width: 60%;}*/

#demo .als-item img.als-img { width: 100%; height:80px;}

#demo .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	width:80px;
	height:200px;
	text-align: center;
	/*min-height: 100px;
	min-width: 70px;*/
}
#demo .als-prev, #demo .als-next { top: 11px;}

.als-prev{	
	position:absolute;
	left:5px;
	width:20px;
	height:100%;
	background-image:url('../img/item/bar_left.jpg');
	background-position:50% 50%;
}

.als-next{	
	position:absolute;
	right:5px;
	width:20px;
	height:100%;
	background-image:url('../img/item/bar_right.jpg');
	background-position:50% 50%;
}


/* Item page css
---------------------------------------------------- */
#sysItemDetail #sysMain {
margin: 6px auto 0!important;
padding: 0 0 5px;
} 
.sysItemImages {
	width: 98%;
	position: static;
	float: none;
	margin: 15px auto 0;
	min-height: inherit;
}
#sysItemDetail .sysRetailPrice { font-size: 1.25em; margin: 10px 10px 0 0;}
#sysItemDetail .sysSuggestedRetailPrice{
margin: 10px 10px 20px 0;
}
#sysItemDetail .sysExplanation {
margin: 0 auto;
width: 97%;}
#sysItemDetail #sysExplanation {
padding: 5px 0;
}
#sysItemDetail #sysNumber {
float: none;
margin: 20px 10px 0 0;
}

#sysWishlist button[type="submit"] {
margin: 20px 0 0 0;
width:100%;
background: url(../img/icon_fav.png) #888888 no-repeat 36% 50%;
}
.sysItemImages .sysImageList li { height: auto; line-height: 0;  margin: 2% 0.6% 0.6%;}
.sysItemName h1 { margin: 20px auto 0; font-size: 18px!important;}
.sysExplanation p { margin: 5px 0 0 0; line-height: 1.25; min-height: 20px;}
.sysItemId{
	width:97%;
	/*margin:0 auto;*/
	margin: 20px 0 10px 0;
	font-size: 12px !important;
}
.sysSuggestedRetailPrice span {
font-size: 12px!important;
}
.sysRetailPrice { margin: 10px 0 10px 110px; font-size: 13px!important;}
ul.sysThumbnail li .sysRetailPrice,
ul.sysThumbnail li .sysItemName{ text-align: center;;}
ul.sysThumbnail li .sysRetailPrice { font-size: 13px!important; font-weight: normal;}
.sysShippingCost { margin: 20px 0 0 0;}
.sysShippingMethod { margin: 7px 0 0 0;}
.sysStockQuantity { margin: 7px 0 0 0;}

#sysItemDetail .sysForm { width: 97%;
margin: 0 auto; float: none; }
#sysSelections { margin: 10px 10px 0 0!important; float:none!important;
}
select { width: 200px;}

.ImageUsability ul li p {
}

.ItemSummary { margin-top: 5px; width: 100%; float: none; position: static;}

.ItemSummary dd {
}
dl.SumCnt { margin: 15px 0 0 0;}
dl.SumCnt dt { width: 62px; }
dl.SumCnt dd { margin: 0 0 6px 70px; }

.ItemStock { margin-top: 5px; width: 100%; float: none; min-height: 0;}
.ItemStock ul li img { width: 70%!important;}
.ItemStock ul li { width: 46%!important;}
.ImageUsability ul li {
	width: 100%;
	float:none;
	overflow:hidden;
	margin: 0 0 10px 0;
}
.ItemReview ul li { width: 100%!important;}
.ItemReview ul li img { width: 15%;}

.ItemYetanother { margin-top: 5px;}


.ItemYetanother .als-container { margin: 0 auto 5px;}
.ItemYetanother .als-viewport {
	position: relative;
	overflow: hidden;
	margin: 5px auto 0;
	width: 78%!important;
	height: 150px!important;
}
.ItemYetanother #demo3 .als-item img.main { width: 95%;}
.ItemYetanother #demo3 .als-item {
	margin: 0px 5px 0 2px;
	padding: 4px 0px;
	min-height: 100px;
	min-width: 70px;
	text-align: center;
}
.ItemYetanother #demo3 .als-prev, #demo3 .als-next { top: 0px; height: 150px;}


.ItemRelated, ItemBuy { margin-top: 0;}

.ItemBuy { margin-top: 0;}
.ItemBuy img.leftsumb { width: 100%; float:none; }
.ItemBuy h1 { margin: 1% 0 0 0;}
.ItemBuyPrice { margin: 1% 0 0 0;}
.ItemBuy .sysForm { width: 100%!important; }
.ItemBuy #sysSelections { position: static;}
.ItemBuy #sysSubmit input[type="submit"] { width: 90%; height: 60px; margin: 0;}
.ItemBuy #likeSubmit input[type="submit"] { width: 65%; height: 35px; float:none; margin: 10px 0; }
.ItemInquiry { margin: 15px 0; }

.ItemRelated ul.arrival li p { margin: 3px 0 0 0; line-height: 10px;}
.ItemVariation,
.ItemComment {	
    width: 100%;
    margin: 30px auto 0;
    float: none;
    min-height: inherit;}

.ImageUsability {
	width: 97%;
margin: 15px auto 20px;
}


/* sysItemCategory page css
---------------------------------------------------- */
#sysItemCategory #sysMain {
	position: relative;
	margin: 6px auto 0!important;
}
#sysItemCategory #catetopimg{
    padding: 0;
}
#sysItemCategory #catetopimg img{
	float: none;
	width: 100%;
}
#sysItemCategory #catetopimg h2 {
    font-size: 14px;
    margin:0;
    padding: 6px;
}
#sysItemCategory #catetopimg{ padding: 6px;}
.sysItemCategoryPankuzu{ font-size: 0.75rem;}

.cateScene .sysContent { margin-top: 5px!important;}

.sysItemList ul.sysList p { text-align:left; margin: 15px 0 10px 120px; line-height: 16px;}
.sysItemList ul.sysList li p a { text-decoration: underline; font-size: 14px!important;}
.sysItemList ul.sysList li p span { color: #FF6600; font-weight: 600;}
.sysItemList ul.sysList input[type="submit"] { font-size: 14px!important;}

.sysItemList ul.sysThumbnail li { padding: 0; width: 100%!important;}
.sysItemList ul.sysThumbnail p { line-height: 14px;}
.sysItemList ul.sysThumbnail li p a { font-size: 11px!important;}
.sysItemList ul.sysThumbnail li p span { font-size: 11px;}
.sysItemList ul.sysThumbnail input[type="submit"] {
	font-size: 16px!important;
	margin: 10px 0 0;
}

/********************************
 * boxer
 ********************************/
 #boxer {
}

/* sysMemberRegisterIndex page css
---------------------------------------------------- */
#sysMemberRegisterIndex #sysMain { width: 100%!important; margin: 2% auto 0!important; padding: 10px!important;}
.spFav { width: 100%; padding: 10px; margin: 10px auto; }
.spFav ul { line-height: 6px;}
.spFav ul li { line-height: 13px;}

#sysMemberRegisterIndex h3 { margin: 0;}
#sysMemberRegisterIndex h3 img { width:10%;}

#sysMemberRegisterIndex .sysForm { margin: 0; line-height: 20px;}
#sysMemberRegisterIndex .sysForm input[type="text"], textarea { width: 100%;}
#sysMemberRegisterIndex .sysFormItem { margin-top: 10px;}

#sysMemberRegisterIndex label { width: 100%; height: 25px; line-height: 23px;}
.sysMemberPassword .sysFormField { margin-left: 0!important;}
.sysGender .sysFormField { margin-left: 0!important;}
.sysBirthday .sysFormField { margin-left: 0!important;}

#sysMemberRegisterIndex .sysMemberPassword label.sysFormLabel,
#sysMemberRegisterIndex .sysGender label.sysFormLabel,
#sysMemberRegisterIndex .sysBirthday label.sysFormLabel { position: static!important;}

#sysMemberRegisterIndex .sysForm input[type="text"], textarea { width: 100%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="tel"],
#sysMemberRegisterIndex .sysForm input[type="email"],
#sysMemberRegisterIndex .sysForm input[type="fax"], textarea { width: 80%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="password"], textarea { width: 80%; height: 40px; margin-bottom: 15px;}

#sysMemberRegisterIndex .sysForm input[type="submit"] { margin: 20px auto; display: block; float:none;}

/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm #sysMain { width: 100%!important; margin: 2% auto 0!important; padding: 10px!important;}


/* sysMypageEditMember page css
---------------------------------------------------- */

#sysMypageEditMember .sysForm { margin: 0; line-height: 20px;}
#sysMypageEditMember .sysForm input[type="text"], textarea { width: 100%;}
#sysMypageEditMember .sysFormItem { margin-top: 10px;}

#sysMypageEditMember label { width: 100%; height: 25px; line-height: 23px;}
.sysMemberPassword .sysFormField { margin-left: 0!important;}
.sysGender .sysFormField { margin-left: 0!important;}
.sysBirthday .sysFormField { margin-left: 0!important;}

#sysMypageEditMember .sysMemberPassword label.sysFormLabel,
#sysMypageEditMember .sysGender label.sysFormLabel,
#sysMypageEditMember .sysBirthday label.sysFormLabel { position: static!important;}

#sysMypageEditMember .sysForm input[type="text"], textarea { width: 100%; height: 40px;}
#sysMypageEditMember .sysForm input[type="tel"],
#sysMypageEditMember .sysForm input[type="email"],
#sysMypageEditMember .sysForm input[type="fax"], textarea { width: 80%; height: 40px;}
#sysMypageEditMember .sysForm input[type="password"], textarea { width: 80%; height: 40px; margin-bottom: 15px;}


/* sysMypageEditDelivery page css
---------------------------------------------------- */

#sysMypageEditDelivery .sysForm { margin: 0; line-height: 20px;}
#sysMypageEditDelivery .sysForm input[type="text"], textarea { width: 100%;}
#sysMypageEditDelivery .sysFormItem { margin-top: 10px;}

#sysMypageEditDelivery label { width: 100%; height: 25px; line-height: 23px;}
.sysMemberPassword .sysFormField { margin-left: 0!important;}
.sysGender .sysFormField { margin-left: 0!important;}
.sysBirthday .sysFormField { margin-left: 0!important;}

#sysMypageEditDelivery .sysMemberPassword label.sysFormLabel,
#sysMypageEditDelivery .sysGender label.sysFormLabel,
#sysMypageEditDelivery .sysBirthday label.sysFormLabel { position: static!important;}

#sysMypageEditDelivery .sysFormField input[type="text"], textarea { width: 100%; height: 40px;}
#sysMypageEditDelivery .sysFormField input[type="tel"],
#sysMypageEditDelivery .sysFormField input[type="email"], textarea { width: 80%; height: 40px;}


/* sysCart page css
---------------------------------------------------- */
.sysOrder .sysConfirmButton,
.sysDetail .sysConfirmButton { width: 40%; float: left!important;}

.sysCart #sysMain input[type=text],
.sysCart #sysMain input[type=password],
.sysCart #sysMain input[type=email],
.sysCart #sysMain input[type=number],
.sysCart #sysMain input[type=tel],
.sysCart #sysMain input[type=search],
.sysCart #sysMain textarea { height: 4em;}

/* sysItemSearch page css
---------------------------------------------------- */
#sysMain form.sysItemSearchForm { width: 90%;}

/* First page css
---------------------------------------------------- */
#first #sysMain p { margin: 0 0 7px 0; text-align: left;}
.guideList, #guideSearch, .member { width: 95%; margin: 20px auto 0;}
.guideImgSma { width: 95%; margin: 2% auto; float: none;}
.guideImgPC { display: none;}
.guideImgTab { display: none;}
.guideList dl { float: none; width: 100%; height: auto;}
#guideSearch dl { margin: 0 auto; padding: 0 10px; }
#guideSearch dt { margin-top: 25px; }


/* Mail magazine page css
---------------------------------------------------- */
#sysFormIndex #sysMain #allCnt { width: 95%; margin: 0 auto;}
#sysFormIndex #sysMain form { width: 260px; }
#sysFormIndex #sysMain form .sysForm { width: 100%; text-align: center; }
#sysFormIndex #sysMain .sys1 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain .sys2 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain input[type="text"] { height: 45px; width: 210px; }
#somenews img { float: none; margin: 0 auto 20px;}


/* NewArrivalblock css
---------------------------------------------------- */
ul.sysHorizontal {
    width:100%; 
    margin-bottom: 10px;
    padding: 0;
}
ul.sysHorizontal li{
    width: 100%!Important;
    padding: 0!important;
}
ul.sysHorizontal li .sysItemName,
ul.sysHorizontal li .sysItemPrice{
    padding-left: 10px;
    letter-spacing: -0.02em;
}
#sysItemCategory .sysItemName,
ul.sysHorizontal li .sysItemName{
    height: auto;
}
.sysItemName a{
    font-size: 16px;
    text-decoration: none;
}
#bordertopblock { width: 100%; }



/* sns icon css
---------------------------------------------------- */
#sysItemDetail .sysShare {
padding:30px 0 15px!important;
margin: 0 auto;
text-align:left;
}
#sysItemDetail .sysShare .sysMixi{
	margin-top:6px;
}

#haiso h2, #tokusho h2, #privacypolicy h2, #corporate h2, #faq h2{
font-size: 1.25rem;
padding: 5px;
}

.item-half {
    width: 100%;
    float: none;
    margin: 10px 0;
}


dl.cateBtn a{
    padding: 10px;
    font-size: 20px;
}

#productInfo .itemImage{ padding-top: 0;}
#sysItemDetail #productInfo .sysItemName{ padding-bottom: 0; border-bottom: 3px double #ddd;}


/* LP Content */
#para-1 .blur-bg {
    background-attachment: initial;
    background-position: top;
}
#para-1 h1 {
    font-size: 1rem;
    padding-top: 7%;
}
#para-1 {
    height: 100px;
}
#para-2 {
    padding: 20px 0;
}
#para-2 p {
    font-size: 0.75rem;
}
.para-halfTxt {
    width: 100%;
    font-size: x-small;
    padding: 20px 10px;
}
#para-3 {
    height: auto;
}
.para-inner .sysHeadline, .para-itemHeading{
    font-size: 0.9rem;
}
.para-item {
    padding: 20px 0;
}
.lp-item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.para-inner .sysContent .sysHorizontal li{
    width: 100%!important;
    margin: 0 auto;
}

.para-buyBtn {
width: 80%;
}

/* cart*/
.sysCart .sysBox .sysProduct,
.sysCart .sysBox img.sysProductImg {
    width: 100%;
    float: none;
}
.sysAcceptDomainArea .sysAcceptDomain {
    float: none;
    height: auto;
    width: 100%;
    font-size: small;
    border-radius: 7px;
    background: #d34c5e;
}
#sysMain .sysAcceptDomain a {
    color:  #fff;
    display: block;
}
.sysBox{ width: 99%;}
.sysCartTitle{ font-size: small}
.table-scrolled{ overflow: scroll;}

.bannerarea > div {
    width: 100%;
    margin: 1% auto;
}
.item-recomend .sysHeadline{ font-size: 14px;}
}
@media screen and (min-width:481px) and (max-width:800px){
/*toggle menu*/
.cateBtn dd{
	display:none;
	width: auto;
	height:auto;

}



#headermenu{ display: block!important;}


/* RESET FOR TABLET
---------------------------------------------------- */
#sysAside { width: 98%!important; margin: 0 auto!important; float: none!important; background-color: #fff;}
.cateSP {display: none!important;}
#sysMain { width: 98%!important; margin:0 auto;  min-height: 250px!important; float: none!important;}
#sysItemDetail #sysMain {
position: static;
margin-left: 0!important;
margin: 7px auto 6px!important;
} 

/* DETAILS
---------------------------------------------------- */
p { margin: 0;}
#index #sysMain { background-color: transparent!important; margin: auto 0; padding:0;}

/* HEADER
---------------------------------------------------- */
.headerBtnsma { display:none; }
.logotext { display: none;}

#header { height: 85%; margin: 0; padding: 0;}
#headcontents {
	width: 95%;
	margin: 0 auto;
}
.logo {
	width: 30%; 
	float: left; 
	margin: 5px 0;
}
.headerbg{
position:relative;
}
.CartLoginBtn { 
margin: 0; 
width: 70%;
}

ul.globalmenu { 
	width: 100%; 
	margin: 17px auto 0;
	display: table;
}

ul.globalmenu li a { 
	padding: 1%; 
	font-size: 18px;
	display: table-cell;
}


#headermenu h1 {
	display: none;
}
ul#globalmenu {
font-size: 13px;
text-align: center;
margin: 15px 0 0 0;
padding:0 0 15px 0;
}
ul#globalmenu li {
width: 25%;
float: right;
padding: 2px;
}
ul#globalmenu li.last{
	border-right: none;
}
ul#globalmenu li a {
}
.headerBtn {
height: 35px;
color: #fff;
font-weight: 400;
cursor: pointer;
border-radius:0px;
padding:4px 10px	;
border:none;
display: inline-block;
margin-bottom: 5px;
}
/*.headerBtn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
		-moz-filter: "alpha( opacity=70 )";
		-webkit-filter: "alpha( opacity=70 )";
		-o-filter: "alpha( opacity=70 )";
		-ms-filter: "alpha( opacity=70 )";
		background: #8dd882;
		border: none;
}
*/

/*search*/
input[type="submit"] {
	border:0;
	margin: 7px;
	background: #5ec84e;
	padding: 4px 10px;
	width: auto;
	color: #fff;
	font-size: 12px!important;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
float: right;}
form.sysItemSearchForm input[type="search"] {
height: 2em;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius:0px;
}
form.sysItemSearchForm {
background-color: #fff;
margin: 0;
padding: 0;
text-align: left;
}
.sysItemSearchFormWord {
float: left;
width: 80%;
margin: 5px 0 0 0;
}
.tabletSearchbox{
position:absolute;
right: 1.5%;
top: 2%;
width: 50%;
}
#sysItemCategory .tabletSearchbox{
top: 0.5%;
}

/* ASIDE
---------------------------------------------------- */
/* SEARCH FORM --start-- */
.AsideSearchbox { width: 50%; float: right;}
.AsideSearchbox .sysContent { background-color: #fff; padding: 3px 30px!important; text-align: center;}
.AsideSearchbox form.sysItemSearchForm { padding: 0 0 0 7px; }
/* SEARCH FORM --end-- *

/* LOGIN FORM --start-- */
.AsideLoginForm { width: 50%; border-right: 1px #ccc solid;}
.AsideLoginForm ul { width: 95%; margin: 13px auto;}
.AsideLoginForm ul li { width: 48%; float: left; margin-left: 2%; text-align: center;}
/* LOGIN FORM --end-- */

.footerBtnsma { display:none; }
.sideTopBnr { display: none; }
.orderBnr { display: none; }

.containerleft { position: absolute; top: 95px; width: 95%; text-align: center; margin: 10px 0 0 0;}
.containerleft img { max-width: 45%!important; }

.search {padding: 14px; vertical-align: bottom; }
form { margin: 0; display: inline;}
input[type="text"], textarea { width: 35%;}
dl.cateBtn { 
float: none;
margin-bottom: 6px;
}
ul.cateBtn li { padding: 12px;}

.info {
margin: 0 0 6px 0;
padding: 0 0 10px 0;
}
.AsideSearchbox{
	display:none;
}
img.iconcate{
width:40px;
margin-right:2px;
}
.accentcolor01 p {
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 15px 10px;
}

.AsideCategory{
	float:left;
width: 49.7%; 
}
.AsideInfomation{
	float:right;
width: 49.7%; 
}
.info p.infotext2 {
padding: 1% 0 0 6%;
text-align: left;
margin: 0;
font-size: 12px;
}
.info .infotext3 {
padding: 1% 0 3% 6%;
text-align: left;
margin: 0;
font-size: 16px;
}
small {
font-size: 10px;
margin: 0 5px 0 0;
padding: 0 0 0 6%;}



.tabnone{
	display:none;
}
.tabonly{
	background-color: #585858;
}
.sponly{
	display:none;
}


/* MAIN CONTENTS
---------------------------------------------------- */
#main { width: 95%; margin: 0 auto; position:static;}
#contentsarea { width:100%; overflow: hidden; margin : 1% 0 0 0;}
#contentsareatopimg { width:100%; margin: 30px 0 0 0;}
ul.arrival { padding: 0 0 2% 0;}



/* TOPICS --start-- */
.topicsleftBnr { width:42%; float:left; margin: 12px 0; background-color: #fff;}
.topicsright { 
text-align: left;
margin: 6px 0;
padding:15px;
}
.topicsright img { }
.topics { padding: 10px 10px 3px 10px; font-size: 13px; line-height: 18px; }
dl.newstext { overflow: hidden; zoom: 1;}
dl.newstext dt { width: 15%; margin-bottom: 0; padding-bottom: 2px;}
dl.newstext dt img { width: 56px; vertical-align: top;}
dl.newstext dd { 
margin-bottom: 0; 
padding:0 0 10px 0;
border:none;
}
.topicsright h3 {
float: left;
}

img.iconnews {
width: 35px;
margin:0 0 3px 5px;
}
ul.sysHorizontal {
margin-bottom: 6px;
padding-bottom: 20px;
}
/* TOPICS --end-- */

/*newarrival*/
.sysHorizontal{
	text-align:left;
}
.sysHeadline, .search {
font-size: 14px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 0;
}


/*reccomend*/
.Recommendblock .sysContent .sysHorizontal li {
float: left;
width: 33%;
padding: 5px;
}

/*ranking*/

/* FOOTER
---------------------------------------------------- */
#footer{
}
#footcontents { width: 100%;}
.footleft { width: 100%; float: none; position: static;}
.footright { width: 60%; margin:0;}
.copy { width: 40%; margin: 0; padding: 10px 0 0 0; text-align: left;} 
#footcontents a { font-size: 13px; line-height: 16px;}
#SPfootermenu { display: none;}
.copy {
width: 100%;
margin: 0;
padding: 30px 0;
text-align:center;
}
.footerbg {
padding: 20px 0 0 0;
}
.tabPCfootmenu {
padding: 0 0 15px 0;
font-size:10px;
}
#pagetop {
margin: 20px;
}
#pagetop img {
width: 40px;
}

/* PULUG-IN CSS
---------------------------------------------------- */
/********************************
 * item slider
 ********************************/
/*.als-viewport { width: 82%!important; height: 185px!important;}*/
.als-viewport {
width: 100%!important;
height: 100%!important;
}
.als-wrapper {
height: 100%!important;
}

#demo3 .als-prev, #demo3 .als-next { top: 30px;}


/* Item page css
---------------------------------------------------- */
.sysForm { width: 43%;}
.ItemRelated, .ItemBuy { margin-top: 0;}
.ItemReview, .ItemStock { margin-top: 5px;}
.ItemYetanother { margin-top: 10px;}
.ItemYetanother #demo3 .als-prev, #demo3 .als-next { top: 10px;}

.ItemSummary {
}
#sysItemDetail .sysForm{
	 width: 43% !important;
}
#sysItemDetail .sysForm {
margin: 15px 0 0 57%;
}
dl.SumCnt { margin: 15px 0 0 0;}
dl.SumCnt dt { width: 62px; }
dl.SumCnt dd { margin: 0 0 6px 70px; }

.ItemBuy .sysForm {width: 400px;}
.ItemBuy #sysSelections { float: left; width: 400px; margin-left: -200px; position: absolute;}
#sysItemDetail #sysSubmit input[type="submit"] {
	float:none;
}

#sysWishlist button[type="submit"] {
background: url(../img/icon_fav.png) #888888 no-repeat 24% 50%;
}
#sysSelections select[name="selection[5470]"] {
}

.ItemVariation li {
width:23%;
}
.sysItemId {
font-size: 12px!important;
}
.sysSuggestedRetailPrice span {
font-size: 12px!important;
}

#sysItemDetail .sysRetailPrice {
font-size: 18px!important;
}
.latestItem .sysHeadline {
padding: 15px 0 0 0!important;
}

/*social*/
.sysForm li.sysGoogleplus {
width: 60px;
}
	
	
/* sysItemCategory page css
---------------------------------------------------- */
.cateChairsofa .sysContent { margin: 38px auto 0 auto!important; width: 100%; text-align: center;}
.cateScene .sysContent { margin: 32px auto 0 auto!important; width: 95%;}
.cateColor .sysContent { margin: 32px auto 0 auto!important; width: 95%;}
.catePrice .sysContent { margin: 32px auto 0 auto!important; width: 95%;}

.cateChairsofa .sysContent img { width: 95%;}
#sysItemCategory #sysMain {
	margin: 7px auto 6px!important;
}

.sysItemList ul.sysThumbnail input[type="submit"] { margin-top: 5px;}



/* sysMemberRegisterIndex page css
---------------------------------------------------- */
#sysMemberRegisterIndex span.ethna-error { position: absolute; margin: 15px 0 0 -300px;}
.spFav { width: 95%; background-color: rgb(204, 204, 204); padding: 10px 20px; margin: 20px auto; }
#sysMemberRegisterIndex #sysMain { width: 95%!important; margin: 5% auto 0!important; }

#sysMemberRegisterIndex label { width: 45%; height: 25px; line-height: 23px;}


#sysMemberRegisterIndex .sysForm input[type="text"], textarea { width: 50%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="tel"],
#sysMemberRegisterIndex .sysForm input[type="email"],
#sysMemberRegisterIndex .sysForm input[type="fax"], textarea { width: 30%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="password"], textarea { width: 30%; height: 40px; margin-bottom: 15px;}

#sysMemberRegisterIndex .sysForm input[type="submit"] { margin-top: 10px; margin-right: 50px; float:none;}


/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm #sysMain { width: 95%!important; margin: 5% auto 0!important; height: 650px!important;}

/* sysMemberRegisterRegister page css
---------------------------------------------------- */
#sysMemberRegisterRegister #sysMain { width: 95%!important; margin: 5% auto 0!important; height: 250px!important;}


/* sysMypageLogin page css
---------------------------------------------------- */
#sysMypageIndex input[type="submit"] { margin-top: 7px;}
#sysMypagePoint input[type="submit"] { margin-top: 7px;}
#sysMypageAshiato input[type="submit"] { margin-top: 7px;}


/* sysMypageEditMember page css
---------------------------------------------------- */
#sysMypageEditMember span.ethna-error { position: absolute; margin: 15px 0 0 -300px;}

#sysMypageEditMember label { width: 45%; height: 25px; line-height: 23px;}
#sysMypageEditMember .sysMemberPassword .sysFormField { margin-left: 45%;}

#sysMypageEditMember .sysForm input[type="text"], textarea { width: 50%; height: 40px;}
#sysMypageEditMember .sysForm input[type="tel"],
#sysMypageEditMember .sysForm input[type="email"],
#sysMypageEditMember .sysForm input[type="fax"], textarea { width: 30%; height: 40px;}
#sysMypageEditMember .sysForm input[type="password"], textarea { width: 30%; height: 40px; margin-bottom: 15px;}

/* sysMypageEditDelivery page css
---------------------------------------------------- */
#sysMypageEditDelivery span.ethna-error { position: absolute; margin: 15px 0 0 -300px;}

#sysMypageEditDelivery label { width: 45%; height: 25px; line-height: 23px;}
#sysMypageEditDelivery .sysMemberPassword .sysFormField { margin-left: 45%;}
#sysMypageEditDelivery .sysGender .sysFormField { margin-left: 45%;}
#sysMypageEditDelivery .sysBirthday .sysFormField { margin-left: 45%;}

#sysMypageEditDelivery .sysForm input[type="text"], textarea { width: 50%; height: 40px;}
#sysMypageEditDelivery .sysForm input[type="tel"],
#sysMypageEditDelivery .sysForm input[type="email"],
#sysMypageEditDelivery .sysForm input[type="fax"], textarea { width: 30%; height: 40px;}
#sysMypageEditDelivery .sysForm input[type="password"], textarea { width: 30%; height: 40px; margin-bottom: 15px;}


/* sysBillingAddress page css
---------------------------------------------------- */
#sysBillingAddress .sysForm { width: 100%;}
#sysBillingAddress label { width: 40%; height: 25px; line-height: 23px; float: left;}
#sysBillingAddress .sysMemberPassword .sysFormField { margin-left: 45%;}
#sysBillingAddress .sysGender .sysFormField { margin-left: 45%;}
#sysBillingAddress .sysBirthday .sysFormField { margin-left: 45%;}

#sysBillingAddress .sysForm input[type="text"], textarea { width: 50%; height: 40px;}
#sysBillingAddress .sysForm input[type="tel"],
#sysBillingAddress .sysForm input[type="email"],
#sysBillingAddress .sysForm input[type="fax"], textarea { width: 30%; height: 40px;}
#sysBillingAddress .sysForm input[type="password"], textarea { width: 30%; height: 40px; margin-bottom: 15px;}

.sysCart #sysMain select { width: 25%;}

/* sysItemSearch page css
---------------------------------------------------- */
form.sysItemSearchForm { width: 100%;}

/* First page css
---------------------------------------------------- */
#first #sysMain p { margin: 0 0 7px 0;}
.guideList, #guideSearch, .member { width: 95%; margin: 20px auto 0;}
.guideImgTab { width: 60%; margin: 2%; float: left;}
.guideImgPC { display: none;}
.guideImgSma { display: none;}


/* Mail magazine page css
---------------------------------------------------- */
#sysFormIndex #sysMain #allCnt { width: 95%; margin: 0 auto;}
#sysFormIndex #sysMain form { width: 400px; }
#sysFormIndex #sysMain form .sysForm { width: 100%; text-align: center; }
#sysFormIndex #sysMain .sys1 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain .sys2 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain input[type="text"] { height: 45px; width: 320px; }


/* NewArrivalblock css
---------------------------------------------------- */
ul.sysHorizontal { width:100%; }
#bordertopblock { width: 100%; }




#headermenuBar {
	display: none;
}

.sysFuncItemSearch {
	
	position: absolute;
	right: 18px;
}

.sysFuncItemSearch form {

	display: table;
	margin-top: 5px;

	float: right;
}

.sysFuncItemSearch form div.sysItemSearchFormWord {
	display: table-cell;
	vertical-align: middle;
	float: none;
	margin: 0;
	padding: 0;
	height: 25px;
	border:solid 1px #666;

}

.sysFuncItemSearch form div.sysItemSearchFormWord input {
	height: 25px;
	border: none;

}

.sysFuncItemSearch form > input {
	display: table-cell;
	vertical-align: middle;
	border-radius:0px;
	-moz-border-radius: 0px;
	float: none;
	margin: 0 0 0 10px;
	padding: 0;
	height: 25px;
	width: 55px;
-webkit-appearance: none;
	box-sizing:border-box;
}
.sysList .sysItemName {
margin: 5px 0;
}
.sysItemList ul.sysList input[type="submit"] {
	margin:0;
}

/* LP content */
#para-1 h1 {
    font-size: 1.5rem;
    padding-top: 8%;
}
#para-1 {
    height: 220px;
}
#para-1 .blur-bg {
    background-attachment: initial;
}
#para-2 {
    padding: 100px 0;
}
#para-2 p {
    font-size: 1.25rem;
    width: 90%;
}
.para-halfTxt {
    width: 100%;
    top: 0;
    padding-top: 5%;
}
.para-halfTxt h2 {
    margin-top: 20px;
}
.para-inner .sysHeadline, .para-itemHeading {
    font-size: 1.5rem;
}
.lp-item {
    height: auto;
    padding-bottom: 20px;
}
.para-buyBtn {
width: 80%;
}

ul.sysHorizontal li {
    width: 49%!important;
}
ul.sysHorizontal li:nth-child(2n) {
    margin-right: 0;
}
#index ul.sysHorizontal li:nth-child(2n) {
    margin-right: 2%;
}
#index ul.sysHorizontal li {
    width: 32%!important;
}
#index ul.sysHorizontal li:nth-child(3n) {
    margin-right: 0;
}
}
@media screen and (min-width:801px){
/* RESET FOR PC
---------------------------------------------------- */
body{
    margin: 0px auto;
    max-width: 1093px;
    padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	width:90%;
}

#sidebar { width: 100%; float: left; overflow:hidden; background-color: #fff; }
.cateSP {display: none!important;}

#sysMain { width: 71.6%!important; padding:0!important; ; margin: 6px 0 0 1.4%!important;}
dl.cateBtn dd,
#headermenu{ display: block!important;}

/* HEADER
---------------------------------------------------- */
div#sysHeader{
float: none;
margin: 0px;
max-width: none;
padding: 0 ;
}
#header {
height: auto !important;
}
#headcontents {
overflow: hidden;
width: 100%;
position:relative;
}
.headerbg, .footerbg{
/*
  margin: 0 -500%;
  padding:0.5em 500%;
*/
}
.headerBtnsma { display:none; }
.logotext { display: none;}
.logo { width: 25%; float: left; position: relative; margin: 0;}
.CartLoginBtn { 
position: absolute;
bottom:0;
right:0;
margin: 0 0 4px 0;
 }
.headerBtn {
height: 35px;
color: #fff;
font-weight: 400;
cursor: pointer;
border-radius:0px;
padding: 6px 25px;
border:none;
}
#headermenu h1 {
font-size: 15px;
font-weight: normal;
float: left;
position: absolute;
z-index: 1
}

ul#globalmenu {
font-size: 13px;
text-align: center;
margin: 15px 0;
position: relative;
z-index: 2;
}
ul#globalmenu li {
width: 15.5%;
float: right;
padding: 2px;
}
ul#globalmenu li.last{
	border-right: none;
}
ul#globalmenu li a {
/*color: #FFF;*/
}
/*Log in*/
.sysFuncMemberLogin .sysHeadline{
	display:none;
}
.sysFuncMemberLogin {
	border: solid #fff 1px;
}
.sysFuncMemberLogin .sysFormItem{
	float:left;
}
.sysFuncMemberLogin .sysFormLabel {
	float:left;
	font-size:12px;
}
.AsideLoginForm .sysFormField input[type="email"],
.AsideLoginForm .sysFormField input[type="password"] {
	border: 1px solid #C6C6C6;
	text-align: left;
	padding: 0 0 0 5px;
	background: none;
	height: 2em!important;
	border-radius: 0;
	margin: 0 0 8px 0;
	width: 194px!important;
}
#headermenuBar {
	display: none;
}

/* Aside
---------------------------------------------------- */
#sysAside > div {
    border: 1px solid #d34c5e;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#sysAside > div.AsideInfomation{
    border: none;
}

.tabletSearchbox{
}
div#sysAside {
width: 27%!important;
min-height: 1500px;
padding: 6px 0 0 0;
}
.sysHeadline {
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
}
.search {
color: #fff;
font-size: 14px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 15px 10px;
}
.sysFuncItemSearch .sysHeadline .accentcolor01{
padding: 15px 10px;}
.accentcolor01 p {
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 15px 10px;
margin: 0 auto;
}
.info{
	margin:6px 0;
padding: 0 0 10px 0;
}
.infocontents p {
padding: 15px 0 0 10px;
}
.info p.infotext2 {
padding: 1% 0 0 6%;
text-align: left;
margin: 0;
font-size:12px;
}
small.infotext2 {
font-size: 13px;
padding: 1% 0 0 6%;
margin: 0;
color:#fff;
}
.info .infotext3 {
padding: 1% 0 3% 6%;
text-align: left;
margin: 0;
font-size:16px;
}
img.iconcate{
width:12%;
margin-right:2px;
}
img.iconnews{
width:5%;
margin:5px;
}
.accentcolor01 .leftarea{
	float:left;
}
.accentcolor01 .rightarea{
	float:right;
}
form.sysItemSearchForm input[type="search"] {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
height: 2em;
vertical-align: bottom;
display: block;
width: 100%;
font-size: 16px;
}
select {
height: 2em;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
form.sysItemSearchForm .sysItemSearchFormCategory {
margin-top: 10px;
background: none;
line-height: 26px;
font-weight: normal;
border: none;
color:#333;
font-size:14px;
}
element.style {
}
.AsideLoginForm input[type="submit"], .AsideSearchbox input[type="submit"] {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
width: 55%;
height: 35px;
color: #fff;
font-size: 14px!important;
font-weight: 400;
cursor: pointer;
background: #5ec84e;
border-radius:0px;
padding: 9px;
margin-top: 25px;
}
.AsideLoginForm input[type="submit"]:hover,
.AsideSearchbox input[type="submit"]:hover,
#sysMain form.sysItemSearchForm input[type="submit"] {
	opacity:0.7;
	filter: alpha(opacity=70);
		-moz-filter: "alpha( opacity=70 )";
		-webkit-filter: "alpha( opacity=70 )";
		-o-filter: "alpha( opacity=70 )";
		-ms-filter: "alpha( opacity=70 )";
		background: #8dd882;
}


.sponly{
	display:none;
}


/* contents
---------------------------------------------------- */


#contentsareatopimg {
width: 100%;
overflow: hidden;
}
.topics {
padding: 5px	;
}
.topicsright{
	/*background-color:#fff;*/
	margin-top:6px;
	padding:17px;
}
.topicsright h3{
	float:left;
	
}

dl.newstext dd {
	border: none;
}
.NewArrivalblock{
margin-top: 6px;
padding: 17px;
}
.NewArrivalblock h3{
	color:#333;
}
.NewArrivalblock .sysContent {
	text-align:left;
}
.Recommendblock{
background-color: #fff;
margin-top: 6px;
padding: 17px;
}
.Recommendblock h3{
	color:#333;
}
.Recommendblock .sysContent {
	text-align:left;
}
.Recommendblock .sysContent {
    padding:5px;
    font-size:;
    color:;
    background-color:;
}

.Recommendblock .sysContent .sysIconRank{
    text-align:center;
}
.Recommendblock .sysContent .sysIconRank img{
    width:auto;
}

.Recommendblock .sysContent .sysVertical .sysItemImage img{
    width:33%;
    vertical-align:top;
    float:left;
    margin-right:5px;
}
.Recommendblock .sysContent .sysVertical{
    text-align:left;
}
.Recommendblock .sysContent .sysVertical li:after{
    clear:both;
    content:'';
    display:block;
}

.Recommendblock .sysContent .sysHorizontal .sysItemImage img{
    width:100%;
    vertical-align:middle;
}
.Recommendblock .sysContent .sysHorizontal:after{
    clear:both;
    content:'';
    display:block;
}
.Recommendblock .sysContent .sysHorizontal li{
    float:left;
    width:33%;
    padding:5px;
}
.Recommendblock .sysContent .sysItemSuggestedPrice s{
          text-decoration:none;
    }
.Rankingblock{
background-color: #fff;
margin-top: 6px;}
.Rankingblock h3{
	color:#333;
}
.Rankingblock	 .sysContent {
	text-align:left;
}
ul.sysHorizontal li:nth-child(3n) {
    margin-right: 0;
}
ul.sysHorizontal li .sysItemPrice { 
 font-weight: normal; color: #333; }

ul.sysHorizontal {
padding: 8px 5px 5px;
}
/*itempage*/
.ImageUsability ul li img {
max-width: 284px;
}
/*social*/
.sysForm li.sysGoogleplus {
width: 60px;
}


/* SIDEBAR
---------------------------------------------------- */
.topicsleftBnr { display: none; }
.orderBnr { display: none; }
.footerBtnsma { display:none; }

/* TO pagetop
---------------------------------------------------- */
#pagetop {
margin: 10px 20px 10px 0;
}
#pagetop img{
	width:3%;
}

/* FOOTER
---------------------------------------------------- */
#bordertop { margin: 4.5% 0 0 0;}
#bordertopFooter { margin: 0;}
#sysItemDetail #bordertopFooter { margin: 0;}
#SPfootermenu { display: none;}
.copy {
width: 100%;
margin:0;
padding:30px 0;
font-size: 10px;
}
#footcontents {
width: 100%;
padding:0;
}
.tabPCfootmenu{
	padding:20px 0;
}
/* Item page css
---------------------------------------------------- */

/* sysItemCategory page css
---------------------------------------------------- */
.cateChairsofa .sysContent {width: 63%; position: absolute; margin-left: 30%!important;}
.cateScene .sysContent {width: 63%; position: absolute; margin-left: 30%!important;}
.cateColor .sysContent {width: 63%; position: absolute; margin-left: 30%!important;}
.catePrice .sysContent {width: 63%; position: absolute; margin-left: 30%!important;}



/********************************
 * item slider
 ********************************/
.als-viewport {
width: 100%!important;
height: 100%!important;
}
.als-wrapper {
height: 100%!important;
}

/* sysCart page css
---------------------------------------------------- */
#sysRegisterEmptymail { display: none;}

/* First page css
---------------------------------------------------- */
.guideImgPC { width: 60%; margin: 2%; float: left;}
.guideImgSma { display: none;}
.guideImgTab { display: none;}



.menutitle {
    display: block;
    cursor: none;
}
.menutitle:after {
    content: "";
}
.menutitle.active:after {
    content: "";
}
}
/* #END_OF_RESOURCE_FILE */
