html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 12px;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input, select {
	vertical-align:middle;
}

/* 共通 */

body {
	color:#151515 ;
	background:#ffffff;
	font-size: 12px;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}

input, textarea {
}

input[type=text], input[type=password], textarea, select{
/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
*/
	border:1px solid #cccccc;
	min-height:25px;
    margin: 5px 0;
}
input[type=text], input[type=password], textarea{
	padding: 2px 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #151515;
}

/* 文字サイズ */
.large_ {
	font-size: 14px;
}
.xlarge_ {
	font-size: 16px;
}
.small_ {
	font-size: 10px;
}
.xsmall_ {
	font-size: 8px;
}
/**/

.leftfloat_ {
	float: left;
}
.rightfloat_ {
	float: left;
}
.clear_ {
	clear: both!important;
}
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
	color:#dd240f;
	font-size: 12px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}

/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	padding: 1px 10px;
	margin-top: 3px;
}

.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}

span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}

.hiddenEnter_ {
	width:0;
	height:0;
}

/**/

/* ボタン */
.button_ {
	color: #fff;
}

.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.orange_button_ {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #C0504D), color-stop(0.01, #C0504D));
    background: -webkit-linear-gradient(top, #C0504D 1%, #C0504D 100%);
    background: -moz-linear-gradient(top, #C0504D 1%, #C0504D 100%);
    background: -o-linear-gradient(top, #C0504D 1%, #C0504D 100%);
    background: -ms-linear-gradient(top, #C0504D 1%, #C0504D 100%);
    background: linear-gradient(to bottom, #C0504D 1%, #C0504D 100%);
    border: 1px solid #dd240f;
    color: #fff;
}

.blue_button_ {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #666), color-stop(0.01, #666));
    background: -webkit-linear-gradient(top, #666 1%, #666 100%);
    background: -moz-linear-gradient(top, #666 1%, #666 100%);
    background: -o-linear-gradient(top, #666 1%, #666 100%);
    background: -ms-linear-gradient(top, #666 1%, #666 100%);
    background: linear-gradient(to bottom, #666 1%, #666 100%);
    border: 1px solid #666666;
}

.green_button_ {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00842f), color-stop(0.00, #00842f));
    background: -webkit-linear-gradient(#00842f, #00842f);
    background: -moz-linear-gradient(#00842f, #00842f);
    background: -o-linear-gradient(#00842f, #00842f);
    background: -ms-linear-gradient(#00842f, #00842f);
    background: linear-gradient(#00842f, #00842f);
    border: 0;
}

.gray_button_ {
	background-color:#999;
	background: -moz-linear-gradient(top,#ccc,#999);
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}

.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
/**/

.common_headline1_ {
    margin: 10px;
    font-size: 19px;
    font-weight: bold;
}

.common_headline2_ {
    background: #FFF;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #EDEDED;
}

/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#CC0000;
	font-weight:bold;
}

/**/
img {
    vertical-align: bottom;
}
/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */

div.wrapper_ {
}
header {
    position: relative;
}
header .header_top_ {
    overflow: hidden;
}
header .header_top_ #sitelogo {
    float: left;
    width: 20%;
    background: #ffc600;
    margin-right: 1%;
    text-align: center;
}
header .header_top_ #sitelogo img {
    width: 65px;
}

header nav#globalnav {
    float: left;
    width: 78%;
}
header nav#globalnav ul {
    overflow: hidden;
    background: #ffffff;
    margin-top: 5px;
}
header nav#globalnav ul li {
    float: left;
    width: 25%;
}
header nav#globalnav ul li a {
    display: block;
    height: 50px;
    text-indent: -9999px;
}

/* 店舗検索 */
header nav#globalnav ul li#gnav_shop a {
    background: url(../img/usr/sb/header/gnav_shop.png) no-repeat center center;
    background-size: 65px 50px;
    -webkit-background-size: 65px 50px;
}
/* 新規会員登録 */
header nav#globalnav ul li#gnav_registration a {
    background: url(../img/usr/sb/header/gnav_registration.png) no-repeat center center;
    background-size: 65px 50px;
    -webkit-background-size: 65px 50px;
}
/* ログイン */
header nav#globalnav ul li#gnav_login a {
    background: url(../img/usr/sb/header/gnav_login.png) no-repeat center center;
    background-size: 65px 50px;
    -webkit-background-size: 65px 50px;
}
/* マイページ */
header nav#globalnav ul li#gnav_mypage a {
    background: url(../img/usr/sb/header/gnav_mypage.png) no-repeat center center;
    background-size: 65px 50px;
    -webkit-background-size: 65px 50px;
}
/* ログアウト */
header nav#globalnav ul li#gnav_logout a {
    background: url(../img/usr/sb/header/gnav_logout.png) no-repeat center center;
    background-size: 65px 50px;
    -webkit-background-size: 65px 50px;
}
/* メニュー */
header nav#globalnav ul li#gnav_menu {
    width: 23%;
    border: 1px solid #dd240f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin: 0;
}
header nav#globalnav ul li#gnav_menu a {
    background: url(../img/usr/sb/header/gnav_menu.png) no-repeat center center;
    background-size: 49px 48px;
    -webkit-background-size: 49px 48px;
}
/*カテゴリメニュー
---------------------------------*/
header #categorynav {
}
header #categorynav ul {
    overflow: hidden;
    background: #000000;
    width: 100%;
}

/* 2014 04 24 修正 ▼ 2014/6/27 追加修正 */

/*
header #categorynav ul li {
	float: left;
	background: #333333;
	width: 23%;
	border-left: 1px dotted #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*/

header #categorynav ul li {
    float: left;
    background: #333333;
    width: 19%;
    border-left: 1px solid #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* 2014 04 24 修正 ▲ */


/* メンズ */
header #categorynav ul li#cnav_mens.active_ {
    background: #0093f0;
}
/* レディース */
header #categorynav ul li#cnav_ladies.active_ {
    background: #ff6699;
}
/* キッズ */
header #categorynav ul li#cnav_kids.active_ {
    background: #ff9933;
}
/* シューケア */
header #categorynav ul li#cnav_care.active_ {
    background: #090;
}
header #categorynav ul li:first-child {
    border: 0;
}
header #categorynav ul li a {
    display: block;
    height: 40px;
    text-indent: -9999px;
}
/* メンズ */
header #categorynav ul li#cnav_mens a {
    background: url(../img/usr/sb/header/nav_mens.png) no-repeat center center;
    background-size: 61px 35px;
    -webkit-background-size: 61px 35px;
}
/* レディース */
header #categorynav ul li#cnav_ladies a {
    background: url(../img/usr/sb/header/nav_ladies.png) no-repeat center center;
    background-size: 61px 35px;
    -webkit-background-size: 61px 35px;
}
/* キッズ・ジュニア */
header #categorynav ul li#cnav_kids a {
    background: url(../img/usr/sb/header/nav_kids.png) no-repeat center center;
    background-size: 61px 35px;
    -webkit-background-size: 61px 35px;
}
/* シューケア */
header #categorynav ul li#cnav_care a {
    background: url(../img/usr/sb/header/nav_care.png) no-repeat center center;
    background-size: 61px 35px;
    -webkit-background-size: 61px 35px;
}
/* カート */
header #categorynav ul li#cnav_cart {
    width: 22%;
    background: #000000;
}
header #categorynav ul li#cnav_cart a {
    background: url(../img/usr/sb/header/nav_cart.png) no-repeat center center;
    background-size: 72px 35px;
    -webkit-background-size: 72px 35px;
}
/*赤地のガイド
----------------------------------*/
header #head_guide {
    background: #dd240f;
    /*padding: 10px;*/
	padding:2px 0;/*新規*/
}
header #head_guide ul {
    overflow: hidden;
   /*width: 100%;*/
   width:90%;
   margin:0 auto;/*新規*/
}
/* 2014 04 24 修正 ▼ */
/*
header #head_guide ul li {
    float: left;
    width: 30%;
    margin: 0 2.5% 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}
header #head_guide ul li:last-child {
    margin: 0;
}
header #head_guide ul li a {
    display: block;
    padding: 4px 0;
    height: 100%;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
header #head_guide ul li.one_line_ a {
    padding: 12px 0 11px;
}
*/

header #head_guide ul li {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
    vertical-align: middle;
    line-height:1.2;
}
header #head_guide ul li:first-child{
	margin-left:3%;
}
header #head_guide ul li:last-child {
    margin: 0;
}
header #head_guide ul li a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    height:25px;
}
header #head_guide ul li:nth-child(1) a {
	background:url(../img/usr/sb/header/ico_yen.png) left no-repeat;
	background-size: 18px auto;
	padding-left: 20px;
}
header #head_guide ul li:nth-child(2) a {
	background:url(../img/usr/sb/header/ico_dump.png) left no-repeat;
	background-size:32px 25px;
	line-height:25px;
	padding-left:37px;
}
header #head_guide ul li:nth-child(3) a {
	background:url(../img/usr/sb/header/ico_shoes.png) left no-repeat;
	background-size: 28px auto;
	padding-left: 30px;
}
/* 2014 04 24 修正 ▲ */

/*
header #head_guide ul li.one_line_ a {
    padding: 12px 0 11px;
}
*/


/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
#search_box_head {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}
form.search_form_ {
    overflow: hidden;
}

