/* 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 {
    float: none;
    margin: 0px;
    max-width: none;
    padding: 0px;
	background-color: transparent;
    width: 100%;
}
#aside .sysContent{ background: red;}

/* BASE LAYOUT
---------------------------------------------------- */
body { 
	/* background-image: url("../img/bgimg.jpg"); */
	background-color: #c4cbb7;
	background-repeat: repeat;
	background-position:top;
	background-attachment:scroll;
	overflow-x : hidden;
	overflow-y : auto;
}

/* 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 { background-color: #ffffff!important; min-height: 250px!important; font-size: 12px;}

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;
}

input[type="submit"] {
	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:rgb(88, 88, 88);
	background:-webkit-gradient(linear,, from(rgb(156, 156, 156)), to(rgb(88, 88, 88)));
	background:-webkit-linear-gradient(center top, rgb(156, 156, 156), rgb(88, 88, 88) );
	background:   -moz-linear-gradient(center top, rgb(156, 156, 156), rgb(88, 88, 88) );
	background:     -o-linear-gradient(center top, rgb(156, 156, 156), rgb(88, 88, 88) );
	background:        linear-gradient(center top, rgb(156, 156, 156), rgb(88, 88, 88) );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(156, 156, 156)), color-stop(1, rgb(88, 88, 88)));
}

/* 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
---------------------------------------------------- */
#header { width: 100%; height: 70px; background-color: #ffffff; 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: 60%; float: right; margin: 28px 0 0 0; text-align: right;}
.headerBtn {
	background: #ffffff;
	color: #727272;
	font-size: 12px;
	width: auto;
	padding: 15px 8px;
	border: 2px solid #dddddd;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.headerBtn:hover { text-decoration: none!important; border: 2px solid #85c092;}

/* 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: 12px;}
.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%;}
form.sysItemSearchForm .sysItemSearchFormCategory { 
	margin-top: 10px; 
	background: #ebe8e1; 
	line-height: 26px; 
	font-weight: 600; 
	color: #969894;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
}

/* 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%;
}

.AsideLoginForm input[type="submit"], 
.AsideSearchbox input[type="submit"], 
#sysMain form.sysItemSearchForm input[type="submit"] { 
	width: 55%;
	height: 35px;
	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;
}
.AsideLoginForm input[type="submit"]:hover,
.AsideSearchbox input[type="submit"]:hover,
#sysMain form.sysItemSearchForm input[type="submit"] { background: rgb(78, 160, 129); }
.AsideLoginForm ul { text-align: left; width: 70%; margin: 8px auto; line-height: 17px;}
.AsideLoginForm a {
	font-size: 12px;
	background: url(../img/arrow_r04.png) left center no-repeat;
	background-size: 4px 7px;
		-moz-background-size: 4px 7px;
		-o-background-size: 4px 7px;
		-ms-background-size: 4px 7px;
	padding-left: 0.7em;
	text-decoration: underline;
}
.AsideLoginForm .sysContent div { margin-bottom: 10px;}
/* LOGIN FORM --end-- */

.AsideCategory { background-color: #fff;}
.sysHeadline, .search { 
	width: auto;
	background-color: rgb(86, 97, 88);
	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%; }
ul.cateBtn li { 
	width: auto; 
	background-color:#FFFFFF;
	color: #999999;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	padding:12px 20px;
	border-bottom: 1px solid #ececec;
}
ul.cateBtn li a.cateHover { color: #999999!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; background-color:#ffffff; color: #403f3f; 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:100%; overflow: hidden; margin : 2% 0;}
#contentsareatopimg { width:100%; overflow: hidden;}
.contleft { width:49%; float:left;}
.contright { width:49%; 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;}

dl.newstext { overflow: hidden; zoom: 1;}
dl.newstext dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 155px;
	float: left;
	clear: both;
	font-weight: bold;
}
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-- */


/* 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; color: #454445; 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;
	border-bottom: solid 5px #85c092;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 85%!important;
	height: 170px!important;
}

.als-wrapper { position: relative; list-style: none;}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}
.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
---------------------------------------------------- */
.sysMainImage img { max-height: 355px!important;}

/* ItemImages --start-- */
.sysItemImages { width: 47%; position: relative; float: left; margin-top: 10px;}
.sysItemImages .sysImageList li { width: 18.8%; height: auto; margin: 0.6%; cursor: pointer; }
/* ItemImages --end- */

/* ItemInfomation --start-- */
.sysItemId { float: right;}
.sysItemName h1 {
	margin: 20px 0 0 0; 
	background-color: rgb(87, 155, 102); 
	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;
}
.sysExplanation p {
	margin: 10px 0 0 49%;
	min-height: 80px;
	color: #666;
	line-height: 150%;
	font-size: 13px!important;
	text-align: left;
}
.sysRetailPrice {
	text-align: left;
	font-size: 1.8em!important;
	margin: 5px 0 10px 110px;
	border-bottom: 1px #000 dotted;
	color: rgb(230, 45, 45);
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

#sysItemDetail .sysRetailPrice {
	text-align: right;
	font-size: 2.3em!important;
	margin: 5px 0 10px 49%;
	border-bottom: 1px #000 dotted;
	color: rgb(230, 45, 45);
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

ul.sysThumbnail li .sysRetailPrice { font-size: 1.5em!important; margin: 0; text-align: right;}
ul.sysThumbnail li a { display: block; margin: 10px 0 3px; float: left; width: 100%;}

.sysRetailPrice span { font-size: 0.5em!important;}
.sysSuggestedRetailPrice {float: right; font-size: 1.4em!important;}
.sysSuggestedRetailPrice span {font-size: 0.7em!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-top: 15px; float:right; width: 33%; text-align: right;}

#sysSelections { margin-bottom: 10px;}
#sysNumber { float:right;}
#sysSubmit input[type="submit"] {
	background: none;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 21px!important;
	background-color: rgb(250, 168, 24);
	cursor: pointer;
	margin: 10px 0 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	border-radius: 6px; 
		-webkit-border-radius: 6px; 
		-moz-border-radius: 6px; 
	/*linear-gradient*/
	background-color:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}
#sysSubmit input[type="submit"]:hover { background-color: #c9005e; }
/* ItemInfomation --end- */

.sysDescription h2 { 
	color: rgb(87, 155, 102); 
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.3em!important; 
	border-bottom: 2px rgb(87, 155, 102) solid;
	background-color: #fff;
	font-weight: 700;
	padding: 0; 
}

select { width: 150px; height: 30px;}

/* ItemSummary --start- */
.ItemSummary {margin-top: 15px; width: 45%; float: left; position: absolute;}
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- */

/* ItemStock --start-- */
.ItemStock {margin-top: 15px; width: 49%; float: right; min-height: 230px;}
.ItemStock ul { margin-top: 10px; }
.ItemStock ul li { width: 40%; float: left; margin: 0 2%;}
.ItemStock table, td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.ItemStock td.color {
	background-color: rgb(87, 155, 102);
	padding: 10px;
	color: #ffffff;
	font-size: 14px!important;
	font-weight: 600;
}
.ItemStock td, th {
	padding: 7px;
	width: auto;
	height: auto;
}
/* ItemStock --end- */

/* ItemUsability --start-- */
.ImageUsability {margin-top: 15px;}
.ImageUsability h2 { 
	color: rgb(87, 155, 102); 
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.3em!important; 
	border-bottom: 2px rgb(87, 155, 102) solid; 
	background-color: #fff;
	font-weight: 700;
	padding: 0;
}
.ImageUsability ul { margin-top: 10px; }
.ImageUsability ul li { width: 31%; float: left; margin: 1%;}
.ImageUsability ul li p { margin: 10px 0 0 0!important; text-align: left!important; line-height: 1.4em;}
/* ItemUsability --end- */


/* ItemReview --start- */
.ItemReview {margin-top: 5px;}
.ItemReview ul { margin-top: 10px;}
.ItemReview ul li { 
	width:48%; 
	margin: 1%; 
	float: left;
	background: #ffffff;
	color: #727272;
	padding: 5px 9px 0 15px;
	border: 2px solid #CDD7B6;
	line-height: 15px;
	min-height: 160px;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.ItemReview ul li img { width: 17%; margin: 0 10px 5px 0;}
.ItemReview ul li strong { font-size: 14px!important;}
.ItemReview ul li p { text-align: right; }
/* ItemReview --end- */


/* 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:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}
.ItemBuy #sysSubmit input[type="submit"]:hover { background-color: #c9005e; }
.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- */



/* sysItemCategory page css
---------------------------------------------------- */
#sysItemCategory #sysMain {
	background-color: #ffffff;
	width: 63%;
	margin: 24% 0 0 30%!important;
	font-size: 12px;
	padding: 10px 30px 20px 20px;
	position: absolute;
}
.sysItemCategoryCtl { padding: 10px 0; line-height: 20px;}


.sysItemList ul.sysList input[type="submit"] {
	border:0;
	background: none;
	width: 120px;
	height: 30px;
	padding: 0;
	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:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}
.sysItemList ul.sysList input[type="submit"]:hover { background-color: #c9005e;}
.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; float: right;}

.sysItemList ul.sysThumbnail p { text-align:center; line-height: 16px;}
.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 { text-align: center;}
.sysItemList ul.sysThumbnail input[type="submit"] {
	border:0;
	background: none;
	width: 120px;
	height: 30px;
	padding: 0;
	color: #fff;
	font-size: 15px!important;
	background-color: rgb(250, 168, 24);
	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:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}
.sysItemList ul.sysThumbnail input[type="submit"]:hover { background-color: #c9005c;}

.sysItemCategoryCtl a{
	display:inline-block;
	/display:inline;
	margin:0 1px 2px 0;
	padding: 2px 3px;
	/line-height:1.1;
	color:#000;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color:rgb(209, 209, 209);
	zoom:1;
}
.sysItemCategoryCtl a:hover{
	text-decoration:none;
	background-color: rgb(182, 182, 182);
}


/* sysMemberRegisterIndex page css
---------------------------------------------------- */
#sysMemberRegisterIndex span.ethna-error { color:red; }
#sysMemberRegisterIndex h2 { 
	margin: 10px 0 0 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;
}
#sysMemberRegisterIndex h3 { 
	margin: 0 10px;
	border-bottom: 1px solid #CCCCCC;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
#sysMemberRegisterIndex h3 img { vertical-align: bottom;}

.spFav { width: 85%; background-color: rgb(253, 236, 192); padding: 10px 30px; margin: 20px auto; }
.spFav .spFavTitle { font-weight: bold; font-size: 14px; text-align: left; margin: 0; }
.spFav ul { line-height: 9px; font-size: 11px!important; }

#sysMemberRegisterIndex .sysRequired { 
	color: #ff6600; 
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 600;
	font-size: 11px!important;
}
#sysMemberRegisterIndex .sysForm {
	float: left;
	text-align: left;
	width: 100%;
	margin: 20px 10px;
	line-height: 30px;
}
#sysMemberRegisterIndex .sysFormItem { margin-top: 15px;}
#sysMemberRegisterIndex label { float: left; width: 300px;}
#sysMemberRegisterIndex .sysForm input[type="text"] { width: 400px;}

