/* テキストや背景の色などを変えられます。
---------------------------------------------------- */
/*全体の背景色を変更します*/
body { 
background-color: #E9E9E9 !important;
}
/*ヘッダーナビゲーションの文字色を変更します*/
#headermenu h1{
color:#333 !important;
}
ul#globalmenu li {
border-right: 1px #333 solid;
color: #333;
}

/*フッダーナビゲーションの文字色を変更します*/
.copy {
	color: #FFFFFF !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;
}
.bgcolor02{
background-color:#FFFCFD !important;
margin:0;
}
/*左ナビ、タイトル部分の背景色を変更します。*/
.accentcolor01 {
background-color: #888888 !important;
}
/*トピックスや新入荷商品エリアなどのタイトル色を変更します。*/
#sysMain h3{
color: #333;
}
/*左ナビリンクの基本設定を変更します。*/
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: #666;
/*text-decoration: underline;*/
}
.sysItemName a:hover{
color:#d74b68;
text-decoration: none;
}

.Rankingblock .sysContent .sysHorizontal li{
height:265px;
}



/* RESET
---------------------------------------------------- */
*{margin: 0;padding: 0}

a { text-decoration : none;}
ul, ol { list-style : none}
img { vertical-align : middle; }
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%;
	color:#333;
}
#aside .sysContent{ background: red;}

/* BASE LAYOUT
---------------------------------------------------- */
body { 
	background-repeat: repeat;
	background-position:top;
	background-attachment:scroll;
	overflow-x : hidden;
	overflow-y : auto;
	font-family: メイリオ, MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	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: 13px;}


/* DETAILS
---------------------------------------------------- */
/*p { margin: 5px 0 10px 0;}*/
p { margin: 0 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.85;
	filter: alpha(opacity=85);
		-moz-filter: "alpha( opacity=85 )";
		-webkit-filter: "alpha( opacity=85 )";
		-o-filter: "alpha( opacity=85 )";
		-ms-filter: "alpha( opacity=85 )";
}
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%; 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 {
	font-size: 12px;
	width: auto;
background: #585858;
}
.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: #585858;
		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: 10px 5px; 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 .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;*/}
.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: 14px;
	letter-spacing: 2px;
	text-align: left;
	padding:16px 20px;
	border-bottom: 1px solid #ececec;
}
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;}

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-- */

/* FOOTER
---------------------------------------------------- */
#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; 
 }
#footcontents { width: 80%; margin: 0 auto; padding: 20px 0 0 0; color: #FFFFFF; font-size: 12px; text-align: left;}

.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: 100%;
  font-size: 13px;
  text-align: center;
  display: block;
}

/* TB・スマホ用 フッター
----------------------------------------------------------------------------------------------------------------- */



#pagetopSP{
        margin: 10px 10px 10px 0;
}

ul.footerMenuSP {
	width: 100%;
	font-size: 15px;
	list-style-type:none;
}
ul.footerMenuSP a {
	display: block;
	padding: 10px;
	background-position: 97% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
ul.footerMenuSP span {
	display: block;
	padding:10px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
ul.footerMenuSP ul {
	display: none;
}
ul.footerMenuSP > li {
	background:#333333;
	/*border-bottom:1px dotted #999999;*/
        border-bottom:1px dotted #D6D6D6;
}
ul.footerMenuSP > li > p {
	background:#333333;
	cursor: pointer;
        margin: 0;
        padding:5px;
}
ul.footerMenuSP > li > p span {
	background-image: url("../img/icon_list_open.png");
	background-size: 22px 22px;
}
ul.footerMenuSP > li > p span.open {
	background-image: url("../img/icon_list_close.png");
	background-size: 22px 22px;
}
ul.footerMenuSP > li > ul > li {
	background: #E4E4E4;
	border-bottom: 1px dotted #ADADAD;
	padding:3px 0 3px 7px;
}

ul.footerMenuSP > li > ul > li:last-child{
	border-bottom: none;
}
ul.footerMenuSP > li > ul > li > p {
	background: #999;
}
ul.footerMenuSP > li > ul > li > a {
	background: url("../img/listarrow.png") no-repeat 94% center;
	background-size: 8px 15px;
}
ul.footerMenuSP > li > ul > li > ul > li {
	background: #FFF;
	border-bottom: 1px dotted #888;
}
ul.footerMenuSP > li > ul > li > ul > li:last-child {
	border: none;
}
li.footerMenuMember{
        background-color:#EF4675 !important;
        padding:5px;
}
li.footerMenuMember a{
	background: url("../img/listarrow_w.png") no-repeat 95% center;
	background-size: 12px 22px;
	color:#FFFFFF !important;
	display: block;
	padding:10px;
	background-position: 95% center;
	background-repeat: no-repeat;
}

#copySP{
  background-color: #6D6D6D;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
}

.infoSubTitle{
	background-color:#A0A0A0;
	color:#fff;
	font-size:15px;
	padding:15px;
text-align:center!important; 
	margin:30px 0 5px 0 !important;
}

#slidepanel dl dt{
padding:8px !important;
margin:4px 0 0 0;
}



#slidepanel dl dd{
	padding: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;
	padding: 10px !important;
}
.sysCategoryPankuzu{
	margin: 10px 0;
}
article > div:first-child h1 {
margin: 10px 0;
padding: 0;
font-size: 20px !important;
font-weight: normal;
border-left: none;
}
.sysMainImage img {}

/* ItemImages --start-- */
.sysItemImages { width: 47%; position: relative; float: left; margin-top: 10px;}
.sysItemImages .sysMainImage img{
	border: solid 1px #ddd;
        max-height:auto;
}
.sysItemImages .sysImageList li { width: 18.8%; height: auto; margin: 0.6%; cursor: pointer; }
/* ItemImages --end- */

/* ItemInfomation --start-- */
/*#sysItemDetail .sysExplanation{
	border-bottom:dotted #888 1px;
}*/
.sysItemId {
	text-align:right;
	margin: 20px 0 10px 0;
	font-size:15px!important;
}
.sysItemName h1 {
	margin: 20px 0 0 0; 
	padding: 6px; 
	font-size: 18px!important; 
	font-weight: bold;
	border-left:solid 6px #585858;
}
.sysExplanation p {
	/*margin: 10px 0 0 49%;
	min-height: 80px;
	color: #666;
	line-height: 150%;
	font-size: 13px!important;
	text-align: left;*/
}
#sysItemDetail .sysRetailPrice {
	font-size: 20px!important;
	text-align:right;
	margin: 10px 0;
}

ul.sysThumbnail li .sysRetailPrice {  margin: 0;}
ul.sysThumbnail li a { display: block; margin: 10px 0 3px; float: left; width: 100%; font-size:12px;}

.sysRetailPrice span { font-size: 20px!important;}
}
.sysSuggestedRetailPrice span {
font-size:15px!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: 15px 0 0 50%; text-align: right;}

#sysSelections { margin-bottom: 10px;}
#sysNumber { float:right;}
#sysSubmit input[type="submit"] {
	border:0;
	width: 100%;
	/*width: 50%;*/
	height: 35px;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 18px!important;
	cursor: pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	margin:25px 0 0 0;
-webkit-appearance: none;
background:url(../img/icon_cart.png) #585858 no-repeat 28% 50%;
}
#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: 50%;
	height: 35px;
	padding: 0 0 0 13px;
	color: #fff;
	font-size: 14px!important;
        font-weight:bold;
	cursor: pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	margin:15px 0 0 0;
-webkit-appearance: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
        background: #AC8F8F;
}
#sysWishlist button[type="submit"]:hover {
	opacity: 0.7;
}
/*social*/
#sysItemDetail .sysShare {
padding: 30px 0 20px 0 !important;
}

/* ItemInfomation --end- */

.sysDescription h2,
.sysExplanation h2 { 
	display:block;
	background-color:#888;
	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;
	}

/*ItemDescription*/
.ItemDescription {
	margin:0 0 15px 0;
}
.ItemDescription p{
	margin:0 0 5px 0;
	line-height:18px;
}


/*ItemSummary*/
.ItemSummary{
	overflow:hidden;
}
.ItemSummary dl{
	margin:20px 10px;
}
.ItemSummary dt{
	float:left;
	margin:0 10px 10px 0;
	width:60px;
}
.ItemSummary dd{
	margin:0 10px 10px 0;
}

/* 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;}
.ItemComment h2{
	margin-bottom:20px;
}
.ItemComment p{
	font-size:12px;
	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: #BDBDBD;
color: #FFF;
padding: 5px 10px;
}

/*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{
}
.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 .sysEvaluation{
	margin:5px 0;
}
.sysReview form{
	text-align:right;
}
.sysReview input[type="submit"] {
border: 0;
color: #333;
font-size: 12px!important;
cursor: pointer;
border-radius: 0px;
-webkit-border-radius: 0px;
margin: 0;
-webkit-appearance: none;
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:#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- */

/*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%;
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
---------------------------------------------------- */
#sysItemCategory #catetopimg{
	border:solid 1px #B3B3B3;
	padding:6px;
	width:100%;
	position:relative;
}
#sysItemCategory #catetopimg img{
	float: right;
	width:50%;
}
#sysItemCategory #catetopimg .caption{
	position: absolute;
left: 15px;
top: 35%;
}
#sysItemCategory #catetopimg .caption h2{
	font-size:18px;
	margin: 0 0 5px 0;
	}
#sysItemCategory #catetopimg .caption h3{
	font-size:14px;
	font-weight:normal;
	/*margin:0 0 0 5px;*/
	}

.sysItemCategoryCtl {
	padding: 15px 0;
	line-height: 20px;
	border:none;
}
.sysItemList ul.sysList input[type="submit"] {
	background: #585858;
	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.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 {
width: 100%;
}
.sysItemList ul.sysThumbnail input[type="submit"] {
	background: #585858;
	border:0;
	width: 100%;
	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;
        display:none;
}
.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;
}
#sysItemCategory ul.sysList li{
}
#sysItemCategory ul.sysList li .sysThumbnailImage{
}
.sysItemCategoryPankuzu{
margin: 10px 0;}

.sysItemCategoryPankuzu a{
	color:#333;
}
.sysItemCategoryPankuzu a:hover{
	color:#ccc;
}
ul.sysThumbnail li .sysRetailPrice {
  font-size: 12px!important;
  color: #EA6187;
}

#sysItemCategory .sysThumbnailImage img{
	/*border: solid #ddd 1px;*/
}

.sysList .sysItemName{
	margin: 10px 0;
}
.sysList .sysRetailPrice{
	margin: 5px 0;
        color: #EA6187;
}
.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;
}

/* sysMemberRegisterIndex page css
---------------------------------------------------- */
#sysMemberRegisterIndex span.ethna-error { color:red; }

#sysMemberRegisterIndex h3 img { vertical-align: bottom;}

.spFav { width: 85%; background-color: rgb(204, 204, 204); padding: 10px 30px; margin: 20px auto; }
.spFav .spFavTitle { font-weight: bold; font-size: 14px; text-align: left; margin: 0; }
.spFav ul { line-height: 12px; font-size: 11px!important; }

#sysMemberRegisterIndex .sysRequired { 
	color: #ff6600; 
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 600;
	font-size: 11px!important;
}
#sysMemberRegisterIndex .sysForm {
	width: 100%;
	margin: 20px 0 0 0;
	line-height: 30px;
}
#sysMemberRegisterIndex .sysFormItem { margin-top: 15px;}
#sysMemberRegisterIndex .sysForm input[type="text"], textarea {
  width: 80%;
  height: 30px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}

#sysMemberRegisterIndex  .sysMemberPassword label { line-height: 42px; }
#sysMemberRegisterIndex  .sysMemberPassword label { float: none!important; }
#sysMemberRegisterIndex  .sysMemberPassword span.ethna-error { margin-left: 300px;}
#sysMemberRegisterIndex  .sysGender label { float: none!important; }
#sysMemberRegisterIndex  .sysBirthday label { float: none!important; }
#sysMemberRegisterIndex  .sysBirthday input[type="text"], textarea { width: 80px!important;}
#sysMemberRegisterIndex .sysForm input[type="submit"] {
	margin-top: 30px;
	border:0;
	background: none;
	color: #fff;
	font-size: 15px!important;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	background-color:#666;
}