form.search_form_ input.keyword_{
    float: left;
    border: 1px solid #cccccc;
    background: #ededed;
    color: #999999;
    width: 75%;
    min-height: 23px;
    line-height: 23px;
    padding: 0 5px;
}
form.search_form_ .placeholder_ {
}
form.search_form_ .search_button_ {
    float: right;
    width: 19%;
    min-height: 25px;
    background: #666666 url(../img/usr/sb/header/search_button_.png) no-repeat center center;
    background-size: 65px 25px;
    -webkit-background-size: 65px 25px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    text-indent: -9999px;
    border: 0;
    margin-top:5px;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
div.bgbanner_ {
    padding: 10px 10px 0;
    background: #eeeeee;
}
div.bgbanner_ ul.column1_ li {
    text-align: center;
    margin-bottom: 10px;
}
div.bgbanner_ ul.column1_ li img {
    max-width: 100%;
}
ul.buttons_ {
    overflow: hidden;
}
ul.buttons_ li {
    width: 48%;
    margin-bottom: 10px;
}
ul.buttons_ li:nth-child(odd) {
    float: left;
}
ul.buttons_ li:nth-child(even) {
    float: right;
}
ul.buttons_ li a {
    display: block;
}
ul.buttons_ li a img {
    width: 100%;
}


footer {
}

footer nav#footernav {
}
footer nav#footernav ul {
    overflow: hidden;
    border-top: 1px solid #ededed;
}
footer nav#footernav ul li {
    width: 50%;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer nav#footernav ul li:nth-child(odd) {
    float: left;
    border-right: 1px solid #ededed;
}
footer nav#footernav ul li:nth-child(even) {
    float: right;
}
footer nav#footernav ul li a {
    display: block;
    background: url(../img/usr/sb/icon_arrow2.png) no-repeat right center;
    background-size: 20px 10px;
    -webkit-background-size: 20px 10px;
    padding: 10px;
    font-size: 10px;
}
footer nav#footernav ul li img {
}
footer #copyright {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 10px;
    color: #fff;
	border-top: 1px solid #fff;
}
/* ページトップ */
/*
#page_top {
    padding: 10px;
}
#page_top a {
    display: block;
    background: #999999;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
#page_top a span {
    background: url(../img/usr/sb/footer/page_top.png) no-repeat left center;
    background-size: 8px 10px;
    -webkit-background-size: 8px 10px;
    padding: 0 0 0 15px;
}
*/

/*-- ▼追加 20140424 --*/
#page_top {
	margin:10px;
	background:#999999;
}

#page_top > a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:75%;
}
#page_top > a > span {
	background: url(../img/usr/sb/footer/page_top.png) no-repeat left center;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	padding: 0 0 0 15px;
}
#page_top > span.historyback{
	display:inline-block;
	border-right:solid 1px #ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:25%;
	padding: 15px 0;
}
#page_top > span.historyback > a{
	display:block;
	background: url(../img/usr/sb/arrows_left.png) center no-repeat;
	text-indent:-9999px;
	background-size:15px 20px
}

/*-- ▲追加 20140424 --*/


/**/
footer #footerbtm {
    background: #333333;
    padding: 20px 10px 10px;
}

footer .chage_mode_ {
	margin: 0 auto 20px;
    overflow: hidden;
    width: 50%;
}
footer .chage_mode_ span {
    display: block;
    width: 46%;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
footer .chage_mode_ span.change_pc_ {
    float: left;
    background: #ffffff;
    color: #151515;
    margin-right: 3%;
}
footer .chage_mode_ span.change_sp_ {
    float: right;
    background: #474747;
    color: #fff;
    margin-left: 3%;
}
/* SNS */
footer .sns_nav_ {
    margin-bottom: 20px;
}
footer .sns_nav_ ul {
    text-align: center;
}
footer .sns_nav_ li {
    display: inline-block;
    width: 11%;
    margin: 0 4%;
}
footer .sns_nav_ li a {
    display: block;
    text-align: center;
}
footer .sns_nav_ li a img {
    max-width: 100%;
}
/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}

img.top_banner_ {
	max-width: 100%;
}


/* --------------------------------------------------------------------
	トップページフッター テキストリンク
-------------------------------------------------------------------- */


div.bgbanner_text_ {
	background: #eeeeee;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


div.bgbanner_text_ .column1_ li {
	background-color: #EEE;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	height: 45px;
}

div.bgbanner_text_ .column1_ li a {
	display: block;
}


/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.loginform_ {
	margin-bottom: 10px;
}

div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin:10px auto;
}
.login-list {
	overflow:hidden;
	text-align:left;
	border-top:1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width:100%;
}
.login-list li.inputimage_ a {
	display:block;
	padding-left:50px;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #9fb7d4;
	color:#000;
	background-repeat:no-repeat;
	background-position:5px 50%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */

div.customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#333333;
    color: #fff;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}

#mypagenav {
	margin-bottom: 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #EDEDED url(../img/usr/sb/icon_arrow2.png) right center no-repeat;
    background-size: 20px 10px;
    -webkit-background-size: 20px 10px;
}