#sysMemberRegisterIndex  .sysMemberPassword label { line-height: 42px; }
#sysMemberRegisterIndex  .sysMemberPassword label { float: none!important; }
#sysMemberRegisterIndex  .sysMemberPassword label.sysFormLabel { position: absolute!important;}
#sysMemberRegisterIndex  .sysMemberPassword .sysFormField { margin-left: 300px;}
#sysMemberRegisterIndex  .sysMemberPassword span.ethna-error { margin-left: 300px;}

#sysMemberRegisterIndex  .sysGender label { float: none!important; }
#sysMemberRegisterIndex  .sysGender label.sysFormLabel { position: absolute!important;}
#sysMemberRegisterIndex  .sysGender .sysFormField { margin-left: 300px;}

#sysMemberRegisterIndex  .sysBirthday label { float: none!important; }
#sysMemberRegisterIndex  .sysBirthday label.sysFormLabel { position: absolute!important;}
#sysMemberRegisterIndex  .sysBirthday .sysFormField { margin-left: 300px;}
#sysMemberRegisterIndex  .sysBirthday input[type="text"] { width: 45px!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:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}


/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm 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;
}
#sysMemberRegisterConfirm .sysForm { float: left; width: 95%; text-align: left; margin: 15px; line-height: 10px;}
#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: 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:#c9005e;
	background:-webkit-gradient(linear,, from(#eb4e9b), to(#c9005e));
	background:-webkit-linear-gradient(center top, #eb4e9b, #c9005e );
	background:   -moz-linear-gradient(center top, #eb4e9b, #c9005e );
	background:     -o-linear-gradient(center top, #eb4e9b, #c9005e );
	background:        linear-gradient(center top, #eb4e9b, #c9005e );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4e9b), color-stop(1, #c9005e));
}

/* 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
---------------------------------------------------- */
#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"] { 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"] { width: 250px; height: 30px;}


/* sysMypageEditMember page css
---------------------------------------------------- */
#sysMypageEditMember .sysForm {
	float: left;
	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 label { float: left; width: 300px;}
#sysMypageEditMember .sysForm input[type="text"] { 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 .sysGender label.sysFormLabel { position: absolute!important;}
#sysMypageEditMember .sysGender .sysFormField { margin-left: 300px;}

#sysMypageEditMember .sysBirthday label { float: none!important; }
#sysMypageEditMember .sysBirthday label.sysFormLabel { position: absolute!important;}
#sysMypageEditMember .sysBirthday .sysFormField { margin-left: 300px;}
#sysMypageEditMember .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 label { float: left; width: 300px;}
#sysMypageEditDelivery .sysForm input[type="text"] { width: 400px;}


/* sysCart page css
---------------------------------------------------- */
.sysCartTitle { background-color: #85c092; }
body.sysCart { background-color: #c4cbb7;}
.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:rgb(55, 136, 151);
	background:-webkit-gradient(linear,, from(rgb(130, 218, 226)), to(rgb(55, 136, 151)));
	background:-webkit-linear-gradient(center top, rgb(130, 218, 226), rgb(55, 136, 151) );
	background:   -moz-linear-gradient(center top, rgb(130, 218, 226), rgb(55, 136, 151) );
	background:     -o-linear-gradient(center top, rgb(130, 218, 226), rgb(55, 136, 151) );
	background:        linear-gradient(center top, rgb(130, 218, 226), rgb(55, 136, 151) );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(130, 218, 226)), color-stop(1, rgb(55, 136, 151)));
}
.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;
}

/* sysItemSearch page css
---------------------------------------------------- */
#sysMain form.sysItemSearchForm { 
	width: 50%;
	background-color: rgb(253, 236, 192);
	padding: 10px 30px;
	margin: 20px auto;
	display: block;
}

/* First page css
---------------------------------------------------- */
#first h3 { font-size: 18px; font-weight: bold; background-color: rgb(255, 238, 150); padding: 10px 20px; }
#first b { color: #ff6600; line-height: 17px;}
#first #sysMain input[type="submit"] { margin: 0 auto; display: block; }
.guideList, #guideSearch, .member { width: 90%; margin: 20px auto 0;}
.guideList dl { 
float: left;
margin: 2% 3% 2% 0;
width: 47%;
height: 105px;
border-bottom: 1px #ccc solid;}
.guideList dt, #guideSearch dt { font-weight: bold; font-size: 14px; 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(255, 238, 150);}
#guideSearch dl { margin-right: 10px;}

/* Haiso,Tokusho,Privacypolicy,Corporate,Copyright page css
---------------------------------------------------- */
#haiso h3 { font-size: 18px; font-weight: bold; background-color: rgb(255, 238, 150); padding: 10px 20px; }
#haiso #sysMain p, 
#tokusho #sysMain p, 
#privacypolicy #sysMain p, 
#corporate #sysMain p, 
#copyright #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;}
#haiso .haisoCnt, 
#tokusho .tokushoCnt, 
#privacypolicy .privacyCnt, 
#corporate .corporateCnt { width: 95%; margin: 0 auto;}

/* Mail magazine page css
---------------------------------------------------- */
#sysFormIndex #sysMain #allCnt { width: 90%; margin: 0 auto;}
#sysFormIndex #sysMain form { border: 5px rgb(255, 238, 150) solid; padding: 15px; margin: 10px auto; text-align: center; display: block; width: 500px;}
#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 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; border-bottom: 1px solid #CCCCCC; 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; background-color: rgb(255, 238, 150); 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;}

.sysFormField textarea { width: 100%; height: 100px;}

/* NewArrivalblock css
---------------------------------------------------- */
.NewArrivalblock .sysHeadline { padding: 0; background-color: transparent; padding: 0; }
ul.sysHorizontal { 
	width:100%;
	background-color:#ffffff;
	padding: 8px 15px 5px;
	border-bottom: solid 5px #85c092;
	margin-bottom: 10px;
}
ul.sysHorizontal li { width: 20%!important; display: inline-block; padding: 0.5%!important; vertical-align: top;}
ul.sysHorizontal a { color: #454445; font-size: 12px;}
ul.sysHorizontal a:hover { text-decoration:underline;}

#bordertopblock { width: 100%; height:10px; background-image: url("../img/bordertop.png"); background-repeat:repeat-x; margin: 0 0 -1px 0; background-color: #c4cbb7; }

ul.sysHorizontal li .sysItemName { margin: 5px 0;}
ul.sysHorizontal li .sysItemPrice { font-size: 13px; font-weight: 600; color: #FF6600; }


/* Rankingblock css
---------------------------------------------------- */
.Rankingblock .sysHeadline { padding: 0; background-color: transparent; padding: 0; }
.sysIconRank img { width: 40%!important; margin-bottom: 5px; }
.Rankingblock ul.sysHorizontal { padding: 2px 15px 5px;}

ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}
ul.SysDeliveriesTable > li {
  display: table-row;
}
ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding:10px;
}

/* nav-global  151014 yamada ADD
---------------------------------------------------- */
.menubtn {
    display: block;
    background-color: rgb(86, 97, 88);
    padding: 5px 8px;
}
.menubtn a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.nav-global {
	display: none;
}
.nav-global li {
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #fff;
    padding: 5px;
}
.nav-global li a {
	color: #000;
}
.nav-global li a:hover {
	border-left: solid 5px #8ac2d0;
}
@media screen and (max-width:480px){
/* RESET FOR SP
---------------------------------------------------- */
div#sysMain, div#sysAside { float: none!important;}
#sidebar { width: 100%!important; margin: 0 auto!important; float: none!important; background-color: #fff; padding: 0 0 10px 0;}
.sidCnt { display: none!important;}

#sysMain { width: 100%!important; margin: 0 auto!important; min-height: 250px!important; padding: 5px 10px!important;}

/* 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: 78px; margin: 0; padding: 0;}
#headcontents { width: 95%; margin: 0 auto;}
.CartLoginBtn { margin: 9px 0 0 0;}
.logo { width: 55%; float: left; position: absolute; margin: 0;}
.logotext { font-size: 11px; color: red; line-height: 0; position: absolute; margin: -3px 0 0 2px;}

.headerBtn { display:none; }
.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;
    }
ul.globalmenu { width: 100%; margin: 12px auto;}
ul.globalmenu li a { padding: 2%; font-size: 13px;}

/* 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;}


/* MAIN CONTENTS
---------------------------------------------------- */
#contentsareatopimg { width: 100%; margin: 25% 0 0 0;}
#contentsarea { width:100%; overflow: hidden; margin : 0;}
.contleft, .contright, .longBnr { display: none; }

.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; }
/* NEW ARRIVAL --end-- */

/* TOPICS --start-- */
.topicsleftBnr { display: none; }
.topics { padding: 10px 10px 3px 10px;}
dl.newstext dt { width: 100%; margin:0; padding: 0;}
dl.newstext dd { padding: 0 0 5px 4px;}
/* 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: 0; color: #454445; font-size: 10px;}

#SPfootermenu {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    border: solid 1px #ccc;
    text-align: center;
}
#SPfootermenu li {
    list-style: none;
    font-family: HiraKakuProN-W6;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    background-color: #f5f4f3;
}
#SPfootermenu li a {
    display: block;
    height: 34px;
    padding: 0px 26px 0px 10px;
    background-image: url("../img/listarrow.png");
    background-repeat: no-repeat;
    background-position: right;
    text-decoration: none;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#SPfootermenu li.level1 {
    font-weight: bold;
    border-bottom: solid 1px #D9D9D9;
}


/* 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;}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 5px auto 0;
	width: 78%!important;
	height: 150px!important;
}

#demo3 .als-item img.main { width: 60%;}
#demo3 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 100px;
	min-width: 70px;
	text-align: center;
}
#demo3 .als-prev, #demo3 .als-next { top: 11px;}


/* Item page css
---------------------------------------------------- */
#sysItemDetail #sysMain {
position: static;
margin-left: 0!important;
padding: 3%!important;
} 
.sysItemImages {
	width: 100%;
	position: static;
	float: none;
	margin-top: 0px;
	text-align: center;
}
#sysItemDetail .sysRetailPrice { font-size: 2em!important; margin: 5px 0;}

.sysItemImages .sysImageList li { height: auto; line-height: 0;  margin: 2% 0.6% 0.6%;}
.sysItemName h1 { margin: 5px auto; font-size: 18px!important;}
.sysExplanation p { margin: 5px 0 0 0; line-height: 15px; min-height: 20px;}
.sysRetailPrice { margin: 10px 0 10px 110px; font-size: 1.5em!important; text-align: right;}
ul.sysThumbnail li .sysRetailPrice { font-size: 1em!important; font-weight: bold;}
.sysShippingCost { margin: 20px 0 0 0;}
.sysShippingMethod { margin: 7px 0 0 0;}
.sysStockQuantity { margin: 7px 0 0 0;}

#sysItemDetail .sysForm { width: 100%; margin-top: 5px; float: none; text-align: center;}
#sysSelections { margin-bottom: 10px!important; float:right!important;}
select { width: 200px;}

.ImageUsability ul li p { min-height: 50px;}

.ItemSummary { margin-top: 5px; width: 100%; float: none; position: static;}
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: 48%; }
.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: 25px auto 15px auto; text-align: center;}