#sysMemberRegisterIndex .sysForm input[type="submit"]:hover{
background-color:#E86086 !important;
}


/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm .sysForm div { margin-bottom: 20px;}


/* sysMypageLogin page css
---------------------------------------------------- */
#sysMypageLogin label.sysFormLabel { 
	font-size: 14px!important; 
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif; 
	font-weight: 600;
	position: static!important;
        display:block;
        margin-bottom:5px;
}
#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: 100%; height: 40px; margin:10px 0;}


/* sysMypageEditMember page css
---------------------------------------------------- */
#sysMypageEditMember .sysForm {
	float: left;
	text-align: left;
	width: 100%;
	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: 80%; height: 30px; padding-left:10px;
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); border-radius: 5px;
border: 1px solid #d0d0d0;
}
#sysMypageEditMember .sysMemberPassword label { line-height: 42px; }
#sysMypageEditMember .sysMemberPassword label { float: none!important; }
#sysMypageEditMember .sysGender label { float: none!important; }
#sysMypageEditMember .sysBirthday label { float: none!important; }
#sysMypageEditMember .sysBirthday input[type="text"], textarea { width: 20%!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 { width: 300px;}
#sysMypageEditDelivery .sysForm input[type="text"], textarea { width: 400px;}


/* sysCart page css
---------------------------------------------------- */
body.sysCart { background-color: #c4cbb7;}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit , .sysCart .sysNextSubmit {
	border: 0;
	color: #fff;
	text-shadow: none;
	border-radius: 6px; 
		-webkit-border-radius: 6px; 
		-moz-border-radius: 6px; 
	/*linear-gradient*/
        /*background:#AC8F8F !important;*/
        background:#E96187 !important;
        width:100% !important; 
        height:45px;
        font-weight:bold;
}
.sysTotal .sysTotalTxt .sysCartAttention {
	text-shadow: none;
	font-size: 21px!important;
}

.sysCart #sysMain textarea { width: 100%!important;}
.sysCart #sysMain .sysConfirmButton input[type=submit],
.sysCart #sysMain input[type=submit] {
	color: #FFFFFF;
	height: 42px;
	line-height: 3px;
        border:none;
        background:#ADADAD;
}
.sysTotal .sysTotalTxt {
	text-shadow: none;
	margin-bottom: 10px;
}
.sysCart .sysBox {
  box-shadow: none;
  border: 1px solid #D8D8D8;
  padding:10px;
}

.sysCart .sysBox hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #D8D8D8;
  margin: 20px 0;
}

.sysCartAttention , .sysGetPoint {
  color: #E96187;
}

.sysGetPoint {
  font-size:16px;
}

#sysRegi h2.sysCartTitle {
  background: none;
  color:#AC8F8F;
}

/* sysItemSearch page css
---------------------------------------------------- */

/* First page css
---------------------------------------------------- */
#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(179, 179, 179);}
#guideSearch dl { margin-right: 10px;}

/* Haiso,Tokusho,Privacypolicy,Corporate,Copyright page css
---------------------------------------------------- */
#haiso h3 { font-size: 18px; font-weight: bold; background-color: rgb(179, 179, 179); padding: 10px 20px; }
#tokusho h3 { font-size: 18px; font-weight: bold; background-color: rgb(179, 179, 179); padding: 10px 20px; }
#privacypolicy h3 { font-size: 18px; font-weight: bold; background-color: rgb(179, 179, 179); padding: 10px 20px; }
#corporate h3 { font-size: 18px; font-weight: bold; background-color: rgb(179, 179, 179); padding: 10px 20px; }
#faq h3 { font-size: 18px; font-weight: bold; background-color: rgb(179, 179, 179); padding: 10px 20px; }

#haiso #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;} 
#tokusho #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;} 
#privacypolicy #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;} 
#corporate #sysMain p { margin: 10px 0; line-height: 18px; text-align: left;}
#faq #sysMain p { line-height: 18px; text-align: left;}

#haiso .haisoCnt, 
#tokusho .tokushoCnt, 
#privacypolicy .privacyCnt, 
#corporate .corporateCnt,
#faq .faqCnt,

/* Mail magazine page css
---------------------------------------------------- */
#sysFormIndex #sysMain #allCnt { width: 90%; margin: 0 auto;}
#sysFormIndex #sysMain form { margin: 10px auto; display: block; width: 100%;}
#sysFormIndex #sysMain label {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 input[type="text"] { height: 30px; width: 80%;}
#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(179, 179, 179); 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 { 
	/*background-color:#ffffff;*/
	padding: 8px 2px;
	margin-bottom: 10px;
}
.latestItem ul.sysHorizontal {
padding: 20px 5px 5px;
}
ul.sysHorizontal li { width: 20%!important; height:240px; display: inline-block; padding: 0.5%!important; vertical-align: top; text-align:left;}
ul.sysHorizontal a {font-size: 12px;}

#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 li .sysItemName {
 line-height:110%;
 margin: 5px 0;
}

ul.sysHorizontal li .sysItemPrice { font-size: 13px;
color:#EA6187;}


/* Rankingblock css
---------------------------------------------------- */
.Rankingblock .sysHeadline { background-color: transparent;}
.sysIconRank img { width: 40%; margin-bottom: 5px; }

/* Recommendblock css
---------------------------------------------------- */
.Recommendblock .sysHeadline {background-color: transparent;}

/* lightbox css
---------------------------------------------------- */
 	#boxer, #boxer .boxer-container, #boxer .boxer-content, #boxer-overlay {
		-webkit-transition: none;
		   -moz-transition: none;
		   	-ms-transition: none;
		   	 -o-transition: none;
		   	 	transition: none;
	}
 	
	#boxer-overlay { background: #000; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 105; }
	#boxer { background: #fff url(../img/item/gallerycase.gif) no-repeat center; border-radius: 0px; box-shadow: 0 0 25px #000; padding: 10px; position: absolute; z-index: 105; }
	#boxer.inline { padding: 30px; }
	#boxer .boxer-close { background: #fff url(../img/item/gallerycase-icons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -10px; top: -10px; width: 30px; text-indent: -99999px; z-index: 106; }
	#boxer .boxer-close:hover { background-position: -70px -20px; }
	#boxer .boxer-container { background: #fff; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 105; zoom: 1; border:solid 1px #ccc; }
	#boxer .boxer-content { background: #fff; overflow: hidden; padding: 0; width: 10000px; }
	#boxer .boxer-image { float: left; }
	#boxer .boxer-video { height: 100%; width: 100%; }
	#boxer .boxer-iframe { float: left; height: 100%; overflow: auto; width: 100%; }
	#boxer .boxer-meta { clear: both;}
	#boxer .boxer-arrow { background: #fff url(fs-boxer-icons.png) no-repeat 0 0; border-radius: 100%;  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; /*display: block;*/ display:none; height: 40px; margin-right: auto; margin-left: auto; opacity: 0; position: absolute; text-indent: -99999px; top: 0; width: 40px; 
		-webkit-transition: opacity 0.1s linear;
		   -moz-transition: opacity 0.1s linear;
		   	-ms-transition: opacity 0.1s linear;
		   	 -o-transition: opacity 0.1s linear;
		   	 	transition: opacity 0.1s linear;
	}
	#boxer .boxer-arrow.previous { left: 20px; }
	#boxer .boxer-arrow.next { background-position: -40px 0; right: 20px; }
	#boxer .boxer-content:hover .boxer-arrow { opacity: 0.75; }
	#boxer .boxer-content .boxer-arrow:hover { opacity: 1; }
	#boxer .boxer-content:hover .boxer-arrow.disabled { opacity: 0.3; cursor: default !important; }
	
	#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; display:none; }
	#boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
	#boxer .boxer-caption.gallery p { padding-top: 0; }




/* カスタマイズ
------------------------------------------------------------------------------------------------------------------------- */

.sysNumArea {
       margin-top:10px!important;
}
.sysItemImages {
       min-height: 300px!important;
}

#contentsarea { width:100%!important;
}

#contentsareatopimg { width:100%!important;
}

.sysSaleTerm{
	text-align:right!important;
	font-size:15px!important;
}

.left{
       float:left;
}

.right{
       float:right;
}

.sysNumArea{
       display:none;
}

.sysItemViewId{
       text-align:right;
       font-size:15px;
}

.Rankingblock{
   margin-top: 6px;
   padding: 8px;
   /*border:1px solid #F7F2F2;*/
   border-radius: 3px; 
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px; 
}

.NewArrivalblock{
   margin-top: 10px;
   padding: 8px;
   /*border:1px solid #F7F2F2;*/
   border-radius: 3px; 
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px; 
}

.sysHeadline{
   margin-bottom:15px;
}

.sysHeadline .moreBtn{
   /*background:#999999;
   color:#FFFFFF;
   padding:8px;
   width:100px;
   display: block;
   font-weight:bold;   
   text-align:center;
   margin-bottom:10px;*/
   float:right; 
   padding-top:15px;
}


.sysReviewImproperForm{
  display:none;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.sysHeadline h3 {
　padding-bottom:12px;
}

#sysMain .sysItemSearchForm{
  display:none;
}

ul.listText li{
  padding-left:1em;
  text-indent:-1em;
  margin-bottom:10px;
}

.sysPagination a.sysCurrent {
    background-color: #AC8F8F;
    color: #FFFFFF;
}

ul.sysReviewList{
  color:#666666;
}

ul.sysThumbnail li .sysSuggestedRetailPrice{
  font-size:12px;
}

.sysFreeArea{
  margin-top:20px;
}

#sysThanks #sysMain .sysFreeArea{
display:none;
}

#sysDestination .sysSubTitle {
  border: none;
}

.guideTitle_h2 , #sysFormIndex #sysMain h2 , #sysMemberRegisterIndex #sysMain h2 , h2.sysMypageMajorHeadLine , #sysMemberRegisterConfirm h2 , #sysFormConfirm #sysMain h2 , #sysFormThanks #sysMain h2 , #sysMemberRegisterRegister #sysMain h2{
  border-top: 1px solid #333333;
  padding-top: 15px;
  margin: 40px 0;
  font-size: 1.5em;
  font-weight:normal;
}

/*------------------------商品名の長さ制限の為のcss----------------------*/

/*.sysItemList .sysItemName a {
	visibility: hidden;
}*/


/*------------------------HTMLメルマガの表示を消す-----------------------*/

.sysMemberRegister .sysAcceptHtmlMailmagazine {
    display: none;
}

#sysMypageEditMember .sysAcceptHtmlMailmagazine {
  display:none;
}

#sysMypageEditConfirm .sysAcceptHtmlMailmagazine {
  display:none;
}

.form-melma #sysMain p a{
  color: #EC7999;

}

.form-melma #sysMain p a:hover{
color:#d74b68;
}

.form-melma .sys2{
display:none;
}

/*------------------------サイドメニュー--------------------*/
ul#artistSeachMenu{
	margin-top:10px;
}

ul#categoryMenu, ul.subMenu{
        list-style:none;
        margin:0;
        padding:0;
}
ul#categoryMenu{
        width:265px;

}
		
.mainMenu{
        cursor:pointer;
        width:265px;
        height:52px;
        border-top:1px dotted #d8d8d8;
        background-image: url("../img/sideMenu/menu_arrow_down.png");
}

.menuActive{
        cursor:pointer;
        width:265px;
        height:52px;
        border-top:1px dotted #d8d8d8;
        background: #FFFFFF url("../img/sideMenu/menu_arrow_up_pink.png");
}


.bannerArea li{
        margin-bottom:10px;
}



/* サイド お知らせ
------------------------------------------------------------------------------------------------------------------------- */
#sysAside ul.recentNewsList{
  font-size:12px;
  margin: 10px 3px;
}