/* 担当者情報 */
div.staff_ {
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	margin-bottom: 10px;
	background-color:#ffbfbf;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.staff_ div.staff_head_ {
	width: 100%;
	overflow: hidden;
}
div.staff_ div.staff_head_ h2 {
	float: left;
	display: inline;
	line-height:1.1;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.staff_ div.staff_info_ {
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
}

/* トピック全て */
div.mymenu_topic_ {
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.mymenu_topic_ .topiclist_head_ {
	overflow: hidden;
}
div.mymenu_topic_ .topiclist_head_ h2 {
	float: left;
	display: inline;
	line-height:
	line-height:1.1;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.mymenu_topic_ .topiclist_body_ {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
	padding: 2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.mymenu_topic_ ul.topicline_ li {
	border-bottom: 1px dotted #cccccc;
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child {
	border-bottom-style: none
}
div.mymenu_topic_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

.customer_ {
	margin-bottom: 10px;
}
.customer_ p {
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

/* --------------------------------------------------------------------
	あとで見るリスト全て
-------------------------------------------------------------------- */
.common_headline1_#afterlook {
    background-image: url(../img/usr/heart_g.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

/* --------------------------------------------------------------------
	マイページ　法人会員全て　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_ {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #cccccc;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_ {
	border: none !important;
}
table.order_ {
}
table.sales_,
table.method_ {
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.history_ th {
	background-color: #EDEDED;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_ {
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd {
	display: block;
	white-space: nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left: 0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd {
	margin-left: 5px;
}
/**/

/* 承認 */
div.approval_ table th {
	white-space: nowrap;
}
div.approval_ table td.total_ {
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td { 
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td {
	
}
div.approval_ table.approvallist_.approval_1st_ok_ td {
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td {
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td {
}
div.approval_ table.approvallist_.approval_sales_ng_ td {
	background-color:#f3f3f3;
}
table.approval_cart_ {
	width: 100%;
}
table.approval_cart_ tr.linespace_ {
	border-style: none;
}
table.approval_cart_ tr.linespace_ td {
	border-style: none;
	height: 10px;
}
table.approval_cart_ .goods_name_ {
	width: auto;
}
table.approval_cart_ td.money_ {
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.money_ ul {
	width: 100%;
}
table.approval_cart_ li.money_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ li.qty_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.button_ {
	text-align: center;
	width: 66px;
}
table.approval_cart_ td.total_ {
	text-align:right;
}
table.approval_cart_ td.cancel_dt_ {
	color: #cc0000;
	font-weight: bold;
	width: 66px;
}
table.approval_cart_ .qty_ input {
}
td.reapproval_ {
	background-color:#ffffe0;
}
.doapproval_ {
	background-color:#ffffe0;
}

table.approval_comment_ {
	width: 100%;
}
table.approval_comment_ td {
	border-style:none;
	padding: 3px;
}
table.approval_comment_ th {
	padding: 3px;
	text-align: left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_ {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th {
	width: 30%;
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}
table.approval_cart_ th {
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea {
	width: 100%;
}

/* 商品全て */
table.approval_ {
	text-align:left;
	margin-bottom: 10px;
}
table.approval_ {
	border: 1px solid #CCCCCC;
}

table.approval_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.approval_ .goods_ {
	width: 20%;
}
table.approval_ .name_ {
}
table.approval_ .qty_ {
	width: 16%;
	text-align: right;
}
table.approval_ .amt_ {
	width: 20%;
	text-align: right;
}
table.approval_ .money_ {
	width: 20%;
	text-align: right;
}
table.approval_ th {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #e5f3ff;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 10px;
}
div.customer_ li.bookmark_item_ {
	padding: 10px 0;
	vertical-align: top;
	display: table;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px solid #EDEDED;
}


li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: inline;
	width: 20px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
div.customer_  div.del_ {
	text-align: right;
}
div.bookmark_ {
	width: 100%;
}
table.bookmark_ {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}
table.bookmark_ td.form_ {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	background-color: #e5f3ff;
}
table.bookmark_ td.form_ p.input_title_ input {
	width: 95%;
}
table.bookmark_ td.img_ {
	padding: 5px;
	width: 60px;
	border-bottom: 1px solid #cccccc;
}
table.bookmark_ td.img_ img {
	width: 50px;
}
table.bookmark_ td.name_ {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin: 10px 0;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/sb/icon_arrow2.png) right center no-repeat;
    background-size: 20px 10px;
    -webkit-background-size: 20px 10px;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
    margin: 0 10px 10px;
}
dl.contactlist_line_ .contactlist_head_ {
    background: #333333;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
    border: 3px solid #eeeeee;
    padding: 5px;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	text-align: center;
	margin:0 10px 10px;

}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}

table.cartlist_ {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #CCCCCC;
    line-height: 110%;
}
table.cartlist_ tr.list_ {
	border-bottom: 1px solid #CCCCCC;
}
table.cartlist_ td {
	padding: 5px;
}
table.cartlist_ td.img_ {
	width: 52px;
}
table.cartlist_ td.img_ img {
	width: 48px;
}
table.cartlist_ td.name_ {
	width: 80%;
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.price_box_ {
	vertical-align: top;
	text-align:right;
	width:90px;
}
table.cartlist_ td.money_ {
	width:90px;
	text-align:right;
}
table.cartlist_ .price_box_ li.money_ {
	width:90px;
	text-align:right;
	padding: 2px;
}
table.cartlist_ .price_box_ li.qty_ {
	text-align:right;
	width:90px;
	padding: 2px;
}
table.cartlist_ td.button_ {
	vertical-align: middle;
	text-align: center;
	width: 64px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	text-align: right;
}

input.calc_ {
	width:0px;
	height:0px;
}

div.postage_comment_ {
    padding: 0px 5px 0 5px;
    margin: 0px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}

div.postage_comment3_ {
	padding: 5px 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #CC0000;
}

div.postage_comment4_ {
	padding: 5px 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #404040;
}

/* --------------------------------------------------------------------
    カート画面
-------------------------------------------------------------------- */
div.restock_.active_ {
	min-width:128px;
	min-height:30px;
	text-indent:-9999px;
	background:url(../img/usr/cart/sb/btn_notified.png) center top no-repeat;
	-webkit-background-size:128px 30px;
	background-size:128px 30px;
}
div.lookafter_.active_ {
	text-indent:-9999px;
	background:url(../img/usr/cart/sb/ico_favorite_active.png) center top no-repeat;
	-webkit-background-size:30px 30px;
	background-size:30px 30px;
}
table.restock_ {
    margin: 0 auto 10px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}
table.restock_ tr.list_ {
    border-bottom: 1px solid #CCCCCC;
}
table.restock_ tr.list_ .name_{
    margin-bottom: 10px;
}
table.restock_ td {
    padding: 5px;
}
table.restock_ td.img_ {
}
table.restock_ td.img_ img {
    width: 48px;
}
table.restock_ td.name_ {
    vertical-align: top;
}
table.restock_ td.name_ .name1_ {
    font-weight: bold;
}
table.restock_ td.name_ .name2_ {
    font-size: 12px;
}
table.restock_ td dl dt{
    font-weight: bold;
}
table.restock_ td dl dt,
table.restock_ td dl dd{
    display: inline;
}
table.restock_ td.code_,
table.restock_ td.color_,
table.restock_ td.size_{
    
}
table.restock_ td.button_ {
    vertical-align: middle;
    text-align: center;
    width: 64px;
}
.qty_fix{
    width: 30px;
    text-align: center;
    background: #e5e5e5;
    padding:2px 0;
    margin: 0 0 0 auto;
}
input[type="submit"].cart_button_ {
    -webkit-appearance: none;
}
.cartlist_ .btn_wrap {
    text-align: center;
    margin-bottom: 10px;
}
.cartlist_ .btn_online {
    font-size: 16px;
    margin: 0px 3% 0;
    display: block;
    padding: 10px 0;
    background-color: #C0504D;
    color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cartlist_ .btn_sub {
    width: 170px;
    font-size: 14px;
    color: #000;
    margin: 10px auto 10px;
    display: block;
    padding: 7px 0;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.submit_new_ {
    margin: 0 4%;
    line-height: 150%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
.submit_new_top a {
    text-decoration: underline;
}
.submit_new_top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}
.submit_new_ h3 {
    font-weight: 600;
    font-size: 14px;
}
.submit_new_ p {
    margin-bottom: 15px;
}
.formlist_ {
    border-bottom: none !important;
}
.formlist_ td:last-child {
    border-bottom: none !important;
}
/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}

div.method_host_ div.host_info_ {
    margin: 0 10px 10px;
}
div.method_host_ .host_name_ {
    background: #333333;
    color: #fff;
    padding: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
    border: 3px solid #eeeeee;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/* 送り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}

/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
    background: #333333;
    padding: 5px;
    color: #fff;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
    border: 3px solid #eeeeee;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}

/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.method_box_ div.method_box_content_ label {
	padding: 5px 0;
    margin-right: 5px;
	display: inline-block;
}

/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}

/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}

/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #EDEDED;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品全て */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}

table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding: 3px;
}
/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 5px solid #EDEDED;
}
div.order_ div.method_address_ .map_detail {
	padding: 0 10px 15px 10px;
	text-align: right;
}


table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #EDEDED;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_ {
	border:none;
}
div.order_ div.method_gift_ .gift_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_gift_ label {
	margin-right: 20px;
}
div.order_ div.method_gift_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_gift_ td {
	border:none;
}
div.estimate_card_form_ {
}


/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EDEDED;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.order_ table.order_ td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #999999;
    color: #fff;
	font-weight: normal;
	text-align: left;
}

/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}


/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom: 10px;
}
div.intro_box_ table {
	width: 100%;
}
div.intro_box_ table.intro_address_ {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
div.intro_box_ table th {
	font-weight: normal;
	text-align: left;
	background-color: #e5f3ff;
	padding: 3px;
}
div.intro_box_ table td  {
	padding: 3px;
}
div.intro_box_ table td.title_  {
	width: 24%;
}
div.intro_box_ table.intro_address_ .even td  {
	background-color: #ffffe0;
}
.mail_ input  {
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:5px;
    color: #fff;
	background-color: #999999;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
dl.formdetail_ dt:first-child {
    border-top: 0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 5px 10px;
}
dl.formdetail_ dd:last-child {
    border-bottom: 0;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}
/* --------------------------------------------------------------------
	Twitterボタンの幅調整 
-------------------------------------------------------------------- */
/* Twitterボタンの幅調整 */
iframe.twitter-share-button {
	width: 90px!important;
}


/*=====================================================
    ギフト対応
===================================================== */   
div.method_box_ div.payment_frame_.method_box_content_ {
    padding: 0;
    margin: 10px;
}
div.method_box_ div.payment_frame_.method_box_content_ label {
    width: 100%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#method_gift {
    display: none;
    padding: 10px 0 0;
    margin: 10px;
    background-color: #faf9f3;
    border: 1px solid #666;
    overflow: hidden;
}
#method_gift .method_gift_inner_ {
    padding: 0 0 10px 0;
}
#method_gift #method_gift_box {
    clear: both;
    padding: 10px;
}
#method_gift #method_gift_box p,
#method_gift #method_gift_box li {
    line-height: 1.8;
}
#method_gift .method_box_content_ input[type="text"] {
    width: 65%;
    margin-right: 5px;
}
#method_gift #giftprice_num {
    width: 85%;
    margin-right: 5px;
}
#method_gift .method_box_content_ span.title_ {
    display: inline-block;
    width: 72px;
}
#method_gift .method_box_content_ .amount_ {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
/* ボタン */
#method_gift input.giftcard_btn_ {
    width: 100%;
    border: 0;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin-top: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333), color-stop(0.00, #333));
    background: -webkit-linear-gradient(#333, #333);
    background: -moz-linear-gradient(#333, #333);
    background: -o-linear-gradient(#333, #333);
    background: -ms-linear-gradient(#333, #333);
    background: linear-gradient(#333, #333);
    border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.goods_ttl_ {
    background: #333;
    padding: 10px;
    margin-bottom: 10px;
    color: #FFF;
}
.shop_receive_ {
    padding: 10px;
}
.shop_receive_ dl {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.shop_receive_ dl dt {
    width: 50%;
    display: table-cell;
    text-align: center;
}
.shop_receive_ dl dd {
    width: 50%;
    display: table-cell;
    text-align: center;
	vertical-align:middle;
}
.shop_receive_ dl dd a {
	padding:0 0 0 12px;
	background:url(../img/usr/sb/icon_arrow2.png) left center no-repeat;
	-webkit-background-size:20px 10px;
	background-size:20px 10px;
}
.back_cart_btn {
    padding: 10px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}
.back_cart_btn a {
    padding:15px 10px;
	font-size:15px;
	font-weight:bold;
	display: block;
	text-align: center;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
	background: #ffc600;
}







/*SONIQUE追加分-------------------------------------------------------------*/

.al_right { text-align: right; }
.al_left { text-align: left; }
.al_center { text-align: center; }

.alignleft { text-align: left !important;  }


.f_left { float: left; }
.f_right { float: right; }

.clear { clear: both; }

.bold { font-weight: bold; }

.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font14 { font-size: 14px !important; }
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
.font20 { font-size: 20px !important; }
.font22 { font-size: 22px !important; }
.font24 { font-size: 24px !important; }


.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}


.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}


.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}


.mb0{margin-bottom:0px !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}


.pad0{padding:0px !important;}
.pad5{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad25{padding:25px !important;}
.pad30{padding:30px !important;}
.pad35{padding:35px !important;}
.pad40{padding:40px !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{
	padding-top:20px !important;
}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt80{padding-top:80px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}


.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}


.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}





#app {
	z-index: 9052;
	position: relative;
}
.lastChild {
	margin-right: 0!important;
	float: right!important;
}

.zoom_android {
	zoom: 1!important;
}

html {
	height: 100%;
}
#Header {
	width: 100%;
	height: 67px;
	position: relative;
}
#Header h1 {
	width: 54px;
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 9099;
}
#Header h1 a {
	width: 100%;
	height: 53px;
	display: block;
}
#Header h1 a:hover {
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#abcmart_logo_ {
    width: 54px;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 99;
}

#HeadNavi {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#HeadNavi div {
    padding: 0 68px;
    position: relative;
    z-index: 9080;
}
#HeadNavi a {
	width: 25%;
	display: block;
	text-align: center;
	float: left;
	height: 55px;
	line-height: 55px;
	padding-top: 12px;
}
#HeadNavi a:hover {
	width: 25%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#HeadNavi a img {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*#Menu{position:relative;display:block;height:53px; z-index:50;}*/
#Menu {
	position: relative;
	display: block;
	z-index: 9060;
}
#Menu .btn_menu {
	display: block;
	cursor: pointer;
	width: 53px;
	float: right;
	margin-right: 7px;
	margin-top: 7px;
}
#Menu .btn_menu:hover {
	width: 53px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#Menu .btn_menu img {
	display: block;
	width: 100%;
	height: auto;
}
#Menu .menu_box {
	width: 100%;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