.ItemRelated ul.arrival li p { margin: 3px 0 0 0; line-height: 10px;}


/* sysItemCategory page css
---------------------------------------------------- */
#sysItemCategory #sysMain { padding: 3% 2%!important; margin: 0!important; position: relative;}

.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: 11px!important;}

.sysItemList ul.sysThumbnail li { min-height: 250px; width: 33.3%;}
.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"] { width: 80px; font-size: 9px!important;}


/* 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"] { 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: 95px;}
#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%; }
#bordertopblock { width: 100%; }

/* 151014 yamada ADD
---------------------------------------------------- */
.menubtn {
		display: block;
	}
	.menubtn a {
		display: block;
		padding: 10px 0;
		background: #ededed;
		color: #8ac2d0;
		font-weight: bold;
		text-align: center;
	}
	.menubtn a:hover {
		background: #ddd;
	}
	.menubtn a:active {
		background: #bbb;
	}
	.nav-global {
		display: none;
	}
/* 160923 yamada Aadd
---------------------------------------------------- */
.sysCart #sysMain select {
    background: url(http://san-ai.aispr.jp/img/arrow.png) right center/15px 15px no-repeat #ACACAC!important;
}
}
@media screen and (min-width:481px) and (max-width:800px){
/* RESET FOR TABLET
---------------------------------------------------- */
#sysAside { width: 95%!important; margin: 0 auto!important; float: none!important; background-color: #fff;}
.cateSP {display: none!important;}
#sysMain { width: 95%!important; margin: 5% auto 0!important; padding: 10px 20px; min-height: 250px!important; float: none!important;}
#sysItemDetail #sysMain {
position: static;
margin-left: 0!important;
margin: 6% auto 2%!important;
} 