#sysAside ul.recentNewsList li{
  border-bottom: 1px dashed #666666;
  padding-bottom:10px;
  margin-top:5px;
}

#sysAside ul.recentNewsList .recentNewsDay{
  display: block;
  margin-bottom:5px;
  color:#E86086;
  font-weight:bold;
}

#sysAside ul.recentNewsList li.recentNewsMore{
  margin-top:10px;
}

#sysAside ul.recentNewsList li.recentNewsMore a{
  color:#E86086;
  font-weight:bold;
  text-decoration: none;
}




/* 会員登録 フォーム見た目調整
------------------------------------------------------------------------------------------------------------------------- */

.sysTel input[type="tel"], .sysMailaddress input[type="email"], .sysMemberPassword input[type="password"], .sysFax input[type="tel"] , #sysFormIndex #sysMain .sysForm input[type="text"] {
  height:30px;
  padding-left:10px;
  width:80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}

h3.memberRegisterTitle {
  border-bottom: none!important;
  margin-bottom: 30px!important;
}

.memberRed{
color:red;
}



/* マイページ関連
------------------------------------------------------------------------------------------------------------------------- */

h3.SysMypageMinorHeadLine {
 margin: 10px 0;
 font-weight: normal;
 padding: 5px;
 color: #FFFFFF !important;
 background-color: #AC8F8F;
}

ul.sysOrderList {
 border: 1px solid #ac8f8f;
 padding: 10px;
}

.sysMypageNav {
  margin-top:20px;
}

.sysMypageNav input[type="submit"] {
  height:45px;
  margin:3px 0;
}

.sysDatetime {
 border-top: 1px dashed #ac8f8f;
 margin: 10px 0;
 padding: 10px 0;
}

#sysMypageReview .sysCouponId{
 border-top: 1px dashed #ac8f8f;
 margin: 10px 0;
 padding: 10px 0;
}

.sysOrderHistory .sysItemName a{
	color:#ed708a;
}

.sysOrderHistory .sysItemName a:hover{
	color:#d74b68;
}

.sysSubTitle {
 border-top: 1px dashed #ac8f8f;
 margin: 10px 0;
 padding: 10px 0;
}

#sysMypageEditDeliveryinput .sysFormField input[type="text"] {
  margin-bottom:10px;
  padding-left:10px;
}

#sysMypageEditDeliveryinput .sysFormField select {
  margin-bottom:10px;
}

#sysMypageEditDeliveryinput .input-append button[type="button"]{
  display:block;
  margin:10px 0;
}

#sysMypageEditDeliveryinput input[type="checkbox"] {
  margin:10px 0 30px 0;
}

#sysMypagePoint .sysMyPoint{
  border: 1px solid #AC8F8F;
  padding: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #E96187;
}

#sysMypageAshiato .sysItemListDisp {
  display:none;
}

#sysMypageAshiato input[class="sysCartButton"] {
  display:none;
}

#sysMypageIndex .sysItemReviewLink a{
color: #ed708a !important;
}

#sysMypageIndex .sysItemReviewLink a:hover{
color:#d74b68 !important;
}

/* お気に入り
------------------------------------------------------------------------------------------------------------------------- */
.sysItemList ul.sysList li div form input[type="submit"]{
background-color:#ac8f8f;
color:#FFF;
	width:100%;
margin-top:8px;
}


#sysMypageReview .sysItemList .sysList li div a , #sysMypageAshiato .sysItemList .sysList li div a{
	color:#ed708a;
}

#sysMypageReview .sysItemList .sysList li div a:hover{
	color:#d74b68;
}

#sysMypageAshiato .sysItemList .sysList li div a:hover{
	color:#d74b68;
}

.sysItemList ul.sysList li div form input[type="submit"]:nth-child(odd){
float:left;
}

.sysItemList ul.sysList li div form input[type="submit"]:nth-child(even){
float:right;
}




/* 商品詳細ページ
------------------------------------------------------------------------------------------------------------------------- */
.sysMainImage {
  max-height:340px;
}

#sysItemDetail .sysSuggestedRetailPrice{
  text-align:right;
  text-decoration: line-through;
}

#sysVariation{
  margin-bottom:10px;
}

h3.goodsInfoBar {
	width:100% !important;
	color:#666666 !important;
	margin-bottom:10px;
	font-size:15px !important;
        margin-top: 30px;
        border-bottom: 1px dashed #666;
}

#contentsBox .sysCartInForm .sysShare .sysLine .sysDisplayPcNone span a img{
vertical-align:baseline;
}

#sysItemDetail #sysMain .sysFreeArea{
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 110%;
  color: #FFF;
  font-weight: bold;
  background: #E53E6C;
}



/*------------------------商品詳細のテーブル--------------------*/
table.goodsContentsTable01 {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color:#333333;
	margin-bottom:20px;
} 
table.goodsContentsTable01 th.top {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
} 

table.goodsContentsTable01 td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}


table.goodsContentsTable01 td.line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

table.goodsContentsTable01 tbody tr td:nth-child(1) {
	width:13%;
}

table.goodsContentsTable01 tbody tr:nth-child(odd) {
	background:#f7f8f8;
}

table.goodsContentsTable01 td.line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/*------------------------商品内容のテーブル--------------------*/
table.goodsContentsTable02 {
    width: 100%;
    margin:10px 0px 40px;
    border-top: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
    border-spacing:0px;
}
table.goodsContentsTable02 tr th,table.goodsContentsTable02 tr td {
    font-size: 12px;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    padding: 7px;
}
table.goodsContentsTable02 tr th {
    background: #efefef;
}


/* トップページ レビュー部分
------------------------------------------------------------------------------------------------------------------------- */
.sysReviewItemName a{
  color:#ed708a;
}

.sysOrderHistory .sysItemName a:hover{
	color:#d74b68;
}

.sysNickname{
  margin:5px 0;
}

/* カートページ
------------------------------------------------------------------------------------------------------------------------- */
.sysTotal .sysBox {
  padding:1em;
  box-shadow:none;
  background-color:#F2F2F2;
  border:1px solid #D8D8D8;
  
}

/*#sysPayment .sysSelectDeliveryArea {
  display:none;
}*/

#sysPayment .sysRemarksArea h2 {
  display:none;
}

.sysCart h1 {
  font-size:2em !important;
}

.sysCart p {
  line-height:155% !important;
  padding: 0 !important;
}

.sysCart .global-navi .navText{
  padding: 3px 0 !important;
}

.sysCartNote {
  color: #E86087;
}

.sysCartTitle {
  background-color: transparent;
  color: #585858;
  font-size: 1.2em;
  margin: 15px 0 0 0;
  font-weight: bold;
}

#sysConfirm .sysAcceptDomainArea{
  border: 1px solid #D8D8D8;
  padding: 10px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#sysThanks #sysMain .sysBox {
  border:none;
}

#sysConfirm .sysDetail li:nth-child(5){
display:none;
}

.sysCart .sysDetail .nav li:nth-child(4) .sysConfirmInfo div:nth-child(n+3) {
  display: none;
}

.sysAccordionInitialHide{
display:block;
}

.sysCart .sysBtnChange {
  background:#AC8F8F !important;
}

#sysConfirm .sysFreeArea , #sysConfirm .sysFreeAreaBottom {
  border: 3px #F00 solid;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 110%;
  color: #F00;
  font-weight: bold;
}

#sysConfirm .sysFreeAreaBottom{
  margin-top:10px;
}

.sysSelectPayment li, .sysSelectDelivery li, .sysRemarks, .sysSelectOption li{
padding:1.3em 0em !important;
}




/* 下層ページ ご利用ガイド
------------------------------------------------------------------------------------------------------------------------- */
.guidePage h3 , .paymentTitle{
 margin: 20px 0;
 padding: 6px 15px;
 background: #7C7C7C !important;
 color: #FFFFFF !important;
 -moz-border-radius: 4px;
 border-bottom: none !important;
 font-weight:normal;
 font-size:13px;
}

.guideInfo .guideInfoList{
  width:100%;
}

.guideInfo .guideInfoList li{
  float:left;
  width:20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding:2px;
}

p.guide_top_img{
  text-align:center;
}

.commonTable a{
  color:#EC7999;
}

.commonTable a:hover{
  text-decoration:underline;
}

.guidePage a{
color:#EC7999;
}

.guidePage a:hover{
color:#d74b68;
}



/*------------------------下層ページのテーブル------------------*/
table.commonTable {
    width: 100%;
    margin:20px 0px 50px;
    border-top: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
    border-spacing:0px;
}
table.commonTable tr th,table.commonTable tr td {
    font-size: 13px;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    padding: 10px;
}
table.commonTable tr th {
    background: #efefef;
	text-align:left;
	color:#57575B;
}




/* よくあるご質問
------------------------------------------------------------------------------------------------------------------------- */
#slidepanel dl{
	width:100%;
	margin-bottom:10px;
}
#slidepanel dl dt{
	width:100%;
 margin:10px 0 0 0;
	min-height:20px;
	height:auto!important;
	height:20px;
	padding:15px;
	background-color:#F1E6DC;
	border-left:#A0A0A0 solid 3px;
	
}
#slidepanel dl dt.open{
	background:#EDEDED url('slide_open.gif') no-repeat 100% 9px scroll;
 cursor:pointer;
}
#slidepanel dl dt.close{
	background:#FFE4E4 url('slide_close.gif') no-repeat 460px 9px scroll;
}
#slidepanel dl dd{
	padding:15px;
	font-size:13px;
	background-color:#F7F7F7;
	border-top:#FFF solid 1px;
	/*border-left:#F1E6DC solid 10px;*/
}
#slidepanel dl dd.close{
 display:none;
}

#infoExplain{
	font-size:13px;
margin-top:0px !important;
margin-bottom:30px;
}


#formSelection {
 width: 100%;
 border: 2px dotted #CCCCCC;
 padding: 30px 20px;
 background: #F1EFDE;
 margin-top: 30px;
}

.formSelectBtn a{
color:#fff;
	background-color:#666;
	padding:15px;
	font-size:13px;
margin-top:18px;
	display:block;
line-height:15px !important;
text-align:center;
}

.formSelectBtn a:hover{
color:#fff;
	background-color:#E86086 ;
	padding:15px;
}

.sysForm .sysFormItem {
  margin-bottom:10px;
}

#sysMain .sysReviewItemName a:nth-child(even) {
display:block;
  color:#969696;
}

#sysFormConfirm div#sysAll div#sysAll div#sysMain form button.sysButton{
margin-right:45px !important;
}


/* 広告掲載について
------------------------------------------------------------------------------------------------------------------------- */

#adBgWrap{
width:80%;
margin:0 auto;
}

#adBgWrap p img{
width:30px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#adBgWrap p{
margin:8px 0!important;
}

.adBg {

text-align:center;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:3px solid #999;
	display:inline-block;
	color:#000!important;
	text-decoration:none!important;
	font-size:16px;
	text-decoration:none;
width:100% !important;
padding:20px;
}
.adBg p{
        margin:0 0 0 0 !important;
}

.adBg p span{
color:#666;
        font-size:13px;
}


#adList01{
margin-top:30px;
margin-bottom:45px;
}

#ad_appearance .guidePage h3{
margin-top:30px;
}

ul.adList li h4{
	display:block;
	background-color:#D3D3D3;
padding:8px 15px;
}

ul.adList{
	border:1px solid #ccc;
}
ul.adList li p{
padding:15px 15px;
margin:0px !important;
}

#adPlace img{
margin-top:20px;
margin-bottom:40px;
}


#lastP{
margin-bottom:23px !important;
}

#adBtn a{
  display: block;
  color: #FFF;
  width: 400px;
  background-color: #666;
  text-align: center;
  margin: 15px auto;
  text-indent: 10px;
  padding: 15px;
}

#adBtn a:hover{
background-color:#E86086;
}


/* リクエストページについて
------------------------------------------------------------------------------------------------------------------------- */
#requestBgWrap{
width:100%;
margin:0 auto;
}

#requestBgWrap p img{
width:30px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#requestBgWrap p{
margin:8px 0!important;
}