#Menu .btn_close {
	cursor: pointer;
	clear: both;
	width: 67px;
	background-color: #E6E6E6;
	padding: 7px 0;
	text-align: center;
	float: right;
}
#Menu .btn_close img {
	margin: 0 auto;
}
.header_search {
	background-color: #F2F2F2;
	padding: 17px 12px;
	border-bottom: #797979 solid 1px;
}
.header_search .btn_search_s01 {
	width: 75px;
	height: 45px;
	float: right;
	background-color: #4D4D4D;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
}
.header_search .btn_search_s01:hover {
	width: 28%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.header_search .btn_search_s02 {
	width: 28%;
	height: 35px;
	float: right;
	background-color: #4D4D4D;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
}
.header_search .btn_search_s02:hover {
	width: 28%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.header_search .box_txt01 {
	border: #666 solid 1px;
	font-size: 14px;
	padding: 13px;
	margin: 0;
	width: 70%;
}
.header_search .box_txt02 {
	border: #666 solid 1px;
	font-size: 14px;
	padding: 8px 10px;
	margin: 0;
	width: 70%;
}
.header_tab {
	clear: both; 
	/*padding-top:5px;*/
}
.header_tab_ttl {
	background-color: #F2F2F2;
}
.header_tab_ttl li {
	width: 32.83%;
	text-align: center;
	background-color: #4D4D4D;
	float: left;
	cursor: pointer;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0;
	margin-right: 0.75%;
}
.header_tab_ttl li:hover, .header_tab_ttl li.cur {
	background: #C1272D;
}
.header_tab_box {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.header_tab_list {
	width: 300%;
}
.header_tab_list .tabCon {
	float: left;
	width: 33.33%;
	text-align: left;
	position: relative;
	margin-top: 5px;
}

.header_menu_list .header_menu_box .header_tab .header_tab_box .header_tab_list .tabCon {
    margin-top: 0px;
}

.header_tab_list li, .header_search_list li {
	background: #F2F2F2 url(../images/header/ico02.png) no-repeat 97% 50%;
	border-bottom: #797979 solid 1px;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
}
.header_tab_list li a, .header_search_list li a {
	color: #151515;
	padding: 12px;
	display: block;
}
.header_tab_list li a.ico, .header_search_list li a.ico {
	padding-left: 28px;
	background: url(../images/header/ico01.png) no-repeat 12px 50%;
}
.header_tab_list li a small, .header_search_list li a small {
	display: block;
	font-size: 11px;
}
.header_tab_list li:hover, .header_search_list li:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.header_search_list li {
	width: 100% !important;
	padding: 0 !important;
	text-align: left;
}
.header_search_list li:hover, .header_search_list li.cur {
	background: #F2F2F2 url(../images/header/ico02.png) no-repeat 97% 50%;
}
.header_menu {
	clear: both;
	padding-top: 5px;
	position: relative;
	z-index: 9099;
	background-color: #CCC;
}
.header_menu_ttl {
	background-color: #CCCCCC;
}
.header_menu_ttl li {
    width: 33.111111%;
    text-align: center;
    background: url(../images/header/bg_navi.gif) repeat-x left top;
    float: left;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0;
    margin-right: 0.33333%;
}
.header_menu_ttl li:hover, .header_menu_ttl li.hit {
	background: #C1272D;
	color: #FFF;
}
.header_menu_box {
	display: none;
}
.header_menu_list {
	width: 100%;
	/*padding-bottom:300px;*/
}
.header_menu_list .tabCon {
	float: left;
	width: 33.33%;
	text-align: left;
}
.header_menu_list li {
	background: #F2F2F2 url(../images/header/ico02.png) no-repeat 97% 50%;
	border-bottom: #797979 solid 1px;
	font-size: 14px;
	font-weight: bold;
}
.header_menu_list li a {
	color: #151515;
	padding: 12px;
	display: block;
}
.header_menu_list li a.ico {
	padding-left: 28px;
	background: url(../images/header/ico01.png) no-repeat 12px 50%;
}
.header_menu_list li a small {
	display: block;
	font-size: 11px;
}
.header_menu_list li:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#Navi {

	background: url(../images/header/bg_navi.gif) repeat-x left bottom;
	height: 108px;

}
#Navi table {
	width: 80%;
	float: left;
}
#Navi td {
	width: 25%;
	text-align: center;
	vertical-align: middle !important;
	font-weight: bold;
	line-height: 1.3em;
}
#Header #HeadNavi div .hnavi-4 {
	width: 22%;
}
#Header #HeadNavi div .hnavi-2 {
	width: 28%;
}

#Navi ul.main_navi{ width:80%; float:left;}
#Navi ul.main_navi li{ width:25%; text-align:center; vertical-align:middle !important; font-weight:bold;line-height:1.3em; float:left;}
#Navi ul.main_navi li small{ display:block;}
#Navi ul.main_navi li a{ text-align:center;height:51px;display:block;}
#Navi ul.main_navi li a span{ line-height:1.2em !important; display:block; padding-top:11px;}
#Navi ul.main_navi li#BtnD a span { padding-top: 20px; }

/*
#Navi li#BtnA,
#Navi li#BtnB,
#Navi li#BtnC,
#Navi li#BtnD{background:url(../images/header/ico04.gif) repeat-y right top;}
#Navi li#BtnA a{ color:#0B3C96;}
#Navi li#BtnB a{ color:#DE5252;}
#Navi li#BtnC a{ color:#E5981E;}
#Navi li#BtnD a{ color:#A67C52;}
#Navi li#BtnA a:hover{background-color:#0B3C96;color:#FFF;}
#Navi li#BtnB a:hover{background-color:#DE5252;color:#FFF;}
#Navi li#BtnC a:hover{background-color:#E5981E;color:#FFF;}
#Navi li#BtnD a:hover{background-color:#A67C52;color:#FFF;}
#Navi li#BtnC a span{ padding-top:4px !important;}
*/

#Navi li#BtnA,
#Navi li#BtnB,
#Navi li#BtnC,
#Navi li#BtnD{background:url(../images/header/ico04.gif) repeat-y right top;
}
#Navi li#BtnA a{
	color: #666666;
}
#Navi li#BtnB a{
	color: #666666;
}
#Navi li#BtnC a{
	color: #666666;
}
#Navi li#BtnD a{
	color: #666666;
}
#Navi li#BtnA a:hover{background-color:#0B3C96;color:#FFF !important;}
#Navi li#BtnB a:hover{background-color:#DE5252;color:#FFF !important;}
#Navi li#BtnC a:hover{background-color:#E5981E;color:#FFF !important;}
#Navi li#BtnD a:hover{background-color:#A67C52;color:#FFF !important;}
#Navi li#BtnC a span{ padding-top:4px !important;}


#Navi li#BtnA a.active{background-color:#0B3C96;color:#FFF !important;}
#Navi li#BtnB a.active{background-color:#DE5252;color:#FFF !important;}
#Navi li#BtnC a.active{background-color:#E5981E;color:#FFF !important;}
#Navi li#BtnD a.active{background-color:#A67C52;color:#FFF !important;}


#Navi {
	height: auto;
}
.slide_navi {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #f2f2f2;
}
.slide_navi_wrap {
      width: 480px;
      white-space: nowrap;
}



.slide_navi_item_ {
	margin: 5px 0px 15px 0px;
	display: inline-block;
}

.slide_navi_wrap li:first-child{ margin: 5px 0px 15px 5px; } 
    
.slide_navi_wrap_link {
	  background-color: #4d4d4d;
	  border-radius: 3px;
	  color: #fff!important;
	  padding: 8px 10px;
	  height:25px;
	  font-size: 14px;
}

li a.slide_navi_wrap_link:last-child {
	  margin-right:5px;
}

.slide_navi_item_ .active_mens {background-color:#0B3C96;color:#FFF !important;}
.slide_navi_item_ .active_ladys {background-color:#DE5252;color:#FFF !important;}
.slide_navi_item_ .active_kids {background-color:#E5981E;color:#FFF !important;}

#HeadSearch {
	position: relative;
	display: block;
}
.btn_search {
	padding-top: 19px;
	height: 45px;
	width: 70px;
	background: url(../images/header/btn_search.png) no-repeat center center;
        background-size: auto auto;
	background-size: 55px 42px;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	z-index: 9000;
}

.head_search_box {
	width: 100%;
	display: none;
	position: absolute;
	right: 0;
	top: -128px;
	z-index: 9099;
}

.head_search_ttl {
	padding: 20px 60px 0 15px;
	font-size: 16px;
	background-color: #FFF;
	height: 47px;
	border-bottom: #CCC solid 5px;
}

.head_search_ttl strong {
	font-size: 16px;
	margin-right: 5px;
}



.head_search_ttl_fixed {
	position: fixed !important;
	width: 100%;

}

.head_search_subbox {
	width: 100%;
	position: relative;
	height: 100%;
	line-height: 100%;
	background-color: #FFF;
	z-index: 9001;
}
.head_search_subboxA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.btn_search_close {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 9001;
}
.btn_search_close_category {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 9001;
}
.btn_search_close_size {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 9001;
}
.btn_search_close_brand {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 9002;
}

.btn_search_brand_az {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 70px;
	top: 7px;
	z-index: 9001;
}



.btn_search_close img {
	margin: 0 auto;
}
.tabCon {
	background-color: #FFF;
}
.search_form {
	padding: 10px 15px 80px 15px;
	background-color: #F2F2F2;
}
.search_form dl {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.search_form dt {
	width: 80px;
	text-align: left;
	font-size: 16px;
	padding-top: 7px;
	float: left;
	font-weight: bold;
}
.search_form dd {
	font-size: 16px;
	padding-left: 80px;
}
.search_form dd select {
	font-size: 16px;
	padding: 5px 8px;
	width: 100%;
}
.search_form .sttl {
	text-align: left;
	font-size: 16px;
	padding-top: 0px;
	display: block;
	clear: both;
	overflow: auto;
	font-weight: bold;
}
.search_form ul {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
}
.search_form ul li {
	width: 32%;
	margin-right: 1.25%;
	float: left;
	font-size: 14px;
	background-image: none;
	border-bottom: none;
	padding:3px 0;
}
.search_form ul li:nth-child {
	margin-right: 0!important;
	
}



@media only screen and (max-width: 400px) {
.search_form ul li {
    width: 46.75555555%;
    margin-right: 1.25%;
    float: left;
    font-size: 14px;
    background-image: none;
    border-bottom: none;
    padding: 3px 0;
}
}














.search_form ul li a {
	display: block;
	border: #ccc solid 1px;
	padding: 10px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
}
.search_form ul li img {
	vertical-align: middle;
	margin: 0 5px;
}
.search_form ul li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.search_form ul li p {
	padding: 3px 0 3px 5px;
	text-align: left;
}
.search_form ol {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 6px;
	overflow: auto;
}
.search_form ol li {
	width: 49%;
	float: left;
	list-style-type: none;
	background-image: none;
	border-bottom: none;
	font-weight: normal;
}
.search_form ol li p {
	padding: 3px 0 3px 5px;
	text-align: left;
	
}

.search_form ol li p label {
margin-bottom: -5px;
	font-size: 14px!important;
}
.search_form input ,.search_form select {
    position:relative;
    top:-3px;
    font-size: 16px;
}

#TabBox-4 input ,#tab-4 select {
    /*position:relative;*/
    top:-3px;
	float: left;
}

#TabBox-5 input ,#tab-5 select {
display: none;
}



#SubBtnA a {
	color: #0B3C96;
}
ul.search_form_sex li {
    width: 24.6% !important;
    margin-right: 0.5%;
    float: left;
    font-size: 14px;
    background-image: none;
    border-bottom: none;
}

@media only screen and (max-width: 370px) {
ul.search_form_sex li {
	width: 48.75555555%!important;
}
}

ul.search_form_sex li a {
	padding: 5px 0px!important;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}

.sizesearch_ttl { 
padding:8px 0px;
    border-bottom: #ccc solid 1px;
	font-size: 16px;
	font-weight:bold;
}