/* DETAILS
---------------------------------------------------- */
p { margin: 5px 0 0 0;}
#index #sysMain { background-color: transparent!important; margin: 0.5% auto 0; padding:0;}

/* HEADER
---------------------------------------------------- */
.headerBtnsma { display:none; }
.logotext { display: none;}

#header { height: 85%; margin: 0; padding: 0;}
#headcontents { width: 90%; margin: 0 auto;}
.logo { width: 50%; float: left; position: absolute; margin: 5px 0 0 -10px;}
.CartLoginBtn { width: 55%; float: right; margin: 20px 0 0 0; text-align: right;}

ul.globalmenu { width: 100%; margin: 17px auto 0;}
ul.globalmenu li a { padding: 1%; font-size: 18px;}

/* 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%;}
ul.cateBtn { width: 33.333%; float: left; margin:0 auto; border-right: solid 1px #ececec;}
ul.cateBtn li { padding: 12px;}

.info { width:50%; float:left; border-left: solid 1px #ececec;}


/* MAIN CONTENTS
---------------------------------------------------- */
#main { width: 95%; margin: 0 auto; position:static;}
#contentsarea { width:100%; overflow: hidden; margin : 1% 0 0 0;}
#contentsareatopimg { width:100%; margin: 4% 0 0 0;}