.requestBg {
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:3px solid #999;
	display:inline-block;
	color:#000!important;
	text-decoration:none!important;
	font-size:16px;
	text-decoration:none;
width:100% !important;
padding:15px 20px 20px 20px;
}

.requestBg p{
        margin:0 0 0 0 !important;
        color:#666;
        font-size:13px;
}

.requestBg p span{
font-weight:bold;
}

.step{
        color:#000 !important;
        font-size:16px !important;
}



.requestBtn{
  margin-top:30px;
}

.form-buy_before h2 , .form-buy_after h2{
display:none;
}

.form-buy_before #sysMain p span{
font-size:1.5em;
font-weight:bold;
}

.form-buy_after #sysMain p span{
font-size:1.5em;
font-weight:bold;
}

#infoGroup{
margin-bottom:35px;
}

#infoGroup a{
font-size:13px;
color:#E96087;
display:block;
margin-bottom:10px;
}

#infoGroup a:hover{
color:#d74b68;
}


/* モバイル共通 ヘッダー
--------------------------------------------------------------------- */

#sysHeader {
  background: #F1F1F1;
}

#headerMobileTop {
  width:100%;
  padding: 3px;
  border-top: 5px solid #E53E6C;
}

#headerMobileTop #mobileSiteTitle {
  float:left;
  width: 52%;
  margin-top: -10px !important;
}

#headerMobileTop ul{
  float:right;
  padding-top:8px;
  /*width: 48%;*/
}

#headerMobileTop li{
  float: right;
  padding: 0 5px;
}

ul.mobileNav li a img {
  height:36px;
}

.global-navi ul {
	background: #444444;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
	list-style: none;
}
.global-navi ul li {
	border-right: 1px solid #ccc;
	display: table-cell;
}
.global-navi ul li:last-child {
	border-right: none;
        background: #EF4675;
}
.global-navi ul li a {
	color: #333;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	height: 50px;
}
.global-navi ul li a:hover {
	background: #333333;
}
.global-navi ul li:last-child a:hover {
        background: #EF4675;
}
.global-navi ul li span img {
	height: 25px;
}

.global-navi ul li p {
	font-size:9px;
	color:#FFFFFF;
        padding:3px 0;
        font-weight:normal;
        line-height:155%;
}

ul.mobileNav li{
  float:left;
}

ul#mbSearchMenu{
	width:100% !important;
	padding-right:6px;
	padding-left:6px;
	margin-top:15px !important;
}


/* ヘッダー ログインチェック
----------------------------------------------------------------------- */
#sysHeader .memberLogin{
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}

#sysHeader .memberLogin .sysContent input[type="submit"] {
  width: 50%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  background: #AC8F8F;
  border-radius: 3px;
  margin: 0 0 5px 0;
  height: 35px;
}

#sysHeader .memberLogin .sysMailaddress , #sysHeader .memberLogin .sysMemberPassword , #sysHeader .memberLogin .sysContent ul{
  display:none;
}

#sysAside .memberLogin .sysFormField {
  border: none;
  padding: 0 !important;
  line-height: 1;
  margin: 0;
}

#sysHeader .memberLogin .sysContent div:nth-child(3) , #sysHeader .memberLogin .sysContent div:nth-child(4){
  display:none;
}


/* モバイル共通 カテゴリ検索メニュー
----------------------------------------------------------------------- */

ul.mbMenuAccordion {
	width:100%;
	margin:0 auto 30px;
	font-size:16px;
	line-height:1.6;
	display:none;
	list-style:none;
}
ul.mbMenuAccordion a {
	display:block;
	padding:10px 15px;
	background-position:97% center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
ul.mbMenuAccordion span {
	display:block;
	padding:10px 10px;
	background-position:95% center;
	background-repeat:no-repeat;
	color:#4B4B4B;
	font-weight:bold;
}
ul.mbMenuAccordion ul {
	display:none;
}
ul.mbMenuAccordion > li {
	background:#f6f6f6;
	border-bottom:1px solid #CF3B59;
}

ul.mbMenuAccordion > li#artistSpmenu {
	background:#f6f6f6;
}
ul.mbMenuAccordion > li > p {
background: #f04776; /* Old browsers */
background: -moz-linear-gradient(top,  #f04776 0%, #e43f6d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04776), color-stop(100%,#e43f6d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f04776 0%,#e43f6d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f04776 0%,#e43f6d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f04776 0%,#e43f6d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f04776 0%,#e43f6d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04776', endColorstr='#e43f6d',GradientType=0 ); /* IE6-9 */


	cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
        margin:0 !important;
}
ul.mbMenuAccordion > li#artistSpmenu > p {
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

ul.mbMenuAccordion > li > p span {
	background-image:url(../img/sideMenu/nav_arrow_bottom.png);
        background-size:20px;
}
ul.mbMenuAccordion > li > p span img{
	padding-right:7px;
}

ul.mbMenuAccordion > li > p span.open {
	background-image:url(../img/sideMenu/nav_arrow_up.png);
}
ul.mbMenuAccordion > li > ul > li {
	background:#FFFFFF;
	border-bottom:1px solid #CCC;
}
ul.mbMenuAccordion > li > ul > li:last-child {
	border-bottom:none;
}
ul.mbMenuAccordion > li > ul > li > p {
	background:#FFFFFF;
}
ul.mbMenuAccordion > li > ul > li > a {
	background:url(../img/sideMenu/arrow_right.png) no-repeat 98% center;
}
ul.mbMenuAccordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
}
ul.mbMenuAccordion > li > ul > li > ul > li:last-child {
	border:none;
}

li.accordionTitle{
	border-bottom: 1px #CCCCCC;
}

/* モバイル共通 検索ボックス
----------------------------------------------------------------------------------------------------------------- */
.searchBox{
  padding-bottom:40px;
  margin: 10px 0;
}

dl.searchBoxWrap{
	position: relative;
        margin:0 6px;
}
dl.searchBoxWrap dt{
  width: 70%;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
}
dl.searchBoxWrap dt input{
	width:100%;
	height:28px;
	line-height:28px;
	background:none;
	border:none;
        font-size:13px;
}
dl.searchBoxWrap dd{
	position: absolute;
	top:0;
	right:0;
	width:28%;
}
dl.searchBoxWrap dd button{
	display:block;
	height:34px;
	color:#fff;
	line-height:34px;
	text-align:center;
	border:1px solid #5C5C5C;
	background:#666666;
	width: 100%;
        font-size:13px;
}

dl.searchBoxWrap dd button:hover {
	background: #666666;
}


/* サイトマップ
------------------------------------------------------------------------------------------------------------------------- */

.sitemapWrap .sitemapBox{
border-top:1px solid #ccc;
padding-top:8px;
margin-bottom:40px;
}

.sitemapWrap h4{
 font-size:16px;
 font-weight: normal;
 color: #AC8F8F;
}

.sitemapWrap .sitemapBox h5{
font-size:14px;
color:#666666;
}
.sitemapWrap .sitemapBox ul li a{
color:#666666;
}

.sitemapWrap .sitemapBox ul li a:hover{
text-decoration: underline;
}

/* 新着レビュー
----------------------------------------------------------------------------------------------------------------- */

#sysItemReviewIndex .sysReviewHistoryList li{
border-bottom:1px #666 dotted;
padding:10px 0;
}

#sysItemReviewIndex #contentsBox h2{
font-size: 20px !important;
font-weight: normal;
margin-bottom: 15px;
}

/* 商品レビュー
----------------------------------------------------------------------------------------------------------------- */

.sysReview input[type="submit"]{
font-size: 14px!important;
width:100%;
color: #FFF;
background-color:#666;
text-align:center;
}
.sysReview input[type="submit"]:hover{
color:#fff;
	background-color:#E86086 ;
}

/* カテゴリページ
----------------------------------------------------------------------------------------------------------------- */

.sysItemCategoryCtl a:nth-child(1),.sysItemCategoryCtl a:nth-child(5),.sysItemCategoryCtl a:nth-child(6) {
	display: none;
}


/* class
----------------------------------------------------------------------------------------------------------------- */

.txtCenter{
text-align:center !important;
}



/* フォーム 設定
----------------------------------------------------------------------------------------------------------------- */

input[type="submit"], #sysFormConfirm button[type="submit"] , #sysMemberRegisterConfirm .sysForm input[type="submit"] {
	border:0;
	margin: 7px 0;
	background: none;
	padding: 10px;
        width: 100%;
        height: 40px;
	color: #fff;
	font-size: 14px!important;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
        background-color:#666666;
}

input[type="submit"]:hover , #sysFormConfirm button[type="submit"]:hover , #sysMemberRegisterConfirm .sysForm input[type="submit"]:hover {
        background-color:#E86086;
}

#sysFormConfirm .sysForm .sysFormItem .sysFormField {
  padding: 10px;
}

#sysMemberRegisterConfirm .sysFormField, #sysFormConfirm .sysFormField, #sysMypageEditConfirm #sysMain .sysFormField {
  border: 1px solid #999999;
  padding: 3px 5px !important;
  line-height: 2;
  border-radius: 3px;
  margin: 5px 0;
  min-height: 25px;
}

/* お知らせページ
----------------------------------------------------------------------------------------------------------------- */
.guideTitle_h2 #noticeDay{
	margin-right: 16px;
}

#sideNewsBox .recentNewsList li a{
	color:#333333;
}

#sideNewsBox .recentNewsList li a:hover{
	color:#333333;
	text-decoration:underline;
}

#sideNewsBox .recentNewsList li a:visited{
	color:#333333;
}

.noticeTxtBox p a{
  color:#E86086;
}

.noticeTxtBox p a:hover{
	color:#d74b68;
}


/* 下層ページ HANTEOチャートに反映
------------------------------------------------------------------------------------------------------------------------- */

#hanteoChart #txtTop{
font-size:16px;
color:#ff0000;
}

#hanteoChart p img{
margin:15px 0;
}

#hanteoChart #txtBottom a{
font-weight: bold;
color:#09F;
}

/* お知らせ一覧ページ
------------------------------------------------------------------------------------------------------------------------- */

.noticeAll{
  font-size:12px;
}

.noticeAll li{
  border-bottom: 1px dashed #666666;
  padding:10px 0;
  margin-top:5px;
}

ul.noticeAll .nListDay{
  color:#E86086;
  font-weight:bold;
  margin-right: 10px;
}

.noticeAll li a:hover{
	text-decoration: underline;
}

/* お支払いについて　コンビニ支払い方法
------------------------------------------------------------------------------------------------------------------------- */
a.pinkTxtLink{
  color:#EC7999;
}

a.pinkTxtLink:hover{
  text-decoration:underline;
}


@media screen and (max-width:480px){
/* RESET FOR SP
---------------------------------------------------- */
div#sysMain, div#sysAside {
width: 95%!important; 
margin: 0 auto 15px!important; 
18px!important
float: none!important;
}
#sidebar { 
width: 100%!important; 
margin: 0 auto!important; 
float: none!important;
 }
.sidCnt { display: none!important;}

#sysMain { 
  padding:3px !important;
}
div#sysAll {
overflow-y: hidden;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

/* DETAILS
---------------------------------------------------- */
#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;*/
         /*background-color: #FDE0E6;*/
	 color: #333;
	 position: absolute;
	 top: 60px;
	 width: 100%;
	 height: auto;
	 padding: 100px 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;
	height: 60px;
	width: 100%;
	display: table;
}

#headermenuBar p {
	display: table-cell;
	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: 80px;
	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: #585858;
	padding: 15px 10px;
	box-sizing:border-box;
	width: auto;
	font-size: 16px;

}


.headerbg {
	/*height: 60px;*/
}

.topMain {
	/*margin-top: 70px;*/
}


.tabletSearchbox{
}





.spnone{
	display:none;
}
.active{
	background: url(../img/topMain/icon_menulist.png) no-repeat 95% -30px;
	background-size: 6%;
	-moz-background-size: 6%;
}
/*search area*/
.sysItemSearchFormWord {
float: left;
width: 80%;
margin: 0;
}
form.sysItemSearchForm input[type="search"] {
　height: 2.5em;
　padding-left:15px !important;
}
form.sysItemSearchForm{
  padding:10px 5px;
}