.search_form #SubBtn a.current,  .search_form #SubBtn a:hover {
	background-color: #4D4D4D;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.search_form #SubBtnA a.current,  .search_form #SubBtnA a:hover {
	background-color: #0B3C96;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.search_form #SubBtnB a {
	color: #DE5252;
}
.search_form #SubBtnB a.current,  .search_form #SubBtnB a:hover {
	background-color: #DE5252;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.search_form #SubBtnC {
	margin-right: 0;
}
.search_form #SubBtnC a {
	color: #EFA50F;
}
.search_form #SubBtnC a.current,  .search_form #SubBtnC a:hover {
	background-color: #EFA50F;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}













.search_form td input {
	vertical-align: middle;
}
.search_form td select {
	width: 100%;
	padding: 6px;
	border: #666 solid 1px;
	font-size: 16px;
}
.search_form .btn_search_form {
	width: 205px;
	height: 35px;
	background-color: #C2272D;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	display: block;
	margin: 10px auto 0 auto;
	-webkit-appearance: none;
	box-shadow:0px 0px 7px 0px #cdd3d2;
	-moz-box-shadow:0px 0px 7px 0px #cdd3d2;
	-webkit-box-shadow:0px 0px 7px 0px #cdd3d2;
	
}
.search_form .btn_search_form:hover {
	width: 205px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.search_form .btn_search_form_reset,  .search_form .btn_submit_reset {
	width: 205px;
	height: 35px;
	background-color: #CCC;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	display: block;
	margin: 10px auto 0 auto;
	-webkit-appearance: none;
	box-shadow:0px 0px 7px 0px #cdd3d2;
	-moz-box-shadow:0px 0px 7px 0px #cdd3d2;
	-webkit-box-shadow:0px 0px 7px 0px #cdd3d2;
}
.search_form .btn_search_form_reset:hover,  .search_form .btn_submit_reset:hover {
	width: 205px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.search_form .choose {
	width: 100%;
	margin: 0 auto;
}
.search_form .choosebox li input {
	display: none;
}
.search_form .choosebox li span {
	padding-top: 0;
}
.header_search_result {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}
.header_search_result-cate {
	
}
.header_search_result_btn {
	padding: 7px 10px 0 10px;
	background-color: #FFF;
}

.header_search_result_btn strong {

	font-size: 18px;
	padding-left: 8px;
}
.header_search_result_btn a {
	display: block;
	width: 42px;
	float: right;
}
.header_search_result_btn a:hover {
	width: 42px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.header_search_result {
    background-color: #F2F2F2;
    padding: 10px 15px 15px 15px;
}

.header_search_result ul {
	padding: 15px 0 0 0;
}
.header_search_result li {
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
	font-size: 14px;
	background-image: none;
	border-bottom: none;
}
.header_search_result li a {
	display: block;
	border: #666 solid 1px;
	padding: 4px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header_search_result li img {
	vertical-align: middle;
	margin: 0 5px;
}
.header_search_result li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header_search_result li p {
	padding: 3px 0 3px 5px;
	text-align: left;
}
.header_search_result dl {
    padding: 8px 0 8px 0;
}

.header_search_result dd {
	width: 49.43333%;
	float: left;
}


.header_search_result_gender li {
    width: 23.99999% !important;
    margin-right: 1.25%;
    float: left;
    font-size: 14px;
    background-image: none;
    border-bottom: none;
	height:28px;
}

.header_search_result a {
	font-size:11px;
	font-weight:bold;
}

.header_search_result #SubBtn a {
	color: #000;
}
.header_search_result #SubBtn a.current,  .header_search_result #SubBtn a:hover {
	background-color: #666666;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header_search_result #SubBtnA a {
	color: #0B3C96;
}
.header_search_result #SubBtnA a.current,  .header_search_result #SubBtnA a:hover {
	background-color: #0B3C96;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.header_search_result #SubBtnB a {
	color: #DE5252;
}
.header_search_result #SubBtnB a.current,  .header_search_result #SubBtnB a:hover {
	background-color: #DE5252;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.header_search_result #SubBtnC {
	margin-right: 0;
}
.header_search_result #SubBtnC a {
	color: #EFA50F;
}
.header_search_result #SubBtnC a.current,  .header_search_result #SubBtnC a:hover {
	background-color: #EFA50F;
	color: #FFF;
	border: #F2F2F2 solid 1px;
}
.header_search_result #SubBtnD {
	background: #C1272D url(../images/header/ico11.gif) no-repeat 95% 50%;
	font-weight: bold;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}

#SubBtnD-back {
	background: url(../images/header/ico07.png) no-repeat 5% 50%;

}

.header_search_result #SubBtnD a {
	display: block;
	padding: 5px 10px 5px 22px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
.header_search_result #SubBtnE {
	background: #0B3C96 url(../images/header/ico12.gif) no-repeat 95% 50%;
	font-weight: bold;
	float: right;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.header_search_result #SubBtnE a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}


.header_search_result #SubBtnF {
	background: #0B3C96 url(../images/header/ico12.gif) no-repeat 95% 50%;
	font-weight: bold;
	float: right;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.header_search_result #SubBtnF a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}



.header_search_result #SubBtnG {
	background: #A7A7A7 url(../images/header/ico12_white.gif) no-repeat 95% 50%;
	font-weight: bold;
	float: left;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.header_search_result #SubBtnG a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}


.header_search_result #SubBtnH {
	background: #A7A7A7 url(../images/header/ico12_white.gif) no-repeat 95% 50%;
	font-weight: bold;
	float: right;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.header_search_result #SubBtnH a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

/* --------------------------------------------------------------------
	カテゴリページ 絞り込み 171227
-------------------------------------------------------------------- */

.refine_tab_left {
	float: left;
	width: 60px;
	margin-top: 5px;
}

.refine_tab_name_ {
	width: 60px;
}

 .refine_inner_link_box {
	clear: both;
	display: block;
	line-height: 34px;
}
　
.refine_select_now_ {
	color: #CC3300;
	text-decoration: none;
	padding: 4px 6px;
	background-color: #666666;
	border: 1px solid #7f7f7f;
	color: #FFF;
}

.refine_gender a,
.refine_brand a,
.refine_category a {
	margin: 2px 2px;
	white-space: nowrap;
	border: 1px solid #7f7f7f;
	padding: 6px 10px;
	border-radius: 3px;
	background: #FFF;
}

.refine_inner_ .current {
	background-color: #4d4d4d !important;
	border: 1px solid #7f7f7f !important;
	color: #FFF !important;
}

.refine_tab_wrapper {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #f2f2f2;
}

.refine_ {
    background-color: #F2F2F2;
    padding: 10px 15px;
}

.refine_tab_ {
	overflow: hidden;
}

.refine_tab_ div {
	background: #A7A7A7;
	padding: 4px 10px;
	margin-right: 1px;
	border-radius: 3px;
	margin-right: 8px;
	color: #FFF;
	text-align: center;
}

.refine_tab_ div.active {
	background: #4d4d4d;
	color: #fff;
}

.refine_content_ div.refine_inner_ {
	background: #eee;
	padding: 16px 0 10px 0;
}

.hide {
	display: none;
}

.block-sortbox-title {
	float: left;
	width: 60px;
	margin-top: 5px;
}

.block-sortbox {
	margin: 10px 0 10px 60px !important;
}
.block-sortbox ul li {
	width: 24% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sortbox ul li {
	list-style-type: none;
	display: block;
	float: left;
	color: #2D2D2D;
	cursor: pointer;
	width: 23.99999% !important;
	margin-right: 1.25%;
	font-weight: bold;
	position: relative;
	border: solid 1px #7F7F7F;
	background-color: #fff;
	text-align: center;
	margin-top: -1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	box-sizing: border-box;
}

.block-sortbox {
	margin: 10px 0;
}

.block-sortbox ul li:nth-child(2n) {
	border-right: solid 1px #7F7F7F;
}

.block-sortbox ul li:nth-child(4n) {
	margin-right: 0%;
}

	list-style-type: none;
	display: block;
	float: left;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	border-left: solid 1px #7F7F7F;
	box-sizing: border-box;
	background-color: #4d4d4d;
	text-align: center;
}


/* ------カテゴリページ 絞り込み 171227　ここまで */


.header_search_result #SubBtnI {
	background: #A7A7A7 url(../images/header/ico12_white.gif) no-repeat 95% 50%;
	font-weight: bold;
	float: left;
	 border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.header_search_result #SubBtnI a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}






.header_search_result .header_search_keyword {
	padding: 0 15px 10px 15px;
}
.header_search_result .header_search_keyword span {
	display: inline-block;
	border: #666 solid 1px;
	padding: 1px 8px;
	background-color: #FFF;
	margin-right: 10px;
	margin-top: 10px;
}
.brand_site {
	padding: 12px;
}
.active_brand_site_list {
}
li.brand_site {
	background: #F2F2F2 url(../images/header/icoarrow_down.png) no-repeat 97% 50%;
}
.active_brandlist {
	background: #F2F2F2 url(../images/header/icoarrow_up.png) no-repeat 97% 50% !important;
}
.open-brand li {
	background: #FFF url(../images/header/ico02.png) no-repeat 97% 50%;
}
 .TabBox-1,  .TabBox-2,  .TabBox-3, {
width:100%;
}
.TabBox-3 {
	background-color: #F2F2F2;
}
ul.tabs {
	width: 100%;
	clear: both;
	height: 42px;
	border-bottom: #4A4A4A solid 1px;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	margin-bottom: -1px;
}
ul.tabs li {
	list-style-type: none;
	display: block;
	float: left;
	color: #2D2D2D;
	cursor: pointer;
	background: #F2F2F2 url(../images/header/ico03.gif) no-repeat 95% 50%;
	width: 50%;
	font-weight: bold;
	position: relative;
}
ul.tabs li div {
	padding: 12px;
}
ul.tabs li .arrow {
	display: none;
	text-indent: -9999px;
}
ul.tabs li.current {
	margin-bottom: 0px;
	background: #E6E5E5 url(../images/header/ico05.gif) no-repeat 95% 50%;
}
ul.tabs li.current .arrow {
	display: block;
	margin-left: -5px;
	left: 50%;
	bottom: -6px;
	position: absolute;
	z-index: 999999;
	width: 11px;
	height: 6px;
	z-index: 9009;
	background: url(../images/header/ico06.png) no-repeat left top;
}
ul.tabs li#tabz {
	float: right;
}
ul.tabs li div:nth-child(odd) {
	background: url(../images/header/ico07.gif) repeat-y right top;
	clear: both;
}
.tabscontent {
	background-color: #FFF;
	display: none;
}
.menu_form {
	width: 100%;
}
ul.menu_form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu_form li {
	width: 50%;
	display: block;
	background-image: none;
	background-color: inherit;
	float: left;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	margin-bottom: -1px;
}
.menu_form li:nth-child(odd) {
	background: url(../images/header/ico07.gif) repeat-y right top;
}
.menu_form li a {
	background: url(../images/header/ico02.png) no-repeat 95% 50%;
	display: block;
	padding: 12px;
	height: auto;
	line-height: inherit;
	text-align: left;
}
.btn_tab {
	display: none;
}
#contentz1 {
}
#page-top-wrapper {
	position: fixed;
	bottom: 8px;
	right: 7px;
}
#page-top-wrapper a {
	text-decoration: none;
	color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	display: block;
}