ul.arrival { padding: 0 0 2% 0;}

/* TOPICS --start-- */
.topicsleftBnr { width:42%; float:left; margin: 12px 0; background-color: #fff;}
.topicsright { width:56%; float: right; text-align: left; margin: 10px 0;}
.topicsright img { width: 35%;}
.topics { padding: 10px 10px 3px 10px; font-size: 13px; line-height: 18px; }
dl.newstext { overflow: hidden; zoom: 1;}
dl.newstext dt { width: 100%; margin-bottom: 0; padding-bottom: 2px;}
dl.newstext dt img { width: 56px; vertical-align: top;}
dl.newstext dd { margin-bottom: 0; padding: 0 0 5px 0; font-size: 15px;}
/* TOPICS --end-- */


/* FOOTER
---------------------------------------------------- */
#footcontents { width: 90%;}
.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;}


/* PULUG-IN CSS
---------------------------------------------------- */
/********************************
 * item slider
 ********************************/
.als-viewport { width: 82%!important; height: 185px!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 { margin-top: 5px; width: 43%!important;}
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;}


/* 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: 0 auto!important; position: relative;}
.sysItemList ul.sysThumbnail li { width: 33.3%; text-align: center; min-height: 290px;}
.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(253, 236, 192); padding: 10px 20px; margin: 20px auto; }
#sysMemberRegisterIndex #sysMain { width: 95%!important; margin: 5% auto 0!important; height: 1220px!important;}

#sysMemberRegisterIndex label { width: 45%; height: 25px; line-height: 23px;}
#sysMemberRegisterIndex .sysMemberPassword .sysFormField { margin-left: 45%;}
#sysMemberRegisterIndex .sysGender .sysFormField { margin-left: 45%;}
#sysMemberRegisterIndex .sysBirthday .sysFormField { margin-left: 45%;}

#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:right;}


/* 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 .sysGender .sysFormField { margin-left: 45%;}
#sysMypageEditMember .sysBirthday .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
---------------------------------------------------- */
#sysMain form.sysItemSearchForm { width: 70%;}