/* SIDEBAR
---------------------------------------------------- */
/* SEARCH FORM --start-- */
.AsideSearchbox input[type="search"] { height: 3em;}
/* SEARCH FORM --end-- */

.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 {
}
.menutitle {
background: url(../img/icon_menulist.png) no-repeat 95% 25px;
background-size: 17px;
-moz-background-size: 17px;
}
.cateBtn dd{
	display:none;
	width: auto;
	height:auto;

}
.active{
	background: url(../img/icon_menulist.png) no-repeat 95% -15px;
	background-size: 17px;
	-moz-background-size: 17px;
}
/*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 p.infotext3 {
text-align: left;
margin: 5px 0;
font-size: 16px;
}
img.iconcate {
width: 40px;
margin-right: 2px;
}
.infotel {
background: url(../img/side/icon_tel.png) no-repeat left top;
background-size: 40px;
-moz-background-size: 40px;
}
.infomail{
background:url(../img/side/icon_mail.png) no-repeat left top;
background-size:40px;
-moz-background-size: 40px;
padding-bottom: 20px;
}
.infotel, .infomail {
margin-left: 0;
padding-left: 48px;
}




/* 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: 10px 0 15px 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{
	margin: 1% 0 0 0;
	padding: 4% 2%;
}

.RankingblockSP .sysContent .sysHorizontal li{
height:245px !important;
}

/*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%;
}
.topicsright h3{
	float: left;
}
.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;}

#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: 5px !important;
} 
.sysItemImages {
	width: 98%;
	position: static;
	float: none;
	margin: 15px auto 0;
	min-height: inherit;
}
#sysItemDetail .sysRetailPrice { font-size: 2em!important; margin: 3px 0;}
#sysItemDetail .sysSuggestedRetailPrice{
  font-size:13px !important;
  margin: 3px 0;
}
.sysRetailPrice span{
	font-size:16px !important;
}
#sysItemDetail .sysExplanation {
margin: 0 auto;
width: 97%;}
#sysItemDetail #sysExplanation {
padding: 5px 0;
}
#sysItemDetail #sysNumber {
float: none;
margin: 10px 0 0 0;
}
#sysSubmit input[type="submit"] {
border: 0;
width: 100%;
background: url(../img/icon_cart.png) #585858 no-repeat 25% 50%;
}
#sysWishlist button[type="submit"] {
margin: 10px 0 0 0;
width:100%;
background: url(../img/icon_fav.png) #AC8F8F 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: 14px!important;}
.sysExplanation p { margin: 5px 0 0 0; line-height: 15px; min-height: 20px;}
.sysItemId{
	width:97%;
	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 { font-size: 11px!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: 50%;}

.ImageUsability ul li p {
}

.ItemSummary { margin-top: 5px; width: 100%; float: none; position: static;}
.ItemSummary dl {
margin: 10px;
}
.ItemSummary dt {
	min-height:inherit;
}
.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 {
width:97%;	
margin: 30px auto 0;
float: none;
position:inherit;	
}
.ItemComment {
width:97%;	
margin: 30px auto 0;
float: none;
min-height: inherit;}
.ImageUsability {
	width: 97%;
margin: 15px auto 20px;
}

#sysSubmit .sysCartButton{
	height:45px;
background:url(../img/icon_cart.png) #f05480 no-repeat 22% 50% !important;
    border: 1px solid #DDD;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #FFF;
	text-decoration:none;
	font-weight:bold;
    width: 100px;
    padding: 10px 10px;
}

.sysItemPr{
	width:100% !important;
}

.sysPr span.sysItemPr{
	margin:0px;
	padding:0px;
}


/* sysItemCategory page css
---------------------------------------------------- */
#sysItemCategory #sysMain {
	/*padding: 3% 2%!important; margin: 0!important;*/
	position: relative;
	background-color: #fff;
	margin: 6px auto 0!important;
}
#sysItemCategory #catetopimg .caption {
left:10px;
top: 25%;
}
#sysItemCategory #catetopimg .caption h2 {
font-size: 14px;
margin:0;
}
#sysItemCategory #catetopimg .caption h3 {
font-size: 12px;
}
.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 { min-height: 230px; width: 33%; padding:3px !important;}
#sysItemCategory .sysThumbnailImage img {
  max-height:120px;
}
.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: 12px!important;
	margin: 10px 0;
}
ul.sysThumbnail li a {
  font-size: 12px;
  line-height: 110%;
}
/********************************
 * 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;}

/* 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: 100%!important; height: 80px;}


/* 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: 2.5em;}

/* 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: 100%; }
#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:100% !important; }
#somenews img { float: none; margin: 0 auto 20px;}


/* NewArrivalblock css
---------------------------------------------------- */
ul.sysHorizontal { width:100%; 
padding: 8px 0px 5px;
margin-bottom: 0;
}
#bordertopblock { width: 100%; }



/* NewArrivalblockSP css
---------------------------------------------------- */
ul.sysHorizontal li {
width: 33%!important;
display: inline-block;
padding: 0.5%!important;
vertical-align: top;
text-align:left;
height:220px;}
#bordertopblock { width: 100%; }


/* Rankingblock css
---------------------------------------------------- */
.sysIconRank img { width: 70%!important;}

/* sns icon css
---------------------------------------------------- */
#sysItemDetail .sysShare {
padding:30px 0 15px!important;
margin: 0 auto;
text-align:left;
}
#sysItemDetail .sysShare .sysMixi{
	margin-top:6px;
}


/* スマホ用 ヘッダー
----------------------------------------------------------------------------------------------------------------- */


#mobileSiteTitle{
margin-top: 5px;
}


h2#mobileSiteTitleInfoSP{
  margin: 0 0 0 0 !important;
  background-color: transparent !important;
  padding:0 !important;
  color: #333333 !important;
  font-weight:bold !important;
  font-size:11px !important;
  font-family: メイリオ, MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
  text-align: left !important;
padding-top:5px;
}

h2#mobileSiteTitleInfoTB{
  display:none;
}

#headerTxtSP{
width:100%;
height:50px;
padding-top:5px;
background-color:#f36c92;
}

#headerTxtSP p img{
width:28px;
margin-top:-3px;
}


#headerTxtSP p{
width:100%;
height:30px;
font-size:13px;
color:#FFF;
font-weight: bold;
margin-top:5px;
}



/* スマホ用 上段横並びメニュー
----------------------------------------------------------------------------------------------------------------- */
ul#topMenuG_List {
  display:table;
  table-layout:fixed;
  width:100%;
  margin-bottom:5px;
}

ul#topMenuG_List li {
  display:table-cell;
  border-right:1px solid #ffffff;
}

ul#topMenuG_List li:last-child{
  border:none;
}

ul#topMenuG_List li a {
  display:block;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  background-color:#f05480;
  height:44px;
  line-height:44px;
  font-size:14px !important;
  border-bottom: 3px solid #CA486C; 
  font-weight:bold;
}

ul#topMenuG_List li a:hover {
  background:#e13163;
}



/* スマホ用 top 新商品
----------------------------------------------------------------------------------------------------------------- */

.NewArrivalblockSP{
   background-color: #fff;
   margin-top: 10px;
   /*padding: 17px;*/
   padding:0 2px;
   /*border:1px solid #F7F2F2;*/
   border-radius: 3px; 
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px; 
}

.RankingblockSP{
   padding:0 2px;
}  

/* サイド お知らせ
----------------------------------------------------------------------------------------------------------------- */
#sideNewsBox {
  margin-top:30px;
}

h3#recentNewsTitle {
  font-size: 13px;
  padding: 8px 10px;
  background: #AC8F8F !important;
  color: #FFFFFF !important;
  border-radius: 5px;
}



/* スマホ用 その他カスタマイズ
----------------------------------------------------------------------------------------------------------------- */
ul.sysHorizontal li .sysItemPrice {
   font-size: 11px;
   color:#EA6187;
}

.sysHeadline{
   margin-bottom:5px;
}

.guideTitle_h2 , #sysFormIndex #sysMain h2 , #sysMemberRegisterIndex #sysMain h2 , h2.sysMypageMajorHeadLine , #sysMemberRegisterConfirm h2 , #sysFormConfirm #sysMain h2 , #sysFormThanks #sysMain h2 , #sysMemberRegisterRegister #sysMain h2{
  border-top:none;
  padding-top:0px;
  margin: 15px auto;
  font-size: 1.3em;
  color:#EA5F86;
  font-weight:bold;
  text-align:center;
}

div#sysAside {
  margin-top: 20px !important;
}

.sysOrder .sysConfirmInfo, .sysDetail .sysConfirmInfo {
  width:100%;
}

.sysCart #sysMain .sysConfirmButton input[type=submit], .sysCart #sysMain input[type=submit] {
  height: 35px;
}


a        {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


/* 会員登録 マイページ関連
----------------------------------------------------------------------------------------------------------------- */

#sysMemberRegisterIndex #sysMain > div:nth-child(3) > a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background: #333333;
}

#sysMypageEditDelivery .sysFormField input[type="tel"] {
  height: 45px;
  padding-left:0;
}

#sysMypageEditDelivery .sysOtherAddress {
  margin-bottom:30px;
}

#sysMypageEditDelivery .input-append button[type="button"]  {
  margin-top: 10px;
  -webkit-appearance: none;
  background: #666666;
  color: #FFFFFF;
  padding: 5px 10px;
}

#sysMypageEditDeliveryinput .sysFormField input[type="text"] {
  margin-bottom:10px;
  padding-left:10px;
  height:40px !important;
  width:100% !important;
}

#sysMypagePoint .sysMyPoint{
  font-size: 14px;
}

/* おすすめ商品
----------------------------------------------------------------------------------------------------------------- */

#recommendWrap{
	0 2px;
}

#recommendWrap ul{
	width:95%; 
	margin-bottom: 10px;
}

#recommendWrap ul li{
	width: 100%!important;
	margin-top:15px;
	border-bottom:1px solid #ccc;
        padding-bottom:15px;
}

#recommendWrap ul li img {
	width: 49%!important;
	float:left;
}

.recommendTxt{
	width: 47%!important;
	float:right;
        font-size: 12px;
        line-height: 120%;
}

.recommendTxt span{
        color:#666666;
}

.recommendTxt p a{
	color:#ed708a;
	font-weight:bold;
}

.recommendTxt p a:hover{
	color:#c14b6d;
}

h3.recommendWrapTitle_PC {
  display:none;
}


/* 新着レビュー
----------------------------------------------------------------------------------------------------------------- */

.review{
	margin-bottom:15px;
}

.review .sysHeadline {
  font-size: 13px;
  padding: 8px 10px;
  background: #AC8F8F !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  font-weight: bold;
  margin-top:30px;
}

/* カテゴリページ
----------------------------------------------------------------------------------------------------------------- */

ul.categorySelectList{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
}

ul.categorySelectList li{
  display: table-cell;
  border-right: 2px solid #ffffff;
}

ul.categorySelectList li:last-child{
  border-right: none;
}

ul.categorySelectList li a{
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #A5B9D3;
  height: 30px;
  line-height: 30px;
  font-size: 12px !important;
}

ul.sysThumbnail li .sysSuggestedRetailPrice{
  font-size: 10px;
}



/* 商品詳細ページ
----------------------------------------------------------------------------------------------------------------- */
.sysPr{
 width:97%;
 margin:30px auto 0 auto;
}

.sysPr span.sysItemPr img{
 width:32.33333%;
 margin-bottom:5px;
}

#sysSubmit input[type="submit"] {
  height:45px;
}

#sysWishlist button[type="submit"] {
  height:35px;
}

article > div:first-child h1{
  font-size:16px !important;
}

.sysItemViewId {
  font-size:13px;
}

h3.goodsInfoBar {
 background: #666666;
 color: #FFFFFF !important;
 font-weight: normal;
 padding: 3px;
 text-align: center;
 font-size: 13px !important;
 border: none !important;
}