#page-top a:hover {
	text-decoration: none;
}



a.link-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0,0,0, .2);
    font-size: 48px;
}


#search-btn-wrapper {
    position: fixed;
    bottom: 75px;
    right: 7px;
    opacity: 0.8;
    display:none;
    z-index: 9001;
}

.search-btn {
	cursor: pointer;
    
}
.search-btn-subtxt{
	font-size:11px;
}
#Main_menu {
	width: 80%;
	float: left;
}
#Main_menu li {
	width: 25%;
	text-align: center;
	vertical-align: middle !important;
	font-weight: bold;
	line-height: 1.3em;
}
.header_menu {
	height: 100%;

}
.tabCon-popup1 {
	margin-left: 100%;
	height: 100%;
	background-color: #FFF;
}
.tabCon-popup2 {
	margin-left: 100%;
	height: 100%;
	background-color: #FFF;
}
.tabCon-popup1 {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9100;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.tabCon-popup2 {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9100;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.radio_text {
	display: block;
	height: auto;
	line-height: inherit;
	text-align: left;
	width: 95%;
}
.radio_text input {
	display: none;
}

.radio_text div {
    display: block;
    height: auto;
    line-height: inherit;
    text-align: left;
    width: 80%;
}


.tabs input, select {
	vertical-align: 0.5em;
}
.tabCon-popup3 {
	margin-left: 100%;
	height: 100%;
	background-color: #FFF;
}
.tabCon-popup3 {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9101;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}




.choosebox-cate {
	display: block;
	border: #CCC solid 1px;
	padding: 5px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
	font-size: 14px;
	cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
}
.choosebox-select {
	background-color: #E6E5E5 !important;
}
.TabBox-2 input, select {
	vertical-align: -0.1em;
}


.tabCon-popup4 {
	margin-left: 100%;
	height: 100%;
	background-color: #FFF;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9101;
	-webkit-overflow-scrolling: touch;
	padding-top:1px;
	margin-top:-1px;
	
}

.tabCon-popup4-fix {
	margin-left: 100%;
	height: 72px;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9102;
}

.tabCon-popup5 {
	margin-left: 100%;
	height: 100%;
	background-color: #FFF;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9101;	
	-webkit-overflow-scrolling: touch;
	padding-top:1px;
	margin-top:-1px;
}

.tabCon-popup5-fix {
	margin-left: 100%;
	height: 75px;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	z-index: 9102;
}


.tabCon-popup5-fix-azopen {
	height: 140px !important;
}




#page-top-wrapper-brand {
	position: fixed;
	bottom: 8px;
	right: 7px;
	display:none;
	margin-left: 100%;
	z-index: 9102;
}




.tabCon-popup4 #TabBox-4 {
	padding: 15px 15px 30px 15px;
	background-color: #F2F2F2;
}
.tabCon-popup4 ul {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 6px;
}
.tabCon-popup4 ul li {
	width: 31.5%;
	margin-right: 1.25%;
	padding: 4px 0;
	float: left;
	font-size: 14px;
	background-image: none;
	border-bottom: none;
}
.tabCon-popup4 ul li p {
	padding: 3px 0 3px 5px;
	text-align: left;
}
.choosebox-sizedd {
}
.choosebox-size {
	display: block;
	border: #CCC solid 1px;
	padding: 5px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
	font-size: 14px;
	cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
}
.choosebox-sizeselect {
	background-color: #E6E5E5;
}
.TabBox-4 input, select {
	vertical-align: -0.1em;
}









.tabCon-popup5 #TabBox-5 {
	padding: 15px 0px 30px 0px;
	background-color: #F2F2F2;
}

.choosebox-brandd {
}
.choosebox-brand {
	display: block;
	border: #CCC solid 1px;
	padding: 5px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
	font-size: 14px;
	cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
}
.choosebox-brandselect {
	background-color: #E6E5E5;
}


#Header, #Navi, .tabCon-popup1, .tabCon-popup2, .tabCon-popup3, .tabCon-popup4, .tabCon-popup5  {
	/*zoom: 0.82812;*/
}

.tabCon-popup1 {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}


.fix-window {   
  height: 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
}






#brandcheck-wrapper .allbrand { clear: both; margin-bottom: 0px; text-align: left; }
#brandcheck-wrapper .allbrand dt { border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px; font-size: 140%; padding: 11px; font-weight: bold; }
#brandcheck-wrapper .allbrand dd {
    text-align: left;
    border-top: 1px solid #CCC;
    background: #E6E5E5;
}
.tabCon-popup5 label {
    padding: 11px 10px;
    display: block;
}


#brandcheck-wrapper #allbrand-wrap { clear: both; padding-bottom: 30px; }
#brandcheck-wrapper .allbrand:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
.tabCon-popup5-fix .allbrand-nav li a {
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	width: 8px;
}
.tabCon-popup5-fix .allbrand-nav li a:hover {
	background-color: #666;
	color: #FFF;
}
.tabCon-popup5-fix .allbrand-nav { overflow-x: hidden; width: 102%; padding: 10px 3px; background-color: #fff;border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px; }








#brandcheck-wrapper .allbrand-nav:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
#brandcheck-wrapper .allbrand dd a { color: #000; text-decoration: none; }
#brandcheck-wrapper .allbrand dd a:hover { color: #db1316; text-decoration: underline; }
#brandcheck-wrapper .allbrand-nav ul li a { margin: 1px; text-decoration: none; }
#brandcheck-wrapper .allbrand-pagetop {
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

#brandcheck-wrapper .free-box-bland .fBox-item img {
    width: 100%;
    height: auto;
}



.checkbox {
	display: none;
}
.checkbox + .checkbox-icon {
	position: relative;
	vertical-align: middle;
}

.checkbox + .checkbox-icon:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
}
.checkbox:checked + .checkbox-icon:before {
	content: "\f374";
	color: #17bcdf;
}
.open-sortbox,.open-sortbox-cate {
    padding: 8px 0 0px 0;
    height: 28px;
    margin-bottom: -10px;
}
.open-sortbox-cate {
	height: 105px;
}


.open-sortbox ul,.open-sortbox-cate ul {
	padding: 0;
}
.open-sortbox ul li div,ul.open-sortbox-cate-sort li div,.block-sortbox div {
	padding: 4px;
	font-size:11px;
}
.open-sortbox ul li,ul.open-sortbox-cate-sort li {
	list-style-type: none;
	display: block;
	float: left;
	color: #2D2D2D;
	cursor: pointer;
	width: 25%;
	font-weight: bold;
	position: relative;
	margin-right: 0;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	border-left: solid 1px #7F7F7F;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	margin-top:-1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
}
.open-sortbox ul li:nth-child(2n),ul.open-sortbox-cate-sort li:nth-child(3n) {
	border-right: solid 1px #7F7F7F;
}

.open-sortbox ul li:hover,ul.open-sortbox-cate-sort li:hover{
	list-style-type: none;
	display: block;
	float: left;
	color: #FFF;
	cursor: pointer;

	font-weight: bold;
	position: relative;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	border-left: solid 1px #7F7F7F;
	box-sizing: border-box;
	background-color: #2D2D2D;
	text-align: center;
}





.block3 ul li {
	list-style-type: none;
	display: block;
	float: left;
	color: #2D2D2D;
	cursor: pointer;
	width: 24% !important;
	font-weight: bold;
	position: relative;
	margin-right: 1.25%;
	border: solid 1px #7F7F7F;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	margin-top: -1px;
}

.block3 ul li:nth-child(4n) {
	margin-right: 0%;
}

.active-sortbox{
	color: #FFF;
	background-color: #666666;
}

.block-sortbox ul li {
	list-style-type: none;
	display: block;
	float: left;
	color: #2D2D2D;
	cursor: pointer;
	width: 23.99999% !important;
	margin-right: 1.25%;
	font-weight: bold;
	position: relative;
	border: solid 1px #7F7F7F;
	background-color: #fff;
	text-align: center;
	margin-top:-1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	box-sizing: border-box;
}

.block-sortbox ul li:nth-child(2n) {
	border-right: solid 1px #7F7F7F;
}
.block-sortbox ul li:nth-child(4n) {
    margin-right: 0%;
}
.block-sortbox ul li:hover{
	list-style-type: none;
	display: block;
	float: left;
	color: #FFF;
	cursor: pointer;

	font-weight: bold;
	position: relative;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	border-left: solid 1px #7F7F7F;
	box-sizing: border-box;
	background-color: #666666;
	text-align: center;
}




#lean_overlay {
	position: fixed;
	z-index: 9051 !important;
	top: 0px;
	left: 0px;
	height: 200%!important;
	width: 100%;
  background: #FFF;

	display: none;
}

#input-price-wrapper{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


@media only screen and (max-width: 320px) {
#input-price-wrapper {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
}



#input-price{
	margin: 20px 10px;
}



#input-price-l {
    width: 45%;
    display: inline-block;
	vertical-align:middle;
}

#input-price-r {
    width: 45%;
    float: right;
    display: inline-block;
	text-align:right;
}


#input-price-c {
    text-align: center;
    width:  5%;
    display: inline-block;
}


@media only screen and (max-width: 320px) {
	
#input-price-l {
    width: 42%;
}

#input-price-r {
    width: 42%;
}

#input-price-c {
    width:10%;
}


}	
	










#Header_wrapper {
  width: 100%;

  transition: .3s;
  /*position: fixed;*/
  z-index: 9055;
  top: 0;
  left: 0;


}

#Header_inner {
  background: #FFF;
}

.height-100 {
	height:100%;
	overflow-y: auto;

}






/*div.wrapper_ {
  padding-top:120px;
	
}*/


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/


/*タブ*/





/*.slide-tab ul {box-shadow: 0 1px 2px #999; z-index: 2;}*/