/* 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%; }
}
@media screen and (min-width:801px){
/* RESET FOR PC
---------------------------------------------------- */

div#sysAside { width: 20%!important; margin-left: 9%; padding-right: 5px; min-height: 1500px; float: left!important;}
#sidebar { width: 100%; float: left; overflow:hidden; background-color: #fff; }
.cateSP {display: none!important;}

#sysMain { padding: 20px!important; margin: 0 7% 0 0; width: 63%!important; float: right!important;} 
#index #sysMain { background-color: transparent!important; padding:0!important;}


/* HEADER
---------------------------------------------------- */
.headerBtnsma { display:none; }
.logotext { display: none;}
.logo { width: 25%; float: left; position: relative; margin: 10px 0 0 0;}
.CartLoginBtn { width: 30%; position: relative;}


/* SIDEBAR
---------------------------------------------------- */
.topicsleftBnr { display: none; }
.orderBnr { display: none; }
.footerBtnsma { display:none; }


/* FOOTER
---------------------------------------------------- */
#bordertop { margin: 4.5% 0 0 0;}
#bordertopFooter { margin: 0;}
#sysItemDetail #bordertopFooter { margin: 0;}
#SPfootermenu { display: none;}


/* 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;}

.sysItemList ul.sysThumbnail li { min-height: 300px;}

/* sysCart page css
---------------------------------------------------- */
#sysRegisterEmptymail { display: none;}

/* First page css
---------------------------------------------------- */
.guideImgPC { width: 60%; margin: 2%; float: left;}
.guideImgSma { display: none;}
.guideImgTab { display: none;}

/* 151014 yamada ADD
---------------------------------------------------- */
}