table.goodsContentsTable01 tbody tr td:nth-child(1) {
	width:25%;
}

.sysPagination ul li {
  width: 13%;
  padding: 2px;
  display: inline-block;
}


/* 新商品ページ
----------------------------------------------------------------------------------------------------------------- */
.newItemblock .sysHeadline{
  margin-top:20px;
}


/* 下層ページ
----------------------------------------------------------------------------------------------------------------- */
.subPage h3{
  margin:20px 0;
  padding-bottom:0;
  padding:6px;
  background: #585858;
  color:#FFF !important;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  font-weight:normal
  font-size:13px;
}

.sysZipcode .sysButton{
  margin-top:10px;
  -webkit-appearance: none;
  background:#666666;
  color:#FFFFFF;
  padding:5px 10px;
}


/* カートページ
----------------------------------------------------------------------------------------------------------------- */
#sysConfirm .sysFreeArea , #sysConfirm .sysFreeAreaBottom {
  font-size: 90%;
}


/* スマホ用 ご利用ガイド
----------------------------------------------------------------------------------------------------------------- */
.guideInfo .guideInfoList li {
  width:33.333333333333333333333%;
}

.guide_top_img {
  display:none;
}

/* スマホ用 広告掲載
----------------------------------------------------------------------------------------------------------------- */
#adBgWrap{
width:100%;
}

#adBtn a{
width:100% !important;
}

/* スマホ用 フッター
----------------------------------------------------------------------------------------------------------------- */


#pagetop{
        display:none;
}

/* 商品のレビューページ
------------------------------------------------------------------------------------------------------------------------- */

#sysItemReviewIndex #contentsBox #sysMain input[type="submit"]{
margin: 10px 0 5px 0;
}

/* 入力フォームのフォントサイズ
------------------------------------------------------------------------------------------------------------------------- */

.sysForm input[type="text"], .sysTel input[type="tel"]{
font-size:16px !important;
}


/* フォーム 設定
----------------------------------------------------------------------------------------------------------------- */

#sysFormConfirm .sysForm .sysFormItem .sysFormLabel {
  width: 100%;
}



input[type="submit"]:hover , #sysFormConfirm button[type="submit"]:hover , #sysMemberRegisterConfirm .sysForm input[type="submit"]:hover {
        background-color:#000000;
}
}
@media screen and (min-width:481px) and (max-width:800px){
/*toggle menu*/
.menutitle{
	background: url(../img/icon_menulist.png) no-repeat 95% 20px;
	background-size: 6%;
	-moz-background-size: 6%;
}
.cateBtn dd{
	display:none;
	width: auto;
	height:auto;

}
.active{
	background: url(../img/icon_menulist.png) no-repeat 95% -30px;
	background-size: 6%;
	-moz-background-size: 6%;
	}


/* RESET FOR TABLET
---------------------------------------------------- */
#sysAside { width: 100%!important; margin: 20px auto 0 auto !important; float: none!important; background-color: #fff;}
.cateSP {display: none!important;}
#sysMain { width: 98%!important; margin: 0px auto 25px!important; padding: 10px 20px; 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{
	width:100%;
}
#headcontents {
	width: 95%;
	margin: 0 auto;
}
.logo {
	width: 40%; 
	float: left; 
	margin: 5px 0;
}
.headerbg{
position:relative;
min-height: 80px;
}
.CartLoginBtn { 
margin: 7px 0; 
position: absolute;
bottom:0;
right:2.5%;
}

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: 12px;
text-align: center;
margin: 15px 0 0 0;
padding:0 0 15px 0;
}
ul#globalmenu li {
width: 20%;
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;
}

/*search*/
form.sysItemSearchForm input[type="search"] {
	width:60%;
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: 100%;
margin: 5px 0 0 0;
}
.tabletSearchbox{
right: 1.5%;
top: 1.5%;}
#sysItemCategory .tabletSearchbox{
top: 2%;
}


#headerTb{
	width:100% !important;
	border-top:3px #F090AB solid;
	margin-bottom:26px !important;
}

#headerLeftTb{
	width:25% !important;
	float:left;
	padding-left:2px;
	padding-top:18px;
}


#headerRightTb{
	width:75% !important;
	float:right;
	/*padding-top:18px;
	padding-right:6px;*/
}

#menuTB{
	padding-left:15px;
	margin-bottom:25px;
}

#menuTB li{
	width:20%;
	padding-left:2px;
	float:left;
}

#mainMenuTB{
	width:100% !important;
	float:right;
}

#mainMenuTB li{
	width:25%;
	padding-left:2px;
	float:left;
}

/* ASIDE
---------------------------------------------------- */
/* SEARCH FORM --start-- */
.AsideSearchbox { width: 50%; float: right;}
.AsideSearchbox .sysContent { width:75%; 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: 80%; height:30px;}
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: 14px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 15px 10px;
}
#sidebar{
	/*float:left;*/
}
.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 p.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%;}
.infotel {
background: url(../img/side/icon_tel.png) no-repeat left top;
background-size: 10%;
-moz-background-size: 10%;
}
.infomail{
background:url(../img/side/icon_mail.png) no-repeat left top;
background-size:10%;
-moz-background-size: 10%;
}
.infotel, .infomail {
margin-left: 6%;
padding-left: 20px;
}
.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;}

#recommendWrap{
	margin-bottom:40px;
        padding:10px;
}

.bannerArea{
	margin-top:25px;
}

.bannerArea div.sysContent ul li{
	width:50% !important;
	float:left;
	padding:2px;
}

/* 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;
}
.topicsright .rightarea {
float: right;
}
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: 15px 15px 0 15px!important;*/
}
#sysMain h3 {
font-size: 14px;
}

/*reccomend*/
.Recommendblock .sysContent .sysHorizontal li {
float: left;
width: 33%;
padding: 5px;
}

/*ranking*/


/* 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: 100%;}
.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;
        height:45px !important;
}
#sysSubmit input[type="submit"] {
background:url(../img/icon_cart.png) #F05480 no-repeat 14% 50%;
}
#sysWishlist button[type="submit"] {
  background: url(../img/icon_fav.png) #AC8F8F no-repeat 16% 50%;
  width:100%!important;
}
#sysSelections select[name="selection[5470]"] {
}

.ItemVariation li {
width:23%;
}
.sysItemId {
font-size: 12px!important;
}
.sysSuggestedRetailPrice span {
font-size: 12px!important;
}
.sysRetailPrice span {
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;
	background-color:#FFF;
}
.sysItemList ul.sysThumbnail li { width: 20%; 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(204, 204, 204); padding: 10px 20px; margin: 20px auto; }

#sysMemberRegisterIndex label { width: 45%; height: 25px; line-height: 23px;}
#sysMemberRegisterIndex .sysForm input[type="text"], textarea { width: 80%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="tel"],
#sysMemberRegisterIndex .sysForm input[type="email"],
#sysMemberRegisterIndex .sysForm input[type="fax"], textarea { width: 50%; height: 40px;}
#sysMemberRegisterIndex .sysForm input[type="password"], textarea { width: 50%; height: 40px; margin-bottom: 15px;}
#sysMemberRegisterIndex .sysForm input[type="submit"] {float:none; margin: 10px 0 0 0; width:100%;}


/* sysMemberRegisterConfirm page css
---------------------------------------------------- */
#sysMemberRegisterConfirm #sysMain { width: 95%!important; margin: 5% auto 0!important;}

/* sysMemberRegisterRegister page css
---------------------------------------------------- */
#sysMemberRegisterRegister #sysMain { width: 95%!important; margin: 5% auto 0!important; height: 250px!important;}


/* sysMypageLogin page css
---------------------------------------------------- */
#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 .sysForm input[type="text"], textarea { width: 80%; height: 40px;}
#sysMypageEditMember .sysForm input[type="tel"],
#sysMypageEditMember .sysForm input[type="email"],
#sysMypageEditMember .sysForm input[type="fax"], textarea { width: 50%; height: 40px;}
#sysMypageEditMember .sysForm input[type="password"], textarea { width: 50%; 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 {height: 40px;}
#sysBillingAddress .sysForm input[type="password"], textarea { width: 100% !important; height: 100px; margin-bottom: 15px;}

.sysCart #sysMain select { width: 25%;}

/* sysItemSearch page css
---------------------------------------------------- */
/*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 .sysForm { width: 100%; }
#sysFormIndex #sysMain .sys1 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain .sys2 { float: none; margin-bottom: 10px;}
#sysFormIndex #sysMain input[type="text"] { height: 45px; width: 100%; }


/* NewArrivalblock css
---------------------------------------------------- */
ul.sysHorizontal { width:100%; }
#bordertopblock { width: 100%; }




#headermenuBar {
	display: none;
}

.sysFuncItemSearch {
	top:100px;
}

.sysFuncItemSearch form {
	display: table;
}

.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: 30px;
	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: 30px;
	width: 100px;
-webkit-appearance: none;
	box-sizing:border-box;

}
.sysList .sysItemName {
margin: 5px 0;
}
.sysItemList ul.sysList input[type="submit"] {
	margin:0;
}

/* サブメニュー
----------------------------------------------------------------------- */

#sideMenuToggle a {
        text-decoration:none;
}
ul#sideMenuToggle, ul.menuSubTitle{
        list-style:none;
        margin:0;
        padding:0;
}
#sideMenuToggle{
        width:200px;
        margin:10px;
        border:1px solid #e5e4e6;
        border-bottom:none;
}
.menuTitle{
        background:#f4b3c2;
        color:#a22041;
        font-size:11pt;
        font-weight:bold;
        padding:13px 10px 0;
        margin:-1px 0 0 -1px;
        cursor:pointer;
        width:180px;
        height:35px;
        border:1px solid #e5e4e6;
}
.menuSubTitle li{
        background:#dcd3b2;       
        padding:13px 10px 0;
        border:1px solid #e5e4e6;
        font-size:11pt;
        font-weight:bold;
        width:180px;
        height:35px;
        margin:-1px 0 0 -1px;
}
.menuSubTitle li a{
        color:#9e9478;
        display:block;
}

/* タブレット用ヘッダー
----------------------------------------------------------------------- */
#headerMobileTop {
  padding: 10px;
}

#headerMobileTop #mobileSiteTitle {
  margin-top:0;
}

#headerMobileTop #mobileSiteTitle h2 {
  margin: 10px 0 0 0 !important;
  background-color: transparent !important;
  padding:0 !important;
  color: #333333 !important;
  font-weight:bold !important;
  font-size:11px !important;
  border-top: 0;
}
  

ul.mobileNav li a img{
  height: 45px;
}

#headerMobileTop li {
  margin-left: 10px;
}
/*#headerMobileTop ul {
  padding-top: 30px;
}*/

h2#mobileSiteTitleInfoTB{
  font-size:11px;
}

h2#mobileSiteTitleInfoSP{
  display:none;
}


/* TOPコンテンツ
----------------------------------------------------------------------- */
.NewArrivalblock .sysContent{
  clear:both;
}

.NewArrivalblock{
   padding:10px;
}

.Rankingblock{
   padding:10px;
}

.Rankingblock h3{
  padding-bottom:12px;
}

.sysIconRank img{
   width:80% !important;
}

#NewArrivalBlockTitle {
   border-bottom: 2px dotted #EA95AA;
}

#NewArrivalBlockTitle h3 {
   border-bottom: none!important;
}

.NewArrivalblock h3{
   padding-bottom:12px;
}

#sysMain{
  font-size:13px;
}

/* サイド お知らせ
----------------------------------------------------------------------- */
#sideNewsBox {
  margin-top:30px;
}

h3#recentNewsTitle {
  background: #AC8F8F;
  color: #FFFFFF;
  margin-top: 30px;
  font-size: 15px;
  padding: 5px 10px;
}


/* 商品詳細ページ
----------------------------------------------------------------------- */
.sysPr{
  margin-top:200px;
}

.select{
  width:80px !important;
}



/* カテゴリ詳細ページ
----------------------------------------------------------------------- */