.select li a {  background-color: transparent !important; }

.opentab { position: absolute; right: 0; top: 0%; height: 100%; padding: 0; text-indent: -9999px; width: 25px; vertical-align: top; overflow: hidden; margin-right: 5px; background: url(../images/header/ico03.gif) no-repeat 50% 50%; background-size: 10px 10px; -webkit-background-size: 12px 12px;}
.child_no { display: none; background: none;}
.child_no_arrow { background: url(../images/header/ico02.png) no-repeat 50% 50%; text-indent: -9999px; position: absolute; right: 0; top: 35%; padding: 0; text-indent: -9999px; width: 25px; vertical-align: top; overflow: hidden; margin-right: 5px; background-size: 10px 10px;}
.select .opentab { background-color: transparent !important; background: url(../images/header/ico05.gif) no-repeat 50% 50%}
.select .arrow { display: block; margin-left: -5px; left: 50%; bottom: -6px; position: absolute; width: 11px; height: 6px; z-index: 9; background: url(../images/header/ico06.png) no-repeat left top; text-indent: 9999;}
.slide-tab .child_no .arrow { display: none }

.input-price-high-text,.input-price-low-text{
border: 1px solid #cccccc;
padding: 7px;
margin: 5px 5px 5px;
width: 50px;
background-color:#fff;
text-align:center;
}
.input-price-high-text { float:right; }

input#input-price-low { color: #000 !important; width: 80%; margin-right: 3px; font-size: 16px; padding: 5px 0; height:26px;}


input#input-price-low::-webkit-input-placeholder {
    color: #000 !important;
}
input#input-price-low:-ms-input-placeholder {
    color: #000 !important;
}
input#input-price-low::-moz-placeholder {
    color: #000 !important;
}

input#input-price-low,input#input-price-high {
    border: #CCC solid 1px;

}

input#input-price-high { color: #000 !important; width: 80%; margin-right: 3px; font-size: 16px;padding: 5px 0; height:26px;}

input#input-price-high::-webkit-input-placeholder {
    color: #000 !important;
}
input#input-price-high:-ms-input-placeholder {
    color: #000 !important;
}
input#input-price-high::-moz-placeholder {
    color: #000 !important;
}

.search_form label {
     
    font-size:13px!important;
}
	
.noUi-handle {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 6px 0 0 9px !important;
    font-weight: bold;
}


.noUi-handle {
    border-radius: 3px;
    background: #FFF;
    cursor: default;

 
}

.noUi-horizontal .noUi-handle {
    width: 34px !important;
    height: 34px !important;
    left: -17px !important;
    top: -8px !important;

}


dt.choosebox-sale-ttl {
  padding-top: 10px;
}

.choosebox-sale {
    display: block;
    padding: 14px 0 10px 10px;
    height: auto;
}


.choosebox search_form_sex label,.tabCon-popup3 label div,.tabCon-popup4 label {
     
    font-size:13px!important;
}
.search-2 a,.search-3 a,.search-menu-2 a,.search-menu-3 a{
margin-top: 8px;
}

#input-price-wrapper input[type="text"] {
	width:60px;	
}

.open-sortbox,.open-sortbox-cate,.open-sortbox-gender,.open-sortbox-brand,.open-sortbox-category { display:none; }


.open-sortbox-brand { padding: 10px 0 0 0; }
.open-sortbox-brand a { margin: 2px 5px; white-space: nowrap; }

.brand_name_now_ {

    padding: 0px!important;
}


html, body {
  height:100%;
}

body.scrollx{
  height: 100%;
  overflow: hidden;
}

.scrollx{
  height: 100%;
  overflow: hidden;
}


.hnavi-1 img { width: 38px !important; }
.hnavi-2 img { width: 59px !important; }
.hnavi-3 img { width: 46px !important; }
.hnavi-4 img { width: 35px !important; }
.btn_close img { width:53px!important; }
#search-btn-wrapper img { width:50px!important; height:50px!important; }


/*----------------------------------------------------------------------------*\
  Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.banner--clone {

  /* Required styles */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;

  /* Additional styles */
  background: #c95a5d;

  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);

  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {

  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     unstick: 'banner--unstick';
 *   }
 * }
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */
}




/* hack css */
#Header,
.header_tab_ttl,
.header_search,
.header_menu_ttl,
 #HeadSearch .search_form ul,
 #HeadSearch .search_form dl,
 #HeadSearch .search_form ol,
 #HeadSearch .header_search_result_btn,
 #HeadSearch .header_search_result ul,
 #HeadSearch .header_search_result dl,
 .TabBox-1 .tabscontent .menu_form ul,
 .TabBox-2 .tabscontent .menu_form ul
{display:inline-block;}

#Header:after,
.header_tab_ttl:after,
.header_search:after,
.header_menu_ttl:after,
 #HeadSearch .search_form ul:after,
 #HeadSearch .search_form dl:after,
 #HeadSearch .search_form ol:after,
 #HeadSearch .header_search_result_btn:after,
 #HeadSearch .header_search_result ul:after,
 #HeadSearch .header_search_result dl:after,
 .TabBox-1 .tabscontent .menu_form ul:after,
 .TabBox-2 .tabscontent .menu_form ul:after
{content: ".";display: block;height: 0;clear: both;visibility: hidden;overflow: hidden;}

*html #Header,
*html .header_tab_ttl,
*html .header_search,
*html .header_menu_ttl,
*html  #HeadSearch .search_form ul,
*html  #HeadSearch .search_form dl,
*html  #HeadSearch .search_form ol,
*html  #HeadSearch .header_search_result_btn,
*html  #HeadSearch .header_search_result ul,
*html  #HeadSearch .header_search_result dl,
*html  .TabBox-1 .tabscontent .menu_form ul,
*html  .TabBox-2 .tabscontent .menu_form ul
{height: 1%;}

#Header,
.header_tab_ttl,
.header_search,
.header_menu_ttl,
 #HeadSearch .search_form ul,
 #HeadSearch .search_form dl,
 #HeadSearch .search_form ol,
 #HeadSearch .header_search_result_btn,
 #HeadSearch .header_search_result ul,
 #HeadSearch .header_search_result dl,
 .TabBox-1 .tabscontent .menu_form ul,
 .TabBox-2 .tabscontent .menu_form ul
{display: block;}
/* End hide fromIE-mac*/
.looklist_renew_add {
	width: 67%;
	float: left;
	position:relative;
}
.looklist_renew_check {
	float: right;
	width: 31%;
}


.img100 { width:100%; height:auto; }

.sns_box_renew_btn {
	width: 40px;
	padding-right: 10px;
	float:left;
}

.fixed { position:fixed; }


.w100 {
    width: 100% !important;
    float: left;
}




/* カテゴリー一覧 */
nav.CategoryStyleG_Search_ {
}
nav.CategoryStyleG_Search_ ul.li {
    padding-left: 0;
    background: #B6B6B6;
}
nav.CategoryStyleG_Search_ ul {
    background: #E6E5E5 !important;
}
nav.CategoryStyleG_Search_ ul li ul {
    background: #F2F2F2 !important;
}
nav.CategoryStyleG_Search_ ul li ul li ul {
    background: #ffffff !important;
}
nav.CategoryStyleG_Search_ ul li {
    border-top: 1px solid #CCC;
    width: 100%;
    word-break: break-all;
    position: relative;
}
nav.CategoryStyleG_Search_ ul li.nochild_ {
   
}
nav.CategoryStyleG_Search_ ul li:first-child {
    border-top: 0;
}
nav.CategoryStyleG_Search_ ul.layer0_ li {
}
nav.CategoryStyleG_Search_ ul li.nochild_ {
     border-top: 1px solid #CCC;
}
nav.CategoryStyleG_Search_ ul li p.parent_, nav.CategoryStyleG_Search_ ul li a, nav.CategoryStyleG_Search_ ul li span.nolink_ {
    vertical-align: top;
    display: table-cell;
}
nav.CategoryStyleG_Search_ ul li label, nav.CategoryStyleG_Search_ ul li span.nolink_ {
    padding: 11px 10px;
    text-decoration: none;
    display: block;
    width: 80%;
}
nav.CategoryStyleG_Search_ ul li a .name_ {
}
nav.CategoryStyleG_Search_ ul.layer1_ li label , nav.CategoryStyleG_Search_ ul.layer1_ li a .comment_ {
    padding-left: 20px;
}
nav.CategoryStyleG_Search_ ul.layer2_ li label , nav.CategoryStyleG_Search_ ul.layer2_ li a .comment_ {
    padding-left: 40px;
}
nav.CategoryStyleG_Search_ ul.layer3_ li label , nav.CategoryStyleG_Search_ ul.layer3_ li a .comment_ {
    padding-left: 60px;
}
nav.CategoryStyleG_Search_ ul li a .comment_, nav.CategoryStyleG_Search_ ul li span.nolink_ .comment_ {
    font-size: 12px;
    text-decoration: none;
}
nav.CategoryStyleG_Search_ ul li p.parent_ {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    vertical-align: top;
    overflow: hidden;
}
nav.CategoryStyleG_Search_ ul li p.parent_ {
    background: url(../images/header/icon_minus_search.png) right top no-repeat;
    background-size: 35px 40px;
    -webkit-background-size: 35px 40px;
}
nav.CategoryStyleG_Search_ ul li p.parent_.img_hidden_ {
    background: url(../images/header/icon_plus_search.png) right top no-repeat;
    background-size: 35px 40px;
    -webkit-background-size: 35px 40px;
}
nav.CategoryStyleG_Search_ ul.layer1_ li p.parent_ {
}
nav.CategoryStyleG_Search_ ul.layer2_ li p.parent_ {
}
nav.CategoryStyleG_Search_ ul.layer3_ li p.parent_ {
}
nav.CategoryStyleG_Search_ ul.layer0_ li.nochild_ .name_, nav.CategoryStyleG_Search_ ul.layer0_ li.nochild_ .comment_ {
    /*padding-left: 0;*/
}
nav.CategoryStyleG_Search_ ul.layer1_ li.nochild_ .name_, nav.CategoryStyleG_Search_ ul.layer1_ li.nochild_ .comment_ {
    padding-left: 20px;
}
nav.CategoryStyleG_Search_ ul.layer2_ li.nochild_ .name_, nav.CategoryStyleG_Search_ ul.layer2_ li.nochild_ .comment_ {
    padding-left: 30px;
}
nav.CategoryStyleG_Search_ ul.layer3_ li.nochild_ .name_, nav.CategoryStyleG_Search_ ul.layer3_ li.nochild_ .comment_ {
    padding-left: 60px;
}
nav.CategoryStyleG_Search_ ul li.nochild_ label {
    background: url(../images/header/icon_arrow2_search.png) no-repeat right center;
    background-size: 30px 15px;
    -webkit-background-size: 30px 15px;
    width: auto;
	padding: 11px 10px;
}
div.CategoryStyleL_ div.name_ {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #eae5e3;
    border-left: 1px solid #eae5e3;
    border-right: 1px solid #eae5e3;
    background: #ffffff url(../images/header/menu_arrow2_search.png) 50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
    border-bottom: 1px solid #eae5e3;
    margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
    padding: 2px 2px 4px 10px;
}