.categorySelectList {
  padding-top:10px;
}

.categorySelectList li{
  float:left;
  margin-right:10px;
}

.categorySelectListTitle {
  background:#EFEFEF;
  color:#8A8A8A;
  padding:5px 10px;
  font-size:15px;
  display:block;
  font-weight:bold;
  position: relative;
}

.categorySelectList li a{
  display:block;
  background:#A5B9D3;
  padding:5px 10px;
  color:#FFFFFF;
  border-radius:3px;
  font-size:15px;
}

.categorySelectList li a:hover{
  background:#8BA3C2;
}


/* おすすめ商品
----------------------------------------------------------------------- */

#recommendWrap{
        padding 0 10px;
}

#recommendWrap h3{
	padding-top:0.3%!important;
        padding-bottom:12px;
	margin-bottom:3.5%!important;
        border-bottom: 2px dotted #EA95AA;
}

#recommendWrap ul li{
	width:33%;
	float:left;
	padding-right:1%;
}

#recommendWrap ul li img{
	border:1px solid #e3e2e3;
	margin-bottom:1%;
}

#recommendWrap ul li p{
	font-size:13px;
}

#recommendWrap ul li p a{
	font-size:12px;
	color:#ed708a;
}

#recommendWrap ul li p a:hover{
	color:#c14b6d;
}

#recommendSP{
	display:none;
}

h3.recommendWrapTitle_SP {
  display:none;
}

/* 下層ページ
----------------------------------------------------------------------- */
.guideInfo {
  margin-top:30px;
}

li.guideInfoListFirst{
  display:none;
}


/* フッター
----------------------------------------------------------------------- */


#pagetop{
        display:none;
}

#footcontents { display: none;}


.bannerArea{
margin:0 0 0 0 !important;
}

/* よくあるご質問
------------------------------------------------------------------------------------------------------------------------- */

#adBgWrap{
width:100%;
margin:0 auto;
}

.form-buy_before input[type="submit"]{float:none; margin: 10px 0 0 0; width:100% !important;}
.form-buy_after input[type="submit"]{float:none; margin: 10px 0 0 0; width:100% !important;}

#index #sysMain .sysHeadline h3{
  border-bottom: 2px dotted #EA95AA;
}

/* マイページ関連
------------------------------------------------------------------------------------------------------------------------- */

.sysMypageNav input[type="submit"] {
width: 100%;
height: 45px;
float: none !important;
margin: 0 0 5px 0;
}

h3.SysMypageMinorHeadLine {
border-bottom:none !important;
}

#sysMypageEditDelivery .input-append button[type="button"] {
  display:block;
  margin-top:10px;
}

/* お気に入り
------------------------------------------------------------------------------------------------------------------------- */
.sysItemList ul.sysList li div form input[type="submit"]{
	width:200px;
margin:3px;
}

/* 広告掲載お申し込みフォーム
------------------------------------------------------------------------------------------------------------------------- */

#sysFormIndex #sysMain input[type="submit"]{
width:100% !important;
}

/* サイトマップ
------------------------------------------------------------------------------------------------------------------------- */

.sitemapWrap .sitemapBox{
width:50%;
min-height:205px;
max-height:280px;
float:left;
}

/* フォーム 設定
----------------------------------------------------------------------------------------------------------------- */

#sysFormConfirm .sysForm .sysFormItem .sysFormLabel {
  width: 100%;
}

/* ヘッダー発送部分 設定
----------------------------------------------------------------------------------------------------------------- */

#headerTxtSP{
width:100%;
height:30px;
padding-top:5px;
background-color:#f36c92;
}

#headerTxtSP p img{
width:28px;
margin-top:-3px;
}


#headerTxtSP p{
width:100%;
height:30px;
font-size:13px;
color:#FFF;
font-weight: bold;
}

}
@media screen and (min-width:801px){
/* RESET FOR PC
---------------------------------------------------- */
body{
    margin: 0px;
    padding: 0px;
}

#sidebar {
    width: 100%;
    float: left;
    overflow:hidden;
    background-color: #fff;
}

.cateSP {display: none!important;}

#contentsBox{
    width:1050px;
    margin:0 auto;
    min-height:850px;
}


/*---------------------メイン固定幅-------------------*/
#sysMain { 
    width:750px;
    float:right;
    padding:0;
    margin-top:25px;
margin-bottom:40px;
}

/* HEADER
---------------------------------------------------- */
#headerContainer{
   width:100%;
   /*background-color:#FFC7DE;*/
   padding: 15px 0;
   margin-bottom: 10px;
   border-top:8px #F090AB solid;
}

div#sysHeader{
float: none;
margin: 0px;
width:1050px;
margin:0 auto;
padding: 0 ;
background-color: transparent;
}
#header {
height: auto !important;
}
#headcontents {
overflow: hidden;
width: 100%;
position:relative;
/*background-color:#FFC7DE;*/
}
.headerbg, .footerbg{
  /*margin: 0 -500%;
  padding:0.5em 500%;*/
}
.footerbg {
background-color:#FFC7DE !important;
}

.headerBtnsma { display:none; }
.logotext { display: none;}
.logo { width: 40%; 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: 11px;
font-weight: normal;
float: left;
}
ul#globalmenu {
font-size: 12px;
text-align: center;
margin: 15px 0;
}
ul#globalmenu li {
width: 10.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
---------------------------------------------------- */
.tabletSearchbox{
}
div#sysAside {
width: 265px;
float: left!important;
padding: 0;
margin-top:25px;
margin-bottom:20px;
}
.sysHeadline {
font-size: 14px;
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: 14px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
padding: 15px 10px;
}
.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: 10px;
padding: 1% 0 0 6%;
margin: 0;
color:#fff;
}
.info p.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"] {
height: 2em;
vertical-align: bottom;
display: block;
width: 100%;
}
select {
height: 2em;
}
form.sysItemSearchForm .sysItemSearchFormCategory {
margin-top: 10px;
background: none;
line-height: 26px;
font-weight: normal;
border: none;
color:#333;
font-size:14px;
}
element.style {
}
Matched CSS Rules
.AsideLoginForm input[type="submit"], .AsideSearchbox input[type="submit"], #sysMain form.sysItemSearchForm input[type="submit"] {
width: 60% !important;
height: 35px;
color: #fff;
font-size: 14px!important;
font-weight: 400;
cursor: pointer;
background: #585858;
border-radius:0px;
padding: 9px;
margin-top: 25px;
}

form.sysItemSearchForm input[type="submit"] {
  font-size:15px !important;
  height:40px !important;
  border-radius:18px !important;
  background: #AC8F8F;
  margin: 10px 0 20px 0;
}

form.sysItemSearchForm input[type="submit"]:hover {
  background-color: #AC8F8F;
}

.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: #585858;
}
.infotel, .infomail{
	margin-left:6%;
	padding-left: 20px;
}
.infotel{
	background:url(../img/side/icon_tel.png) no-repeat left top;
	background-size: 12%;
	-moz-background-size: 12%;
}
.infomail{
background:url(../img/side/icon_mail.png) no-repeat left top;
	background-size: 12%;
	-moz-background-size: 12%;
}
.sponly{
	display:none;
}


/* contents
---------------------------------------------------- */
#sysMain h3{
    font-size:14px;
}

#contentsareatopimg {
width: 100%;
overflow: hidden;
}
.topics {
padding: 5px	;
}
.topicsright{
	/*background-color:#fff;*/
	margin-top:6px;
	padding:17px;
}
.topicsright h3{
	float:left;
	
}
.topicsright .rightarea{
	float:right;
}
dl.newstext dd {
	border: none;
}

.NewArrivalblock h3{
	color:#333;
        padding-bottom:12px;
}
.NewArrivalblock .sysContent {
	text-align:left;
        clear:both;
}
.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 h3{
	color:#333;
        padding-bottom:12px;
}
.Rankingblock	 .sysContent {
	text-align:left;
}
ul.sysHorizontal li .sysItemPrice { 
font-size: 13px; font-weight: normal; color: #EA6187; }
.bannerarea{
	margin-top:15px;
}
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: 20px 20px 0 0;
}
#pagetop img{
	width:3%;
}

/* FOOTER
---------------------------------------------------- */

#sysFooter {
  width:100%;
  background-color:#AC8F8F;
}

.footer{
  width:1050px;
  margin:0 auto;
  padding-bottom:20px;
}

#bordertop { margin: 4.5% 0 0 0;}
#bordertopFooter { margin: 0;}
#sysItemDetail #bordertopFooter { margin: 0;}
#SPfootermenu { display: none;}
.copy {
  width: 100%;
  font-size: 13px;
  text-align: center;
  display: block;
  margin:30px 0 10px 0;
}
#footcontents {
width: 100%;
padding:0;
}
.tabPCfootmenu{
	padding-top:5px;
}
/* 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;}

.sysItemList ul.sysThumbnail li {
	min-height: 300px;
	width:20%;
}

#sysItemCategory #sysMain{
	background-color:#fff;
	padding:10px !important;
	margin:6px 0 0 26.3%!important!important;
}
/********************************
 * item slider
 ********************************/
.als-viewport {
width: 100%!important;
height: 100%!important;
}
.als-wrapper {
height: 100%!important;
}

/* sysCart page css
---------------------------------------------------- */
#sysRegisterEmptymail { display: none;}

.sysCart .sysBox {
  padding:20px;
}

/* First page css
---------------------------------------------------- */
.guideImgPC { width: 60%; margin: 2%; float: left;}
.guideImgSma { display: none;}
.guideImgTab { display: none;}


/* カスタマイズ
------------------------------------------------------------------------------------------------------------------------- */


#sysSubmit .sysCartButton{
       	border:0;
	width: 329px !important;
	height: 45px !important;
	cursor: pointer;
	-webkit-border-radius: 0px;
	margin:25px 0 0 0;
       -webkit-appearance: none;
        background:url(../img/goodsPage/btn_cart_02.png) !important;
        text-indent:-9999px !important;
}

#sysSubmit .sysCartInButton{
       	border:0;
	width: 329px !important;
	height: 45px !important;
	cursor: pointer;
	-webkit-border-radius: 0px;
	margin:25px 0 0 0;
       -webkit-appearance: none;
        background:url(../img/goodsPage/btn_cart_01.png) !important;
        text-indent:-9999px !important;
}

#sysWishlist button[type="submit"] {
	border:0;
	width: 329px !important;
	height: 33px !important;
	padding: 0 0 0 13px;
	cursor: pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
        -webkit-appearance: none;
}

#sysWishlist button[type="submit"]:hover {
	opacity: 0.7;
}

.sysFuncItemReview{
   background-color: #fff;
   margin-top: 10px;
   padding: 17px;
   border:1px solid #CCCCCC;
   border-radius: 3px; 
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;
} 

.bannerArea {
  margin-top:15px;
}

#index #sysMain .sysHeadline h3 {
  border-bottom: 2px dotted #EA95AA;
}

/* 商品詳細ページ
------------------------------------------------------------------------------------------------------------------------- */
.sysPr{
        width: 350px;
        margin-left: 392px;
        margin-top: 40px;
}

span.sysItemPr{
        margin-left: 6px;
}

span.sysItemPr img{
        margin-bottom:4px;
}

#sysItemDetail .sysSuggestedRetailPrice{
  font-size:15px;
  margin:10px 0;
}

/* ログインページ
------------------------------------------------------------------------------------------------------------------------- */

.sysLoginForm{
  margin-top:10px;
}

.sysLoginForm input[type="submit"]{
  background:#666666;
　width:300px !important;
}

.sysLoginForm input[type="submit"]:hover {
  background:#E96187;
}

#sysMypageLogin input[type="email"], #sysMypageLogin input[type="password"], textarea {
  width: 80%;
  height: 40px;
  padding-left: 10px;
}


/* カテゴリ詳細ページ
------------------------------------------------------------------------------------------------------------------------- */

.categorySelectList {
  padding-top:10px;
}

.categorySelectList li{
  float:left;
  margin-right:10px;
}