/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
.tabCon-popup2 nav.CategoryStyleG_ ul.layer0_ li {
background-color:inherit;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.li {
    padding-left: 0;
    background: #B6B6B6;
}
.tabCon-popup2 nav.CategoryStyleG_ ul {
    background: #E6E5E5 !important;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li ul {
    background: #F2F2F2 !important;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li ul li ul {
    background: #ffffff !important;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li {
    border-top: 1px solid #CCC;
    width: 100%;
    word-break: break-all;
    position: relative;
}

.tabCon-popup2 nav.CategoryStyleG_ ul li.nochild_ {
    background-color:inherit;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li:first-child {
    border-top: 0;
}

.tabCon-popup2 nav.CategoryStyleG_ ul li.nochild_ {
    border-top: 1px solid #CCC;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li p.parent_, nav.CategoryStyleG_ ul li a, nav.CategoryStyleG_ ul li span.nolink_ {
    vertical-align: top;
    display: table-cell;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li a, nav.CategoryStyleG_ ul li span.nolink_ {
    padding: 11px 10px;
    text-decoration: none;
    display: block;
    width: 80%;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li a .name_ {
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer1_ li a .name_, nav.CategoryStyleG_ ul.layer1_ li a .comment_ {
    padding-left: 20px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer2_ li a .name_, nav.CategoryStyleG_ ul.layer2_ li a .comment_ {
    padding-left: 40px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer3_ li a .name_, nav.CategoryStyleG_ ul.layer3_ li a .comment_ {
    padding-left: 60px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li a .comment_, nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
    font-size: 12px;
    text-decoration: none;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li p.parent_ {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    vertical-align: top;
    overflow: hidden;
}
.tabCon-popup2 .CategoryStyleG_ ul li p.parent_ {
    background: url(../images/header/icon_minus_search.png) right top no-repeat;
    background-size: 35px 40px;
    -webkit-background-size: 35px 40px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
    background: url(../images/header/icon_plus_search.png) right top no-repeat;
    background-size: 35px 40px;
    -webkit-background-size: 35px 40px;
}

.tabCon-popup2 nav.CategoryStyleG_ ul.layer1_ li p.parent_ {
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer2_ li p.parent_ {
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer3_ li p.parent_ {
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer0_ li.nochild_ .name_, nav.CategoryStyleG_ ul.layer0_ li.nochild_ .comment_ {
    padding-left: 0;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer1_ li.nochild_ .name_, nav.CategoryStyleG_ ul.layer1_ li.nochild_ .comment_ {
    padding-left: 20px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer2_ li.nochild_ .name_, nav.CategoryStyleG_ ul.layer2_ li.nochild_ .comment_ {
    padding-left: 40px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul.layer3_ li.nochild_ .name_, nav.CategoryStyleG_ ul.layer3_ li.nochild_ .comment_ {
    padding-left: 60px;
}
.tabCon-popup2 nav.CategoryStyleG_ ul li.nochild_ a {
    background: url(../images/header/icon_arrow2_search.png) no-repeat right center;
    background-size: 30px 15px;
    -webkit-background-size: 30px 15px;
    width: auto;
}
.tabCon-popup2 div.CategoryStyleL_ div.name_ {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #eae5e3;
    border-left: 1px solid #eae5e3;
    border-right: 1px solid #eae5e3;
    background: #ffffff url(../images/header/menu_arrow2_search.png) 50% right no-repeat;
}
.tabCon-popup2 div.CategoryStyleL_ div.name_ {
    border-bottom: 1px solid #eae5e3;
    margin-bottom: 2px;
}
.tabCon-popup2 div.CategoryStyleL_ div.comment_ {
    padding: 2px 2px 4px 10px;
}

.looklist_renew_add_popup { display:none;  }

.sns_box_renew_btn {
    width: 30px;
    padding-right: 10px;
    float: left;
}

.lh16{ line-height: 16px; }

.txt-red { color: #DF2314; }
.font-normal { font-weight:normal !important; }




.tabCon-popup6 #TabBox-6 {
	padding: 15px 15px 30px 15px;
	background-color: #F2F2F2;
}
.tabCon-popup6 {
	margin-left: 100%;
	height: 100%;
	background-color: #F2F2F2;
}
.tabCon-popup6 {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	left:0;
	right:0;
	z-index: 9101;
}
.tabCon-popup6 #TabBox-6 {
	padding: 15px 15px 30px 15px;
	background-color: #F2F2F2;
}
.tabCon-popup6 ul {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 6px;
}
.tabCon-popup6 ul li {
	width: 31.5%;
	margin-right: 1.25%;
	padding: 4px 0;
	float: left;
	font-size: 14px;
	background-image: none;
	border-bottom: none;
}
.tabCon-popup6 ul li p {
	padding: 3px 0 3px 5px;
	text-align: left;
}
.choosebox-colordd {
}
.choosebox-color {
	display: block;
	border: #CCC solid 1px;
	padding: 5px;
	text-align: center;
	height: auto;
	line-height: inherit;
	background-color: #FFF;
	font-size: 14px;
	cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
}
.choosebox-colorselect {
	background-color: #E6E5E5;
}
.TabBox-6 input, select {
	vertical-align: -0.1em;
}


.btn_search_close_color {
	cursor: pointer;
	width: 53px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 9001;
}


.d-none {
    display:none;
}




.tabCon-popup5-fix .allbrand-nav li a.brand-none,.tabCon-popup5-fix .allbrand-nav li a.brand-none:hover {

	color: #FFF;
	float: left;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom:1px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	width: 8px;
	border: 1px solid #CCC;
	background: #D4D4D4 url(../images/header/brand-none.png) no-repeat center center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}






@media only screen and (max-width: 350px) {
.tabCon-popup6 ul li {
    width: 46.75555555%;
    padding: 3px 0;
}
}


.head_search_ttl_category{ width:70px; float:left; }


.submit_ .large_button_ { padding: 10px 5px; }
.submit_wrapper_right_ { width: 48.5%; float:right; } 
.submit_wrapper_left_ { width: 48.5%; float:left; } 

.tabCon-popup1_search_ {
    background-color: #F2F2F2;
    padding: 0px;
    margin-bottom: -3px;
}

.tabCon-popup1_search_ .box_txt02 {
    border: #CCC solid 1px;
    font-size: 14px;
    padding: 8px 13px;
    margin: 0;
    width: 100%;
}
.keyword_title { letter-spacing:-0.1em; padding-top: 4px !important; }

.main_navi_search_ {
	background-color: #F2F2F2;
	padding: 10px 12px;

}
.main_navi_search_ .btn_search_s01 {
	width: 75px;
	height: 45px;
	float: right;
	background-color: #4D4D4D;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
}
.main_navi_search_ .btn_search_s01:hover {
	width: 28%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.main_navi_search_ .btn_search_s02 {
	width: 28%;
	height: 35px;
	float: right;
	background-color: #4D4D4D;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
}
.main_navi_search_ .btn_search_s02:hover {
	width: 28%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.main_navi_search_ .box_txt01 {
	border: #666 solid 1px;
	font-size: 14px;
	padding: 13px;
	margin: 0;
	width: 70%;
}
.main_navi_search_ .box_txt02 {
	border: #666 solid 1px;
	font-size: 14px;
	padding: 8px 10px;
	margin: 0;
	width: 70%;
}


input.box_txt02::-webkit-input-placeholder {
 font-size:12px;
}
input.box_txt02:-moz-placeholder {
 font-size:12px;
}

input#input-price-low,input#input-price-high {
    border: #CCC solid 1px;

}

dt.choosebox-sale-ttl {
  padding-top: 10px;
}

.choosebox-sale {
    display: block;
    padding: 14px 0 10px 10px;
    height: auto;
}

#abcmart_logo_ {
    width: 54px;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 99;
}

#Navi {
	height: auto;
}
.slide_navi {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #f2f2f2;
}
.slide_navi_wrap {
      width: 480px;
      white-space: nowrap;
}


.slide_navi_item_ {
	margin: 5px 0px 15px 5px;
	display: inline-block;
}

.slide_navi_wrap li:first-child{ margin: 5px 0px 15px 5px; } 

.slide_navi_wrap_link {
	  background-color: #4d4d4d;
	  border-radius: 3px;
	  color: #fff!important;
	  padding: 8px 10px;
	  height:25px;
	  font-size: 14px;
}

.slide_navi_wrap_link:last-child {
	  margin-right:5px;
}

.slide_navi_item_ .active_mens {background-color:#0B3C96;color:#FFF !important;}
.slide_navi_item_  .active_ladys {background-color:#DE5252;color:#FFF !important;}
.slide_navi_item_  .active_kids {background-color:#E5981E;color:#FFF !important;}

.disp_none_ {
	display: none;
}


.header_search_result_btn_number_ {
    font-size: 28px;
}

.header_search_result_number_ {
    margin-bottom: 10px;
}

.header_search_result_number_left {
    float: left;
    width: 60px;
}

.header_search_result_number_right {
    font-weight: bold;
    font-size: 13px;
}

/* --------------------------------------------------------------------
	フロント返品交換
-------------------------------------------------------------------- */
div.exchange_table_,
div.return_table_ {
	margin: 0 10px;
}
table.exchange_,
table.return_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.exchange_ td,
table.return_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.exchange_ th,
table.return_ th {
	background-color: #EDEDED;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.exchange_ td.order_detail_ ul li div.name_,
table.return_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.exchange_ td.order_detail_ ul li,
table.return_ td.order_detail_ ul li {
    list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.exchange_ td.data ul li select.ex_goods_,
table.return_ td.data ul li select.rtn_qty_{
		background-color: #FFFFFF;
}