.categorySelectListTitle {
  background:#EFEFEF;
  color:#8A8A8A;
  padding:5px 10px;
  font-size:15px;
  display:block;
  font-weight:bold;
  position: relative;
}



.categorySelectList li a{
  display:block;
  background:#A5B9D3;
  padding:5px 10px;
  color:#FFFFFF;
  border-radius:3px;
  font-size:15px;
}

.categorySelectList li a:hover{
  background:#8BA3C2;
}

#sysItemCategory .sysThumbnailImage img {
  max-height:150px;
  width:auto;
}

/* キーワード検索結果ページ
------------------------------------------------------------------------------------------------------------------------- */
#sysItemSearch .sysItemList ul.sysThumbnail li img{
max-height: 150px;
width:auto;
}


/* サイドパーツ ログインチェック
------------------------------------------------------------------------------------------------------------------------- */
#sysAside .memberLogin {
  border: solid #EEEEEE 1px;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 20px;
}

/*#sysAside .memberLogin .sysContent div:nth-child(3) {
 display: none;
}*/

#sysAside .memberLogin .sysContent div:nth-child(4) a {
  width: 40%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  background-color: #AC8F8F;
  border-radius: 3px;
  margin-top:10px;
}

#sysAside .memberLogin .sysContent div:nth-child(4) a:hover {
  background-color: #E86086;
}

#sysAside .memberLogin input[type="email"] , #sysAside .memberLogin input[type="password"] {
  width: 220px;
}

#sysAside .memberLogin .sysContent input[type="submit"] {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  background: #AC8F8F;
  border-radius: 3px;
  margin: 10px 0 20px 0;
  height: 35px;
}

#sysAside .memberLogin .sysContent input[type="submit"]:hover {
  background-color: #E86086;
}

#sysAside .memberLogin .sysContent ul li {
  text-decoration: underline;
  margin-bottom: 5px;
}

#sysAside .memberLogin .sysContent ul li a {
  color: #AC8F8F;
}


/* PC用サイド検索メニュー
------------------------------------------------------------------------------------------------------------------------- */

#sideMenuToggle a {
        text-decoration:none;
}
ul#sideMenuToggle, ul.menuSubTitle{
        list-style:none;
        margin:0;
        padding:0;
}
#sideMenuToggle{
        width:200px;
        margin:10px;
        border:1px solid #e5e4e6;
        border-bottom:none;
}
.menuTitle{
        background:#f4b3c2;
        color:#a22041;
        font-size:11pt;
        font-weight:bold;
        padding:13px 10px 0;
        margin:-1px 0 0 -1px;
        cursor:pointer;
        width:180px;
        height:35px;
        border:1px solid #e5e4e6;
}
.menuSubTitle li{
        background:#dcd3b2;       
        padding:13px 10px 0;
        border:1px solid #e5e4e6;
        font-size:11pt;
        font-weight:bold;
        width:180px;
        height:35px;
        margin:-1px 0 0 -1px;
}
.menuSubTitle li a{
        color:#9e9478;
        display:block;
}


#categoryMenu a{
        text-decoration:none;
}

ul#categoryMenu{
        width:265px;
}
.subMenu li{
        font-size:11pt;
        font-weight:bold;
        width:265px;
        height:35px;
        margin:-1px 0 0 -1px;
}
.subMenu li a{
        color:#9e9478;
        display:block;
}

/* おすすめ商品
------------------------------------------------------------------------------------------------------------------------- */

#recommendWrap{
	/*border:1px solid #F7F2F2;*/
	border-radius:3px;
	/*background-color:#fffcfd;*/
	padding:0 8px 17px 8px !important;
}

#recommendWrap h3{
	margin-bottom:25px;
        padding-bottom:12px;
        border-bottom: 2px dotted #EA95AA;
}

#recommendWrap ul{
        padding: 0 5px;
}


#recommendWrap ul li{
	width:33%;
	float:left;
	padding-right:6px;
}

#recommendWrap ul li img{
	border:1px solid #e3e2e3;
	margin-bottom:1%;
}

.recommendTxt{
        padding: 5px;
        margin-top: 5px;
}

.recommendTxt p{
	font-size:13px;
}

.recommendTxt span{
        color:#666666;
}

.recommendTxt p a{
	font-size:12px;
	color:#ed708a;
	font-weight:bold;
}

.recommendTxt p a:hover{
	color:#c14b6d;
}

h3.recommendWrapTitle_SP {
  display:none;
}


/* TOPページ ランキング
------------------------------------------------------------------------------------------------------------------------- */
.sysIconRank img{
   width:80% !important;
}

/* TOPページ 新商品
------------------------------------------------------------------------------------------------------------------------- */
.sysIconRank img{
   width:80% !important;
}

#NewArrivalBlockTitle h3{
   border-bottom:none !important;
}

#NewArrivalBlockTitle {
   border-bottom: 2px dotted #EA95AA;
}

/* サイド お知らせ
------------------------------------------------------------------------------------------------------------------------- */
#sideNewsBox {
  margin-top:30px;
}

h3#recentNewsTitle {
  text-indent:-9999px;
  background:url("../img/topMain/menu_news.png") no-repeat;
}

/* 下層ページ
------------------------------------------------------------------------------------------------------------------------- */
.subPage{
   font-size:13px;
   line-height:150%;
}

.sysNavImg{
   margin-bottom:20px;
}

.sysCart #sysMain .sysConfirmButton input[type=submit], .sysCart #sysMain input[type=submit]{
  height:45px;
  font-size:14px !important;
}

li.guideInfoListFirst{
  display:none;
}


/* ヘッダー
------------------------------------------------------------------------------------------------------------------------- */

#headerLeft{
  float:left;
  width:400px;
}

#headerRight{
  float:right;
}

#header h1{
  font-size:12px;
  font-weight:normal;
  margin-bottom:40px;
  color:#333333;
}

#header h1#htest{
  font-size:12px;
  font-weight:normal;
  margin-bottom:5px;
  color:#333333;
}

Marquee{
  width:-webkit-fill-available;
  font-size:12px;
  font-weight:normal;
  margin-bottom:10px;
  padding-left:30px;
  color:#333;
}

Marquee img{
margin-top:-2px;
}


#logo img{
  width: 400px;
}

ul#headerTopMenu{
    float:right;
}

ul#headerTopMenu li{
    float:left;
    margin-right:2px;
}

ul#headerMainMenu li{
    float:left;
}

ul#headerTopMenu {
    margin-bottom:55px;
}

<!--ul#headerTopMenu {
    margin-bottom:30px;
}
-->
ul#headerMainMenu {
    border-top:none !important;
}


a.topMenu{
    display:block;
    height:40px;
    width:115px;
    text-indent:-9999px;
    overflow:hidden;
}

a.topMainMenu{
    display:block;
    height:41px;
    width:150px;
    text-indent:-9999px;
    overflow:hidden;
}

a.topMainMenu02{
    display:block;
    height:41px;
    width:151px;
    text-indent:-9999px;
    overflow:hidden;
    margin-right:25px;
}

a.topMenu:hover{
    background-position:0 -40px;
}

a.topMainMenu:hover{
    background-position:0 -41px;
}

a.topMainMenu02:hover{
    background-position:0 -41px;
}

a.btnTopMenuMember{
    background:url(../img/topMain/btn_PC_topMenu_member.jpg?6758) no-repeat;
}

a.btnTopMenuMypage{
    background:url(../img/topMain/btn_PC_topMenu_mypage.jpg?4379) no-repeat;
}

a.btnTopMenuGuide{
    background:url(../img/topMain/btn_PC_topMenu_guide.jpg?7835) no-repeat;
}

a.btnTopMenuMail{
    background:url(../img/topMain/btn_PC_topMenu_mail.jpg?5950) no-repeat;
}

a.btnTopMenuRequest{
    background:url(../img/topMain/btn_PC_topMenu_request.jpg?389) no-repeat;
}

a.btnTopMenuYoyaku{
    background:url(../img/topMain/btn_topMenu_yoyaku.png) no-repeat;
}

a.btnTopMenuNewitem{
    background:url(../img/topMain/btn_topMenu_newitem.png) no-repeat;
}

a.btnTopMenuCampaign{
    background:url(../img/topMain/btn_topMenu_campaign.png) no-repeat;
}



/* フッター
------------------------------------------------------------------------------------------------------------------------- */

#pagetopSP{
  display:none;
}


.footerColumn{
  width: 195px;
  height: 120px;
  margin-right: 10px;
  float: left;
  border-right: 1px dotted #FFF;
  padding-left: 10px;
}

.lastFooterColumn{
  border:none; !important;
}

.footerColumn ul{
        line-height:170%;
}


.footerColumn h4{
        margin-bottom:10px;
}

.footerColumn h4 a{
        color:#FFFFFF;
}

.footerColumn h4 a:hover{
        text-decoration:underline;
}

.footerColumn ul li a{
	color:#FFF;
}

.footerColumn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.footerColumn ul li{
  background:url("../img/topMain/icon_footer_navi.gif") left no-repeat;
  padding-left:15px;
}

#copySP{
  display:none;
}

/*-------タブレットとスマホのフッターを見えなくする----*/
.footerMenuSP { display: none;}
#infoBox{ display:none;}

/*-------お問い合わせフォーム及びよくある質問への追記----*/


.sysForm .sysFormField textarea {
  width:80% !important;
height:80px;
padding:10px 0;
}
#sysFormIndex #sysMain form .sysForm{
}



.formSelectBtn a{
text-align: center;
margin-top:15px; 
}

#infoBefore{
width:330px;
float:left;
}

#infoAfter{
width:330px;
float:right;
}

#infoGroup a{
width:50%;
}

/* マイページ関連
------------------------------------------------------------------------------------------------------------------------- */

.sysMypageNav input[type="submit"] {
  border: 0;
  margin: 7px 3px;
  padding: 10px;
  width: 49% !important;
  color: #fff;
  float: left;
  height: 65px;
}

h3.SysMypageMinorHeadLine {
border-bottom:none !important;
}

#sysMypageEditDelivery .sysFormField input[type="text"], #sysMypageEditDeliveryinput .sysFormField input[type="text"] {
  height:30px;
  padding-left:10px;
  width:80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}

#sysMypageEditDelivery .input-append button[type="button"] {
  display:block;
  margin-top:10px;
}

/* カートページ
------------------------------------------------------------------------------------------------------------------------- */
.sysCart h1 {
font-size: 12px !important;
}



/* サイトマップ
------------------------------------------------------------------------------------------------------------------------- */

.sitemapWrap .sitemapBox{
width:25%;
min-height:205px;
max-height:280px;
float:left;
}

.sitemapWrap .sitemapBox ul li{
line-height:25px;
}

/* 商品のレビューページ
------------------------------------------------------------------------------------------------------------------------- */

#sysItemReviewIndex #contentsBox #sysMain input[type="submit"]{
margin:7px 0px 20px 0px;
width:30%;
display:block;
padding:5px;
}

.sysReview input[type="submit"]{
font-size: 14px!important;
width:200px;
margin: 20px 0px 0px 12px!important;
color: #FFF;
background-color:#666;
float: left;
text-align:center;
}
.sysReview input[type="submit"]:hover{
color:#fff;
	background-color:#E86086 ;
}

/* リクエストページについて
------------------------------------------------------------------------------------------------------------------------- */
#requestBgWrap{
width:80%;
margin:0 auto;
}

/* フォーム 設定
----------------------------------------------------------------------------------------------------------------- */

/*input[type="submit"],input[type="submit"], #sysFormConfirm button[type="submit"], #sysMemberRegisterConfirm button[type="submit"] {
        width: 30% !important;
}*/

#sysMemberRegisterConfirm .sysFormField, #sysFormConfirm .sysFormField, #sysMypageEditConfirm #sysMain .sysFormField {
  width: 60%;
}

#sysFormConfirm #sysMain .sysButton {
  float: left;
  width: 46%;
}

#sysFormConfirm #sysMain .sysNextSubmit {
  float: right;
  width: 46%;
}
}
/* #END_OF_RESOURCE_FILE */
