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;
	line-height: 16px;
	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;
	text-decoration: none;
}

/* 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;*/
	vertical-align: top;
}

/* 共通 */

body {
	color: #323232;
	background:#ffffff;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
	position: relative;
}

input, textarea {
}
/* ↓12/12/25 修正↓ */
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select{
/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
*/
	border:1px solid #c7c5c2;
	min-height:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0;
	/*height: 25px;*/
	/*padding: 0 0 0 5px;*/
	/*font-size: 16px;*/
	width: 100%;
    font-size: 150%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
}

textarea {
	line-height: 18px;
}
/**/
input[type=text], input[type=password], input[type=email], input[type=tel], textarea{
	/*padding:0 2px;*/
	vertical-align: middle;
}
/*input 個別指定*/
/*input[name="name_6"],
input[name="name2_6"],
input[name="kana_6"],
input[name="kana2_6"],
input[name="d_name1"],
input[name="d_name21"],
input[name="d_kana1"],
input[name="d_kana21"],
div.contact_ dl.formdetail_ dd input[name="name"],
div.contact_ dl.formdetail_ dd input[name="name2"],
div.contact_ dl.formdetail_ dd input[name="kana"],
div.contact_ dl.formdetail_ dd input[name="kana2"],
div.customer_ dl.formdetail_ dd input[name="name"],
div.customer_ dl.formdetail_ dd input[name="name2"],
div.customer_ dl.formdetail_ dd input[name="kana"],
div.customer_ dl.formdetail_ dd input[name="kana2"],
div.order_ dl.formdetail_ dd input[name="s_name"],
div.order_ dl.formdetail_ dd input[name="s_name2"],
div.order_ dl.formdetail_ dd input[name="s_kana"],
div.order_ dl.formdetail_ dd input[name="s_kana2"]{
	width: 90%;
}*/
input[name="pointpay_num"] {
	width: auto;
}
input[name="item1_1_"],
input[name="item1_1_3"],
input[name="item1_1_4"] {
	margin: 5px;
	width: 100%;
}
input[name="min_price"],
input[name="max_price"] {
	width: auto;
}

/*select 個別指定 幅を100％にしない*/
div.questionnaire_ dl.formdetail_ select[name="yy_birth11"],
div.questionnaire_ dl.formdetail_ select[name="mm_birth11"],
div.questionnaire_ dl.formdetail_ select[name="dd_birth11"],
div.estimate_card_form_ dl.formdetail_ dd select[name="card_m"],
div.estimate_card_form_ dl.formdetail_ dd select[name="card_y"],
div.order_ table.formlist_ td.method_qty_ select[name="qty1_1"],
div.order_ table.formlist_ td.method_qty_ select[name="qty1_2"],
div.order_ table.formlist_ td.method_qty_ select[name="qty2_1"],
div.order_ table.formlist_ td.method_qty_ select[name="qty2_2"],
div.customer_ dl.formdetail_ dd select[name="sex"],
div.customer_ dl.formdetail_ dd select[name="yy_birth"],
div.customer_ dl.formdetail_ dd select[name="mm_birth"],
div.customer_ dl.formdetail_ dd select[name="dd_birth"] {
	width: auto;
	vertical-align: middle;
}

select[name="mm_min_releasedt"],
select[name="dd_min_releasedt"],
select[name="mm_max_releasedt"],
select[name="dd_max_releasedt"] {
	width: auto;
	vertical-align: middle;
	/*text-indent: 0.2em;*/
}
select[name="yy_min_releasedt"],
select[name="yy_max_releasedt"] {
	width: auto;
	vertical-align: middle;
	/*text-indent: 0.2em;*/
}

a, a:link, a:visited {
	/*text-decoration: underline;*/
	/*color: #00377F;*/
	color: #323232;
}

/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	/*font-size: 12px;*/
	font-size: 10px;
}
.xsmall_ {
	/*font-size: 10px;*/
	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:#CC0000;
	font-size: 14px !important;
}
input[type="radio"] + label + .error_ {
	margin-top: 5px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	max-width: 90vw;
	background-color: #ffffff;
	border: solid 1px #C00;
	color: #C00;
	padding: 10px;
	margin: 4px auto 20px ;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
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 #C00;
	color: #C00;
	padding:10px;
	margin:4px 0;
	text-align: center;
}
ul.error_ {
	margin-top: 10px;
	padding: 7px;
	background: #FFC9C9;
}
.box_ {
	/*padding: 0 10px 10px;*/
	padding: 10px 12px 20px;
}
/**/

.message_ {
	/*padding: 0 10px 10px;*/
	padding: 0 12px 10px;
}

.important_msg_ {
	border:3px solid #e4e4e4;
	background-color:#fafafa;
	padding:10px;
	line-height:1.7;
	margin:10px;
}
.important_msg_ span {
	font-weight:bold;
}

/* 入力フォーム */
.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;
	-webkit-appearance: none;
	border-radius: 0;
}

.large_button_ {
	font-size: 14px;
	text-align: center;
	font-family: "Yu Gothic Pr6N D";
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	margin:5px 0;
	padding: 14px 0 13px;
	height: 48px;
	position: relative;
	border-radius: 0;
	/*font-size: 16px;*/
	/*padding: 5px 5px;*/
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	/*-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;*/
}
/* 12/12/19 修正 */
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	/*padding: 7px 5px;*/
	padding: 12px 5px;
	border-radius: 0;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;*/
	font-weight: bold;
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    /*-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);*/
}

.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 0;
	/*border-radius: 5px;*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;*/
	/*box-shadow: 0 1px 2px #999;*/
	/*-moz-box-shadow: 0 1px 2px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;*/
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 0;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;*/
}

input.large_button_s_,
input.small_button_,
input.auto_small_button_ {
	-webkit-appearance: none;
}

/*.orange_button_ {
	-moz-text-shadow: 0 -1px 1px #F66;
	-webkit-text-shadow: 0 -1px 1px #F66;
	text-shadow: 0 -1px 1px #F66;
	background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00);
	background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00));
	background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00);
	border: 2px solid #FF9900;
}*/

/*.blue_button_ {
	-moz-text-shadow: 0 -1px 1px #003381;
	-webkit-text-shadow: 0 -1px 1px #003381;
	text-shadow: 0 -1px 1px #003381;
	background: #003381 -moz-linear-gradient(top,#006AB8,#003381);
	background: #003381 -webkit-gradient(linear,left top,left bottom,from(#006AB8),to(#003381));
	background: #003381 linear-gradient(top,#006AB8,#003381);
	border: 2px solid #006AB8;
}*/

.green_button_ {
	background: #40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background: #40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.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));
}

/* 12/12/19 修正 */
.orange_button_,
.green_button3 {
	/*-moz-text-shadow: 1px -1px 2px #1b1b1b;
	-webkit-text-shadow: 1px -1px 2px #1b1b1b;
	text-shadow: 1px -1px 2px #1b1b1b;*/
    /*-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);*/
	background: #777777;
	/*background: #009944 -moz-linear-gradient(#009944, #009944);
	background: #009944 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #009944), color-stop(0.00, #009944));
	background: #009944 linear-gradient(#009944, #009944);*/
	border: 1px solid #333333;
	color: #fff;
	display: block;
	/*-moz-box-shadow: 0 1px 2px #fff;
	-webkit-box-shadow: 0 1px 2px #fff;
	box-shadow: 0 1px 2px #fff;*/
}
/* ↑↑ */
.blue_button_ {
	/*-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;*/
	/*background: #fff -moz-linear-gradient(top, #fff 50%, #fff 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.50, #fff));
	background: #fff linear-gradient(to bottom, #fff 50%, #fff 100%);
	border: 1px solid #cccccc;
	color: #009944;
	-moz-box-shadow: 0 1px 2px #fff;
	-webkit-box-shadow: 0 1px 2px #fff;
	box-shadow: 0 1px 2px #fff;*/
}
/* 24/02/21 修正 */
.blue_button_ {
	color: #222222;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	position: relative;
}
/*.blue_button_::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: 1px solid #353535;
	border-top: 1px solid #353535;
	left: 13px;
	top: 22px;
	transform:  rotate(-45deg);
	transition: all .3s;
}*/

/**/
/* 12/12/19 修正 */
.cart_button_ {
	background: url(../img/usr/sb/icon_cart.png), #3dab25 -moz-linear-gradient(#82cc72, #3dab25);
	background: url(../img/usr/sb/icon_cart.png), #3dab25 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3dab25), color-stop(0.00, #82cc72));
	background: url(../img/usr/sb/icon_cart.png), #3dab25 linear-gradient(#82cc72, #3dab25);
	background-position: 26% 50%;
	background-repeat: no-repeat;
	background-size: 20px 18px, auto;
	-webkit-background-size: 20px 18px, auto;
	border: 1px solid #3dab25;
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 0 0 13px;
	padding: 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
/**/
.pink_button_ {
	background: #d04654 -moz-linear-gradient(#dd6874, #d04654);
	background: #d04654 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d04654), color-stop(0.00, #dd6874));
	background: #d04654 linear-gradient(#dd6874, #d04654);
	border: 1px solid #c63d4b;
}
/**/
.green_button2_ {
	background: #6cc5b9 -moz-linear-gradient(#6cc5b9, #2f897c);
	background: #6cc5b9 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2f897c), color-stop(0.00, #6cc5b9));
	background: #6cc5b9 linear-gradient(#6cc5b9, #2f897c);
	border: 1px solid #2d877a;
}

.green_button2_ a {
	color: #FFF;
	line-height: 33px;
	display: block;
}
/* 12/12/19 修正 */
.green_button2_ a span {
	background: url(../img/usr/sb/arrow_03.png) no-repeat center left;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	background-size: 8px 6px;
	-webkit-background-size: 8px 6px;
}
/**/

/*.common_headline1_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}*/
/* 12/12/25 修正 */
.common_headline1_ {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding: 0 12px 0 35px;
	line-height: 33px;
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff -moz-linear-gradient(#fff, #ebebeb);
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #fff));
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff linear-gradient(#fff, #ebebeb);
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
	font-weight: bold;
}

/*.common_headline2_ {
	margin-bottom: 10px;
	padding: 10px 10px;
	clear: both;
	text-shadow: 0 -1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	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);
}*/
/* おすすめ商品　とか */
/* 12/12/19 修正 */
/*.common_headline2_ {
	padding: 7px 12px 7px 35px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -moz-linear-gradient(#82cc72, #3dab25);
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3dab25), color-stop(0.00, #82cc72));
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 linear-gradient(#82cc72, #3dab25);
	text-shadow: 1px -1px 2px #1b1b1b;
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
	background-color: #389b22;
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
}*/

/*2018.02.07 オンラインサービス利用規約 修正*/
.common_headline2_ {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 7px 0 7px 28px;
	background-color: rgba(205,181,167,0.15);
	font-size: 15px;
	position: relative;
}
.common_headline2_::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 0;
	width: 6px;
	height: 13px;
	background-color: #cdb5a7;
}
.common_headline3_ {
	margin-bottom: 5px;
	/*padding: 5px;*/
	padding: 10px 12px;
	/*background: #F0F0F0;*/
	background: #ececec;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin: 0 -3px;
}

/* 価格表示 */
.price_pop_ {
	/*color:#CC0000;*/
	font-size: 10px;
}
.price_ {
	/*color:#CC0000;*/
	font-weight:bold;
}
/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	width: 100%;
	height: 45px;
	overflow: hidden;
	/*border-bottom: 1px solid #cfdfcb;*/
}
header img {
	width: 100%;
	min-width: 100%;
	margin-bottom: 4px;
	vertical-align: bottom;
}
header nav#globalnav {
	text-align: center;
}
header nav#globalnav #sitelogo img {
	height: 45px;
	width: auto;
	min-width: auto;
}
header > h1 {
	float: left;
	width: 80px;
	margin: 12px 0 0 8px;
}
header .headernav_ {
	float: right;
	overflow: hidden;
}
.headernav_ > li {
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}
.headernav_ #trial {
	width: 130px;
}
.headernav_ #login,
.headernav_ #mypage,
.headernav_ #menu {
	width: 35px;
}
.headernav_ #menu {
	cursor: pointer;
}
#fixdmenu {
	width: 35px;
	height: 35px;
	margin: 0;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 12;
	display: none;
}
/* スライドメニュー */
.slidemenuwrap_ .slidemenu_ {
	/*width: 80%;*/
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	/*right: -80%;*/
	right: -100%;
	background: #fff;
	z-index: 113;
	display: none;
}
.slidemenuwrap_ .slidemenu_bg_ {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	z-index: 12;
	display: none;
}
.slidemenuwrap_ p.menuclose_ {
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background: url(../img/usr/sb/head/btn_menuclose.png) no-repeat;
	background-size: 35px 35px;
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 83%;
	z-index: 14;
	display: none;
}
.slidemenu_ ul.slidemenu_list_ {
	width: 100%;
}
.slidemenu_ ul.slidemenu_list_ > li {
	border-bottom: 1px solid #97d6aa;
}
.slidemenu_ ul.slidemenu_list_ > li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 23px 11px 15px;
	position: relative;
	background: #fff;
	font-size: 11px;
	line-height: 1.2em;
	color: #009a44;
}
.slidemenu_ ul.slidemenu_list_ > li a::before,
.slidemenu_ ul.slidemenu_list_ > li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.slidemenu_ ul.slidemenu_list_ > li a::before {
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slidemenu_ ul.slidemenu_list_ > li a.downlist::before {
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slidemenu_ ul.slidemenu_list_ > li a.downlist.active_::before {
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.slidemenu_ ul.slidemenu_list_ ul.child01_list_ {
	display: none;
}
.slidemenu_ ul.slidemenu_list_ ul.child01_list_ > li {
	border-top: 1px solid #97d6aa;
	border-bottom: none;
}
.slidemenu_ ul.slidemenu_list_ ul.child01_list_ > li > a {
	background-color: rgba(178,225,174,0.5);
	padding: 11px 23px 11px 17px;
}
.slidemenu_ .slidemenu_otherlink_ {
	padding: 5px;
}
.slidemenu_otherlink_list_ {
	margin-bottom: 5px;
}
.slidemenu_otherlink_list_ a {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #009944;
	border-radius: 4px;
	padding: 3px 20px 3px 4px;
	position: relative;
}
.slidemenu_otherlink_list_ a > img {
	width: 28px;
	height: 28px;
	display: table-cell;
	vertical-align: middle;
}
.slidemenu_otherlink_list_ a > p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.2em;
	color: #009a44;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.slidemenu_otherlink_list_ a::before,
.slidemenu_otherlink_list_ a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.slidemenu_otherlink_list_ a::before {
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.floatbox_ {
	width: 100%;
	overflow: hidden;
}
ul.floatbox_ > li {
	float: left;
	width : -webkit-calc((100% - 5px) / 2);
	width : calc((100% - 5px) / 2);
}
ul.floatbox_ > li:last-child {
	float: right;
}
ul.floatbox_ > li .slidemenu_otherlink_list_ a > img {
	width: 25px;
	height: 25px;
}
ul.floatbox_ > li .slidemenu_otherlink_list_ a > p {
	padding-left: 5px;
}
ul.floatbox_ > li .slidemenu_otherlink_list_ a {
	padding: 4px 10px 4px 4px;
}
ul.floatbox_ > li .slidemenu_otherlink_list_ a::before {
	right: 7px;
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	/*margin-bottom: 10px;*/
	/*padding: 10px 12px 8px 12px;*/
    padding: 10px 12px 0 12px;
	position: relative;
	/*-moz-box-shadow: #333 0 10px 10px -10px inset;*/
	/*-webkit-box-shadow: #333 0 10px 10px -10px inset;*/
	/*box-shadow: #333 0 10px 10px -10px inset;*/
}
/* ↓12/12/26 修正↓ */
form.search_form_ input.keyword_ {
	height: 37px;
	font-size: 12px;
	/*width: 241px;*/
	width: 100%;
	text-indent: 5px;
	/*border: none;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: #fff -moz-linear-gradient(top, #eee, #fff);
    background: #fff linear-gradient(#eee, #fff);
}
/* ↑↑ */
/* 12/12/25 修正 */
form.search_form_ .placeholder_ {
	position: absolute;
	top: 26px;
	left: 32px;
	color: #999;
}
/* 11/14 修正 */
form.search_form_ .search_button_ {
	display: block;
	position: absolute;
	top: 26px;
	right: 20px;
	padding: 0;
	/*font-size: 16px;*/
	width: 15px;
	height: 16px;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	/*max-width: 95%;*/
}
#search_box {
	background: #fff -moz-linear-gradient(#f9f9f9, #fff);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #f9f9f9));
	background: #fff linear-gradient(#f9f9f9, #fff);
}
/* ↓12/1/8 修正↓ */
#search_box .search_head {
	padding: 0 12px 0 35px;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -moz-linear-gradient(#82cc72, #3dab25);
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3dab25), color-stop(0.00, #82cc72));
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 linear-gradient(#82cc72, #3dab25);
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
}
/**/
#search_box div {
	text-align: right;
	/*padding: 0 12px 8px;*/
}
#search_box div a {
	display: block;
    padding: 8px 12px 8px;
	/*color: #323232;*/
}
#search_box div a span {
	background: url(../img/usr/sb/arrow_02.png) no-repeat left 2px;
	padding-left: 10px;
	line-height: 15px;
	background-size: 7px 9px;
	-webkit-background-size: 7px 9px;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
ul.buttons_ {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-top: 1px solid #CCC;
}
ul.buttons_ li {
	display: inline;
	text-align: center;
}
ul.buttons_ li a {
}
ul.buttons_ li a img {
	vertical-align: middle;
}
footer {
	background-color: #009944;
	padding: 10px;
	box-sizing: border-box;
}
footer ul.footer_navlist_ {
	text-align: center;
}
footer ul.footer_navlist_ > li {
	display: inline-block;
	margin: 3px 0;
	border-right: 1px solid #fff;
}
footer ul.footer_navlist_ > li:last-child {
	border: none;
}
footer ul.footer_navlist_ > li a {
	font-size: 10px;
	color: #fff;
	margin: 0 6px;
}
footer .copylight_box_ {
	width: 100%;
	display: table;
	padding-top: 15px;
}
footer .copylight_box_ p.copy_ {
	display: table-cell;
	text-align: left;
	font-size: 10px;
	color: #fff;
	vertical-align: bottom;
	font-family: Verdana,"Droid Sans","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
footer .copylight_box_ p.chage_mode_ {
	width: 100px;
	display: table-cell;
}
footer .copylight_box_ p.chage_mode_ span {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #009944;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
}
.footer_navlist_wrap_ {
	padding: 0 5px 15px 5px;
}
.footer_navlist_wrap_ .footer_navlist_ {
	margin-bottom: 5px;
}
.footer_navlist_wrap_ .footer_navlist_ a {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	padding: 3px 20px 3px 4px;
	position: relative;
}
.footer_navlist_wrap_ .footer_navlist_ a > img {
	width: 80px;
	height: 43px;
	display: table-cell;
	vertical-align: middle;
}
.footer_navlist_wrap_ .footer_navlist_ a > p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.2em;
	color: #231815;
	text-align: left;
	/*padding-left: 5px;*/
	box-sizing: border-box;
}
.footer_navlist_wrap_ .footer_navlist_ a::before,
.footer_navlist_wrap_ .footer_navlist_ a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.footer_navlist_wrap_ .footer_navlist_ a::before {
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3e3432;
	border-right: 1px solid #3e3432;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_navlist_wrap_ ul.floatbox_ {
	width: 100%;
	overflow: hidden;
	padding: 0 7px;
	box-sizing: border-box;
}
.footer_navlist_wrap_ ul.floatbox_ > li {
	float: left;
	width : -webkit-calc((100% - 5px) / 2);
	width : calc((100% - 5px) / 2);
}
.footer_navlist_wrap_ ul.floatbox_ > li:last-child {
	float: right;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_ {
	margin-bottom: 0;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_ a > img {
	width: 25px;
	height: 25px;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_ a {
	padding: 9px 10px 9px 4px;
}
footer .top_bottom_event_ {
	width: 94%;
	margin: 0 auto 13px;
	text-align: center;
}
footer .top_bottom_event_ a {
	display: block;
}
footer .top_bottom_event_ img {
	max-width: 100%;
}
footer .chage_mode_ {
	margin-bottom: 10px;
}
footer nav#footernav {
}
footer nav#footernav ul li {
	margin-bottom: 10px;
	display: inline-block;
	white-space: nowrap;
}
footer nav#footernav ul li img {
	vertical-align: central;
}
/*footer #copyright {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #CCC;
}*/

/* トップへ戻るボタン */
footer #top_page {
	/*margin: 10px 12px 0;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-bottom: 9px;
	background: #e4f7bd -moz-linear-gradient(top, #fefffe 0%, #e4f7bd 99%);
	background: #e4f7bd -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #e4f7bd), color-stop(0.00, #fefffe));
	background: #e4f7bd linear-gradient(to bottom, #fefffe 0%, #e4f7bd 99%);
	text-shadow: 1px 1px 1px #ffffff;*/
	margin: 5px 12px 30px;
}

footer #top_page a {
	/*display: block;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #3dab25;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ffffff;*/
	display: block;
	color: #999999;
	font-size: 13px;
	font-family: "Yu Gothic Pr6N D";
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	border: 1px solid #999999;
	border-radius: 0;
	padding: 14px 0 13px;
	margin: 0;
	transition: all .3s;
	position: relative;
	opacity: 1.0!important;
}
/*footer #top_page a::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: 1px solid #353535;
	border-top: 1px solid #353535;
	left: 13px;
	top: 22px;
	transform:  rotate(-45deg);
	transition: all .3s;
}*/

/* フッターナビ　ボタン */
footer nav#footernav_btn {
	clear: both;
	color: #FFF;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #d6d6d6;
}

footer nav#footernav_btn ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	background: #fff -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.50, #fff));
	background: #fff linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
}
footer nav#footernav_btn ul li {
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-bottom: 1px solid #f2f2f2;
	/*float: left;
	display: inline;*/
}
footer nav#footernav_btn ul li a {
	display: block;
	font-weight: bold;
	/*color: #323232;*/
	padding-top: 36px;
	height: 27px;
	/*padding: 25px 0 0;*/
	font-size: 10px;
}

/* ホームへ */
footer nav#footernav_btn ul li#footer_home {
	background: url(../img/usr/sb/footer/footer_nav_home.png) no-repeat center;
	/*width: 81px;*/
	border-right: 1px solid #ffffff;
	background-size: 81px 61px;
	-webkit-background-size: 81px 61px;
}
/* 会員登録 */
footer nav#footernav_btn ul li#footer_registration {
	background:url(../img/usr/sb/footer/footer_nav_registration.png) no-repeat center;
	/*width: 80px;*/
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	background-size: 80px 61px;
	-webkit-background-size: 81px 61px;
}
/* ログイン */
footer nav#footernav_btn ul li#footer_login {
	background: url(../img/usr/sb/footer/footer_nav_login.png) no-repeat center;
	/*width: 80px;*/
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	background-size: 80px 61px;
	-webkit-background-size: 81px 61px;
}
/* カート */
footer nav#footernav_btn ul li#footer_cart {
	background: url(../img/usr/sb/footer/footer_nav_cart.png) no-repeat center;
	/*width: 79px;*/
	border-left: 1px solid #cdcdcd;
	background-size: 79px 61px;
	-webkit-background-size: 79px 61px;
}
/* マイページ 12/12/19 追加 */
footer nav#footernav_btn ul li#footer_mypage {
	background: url(../img/usr/sb/footer/footer_nav_mypage.png) no-repeat center;
	/*width: 79px;*/
	border-left: 1px solid #cdcdcd;
	background-size: 79px 61px;
	-webkit-background-size: 79px 61px;
}
/* ログアウト 12/12/19 追加 */
footer nav#footernav_btn ul li#footer_logout {
	background: url(../img/usr/sb/footer/footer_nav_logout.png) no-repeat center;
	/*width: 79px;*/
	border-left: 1px solid #cdcdcd;
	background-size: 79px 61px;
	-webkit-background-size: 79px 61px;
}

/* フッターナビ　リンク */
footer nav#footernav_link {
	width: 100%;
	margin-bottom: 13px;
	box-shadow: 1px 1px 2px 1px #dddddd;
}
footer nav#footernav_link ul {
	background: #ececec;
	border-bottom: 1px solid #fbfbfb;
}
footer nav#footernav_link ul li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #fbfbfb;
}
footer nav#footernav_link ul li a {
	height: 44px;
	padding: 0 0 0 12px;
	line-height: 44px;
	display: block;
	/*color: #323232;*/
	margin: 0 12px 0 0;
	background: url(../img/usr/sb/arrow_01.png) no-repeat right center;
	background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
}

/* オンラインショップとフェイスブックのバナー */
/* 12/12/25 修正 */
footer ul.banner_ {
	background: #FFF;
	padding-bottom: 13px;
	width: 100%;
	border-bottom: 1px dotted #cdcdcd;
}
footer ul.banner_ li {
	border: 1px solid #dadada;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0 1px 2px #dadada;
	-webkit-box-shadow: 0 1px 2px #dadada;
	box-shadow: 0 1px 2px #dadada;
	text-shadow: 1px 1px 2px #fff;
	vertical-align: middle;
    width: 45%;
    vertical-align: middle;
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #fff));
	background: linear-gradient(#fff, #e5e5e5);
}

footer ul.banner_ li#footer_online {
    float: left;
    display: inline;
	margin-left: 3%;
}
footer ul.banner_ li#footer_fecebook {
    float: right;
    display: inline;
	margin-right: 3%;
}
footer ul.banner_ li a {
	display: block;
	font-size: 12px;
	height: 54px;
	line-height: 54px;
	color: #2e9e2a;
	text-shadow: 1px 1px 2px #ffffff;
}
/**/
/* ロゴ */
footer dl#footer_info_logo {
	border-bottom: 1px dotted #cdcdcd;
}
footer dl#footer_info_logo dt {
}

footer dl#footer_info_logo dd {
}

/* 電話番号 */
footer dl#footer_info_tel {
	border-bottom: 1px solid #d0d0d0;
}
footer dl#footer_info_tel dt {
}
footer dl#footer_info_tel dd {
}

/* ロゴ、電話番号共通 */
footer dl#footer_info_logo,
footer dl#footer_info_tel {
	padding: 10px 0;
	display: table;
	width: 100%;
}
/* 12/12/25 修正 */
footer dl#footer_info_logo dt,
footer dl#footer_info_tel dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 12px;
	width: 40%;
}
footer dl#footer_info_logo dd,
footer dl#footer_info_tel dd {
	display: table-cell;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	width: 60%;
	padding-right: 12px;
}
/**/
footer dl#footer_info_logo dt img{
	vertical-align: bottom;
	width: 105px;
	height: 14px;
}

footer dl#footer_info_tel dd img {
	margin-bottom: 5px;
	vertical-align: bottom;
	width: 178px;
	height: 19px;
}

/* 2017/3/29追加 */
/* お客様相談窓口 */
/* 電話番号 */
footer dl#footer_info_tel_01 {
	border-bottom: 1px solid #d0d0d0;
}
footer dl#footer_info_tel_01 dt {
}
footer dl#footer_info_tel_01 dd {
}

/* ロゴ、電話番号共通 */
footer dl#footer_info_tel_01 {
	padding: 10px 0;
	display: table;
	width: 100%;
}
/* 12/12/25 修正 */
footer dl#footer_info_tel_01 dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 12px;
	width: 40%;
}
footer dl#footer_info_tel_01 dd {
	display: table-cell;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	width: 60%;
	padding-right: 12px;
}

footer dl#footer_info_tel_01 dd img {
	margin-bottom: 5px;
	vertical-align: bottom;
	width: 178px;
}
/* 通信販売窓口 */
/* 電話番号 */
footer dl#footer_info_tel_02 {
	border-bottom: 1px solid #d0d0d0;
}
footer dl#footer_info_tel_02 dt {
}
footer dl#footer_info_tel_02 dd {
}

/* ロゴ、電話番号共通 */
footer dl#footer_info_tel_02 {
	padding: 10px 0;
	display: table;
	width: 100%;
}
/* 12/12/25 修正 */
footer dl#footer_info_tel_02 dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 12px;
	width: 40%;
}
footer dl#footer_info_tel_02 dd {
	display: table-cell;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	width: 60%;
	padding-right: 12px;
}

footer dl#footer_info_tel_02 dd img {
	margin-bottom: 5px;
	vertical-align: bottom;
	width: 178px;
}

/* 最下部グレー背景 */
footer #footer_desc {
	background: #ececec;
	padding: 10px 12px;
	color: #747473;
	font-size: 10px;
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #d0d0d0;
	line-height: 14px;
}

/* フッターテキストリンク */
footer ul.footer_txtlink li{
	float:left;
	overflow: hidden;
	padding: 1em 1em 0;
	font-size:10px;
}
footer ul.mid li{
	padding-top:0px;
	padding-bottom:0px;
}
footer ul.last li{
	padding-top:0px;
	padding-bottom:10px;
}
footer ul.footer_txtlink a{
	text-decoration: underline;
}

/* コピーライト */
footer dl#footer_copy {
	padding: 12px 12px 15px;
	border-top: 1px solid #fbfbfb;
	background: #ececec;
}

footer dl#footer_copy dt small#copyright {
	font-size: 10px;
	float: left;
	display: inline;
	text-align: center;
	line-height: 40px;
}
footer dl#footer_copy dt {
	width: 70%;
}
/* 13/1/9 修正 */
footer dl#footer_copy dd {
	/*width: 90px;*/
	width: 30%;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 40px;
	float: right;
	display: inline;
	text-align: center;
	background: #14a013 -moz-linear-gradient(#16b014, #108612);
	background: #14a013 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #108612), color-stop(0.00, #16b014));
	background: #14a013 linear-gradient(#16b014, #108612);
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
footer dl#footer_copy dd a {
	color: #FFF;
    display: block;
}
/* ↑↑ */
/* 横長のボタン */
footer .long_btn_ {
    padding: 0  3% 10px;
	border-bottom: 1px dotted #cdcdcd;
}
footer .long_btn_ li {
	border: 1px solid #dadada;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0 1px 2px #dadada;
	-webkit-box-shadow: 0 1px 2px #dadada;
	box-shadow: 0 1px 2px #dadada;
	text-shadow: 1px 1px 2px #fff;
	vertical-align: middle;
    vertical-align: middle;
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #fff));
	background: linear-gradient(#fff, #e5e5e5);
}
footer .long_btn_ li  a {
    text-align: center;
    display: block;
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	height: 40px;
	line-height: 40px;
	color: #2e9e2a;
}
/* 取引先ログイン 14/10/21 追加 */
footer#footer_torihiki{}
footer#footer_torihiki #copyright{
	text-align:center;
	display:block;
	background:#4eb339;
	padding:10px 0;
	color:#ffffff;
}
footer#footer_torihiki #footer_copy{
	background:#4eb339;
	color:#ffffff;
	overflow:hidden;
}
footer#footer_torihiki #footer_copy dt{
	width:60%;
	float:left;
}
#footer_torihiki #footer_copy a.mail{
	display:inline-block;
	background:url(../img/usr/footer/footer_icon_mail.png) left no-repeat;
	padding-left:30px;
	color:#ffffff;
	text-decoration:underline;
}
footer#footer_torihiki #footer_copy dd{
	background: linear-gradient(to bottom, #FEFFFE 0%, #E4F7BD 99%) repeat scroll 0 0 #E4F7BD;
}
footer#footer_torihiki #footer_copy dd a{
	color:#333333;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}

img.top_banner_ {
	max-width: 100%;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.loginform_ {
	margin-bottom: 10px;
}
div.login_ div.logincheck_ .login_check_ {
    text-align: right;
    margin: 0 10px 10px;
}
div.login_ div.logincheck_ .login_check_ a {
	display: block;
    color: #3dab25;
}
div.login_ div.logincheck_ .login_check_ a span {
	background: url(../img/usr/sb/arrow_02.png) no-repeat left center;
	background-size: 7px 9px;
	-webkit-background-size: 7px 9px;
	padding-left: 10px;
}
div.login_ div.loginform_ dl.loginform_ {
}
/* 13/1/8 修正 */
div.login_ div.loginform_ dl.loginform_ dt {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -moz-linear-gradient(#82cc72, #3dab25);
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3dab25), color-stop(0.00, #82cc72));
	background: url(../img/usr/sb/icon_square01.png) no-repeat 12px center, #3dab25 linear-gradient(#82cc72, #3dab25);
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 0 12px 0 35px;
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
}
div.login_ div.loginform_ dl.loginform_ dd {
	padding: 0 12px;
}
div.login_ div.loginform_ dl.loginform_ dd.form_text_ {
	margin-bottom: 10px;
}
div.login_ div.loginform_ dl.loginform_ dd table.loginform_ {
	width: 100%;
}
div.login_ div.loginform_ dl.loginform_ dd table.loginform_ th {
	text-align: left;
	padding: 0 0 0 15px;
	/*background: url(../img/usr/sb/icon_square05.png) no-repeat left center;*/
}

div.login_ div.loginform_ dl.loginform_ dd table.loginform_ td {
	padding: 0 0 5px 0;
}
div.login_ div.loginform_ dl.loginform_ dd div.askpass_ a {
	/*display: block;
	background: url(../img/usr/sb/arrow_02.png) no-repeat left center;
	background-size: 7px 9px;
	-webkit-background-size: 7px 9px;
	padding-left: 10px;*/
}

div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin:10px auto 20px;
}
.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%;
}

/**/

/* H1 */
/* 12/12/25 修正 */
div.login_ .common_headline1_ {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 10px;
	padding: 0 12px 0 35px;
	line-height: 33px;
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff -moz-linear-gradient(#fff, #ebebeb);
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #fff));
	background: url(../img/usr/sb/icon_square03.png) no-repeat 12px center, #fff linear-gradient(#fff, #ebebeb);
	font-weight: bold;
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
}

/* ログインページ用上部ボタン */
div.login_ nav#login_nav {
	clear: both;
	color: #FFF;
	/*width: 100%;*/
	width: 100%;
	/*border-top: 1px solid #e0e0e0;*/
	/*border-bottom: 1px solid #d6d6d6;*/
}

div.login_ nav#login_nav ul {
    text-align:center;
	margin: 0 12px 10px;
}
div.login_ nav#login_nav ul li {
    display: inline-block;
    width: 30%;
    border: 2px solid #51b33c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.50, #fff));
	background: #fff linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
    vertical-align: middle;
}
div.login_ nav#login_nav ul li:last-child {
	margin-right: 0;
}
div.login_ nav#login_nav ul li a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	background: url(../img/usr/sb/arrow_05.png) no-repeat center 45px;
	background-size: 12px 8px;
	-webkit-background-size: 12px 8px;
	line-height: 10px;
	height: 40px;
	padding: 20px 0 0 0;
}
/* 各ボタンのテキスト位置 */
div.login_ nav#login_nav ul li#login_member a {
	padding: 8px 0 0 0;
	height: 52px;
}
div.login_ nav#login_nav ul li#login_beginner a {
	padding: 20px 0 0 0;
	height: 40px;
}
div.login_ nav#login_nav ul li#login_online a {
	padding: 15px 0 0 0;
	height: 45px;
}

/*↓初めてオンラインサービスをご利用になるお客様↓*/
div.login_ div.loginform_ #entry {
	border-bottom: 1px solid #cdcdcd;
}
/* 共通 */
/* 12/12/19 修正 */
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dt {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(../img/usr/sb/icon_square06.png) no-repeat 12px center, -moz-linear-gradient(#d45865, #bb3f4c);
	background: url(../img/usr/sb/icon_square06.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bb3f4c), color-stop(0.00, #d45865));
	background: url(../img/usr/sb/icon_square06.png) no-repeat 12px center, linear-gradient(#d45865, #bb3f4c);
	/*text-shadow: 1px -1px 2px #1b1b1b;*/
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 0 12px 0 35px;
	-moz-box-shadow: 0 -1px 2px #dfd7d8;
	-webkit-box-shadow: 0 -1px 2px #dfd7d8;
	box-shadow: 0 -1px 2px #dfd7d8;
	background-size: 15px 15px, auto;
	-webkit-background-size: 15px 15px, auto;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dt {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0 12px 0 35px;
	background-color: #f7f7f7;
	color: #333;
	position: relative;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dt:before {
	content: "";
	display: block;
	width: 6px;
	height: 13px;
	background-color: #d14856;
	position: absolute;
	top: 0;
	left: 11px;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dd,
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dd {
	padding: 5px 12px 20px;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dd .entry_beginner_btn_ {
	margin: 5px 0 0;
	text-align: right;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dd .entry_beginner_btn_ a {
	text-decoration: underline;
}

div.login_ div.loginform_ #entry ul#entry_guide {
}
/* シーボン．会員のお客様 */
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember {
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember table.loginform_ {
	width: 100%;
	margin-bottom: 5px;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember table.loginform_ th {
	text-align: left;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember table.loginform_ td {
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember table.loginform_ td select ,
div.questionnaire_ dl.loginform_ dd select{
	display: inline-block;
	width: 25%;
	/*height: 45px;*/
    /*font-size: 150%;*/
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dd form p {
	font-size: 11px;
	margin-bottom: 5px;
}
/*↓マイページ機能について↓*/
div.login_ div.loginform_ #about_mypage {
}
div.login_ div.loginform_ #about_mypage .common_headline2_ {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a5a5a4;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	color: #323232;
	background: #d1d1d0 -moz-linear-gradient(#e8e8e8, #d1d1d0);
	background: #d1d1d0 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d0), color-stop(0.00, #e8e8e8));
	background: #d1d1d0 linear-gradient(#e8e8e8, #d1d1d0);
	text-shadow: 1px 1px 2px #ffffff;
	background-size: 23px auto;
	-webkit-background-size: 23px auto;
}
div.login_ div.loginform_ #about_mypage .desc_ {
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 12px;
}
div.login_ div.loginform_ #about_mypage .desc_ dt,
div.login_ div.loginform_ #about_mypage .desc_ dt {
	line-height: 18px;
}
div.login_ div.loginform_ #about_mypage .desc_ dt {
	font-weight: bold;
}


/**/

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.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 12px 10px;
	/*padding: 5px;*/
	/*background:#F8F8F8;*/
	/*border: 1px solid #CCC;*/
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius:5px;*/
}
div.customer_status_ p{
	display: inline-block;
	margin-right: 20px;
}
div.customer_name_ {
}
div.customer_status_ .loginname_ {
  font-size: 14px;
  font-weight: bold;
}
.mypoint_ {
}

.point_ {
	font-weight: bold;
}
div.point_conver_ {
	/*border-top: 1px solid #a5a5a4;*/
	margin-bottom: 10px;
}
div.point_conver_ h2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a5a5a4;
	font-size: 12px;
	line-height: 16px;
	background: #d1d1d0 -moz-linear-gradient(#e8e8e8, #d1d1d0);
	background: #d1d1d0 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d0), color-stop(0.00, #e8e8e8));
	background: #d1d1d0 linear-gradient(#e8e8e8, #d1d1d0);
	padding: 0 10px;
	color: #323232;
	text-shadow: 1px -1px 2px #ffffff;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
div.point_conver_ a {
    text-decoration: underline;
}
div.point_conver_ .memo_ {
	padding: 5px 12px;
}
div.point_conver_ .expiration_date {
	margin: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #f1fbde;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}
div.point_conver_ .expiration_date h3 {
	background: url(../img/usr/sb/icon_square07.png) no-repeat left center;
	padding-left: 15px;
	color: #3DAB25;
}
div.point_conver_ .expiration_date p {
	/*padding: 0 10px;*/
	font-size: 10px;
}

#mypagenav {
	margin-bottom: 10px;
	border-top: 1px solid #CDCDCD;
	-moz-box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
}
/*#mypagenav li {
	border-bottom: 1px solid #CCC;
}*/
#mypagenav ul {
	background: #ECECEC;
	border-bottom: 1px solid #FBFBFB;
}
#mypagenav li {
	border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #FBFBFB;
}
/*#mypagenav li:first-child {
	border-top: 1px solid #CDCDCD;
}*/
/* 12/12/19 修正 */
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	background: url(../img/usr/sb/arrow_01.png) 98% center no-repeat;
	background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	/*height: 23px;*/
	line-height: 23px;
	/*text-shadow: 1px -1px 2px #FFFFFF;*/
    -moz-text-shadow: 0 -1px 0 rgba(255, 255, 255, 1.0);
	-webkit-text-shadow: 0 -1px 0 rgba(255, 255, 255, 1.0);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1.0);
	/*font-weight: bold;*/
}
#mypagenav li a p.comment_ {
	font-weight: normal;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/sb/arrow_01.png) 98% center no-repeat;
	background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
}
#mypagenav #dest_change ul#destnav {
	border-top: 1px solid #CDCDCD;
}
#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: #f8f8f8 url(../img/usr/sb/arrow_02.png) 20px center no-repeat;
	background-size: 7px 9px;
	-webkit-background-size: 7px 9px;
	height: 22px;
	line-height: 22px;
}

/* 担当者情報 */
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;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	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_ .common_headline1_{
	line-height: 1.6;
	/*margin-top: 5px;*/
}

.customer_ .message {
	margin: 0 12px;
}
.customer_ p.name1_ a  {
	color: #3dab25;
}
.customer_ p.small_ {
	margin: 5px 0;
}

.submit_ {
	/*margin: 0 10px 20px;*/
	margin: 10px 12px 10px;
	text-align: center;
}

div.topiclist_body_ .submit_ {
	/*margin: 0 10px 20px;*/
	margin: 10px 0 0 0;
}

div.topiclist_body_ .submit_ img {
	width: 80%;
}
.submit_ input.reserveform_comfirm_ {
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
}
.submit_ p {
	text-align: left;
}
/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
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;*/
	margin: 10px 12px;
}
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: #F8F8F8;*/
	border: 1px solid #a5a5a4;
	background-color: #d1d1d0;
	width: 40%;
	font-weight: normal;
	padding: 5px;
	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: 1px solid #a5a5a4;
	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: 1px solid #a5a5a4;
	border-bottom: none;
}
table.history_ td {
	/*padding: 1px 5px;*/
	padding: 5px;
	/*border-bottom: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #a5a5a4;
}
table.history_ th {
	/*background-color: #F8F8F8;*/
	background-color: #d1d1d0;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	/*padding: 1px 5px;*/
	padding: 5px;
	/*border-bottom: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #a5a5a4;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
    padding: 5px;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
/* 12/12/21 修正 */
table.history_ td.order_detail_ .order_again_ {
	margin: 5px 0 0 0;
    padding: 0 0 0 0;
}
/* 12/12/21 修正 */
table.history_ td.order_detail_ .order_again_ span {
    width: 100%;
	color: #009944;
	padding: 5px 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*-moz-box-shadow: 0 1px 2px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;*/
	border: 1px solid #cccccc;
    -moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	/*text-shadow: 0 -1px 1px #CCC;*/
    padding: 5px 0;
	/*background-color: #f6f6f6;*/
	/*width: 100%;*/
	/*background: #fff -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.50, #fff));
	background: #fff linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
	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);*/
}
/* 12/12/21 追加 */
table.history_ td.order_detail_ form .order_again_ {
    float: left;
    display: inline;
	margin: 10px 0 0 0;
    width: 48%;
}
/* 12/12/21 追加 */
table.history_ td.order_detail_ form .order_again_:last-child {
    float: right;
    display: inline;
}
/**/
table.history_ td.status_ {
	/*padding-top: 5px;*/
	padding: 5px;
}
table.history_ td.status_ img {
	/*width: 160px;*/
	width: 100%;
}
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: 0 10px 10px;*/
	margin: 0 0 10px;
}
div.customer_ li.bookmark_item_ {
	padding: 10px 0;
	vertical-align: top;
	display: table;
	/*width: 100%;*/
	border-bottom: 1px dotted #CCC;
	width: 100%;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #CCC;
}


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 12px 5px 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_ div input {
	margin-top: 5px;
	padding: 0.5em 1em;
}
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-bottom: 10px;
}
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/link_mypage.png) right center no-repeat;*/
	background: url(../img/usr/sb/arrow_01.png) no-repeat right center;
	background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	margin-right: 12px;
}
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: 10px 0 0 12px;
	float: left;
}
.contactdetail_title_ .id_ {
	/*margin-right: 10px;*/
	margin: 10px 12px 0 0;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	/*margin: 0 10px 10px;*/
	margin: 0 0 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	overflow: hidden;
	background: #ECECEC;
	/*padding: 5px;*/
	/*background: #F0F0F0;*/
	/*border: 1px solid #CCC;*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	/*padding: 5px;*/
	padding: 10px 0 10px 12px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	/*padding: 5px;*/
	padding: 10px 12px 10px 0;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
	border-bottom: 1px dotted #cfcfcf;
}
.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;
}
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_ .name1_ a {
	color: #3dab25;
}
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: 5px 5px 0 5px;
	margin: 5px 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.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}

div.method_host_ div.host_info_ {
	/*margin: 0 10px 10px;*/
	/*padding: 5px;*/
	background: #ececec;
	/*background: #F0F0F0;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
div.method_host_ .host_name_ {
	padding: 10px 12px;
}
div.method_host_ address {
	padding: 10px 12px;
	background: #FFF;
	font-style: normal;
}
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;*/
	margin: 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;*/
	/*padding: 5px;*/
	/*background: #F0F0F0;*/
	background: #ececec;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
div.address_item_ .address_title_ {
	/*padding-bottom: 5px;*/
	padding: 10px 12px;
}

div.address_item_ .dest_disp address {
	/*padding: 10px;*/
	padding: 10px 12px;
	background: #FFF;
	font-style: normal;
	border-bottom: 1px dotted #cfcfcf;
}
div.address_item_ .address_change_ {
	/*margin-top: 5px;*/
	text-align: right;
	background:#FFF;
	padding: 5px 12px 10px 0;
}
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;*/
	padding: 10px 12px;
}
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: 20px;
	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%;
	border: 1px solid #a5a5a4;
}

/* ご注文の商品 */
table.estimate_ {
	/*border: 1px solid #CCCCCC;*/
	/*border: 1px solid #a5a5a4;*/
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	/*border-bottom: 1px solid #CCCCCC;*/
	/*border-bottom: 1px solid #a5a5a4;*/
	/*background-color: #F8F8F8;*/
	background-color: #d1d1d0;
	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;*/
	border: 1px solid #a5a5a4;
}
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: #F8F8F8;*/
	padding: 5px;
	/*background-color: #d1d1d0;*/
	border-bottom: 1px solid #a5a5a4;
	border-left: 1px solid #a5a5a4;
	border-right: 1px solid #a5a5a4;
}
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;*/
	border-bottom: 1px solid #a5a5a4;
	border-right: 1px solid #a5a5a4;
	border-top: 1px solid #a5a5a4;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	/*border: 1px solid #CCCCCC;*/
	border: 1px solid #a5a5a4;
}

table.goodslist_ td {
	padding: 3px;
	/*border-right: 1px solid #CCCCCC;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	border-right: 1px solid #a5a5a4;
	border-bottom: 1px solid #a5a5a4;
}
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;*/
	border-bottom: 1px solid #a5a5a4;
	border-right: 1px solid #a5a5a4;
	/*background-color: #F8F8F8;*/
	background-color: #d1d1d0;
	padding: 5px;
}
/* 配送情報 */
table.host_, table.sender_ {
	/*border: 1px solid #CCCCCC;*/
	border: 1px solid #a5a5a4;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	/*border-bottom: 1px solid #CCCCCC;*/
	/*background-color: #F8F8F8;*/
	/*border-bottom: 1px solid #a5a5a4;*/
	background-color: #d1d1d0;
	padding: 5px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
	border: 1px solid #a5a5a4;
}

/*div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}*/
div.order_ .method_addr_ {
	margin: 10px 12px;
	padding: 10px;
	border: 2px solid #51b33c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

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: #F8F8F8;*/
	font-weight: normal;
	background-color: #d1d1d0;
	/*border-top: 1px solid #a5a5a4;*/
}
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_ {
	margin: 10px 0;
}


/* お届け先 */
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;*/
	border: 1px solid #a5a5a4;
}
table.destgoodslist_ th {
	width: 30%;
	/*border-top: 1px solid #CCCCCC;*/
	/*border-right: 1px solid #CCCCCC;*/
	padding: 5px;
	/*background-color: #F8F8F8;*/
	background-color: #d1d1d0;
	border-top: 1px solid #a5a5a4;
	border-right: 1px solid #a5a5a4;
	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;
	border-top: 1px solid #a5a5a4;
}
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_{
	vertical-align: middle;
}
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: #F8F8F8;*/
	background-color: #d1d1d0;
	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;
}
div.order_ dl.card_.formdetail_.estimate_ dd label{
	padding:0;
}
/* コメント */
.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;
}
/* 12/12/25 削除 */
/*.mail_ input  {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/


/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	/*margin:0 10px;*/
	/*border:1px solid #CCC;*/
	border-top: 1px solid #cdcdcd;
	margin-bottom:10px;
}
/*div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}*/
div.box_ dl.formdetail_ {
	margin: 10px -12px;
}
/* 12/12/19 修正 */
dl.formdetail_ dt {
	padding: 5px 2px 5px 6px;
	/*background-color: #F0F0F0;*/
	background: #d1d1d0 -moz-linear-gradient(#e8e8e8, #d1d1d0);
	background: #d1d1d0 -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d0), color-stop(0.00, #e8e8e8));
	background: #d1d1d0 linear-gradient(#e8e8e8, #d1d1d0);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a5a5a4;
	/*text-shadow: 1px -1px 2px #FFFFFF;*/
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}
img.must_ {
	width: 40px;
    vertical-align: text-top;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	/*padding:2px 2px 2px 12px;*/
	padding: 10px 12px 10px 12px;
	border-bottom: 1px solid #cdcdcd;
}
/* 12/12/25 修正 */
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	/*max-width: 95%;*/
	/*width: 95%;*/
}
/* 16/7/26 修正 */
dl.formdetail_.estimate_.card_ {
	border-top: none;
	margin-bottom: 15px;
    margin-top: -10px;
}
dl.formdetail_.estimate_.card_ dd{
	border-bottom: none;
	padding-bottom: 5px;
    padding-top: 5px;
}
/*------------------------------------------------------
	取引先ログインフォーム　2014.10.14 
------------------------------------------------------*/

.login_torihiki_nav_{
	margin:20px 10px 10px;
}
.login_torihiki_nav_ p#customer_name{
	margin-bottom:10px;
	font-size:18px;
}
.login_torihiki_nav_ p#welcome_message{}


/*------------------------------------------------------
	取引先マイページ　2014.10.14 
------------------------------------------------------*/
.customer_status_ #free_space_{}
.customer_status_ #free_space_ > p{
	margin:10px 0;
}
.customer_status_ #free_space_ .main_{
	position:relative;
	background:url(../img/usr/mypage/torihiki/season_bg01.jpg) top no-repeat;
	padding-top:5px;
	margin:20px 0;
	background-size:100%;
}
.customer_status_ #free_space_ .main_ .inner_{
	background:url(../img/usr/mypage/torihiki/season_bg02.jpg) bottom no-repeat;
	min-height:145px;
	padding-bottom:50px;
	background-size:100%;
}
.customer_status_ #free_space_ .main_ .inner_ > p{
	font-size:26px;
	color:#4747cc;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	padding:20px 0 0;
}
.customer_status_ #free_space_ .main_  .inner_ p > span{
	font-size:20px;
}
.customer_status_ #free_space_ .main_ .detail_{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}
.customer_status_ #free_space_ .main_ .detail_ a{
	background:url(../img/usr/mypage/torihiki/icon_arrow01.png) left no-repeat;
	padding-left:18px;
	display:inline-block;
	background-size:10px;
	text-decoration:underline;
}
.customer_status_ #free_space_ .main_ .detail_ img{
	vertical-align:middle;
}

.customer_status_ #free_space_ .season_bnr_{
	margin:10px 0;
	text-align:center;
}
.customer_status_ #free_space_ .season_bnr_ img{
	width:100%;
}
.customer_status_ #free_space_ .specialpage_btn_{
	margin:30px 0;
}
.customer_status_ #free_space_ .specialpage_btn_ a{
	display:block;
	color:#ffffff;
	box-sizing:border-box;
	width:auto;
}

.regular_sales_remaks {
	white-space:pre-wrap;
	with:90%;
}

/*--------------------
	個人情報ページ
---------------------*/
.privacy_pc_site{
	display:none;
}

/* --------------------------------------------------------------------
	オンライン予約に関するご質問
--------------------------------------------------------------------- */
#faq #answer dd .exam01{
	position: relative;
	padding-bottom: 47%;
}
#faq #answer dd .exam01:after{
	position: absolute;
	content: "";
	display: block;
	background: url(../img/usr/freepage/cmn/faq/sp/qa_imgs01.png) 0 0 no-repeat;
	width: 100%;
    height: 1px;
    top: 28%;
    left: 0;
    background-size: 100%;
    padding-bottom: 39%;
}
#faq #answer dd .exam02{
	position: relative;
	padding-bottom:40%;
}
#faq #answer dd .exam02:after{
	position: absolute;
	content: "";
	display: block;
	background: url(../img/usr/freepage/cmn/faq/sp/qa_imgs02.png) 0 0 no-repeat;
	width: 117%;
    height: 1px;
    top: 28%;
    left: -14%;
    background-size: 100%;
    padding-bottom: 39%;
}
#faq #answer dd .mypage_img01{
	position: relative;
	padding-bottom: 160%;
}
#faq #answer dd .mypage_img01:after{
	position: absolute;
	content: "";
	display: block;
	background: url(../img/usr/freepage/cmn/faq/sp/qa_imgs03.png) 0 0 no-repeat;
	width: 100%;
    height: 1px;
    top: 3%;
    left: 0;
    background-size: 100%;
    padding-bottom: 147%;
}
#faq #answer dd .mypage_img01 span,
#faq #answer dd .mypage_img02 span{
	display: block;
	height: 0;
	overflow: hidden;
}

#faq #answer dd .mypage_img02{
	position: relative;
	padding-bottom: 145%;
}
#faq #answer dd .mypage_img02:after{
	position: absolute;
	content: "";
	display: block;
	background: url(../img/usr/freepage/cmn/faq/sp/qa_imgs04.png) 0 0 no-repeat;
	width: 100%;
	height: 1px;
	top: 3%;
	left: 0;
	background-size: 100%;
	padding-bottom: 147%;
}	
#free_mainframe #faq #answer dl dd ol{
	margin-left: -0.5em;
}
#free_mainframe #faq #answer dl dd ul{
	margin-left: -1.5em;
}
#free_mainframe #faq #answer dl dd h5{
	padding-top: 5px;
}

/* --------------------------------------------------------------------
	トップスライダー
--------------------------------------------------------------------- */
.mainslider_ img {
	width: 100%;
	min-width: 100%;
}
.mainslider_ .bx-wrapper {
	position: relative;
	width: 100%;
}
.mainslider_ li a img {
	border-bottom: 1px solid #cfdfcb;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	text-indent: -9999px;
}
.bx-controls-direction .bx-prev {
	background: url(../img/usr/sb/top_visual/slider_arrow_prev.png) no-repeat;
	background-size: 20px 20px;
	left: 5px;
}
.bx-controls-direction .bx-next {
	background: url(../img/usr/sb/top_visual/slider_arrow_next.png) no-repeat;
	background-size: 20px 20px;
	right: 5px;
}
.mainslider_pager_wrap_ {
	width: 100%;
	padding: 0;
	height: 50px;
	box-sizing: border-box;
	overflow-y: hidden;
	overflow-x: scroll;
	margin-top: -5px;
}
#mainslider_pager_ {
	height: 26px;
}
.mainslider_pager_wrap_ li {
	float: left;
	margin-left: 10px;
	font-size: 10px;
	line-height: 1.0em;
	display: inline-block;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #009944;
	color: #009944;
	padding: 7px 15px;
}
.mainslider_pager_wrap_ li.trialplan {
	color: #f08200;
	border: 1px solid #f08200;
}
.mainslider_pager_wrap_ li.active {
	background-color: #009944;
	color: #fff;
	padding: 6px 14px;
}
.mainslider_pager_wrap_ li.trialplan.active {
	background-color: #f08200;
	color: #fff;
	padding: 6px 14px;
}
/* ビューティステージバナー */
/*
.mainslider_ li a img.slider01_position {
	border: none;
	position: absolute;
	width: 34%;
	max-width: 34%;
	min-width: 34%;
	top: 15%;
	left: 50%;
	margin-left: -17%;
}
*/
.mainslider_ li a img.slider01_position {
	border: none;
	position: absolute;
	width: 69%;
	max-width: 69%;
	min-width: 69%;
	left: 31.05%;
}
.mainslider_ .bx-pager.bx-default-pager {
	display: none;
}
.mainslider_pager_wrap_ .bx-pager.bx-default-pager {
	display: none;
}
.mainslider_pager_wrap_ .bx-wrapper .bx-viewport {
	padding: 10px 0;
}

/* --------------------------------------------------------------------
	トップページナビゲーション / 追従ナビゲーション/
--------------------------------------------------------------------- */
ul.main_gnavlist_ {
	width: 100%;
	margin-bottom: 10px;
	display: table;
	box-sizing: border-box;
	border-top: 1px solid #009944;
	border-bottom: 1px solid #009944;
}
ul.main_gnavlist_ > li {
	display: table-cell;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #009944;
	vertical-align: middle;
}
ul.main_gnavlist_ > li:last-child {
	border-right: none;
}
ul.main_gnavlist_ > li a {
	display: block;
	text-align: center;
	padding: 9px 0 5px 0;
}
ul.main_gnavlist_ > li.main_gnavlist_online a img {
	width: 63px;
}
ul.main_gnavlist_ > li.main_gnavlist_serch a img {
	width: 49px;
}
ul.main_gnavlist_ > li.main_gnavlist_campain a img {
	width: 53px;
}
ul.main_gnavlist_ > li.main_gnavlist_shopping a img {
	width: 50px;
}
ul.fixd_gnavlist_ {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #b2e1ae;
	position: fixed;
	left: 0;
	bottom: -80px;
	z-index: 4;
	box-shadow: 0px -4px 10px 6px rgba(0,0,0,0.2);
	transition: 0.5s ease;
}
ul.fixd_gnavlist_ > li {
	display: table-cell;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	box-sizing: border-box;
	border-right: 2px solid #fff;
	vertical-align: middle;
}
ul.fixd_gnavlist_ > li:last-child {
	border-right: none;
}
ul.fixd_gnavlist_ > li a {
	display: block;
	text-align: center;
	padding: 9px 0 5px 0;
}
ul.fixd_gnavlist_ > li.fixd_gnavlist_online a img {
	width: 71px;
}
ul.fixd_gnavlist_ > li.fixd_gnavlist_serch a img {
	width: 53px;
}
ul.fixd_gnavlist_ > li.fixd_gnavlist_campain a img {
	width: 60px;
}
p#pagetop {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 80px;
	right: -30px;
	z-index: 12;
	/*transition: 0.5s ease;*/
	cursor: pointer;
}
p#pagetop img {
	width: 100%;
}


/* 予約確認・変更・キャンセル 2018.02 */
.reserve_change{
	padding: 0 10%;
	text-align: center;
}
.reserve_change .order_again_{
	width: 47%;
	margin: 1%;
	display: inline-block;
}
.reserve_change .order_again_ input{
    border: none!important;
}
.history_ a {
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	フッター修正 Globalリンク追加　2018.06
--------------------------------------------------------------------- */
.footer_navlist_wrap_{
	padding: 0;
	margin-bottom:-2px;
}
.footer_navlist_wrap_ ul.floatbox_ > li {
    float: left;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
	border: 0;
	box-sizing: border-box;
}
.footer_navlist_wrap_ ul.floatbox_ > li div{
}
.footer_navlist_wrap_ ul.floatbox_ > li div a{
	display: block;
	height: 83px;
	text-align: center;
	border: none;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_ a {
	padding: 0;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_ a > img{
	width: 29px;
	height: 29px;
	margin: 12px auto 18px;
}
.footer_navlist_wrap_ ul.floatbox_ > li .footer_navlist_.footer_navlist-youtube a > img {
	margin-bottom: 12px;
}
.footer_navlist_wrap_ .footer_navlist_ a::before {
	display: none;
}
.footer_navlist_wrap_ .footer_navlist_ a > p{
	display: block;
	font-size: 9px;
	text-align: center;
	line-height: 1.3;
}
.footer_navlist_wrap_ .footer_navlist_.footer_navlist-facebook a > p{
	/*padding-top: 5px;*/
}
.footer_navlist_wrap_ .footer_navlist_.footer_navlist-instagram a > p{
	/*padding-top: 5px;*/
}
footer {
	border-right:none;
	background-color: #fff;
	padding: 0;
}
footer .footer_navlist_ ul{
	width: 100%;
}
footer .footer_navlist_ li{
  background-color: #e6e6e6;
	color: #000;
}
footer ul.footer_navlist_ {
	overflow: hidden;
}
footer ul.footer_navlist_ > li{
	border-right:none;
	width: 49.8%;
	height:34px;
	text-align: left;
	line-height: 34px;
	margin: 0 0 1px;
	display: block;
	background-color: #e5f5ec;
}
footer ul.footer_navlist_ > li:nth-child(odd) {
	float: left;
}
footer ul.footer_navlist_ > li:nth-child(even) {
	float: right;
}
footer ul.footer_navlist_ > li a{
	color: #231815 !important;
	display: block;
	position: relative;
	padding-left: 3%;
}
footer ul.footer_navlist_ > li a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
	right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3e3432;
    border-right: 1px solid #3e3432;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer ul.footer_navlist_ > li a span{
	position: absolute;
	right:0;
	top: 23px;
}
footer ul.footer_global_navlist_{
	height: 60px;
}
footer ul.footer_global_navlist_ li{
	float: left;
	width: 45.3125%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #7fcca1;
	border-radius: 5px;
	margin-top: 12px;
	margin-left: 3.125%;
	position: relative;
	color: #009944;
	font-size: 11px;
}
footer ul.footer_global_navlist_ li span img{
	position: absolute;
	left: 4.5%;
	top: 23%;
	width: 18px;
}
footer ul.footer_global_navlist_ li a{
	color: #009944;
	display: block;
}
footer ul.footer_global_navlist_detail{
	background-color: #ffffff;
	height: 47px;
	padding: 0 3.125%;
}
footer ul.footer_global_navlist_detail li{
	float: left;
	width: 33%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	margin: 0;
	border-top: 1px solid #7fcca1;
	border-bottom: 1px solid #7fcca1;
	border-right: 1px solid #7fcca1;
	box-sizing: border-box;
}
footer ul.footer_global_navlist_detail li a{
	color: #11a050;
	font-size: 11px;
	display: block;
}
footer ul.footer_global_navlist_detail.no_display{
	display: none;
}
footer ul.footer_global_navlist_detail a:hover{
	display: block;
	text-decoration: none !important;
	background-color: #009944;
	color:#fff !important;
}
footer ul.footer_global_navlist_detail .g_left{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-left: 1px solid #7fcca1;
}
footer ul.footer_global_navlist_detail .g_left a:hover{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
footer ul.footer_global_navlist_detail .g_right{
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
footer ul.footer_global_navlist_detail .g_right a:hover{
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

footer .copylight_box_{
	background-color: #009944;
	padding: 4px 0 3px;
}
footer .copylight_box_ p.copy_{
	text-align: center;
}

/* --------------------------------------------------------------------
	ログインページ修正　2018.08
--------------------------------------------------------------------- */
div.login_ .login_wrap_ {
	/*border-bottom: 1px solid #e6e6e6;*/
	/*padding-bottom: 30px;*/
	/*padding-bottom: 5px;*/
}
div.login_ .inner_ {
	/*padding: 0 8px;
	box-sizing: border-box;*/
}
div.login_ .inner2_ {
	padding: 0 8px;
	box-sizing: border-box;
}
div.login_ .login_section_ {
	border: 1px solid #e0e0de;
	margin-bottom: 10px;
	padding: 2px;
	box-sizing: border-box;
}
div.login_ div.loginform_ #entry {
	border: none;
}
div.login_ .common_headline1_ {
    background: url(../img/usr/mypage/sp/h1_ico.png) no-repeat 4px center, #fff;
    background-size: 15px 15px, auto;
    border: none;
    line-height: 1.6;
    /*margin-top: 5px;*/
	padding: 0 12px 0 27px;
}
div.login_ div.loginform_ dl.loginform_ dd table.loginform_ th {
	padding: 0;
}
div.login_ table.loginform_ td {
	padding: 0 0 5px 0;
}
div.login_ div.loginform_ dl.loginform_ dt,
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dt,
div.login_ div.loginform_ #register_box dt,
div.login_ .login_section_ dt {
	text-align: center;
	color: #231815;
	text-shadow: none;
	padding: 10px 0;
	margin-bottom: 10px;
	line-height: 1.5;
	box-shadow: none;
	font-size: 14px;
    font-weight: bold;
}
div.login_ div.loginform_ dl.loginform_ dt,
div.login_ div.loginform_ #register_box dt,
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dt {
	background: #f5f0ed;
}
div.login_ #first_guide dt {
	background: #fce6cc;
}
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dd,
div.login_ div.loginform_ #entry ul#entry_guide li#entry_beginner dd,
div.login_ .login_section_ dd {
	padding: 5px 12px 20px;
}
div.login_ div.loginform_ #register_box dd p {
	font-size: 13px;
	line-height: 1.38;
	text-align: center;
}
div.login_ div.loginform_ #register_box dd p strong {
	/*color: #009944;*/
	font-size: 13px;
	font-weight: bold;
	line-height: 1.38;
}
div.login_ div.loginform_ #register_box dd .btn_online_member_ {
	width: 87%;
	margin: 12px auto 0;
	text-align: center;
}
div.login_ div.loginform_ #register_box dd .btn_online_member_ a {
	/*color: #009944;*/
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
	position: relative;
	padding-left: 14px;
	/*padding: 9px 0 8px;
	border: 1px solid #7fcca1;
	border-radius: 5px;*/
	/*background-image: url("../img/usr/sb/icon_right02.png");
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size: 12px 12px;*/
}
div.login_ div.loginform_ #register_box dd .btn_online_member_ a::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  transition: all .3s;
}

div.login_ div.loginform_ #register_box dd .btn_ {
	margin: 15px 0 0;
}
div.login_ div.loginform_ #register_box dd .btn_ a {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 16px;
	background-color: #cdb5a7;
	border-radius: 5px;
	display: block;
	background-image: url("../img/usr/sb/icon_pencil02.png");
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}

div.loginform_ div.to_window,
#membership_yes_box div.to_window {
	text-align: center;
	margin: 15px 0 12px;
	padding: 17px 10px;
	border: 3px solid #e0e0de;
}
#membership_yes_box div.to_window {
	margin: 20px 10px 25px;
}
div.loginform_ div.to_window p,
#membership_yes_box div.to_window p {
	font-size: 12px;
	line-height: 1.4;
}
div.loginform_ div.to_window .window_box h5,
#membership_yes_box div.to_window h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	margin: 15px 0 7px;
}
div.loginform_ div.to_window .window_box p.tel,
#membership_yes_box div.to_window p.tel {
	margin: 7px 0 12px;
}
div.loginform_ div.to_window .window_box p.tel a,
#membership_yes_box div.to_window p.tel a {
	display: block;
	position: relative;
}
div.loginform_ div.to_window .window_box p.tel a span,
#membership_yes_box div.to_window p.tel a span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.0;
	/*background-image: url("../img/usr/sb/ico_free_tel_03.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 52px 17px;*/
	display: inline-block;
	/*padding-left: 60px;*/
	position: relative;
}
div.loginform_ div.to_window .window_box p.tel a span::before,
#membership_yes_box div.to_window p.tel a span::before {
	content: "無料通話";
	color: #ffffff;
	font-size: 9px;
	line-height: 1.846;
	text-align: center;
	display: inline-block;
	padding: 0 8px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #656464;
}
div.loginform_ div.verisign_ {
	margin: 12px 0 25px;
}
div.loginform_ div.verisign_ p {
	font-size: 12px;
	line-height: 1.41;
}


div.login_ input[type=text],
div.login_ input[type=password],
div.login_ input[type=email],
div.login_ input[type=tel],
div.login_ textarea,
div.login_ select {
	background: #f6f6f6;
	padding: 2px 5px;
	font-size: 120%;
	height: 40px;
	line-height: 25px;
}

input[type="text"].input_error,
input[type="password"].input_error,
input[type="email"].input_error,
input[type="tel"].input_error,
textarea.input_error,
tr.input_error td select,
dd.input_error2 select,
dl.input_error dd select{
	background: #FAA !important;
}
input[type="text"].input_error:focus,
input[type="password"].input_error:focus,
input[type="email"].input_error:focus,
input[type="tel"].input_error:focus,
textarea.input_error:focus,
tr.input_error td select:focus,
dd.input_error2 select:focus,
dl.input_error dd select:focus{
	background: #FFF !important;
}

dd.input_error{
	background: #FAA;
}

div.login_ input::placeholder {
	font-size: 80%;
}
div.login_ .large_button_s_ {
	/*box-shadow: none;
	text-shadow: none;
	padding: 17px 0;
	font-size: 12px;*/
}
div.login_ .button_ {
	/*box-shadow: none;
	border: none;
	background-repeat: no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;*/
}
div.login_ .button_.green_button3 {
	background: none;
	border-color: #cdb5a7;
	background-color: #cdb5a7;
}
div.login_ .button_.orange_button2 {
	background-color: #f08200;
	color: #fff;
}
div.login_ .white_button_ {
	/*border: 1px solid #7fcca1;
	box-sizing: border-box;
	background-color: #fff;
	color: #009944;
	text-shadow: none;*/
}
div.login_ .button_.bg_icon_pencil01 {
	height: 54px;
}
div.login_ .button_.bg_icon_pencil02 {
	background-image: url(../img/usr/sb/icon_pencil02.png);
	background-position: 15px center;
}
div.login_ .button_.bg_icon_key01 {
	background-image: url(../img/usr/sb/icon_key02.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
div.login_ .button_.bg_icon_wakaba01 {
	background-image: url(../img/usr/sb/icon_wakaba01.png);
	background-position: 15px center;
}
div.login_ .button_.bg_icon_right01 {
	background-image: url(../img/usr/sb/icon_right01.png);
	background-position: right 7px center;
	background-size: 7px auto;
	-webkit-background-size: 7px auto;
	color: #231815;
}
div.login_ .button_ a {
	display: block;
}
div.login_ .white_button_ a {
	font-size: 12px;
}
div.login_ .orange_button2 a {
	color: #fff;
}
div.login_ div.loginform_ dl.loginform_ dd div.askpass_ a {
    /*background: url(../img/usr/sb/icon_right02.png) no-repeat left center;
    background-size: 9px auto;
    -webkit-background-size: 9px auto;*/
    padding-left: 12px;
	margin-left: 15px;
	position: relative;
	display: block;
}
div.login_ div.loginform_ dl.loginform_ dd div.askpass_ a::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  transition: all .3s;
}
div.login_ .askpass_ a {
	text-decoration: underline;
}

div.baloon{
	left: 80px !important;
}
div.baloon.baloon_card_m{
	left: 35px !important;
}
div.baloon.baloon_dd_birth{
	left: 160px !important;
}
div.baloon.baloon_card_m{
	left: 35px !important;
}
div.baloon.baloon_card_y{
	left: 130px !important;
}
/* 美肌レッスン帖 20181023 */
#top_skincarelesson_frame_inner {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
}
#top_skincarelesson_frame_inner .top_contents_ttl_ {
  font-size: 16px;
  line-height: 1.4;
  color: #009944;
  padding: 5px 5px 10px 5px;
}
#top_skincarelesson_frame_inner a img {
  width: 100%;
}
#top_skincarelesson_frame_inner .top_contents_ttl_ span {
  font-size: 10px;
}
ul.main_gnavlist_ > li.main_gnavlist_products a img {
  width: 50px;
}
.f_ryumin {
  font-family: "ヒラギノ明朝 W4 JIS2004";
}

/* --------------------------------------------------------------------
	キャンセルポリシー
--------------------------------------------------------------------- */
.cancellation_policy_wrap_ {
	margin: 0 12px;
}
.cancellation_policy_ {
	width: 100%;
	margin: 0 auto 18px;
	border: 1px solid #009944;
	padding: 3px 16px 3px 42px;
	box-sizing: border-box;
	position: relative;
}
.cancellation_policy_txt_ {
	font-size: 10px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.025em;
}
.cancellation_policy_:before {
	content: '';
	background: url(../img/usr/online/icon_notes.png) center center no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 21px;
	position: absolute;
	top: 11px;
	left: 10px;
}

/* ご利用ガイド */
.guide_link_ {
	margin: 0 12px;
}
.guide_link_ .txt_ {
	position: relative;
}
.guide_link_ .txt_:before,
.guide_link_ .txt_:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.guide_link_ .txt_:before {
	width: 35px;
	height: 25px;
	background: url(../img/usr/sb/icon_guide.png) top left no-repeat;
	background-size: 100% auto;
	left: 11px;
}
.guide_link_ .txt_:after {
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.guide_link_ .txt_ a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #009944;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 14px 5px 15px;
}

/* --------------------------------------------------------------------
	ヘッダー フッター グローバルナビ修正　2019.01
--------------------------------------------------------------------- */
header {
	position: relative;
}
header > h1 {
	position: absolute;
    top: 12px;
	right: 0;
	left: 0;
    margin: auto;
}
.headernav_ #trial {
	width: 96px;
	position: absolute;
	left: 5px;
}
ul.main_gnavlist_ > li:last-child a {
    padding: 11px 0 5px;
}
ul.main_gnavlist_ > li.main_gnavlist_shopping a img {
	width: 40px;
}
footer {
	position: relative;
}
p#pagetop {
	position: absolute;
	right: 5px;
	bottom: 115px;
}

/* --------------------------------------------------------------------
	ハンバーガーメニュー変更　2019.02
--------------------------------------------------------------------- */

/*.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.mypage {
	padding: 5px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.mypage a {
	display: block;
	padding: 15px 0;
	color: white;
	text-align: center;
	background: #009944 url(/img/usr/sb/head/menuicon_mypage.png) no-repeat left 10px center;
	background-size: 28px;
	border-radius: 3px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.mypage a::before {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.mypage.login a {
	background: #009944 url(/img/usr/sb/head/menuicon_login.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li a {
	padding: 18px 20px 18px 50px;
	background-size: 28px;
	font-size: 13px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.about > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_about.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.product > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_product.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.reserve > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_reserve.png) no-repeat left 10px center;
	background-size: 28px;
	text-align: left;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.shop > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_shop.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.campaign > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_campaign.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.logout > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_logout.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.qa > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_qa.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.inquiry > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_inquiry.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li.onlineshopping > a {
	background: #ffffff url(/img/usr/sb/head/menuicon_onlineshopping.png) no-repeat left 10px center;
	background-size: 28px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist {
	display: flex;
	justify-content: center;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li {
	width: 33%;
  height: 95px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li + li {
	border-left: 1px solid #97d6aa;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li a {
	padding: 0;
	text-align: center;
	background: transparent;
	font-size: 11px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.facebook {
	background: url(/img/usr/sb/head/menuicon_facebook.png) no-repeat top 15px center;
	background-size: 29px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.facebook a {
	padding-top: 65px;
	height: 100%;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.youtube {
	background: url(/img/usr/sb/head/menuicon_youtube.png) no-repeat top 15px center;
	background-size: 29px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.youtube a {
	padding-top: 60px;
	height: 100%;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.onlineshop {
	background: url(/img/usr/sb/head/menuicon_onlineshop.png) no-repeat top 15px center;
	background-size: 29px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.onlineshop a {
	padding-top: 60px;
	height: 100%;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.instagram {
	background: url(/img/usr/sb/head/menuicon_instagram.png) no-repeat top 15px center;
	background-size: 29px;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li.instagram a {
	padding-top: 65px;
	height: 100%;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li a::before {
	display: none;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ > li > ul.snslist > li a::after {
	display: none;
}
.slidemenuwrap_ .slidemenu_ ul.slidemenu_list_ ul.child01_list_ > li > a {
	padding: 18px 25px;
}
.slidemenuwrap_ .slidemenu_ {
	width: 75%;
}
.slidemenuwrap_ p.menuclose_ {
	right: 78%		
}*/


/* --------------------------------------------------------------------
	ご利用中の定期お届け便 20190402
-------------------------------------------------------------------- */
.customer_.col1_ .regular_service_text_{
	padding: 0 12px;
	margin-bottom: 20px;
}

.customer_.col1_ .regular_service_text_ p{
	margin-bottom: 25px;
	position: relative;
	padding-left: 15px;
}

.customer_.col1_ .regular_service_text_ p span.ast_mark_{
	position: absolute;
	left: 0;
	top: 0;
}

.customer_.col1_ .regular_service_text_ p span.text_under_line_{text-decoration: underline;}
.customer_.col1_ .regular_service_text_ a.regular_service_text_tel_box_{
	border: solid 1px #cdb5a7;
	display: block;
	border-radius: 4px;
	padding: 8px 10px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}

.customer_.col1_ .regular_service_text_ a.regular_service_text_tel_box_ span{
	display: block;
	font-size: 9px;
	color: #333;
}
.customer_.col1_ .regular_service_text_ a.regular_service_text_tel_box_ .regular_service_text_ttl_{
	display: block;
	font-size: 11px;
	font-weight: 600;	
}

.customer_.col1_ .regular_service_text_ a.regular_service_text_tel_box_ .regular_service_text_tel_{
	display: inline-block;
	/*position: relative;*/
	font-size: 15px;
	font-weight: 600;
}

.customer_.col1_ .regular_service_text_ a.regular_service_text_tel_box_ .regular_service_text_tel_:after{
	/*position: absolute;
	left: -20px;
	width: 14px;
	height: 15.5px;
	content: "";
	background: url(../img/usr/sp/tel_icon.gif) no-repeat;
	background-size: 14px 15.5px; */
}

.customer_.col1_ .regular_service_text_ p{
	margin-bottom: 15px;
	line-height: 1.5;
}

.customer_.col1_ .regular_service_text_ p span.next_icon_{
	/*display: inline-block;*/
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background: url(../img/usr/sp/next_icon.gif) no-repeat;
	background-size: 10px 10px;
	display: none;
}
.customer_.col1_ .regular_service_text_ p span.next_icon_ + .text_under_line_ {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #333333;
	padding: 2px 5px;
}
/* --------------------------------------------------------------------
	予約確認・変更・キャンセル 開発にて修正　2019.04
--------------------------------------------------------------------- */
table.history_ td.order_detail_ .submit_cmdstore_ {
    -webkit-appearance: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #009944;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 5px 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --------------------------------------------------------------------
	予約確認・変更・キャンセル 企画修正
--------------------------------------------------------------------- */
div.online_info_ p.user_name_{
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px 10px;
}

div.col1_.customer_reserve_history_ .common_headline1_{
	background: none;
	background-size: 30px 21px;
	color: #fff;
	padding: 0;
	font-size: 14px;
}

div.col1_.customer_reserve_history_ .common_headline1_ img{max-width: 100%;}

div.col1_.customer_reserve_history_ .formlist_.history_{
	border: 2px solid #009944;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	padding: 11px;
}

div.col1_.customer_reserve_history_ table.history_ td.order_detail_ ul li{
	border-bottom: none;
	padding: 5px 0;
}

div.col1_.customer_reserve_history_ .formlist_.history_ tr th,
div.col1_.customer_reserve_history_ .formlist_.history_ tr td{display: block;}
div.col1_.customer_reserve_history_ .formlist_.history_ tr th{
	background-color: #fff;
	width: auto;
}

div.col1_.customer_reserve_history_ .formlist_.history_ tr th{
	background: url(../img/usr/online/reservehistory_icon_sp.png) 0 center no-repeat;
	background-size: 12px 13.5px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 19px;
	border-bottom: none;
	margin-bottom: 3px;
}

div.col1_.customer_reserve_history_ .formlist_.history_ tr td{
	position: relative;
	padding: 0 0 7px 0;
	font-size: 13px;
	border: none;
	margin-bottom: 10px;
	background: url(../img/usr/online/reserve_dot_sp.png) repeat-x left bottom;
	background-size: 3.5px 2px;
	/*border-bottom: dashed 1px #009944;*/
}

/* ボタン */
div.col1_.customer_reserve_history_ table.history_ td.order_detail_ .submit_cmdstore_btn_{
	position: relative;
	margin-top: 15px;
	background: #009944;
	border-radius: 8px;
}

div.col1_.customer_reserve_history_ table.history_ td.order_detail_ .submit_cmdstore_btn_:after{
	position: absolute;
	content: "";
	top: -10px; 
	left: 17px;
	content: '';
 	border-right: 4px solid transparent;
	border-bottom: 10px solid #009944;
	border-left: 4px solid transparent; 		
}

div.col1_.customer_reserve_history_ table.history_ td.order_detail_ .submit_cmdstore_{
	position: relative;
	width: 100%;
	border-radius: 15px;
	background: url(../img/usr/online/reserve_online.png), url(../img/usr/online/reserve_arrow.png) #009944;
	background-repeat: no-repeat, no-repeat;	
	background-size: 19px 18px, 5.5px 9.5px;
	background-position: 10px center, 95% center;
	border: none;
	color: #fff;
	padding: 9px 0;
}

div.col1_.customer_reserve_history_ table.history_ .order_again_.reserve_change_btn_ input{
	background: url(../img/usr/online/reservehistory_w.png) no-repeat 10px center #009944;
	background-size: 21.5px 19px;
	border-radius: 5px;
	padding: 12px 5px;
	font-size: 13px;
}

div.col1_.customer_reserve_history_ table.history_ .order_again_.reserve_cancel_btn_ input{
	background: url(../img/usr/online/reservehistory_c.png) no-repeat 10px center #fff;
	color :#009944;
	background-size: 12px 12.5px;
	border-radius: 5px;
	border: solid 1px #ccc!important;
	padding: 11px 5px;
	font-size: 13px;
}

div.col1_.customer_reserve_history_ .formlist_.history_ a.shop_telnumber_icon{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	margin: -17px 0 0 0;
	display: block;
	background: url(../img/usr/online/reservehistory_tell.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

div.col1_.customer_reserve_history_ .formlist_.history_ tr{position: relative;}
div.col1_.customer_reserve_history_ .formlist_.history_ td.reserve_dt_,
div.col1_.customer_reserve_history_ .formlist_.history_ td.store_,
div.col1_.customer_reserve_history_ .formlist_.history_ td.shop_telnumber_,
div.col1_.customer_reserve_history_ .formlist_.history_ td.order_detail_ .reserve_txt_{
	padding-left:20px;
	padding-right:30px;
    font-size: 13px;
}
div.col1_.customer_reserve_history_ .formlist_.history_ .reserve_change .order_again_{margin: 1.5% 0;}

div.col1_.customer_reserve_history_ .formlist_.history_ .reserve_change{padding: 0;}
div.col1_.customer_reserve_history_ .formlist_.history_ .reserve_change .order_again_{width: 100%;}
div.col1_.customer_reserve_history_ .formlist_.history_ .reserve_change p.order_again_ input{display: block;}
div.col1_.customer_reserve_history_ .formlist_.history_ tr:last-child td{
	border-bottom: none;
	background: none;
	padding: 0;
    margin-bottom: 0;
}

div.col1_.customer_reserve_history_ .cancellation_policy_{border: 2px solid #009944;}

/* --------------------------------------------------------------------
	ログインページ注釈追記20190513
-------------------------------------------------------------------- */
div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dd form p.loginform_note_txt_{
	position: relative;
	font-size: 8px;
	color: #9a9999;
	padding-left: 11px;
}

div.login_ div.loginform_ #entry ul#entry_guide li#entry_shopmember dd form p.loginform_note_txt_ span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 8px;	
}
/* --------------------------------------------------------------------
	ご購入・履歴 201905
--------------------------------------------------------------------- */

div.col1_.customer_sales_history_ .common_headline1_{
	/*background: none;
	background-size: 30px 21px;
	color: #fff;
	padding: 0;
	font-size: 14px;*/
}

div.col1_.customer_sales_history_ .common_headline1_ img{max-width: 100%;}

div.col1_.customer_sales_history_ .formlist_.history_{
	border: 2px solid #cdb5a7;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 11px 11px 11px;
}

div.col1_.customer_sales_history_ table.history_ td.order_detail_ ul li{
	border-bottom: none;
	padding: 8px 0 0 0;
}

div.col1_.customer_sales_history_ table.history_ td.order_detail_ ul li:first-child{
	/*border-bottom: solid 1px #e4e4e4;*/
	padding: 0;
}

div.col1_.customer_sales_history_ .formlist_.history_ tr th,
div.col1_.customer_sales_history_ .formlist_.history_ tr td{display: block;}
div.col1_.customer_sales_history_ .formlist_.history_ tr th{
	background-color: #fff;
	width: auto;
	margin-bottom: 3px;	
}

div.col1_.customer_sales_history_ .formlist_.history_ tr th{
	background: url(../img/usr/online/sales_history_icon_sp02.png) 0 center no-repeat;
	background-size: 12px 13.5px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 19px;
	border-bottom: none;
	margin-top: 10px;
}

div.col1_.customer_sales_history_ .formlist_.history_ tr td{
	position: relative;
	padding: 0 0 10px 0;
	font-size: 13px;
	border: none;
	/*border-bottom: dashed 1px #009944;*/
}

div.col1_.customer_sales_history_ .formlist_.history_ tr:last-child{background: none;}

div.col1_.customer_sales_history_ .formlist_.history_ tr{
	background: url(../img/usr/online/sales_history_dot_sp02.png) repeat-x left bottom;
	background-size: 3.5px 2px;
	margin-bottom: 10px;
}

/* ボタン */
div.col1_.customer_sales_history_ table.history_ td.order_detail_ .submit_cmdstore_btn_{
	position: relative;
	margin-top: 15px;
	background: #009944;
	border-radius: 8px;
}

div.col1_.customer_sales_history_ table.history_ td.order_detail_ .submit_cmdstore_btn_:after{
	position: absolute;
	content: "";
	top: -10px; 
	left: 17px;
	/*content: '';*/
 	border-right: 4px solid transparent;
	border-bottom: 10px solid #009944;
	border-left: 4px solid transparent; 		
}

div.col1_.customer_sales_history_ table.history_ td.order_detail_ .submit_cmdstore_{
	position: relative;
	width: 100%;
	border-radius: 15px;
	background: url(../img/usr/online/reserve_online.png), url(../img/usr/online/reserve_arrow.png) #009944;
	background-repeat: no-repeat, no-repeat;	
	background-size: 19px 18px, 5.5px 9.5px;
	background-position: 10px center, 95% center;
	border: none;
	color: #fff;
	padding: 9px 0;	
}

div.col1_.customer_sales_history_ table.history_ .order_again_.reserve_change_btn_ input{
	background: url(../img/usr/online/reservehistory_w.png) no-repeat 10px center #009944;
	background-size: 21.5px 19px;
	border-radius: 5px;
	padding: 12px 5px;
	font-size: 12px;
}

div.col1_.customer_sales_history_ table.history_ .order_again_.reserve_cancel_btn_ input{
	background: url(../img/usr/online/reservehistory_c.png) no-repeat 10px center #fff;
	color :#009944;
	background-size: 12px 12.5px;
	border-radius: 5px;
	border: solid 1px #ccc!important;
	padding: 11px 5px;
	font-size: 12px;
}

div.col1_.customer_sales_history_ .formlist_.history_ a.shop_telnumber_icon{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	margin: -17px 0 0 0;
	display: block;
	background: url(../img/usr/online/reservehistory_tell.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

div.col1_.customer_sales_history_ .formlist_.history_ tr{position: relative;}
div.col1_.customer_sales_history_ .formlist_.history_ td.reserve_dt_,
div.col1_.customer_sales_history_ .formlist_.history_ td.store_,
div.col1_.customer_sales_history_ .formlist_.history_ td.shop_telnumber_,
div.col1_.customer_sales_history_ .formlist_.history_ td.order_detail_ .reserve_txt_{
	padding-left:20px;
	padding-right:30px;
    font-size: 11px;
}
div.col1_.customer_sales_history_ .formlist_.history_ .reserve_change .order_again_{margin: 1.5% 0;}

div.col1_.customer_sales_history_ .formlist_.history_ .reserve_change{padding: 0;}

div.col1_.customer_sales_history_ .formlist_.history_ .reserve_change .order_again_{width: 100%;}
div.col1_.customer_sales_history_ .formlist_.history_ .reserve_change p.order_again_ input{display: block;}
div.col1_.customer_sales_history_ .cancellation_policy_{border: 2px solid #009944;}
div.col1_.customer_sales_history_ .formlist_.history_ .order_item_{
	background: url(../img/usr/online/th_dot.png) left bottom;
	background-repeat: repeat-x;
	padding: 5px 0 5px 4px;	
}
/*div.col1_.customer_sales_history_ .order_detail_ ul li div.order_item_:last-child{background: none;}*/
div.col1_.customer_sales_history_ .order_detail_ ul li div.order_item_ div.name_{
	margin: 0;
	font-size: 13px;
}

div.col1_.customer_sales_history_ .order_detail_ ul li div.order_item_ div.name2{
	display: inline-block;
	font-size: 13px;
}

div.col1_.customer_sales_history_ .order_detail_ ul li div.order_item_ div.btn_{
	display: inline-block;
}

div.col1_.customer_sales_history_ .order_detail_ ul li div.order_item_ div.btn_ img{
	width: 60px;
	height: 15px;
	margin-left: 10px;
	vertical-align: top;
}

div.col1_.customer_sales_history_ .formlist_.history_ th.th_ship_date_,
div.col1_.customer_sales_history_ .formlist_.history_ th.th_order_id_{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
	box-sizing: border-box;
}

div.col1_.customer_sales_history_ .formlist_.history_ td.ship_dt_,
div.col1_.customer_sales_history_ .formlist_.history_ td.order_id_{
	width: 65%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

/* ボタン */
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_detail_ .order_again_bur_ a{
	width: 165px;
	display: inline-block;
	color: #fff;
	padding: 6px 22px 6px 30px;
	text-decoration: none;
	background-color: #cdb5a7;
	background-image: url(../img/usr/online/sales_history_cart_sp.png),  url("../img/usr/online/ico_arrow02.png");
	background-position: 8px center, 95% center;
	background-repeat: no-repeat, no-repeat;
	background-size: 15px 13.5px, 11px 11px;
	border-radius: 5px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	position: relative;
}

div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_detail_ .order_again_bur_ a::after {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 153, 68, 0);
	border-bottom-color: #cdb5a7;
	border-width: 5px;
	margin-left: -5px;
}
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_detail_ .order_again_res_ a{
	width: 145px;
	display: inline-block;
	color: #fff;
	padding: 6px 3px 6px 32px;
	text-decoration: none;
	background: url(../img/usr/online/sales_history_calendar_sp02.png) no-repeat 8px center #cdb5a7;
	background-size: 18px 14px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
div.col1_.customer_sales_history_ table.formlist_.history_ .order_cancel_ {
	padding-top: 10px;
}
div.col1_.customer_sales_history_ table.formlist_.history_ .order_cancel_ .history_detail_cancel_ {
	color: #b4b4b4;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	height: 24px;
	width: calc(422 / 750 * 100vw);
}
/**/
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_dt_ span.ship_date_ {
	display: block;
	font-size: 10px;
}
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_shop_ span {
	display: block;
}
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_shop_ a.shopname_ {
	display: block;
}
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_shop_ a.order_again_res_ {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background-color: #cdb5a7;
	padding: 6px 20px 6px 30px;
	margin: 8px 0 0;
	border-radius: 5px;
	background-image: url("../img/usr/online/sales_history_calendar_sp02.png"), url("../img/usr/online/ico_arrow02.png");
	background-position: 8px center, 98% center;
	background-repeat: no-repeat, no-repeat;
	background-size: 18px 17px, 11px 11px;
	position: relative;
}
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_shop_ a.order_again_res_:after {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 153, 68, 0);
	border-bottom-color: #cdb5a7;
	border-width: 5px;
	margin-left: -5px;
}
/**/
div.col1_.customer_sales_history_ table.formlist_.history_ tr td.order_amount_total_ span.postage_ {
	display: block;
	line-height: 1.5;
}
/* --------------------------------------------------------------------
	オンライン予約エラー
-------------------------------------------------------------------- */
.change_confirm_error_ h1.common_headline1_{margin-bottom: 0;}	
.change_confirm_error_ .change_confirm_notice_{
	border: solid 1px #cc0000;
	padding: 9px 9px 10px 9px;
	margin: 0 10px 15px 10px;
}
	
.change_confirm_error_ .change_confirm_notice_ > div{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 8px 9px;
	color: #cc0000;
	text-align: center;
	background: #ffc9c9;
	margin-bottom: 10px;
}	
	
.change_confirm_error_ .change_confirm_notice_ .change_confirm_btn_ a{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color :#009944;
	font-size: 13px;
	font-weight: bold;
	border: solid 1px #ccc;
	/*background: url(../img/usr/online/error_changeconfirm_c.png) no-repeat 10px center;	*/
	background-size: 34px 24px;
}
/* --------------------------------------------------------------------
	ログインページ　新規登録はこちら　ボタン追加
-------------------------------------------------------------------- */
.login_ .entry_btn_ {
	width: 87.5%;
	margin: 15px auto;
}
.login_ .entry_btn_ a {
	color: #f08200;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	display: block;
	padding: 13px 0 12px;
	border: 2px solid #f08200;
	border-radius: 5px;
	background-color: #ffffff;
	background-image: url("../img/usr/sb/icon_entry.png");
	background-position: 13px center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}
input[name="reserve_code"]:disabled {
    background: #EEEEEE;
}

/* --------------------------------------------------------------------
	会員登録方式選択画面  2022/8/2
-------------------------------------------------------------------- */
#member_selection {
	
}
#member_selection .member_check_ {
	text-align: center;
	background-color: #f5f0ed;
	margin: 0 0 17px;
	padding: 11px 0 12px;
}
#member_selection .member_check_ p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 10px;
}
#member_selection .member_check_ ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#member_selection .member_check_ ul li {
	margin: 0 20px;
}
#member_selection .member_check_ ul li input[type="radio"] {
	display: none;
}
#member_selection .member_check_ ul li label {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	cursor: pointer;
	position: relative;
}
#member_selection .member_check_ ul li label::before,
#member_selection .member_check_ ul li label::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}
#member_selection .member_check_ ul li label::before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #9a9b9b;
	background-color: #ffffff;
}
#member_selection .member_check_ ul li input[type="radio"]:checked + label::after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #cdb5a7;
}

#member_selection .membership_box_ {
	display: none;
}
#member_selection .membership_box_ .membership_box_inner_ {
	margin: 0 auto;
}
#member_selection .membership_box_ h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.57;
	background-color: #f6f6f6;
	margin: 0 0 20px;
	padding: 12px 10px;
}
#member_selection .membership_box_ .btn_ {
	margin: 15px auto;
	text-align: center;
}
#member_selection .membership_box_ .btn_ input.btn_ {
	margin: 0;
}

#member_selection #membership_yes_box .membership_box_inner_ {
	margin: 0 24px;
}
#member_selection #membership_yes_box dl {
	margin: 0 0 8px;
}
#member_selection #membership_yes_box dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.57;
	margin: 0 0 3px;
}
#member_selection #membership_yes_box dl dt span {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
#member_selection #membership_yes_box dl dd input[type="text"] {
	height: 36px;
	margin: 0;
	background-color: #f6f6f6;
}
#member_selection #membership_yes_box dl dd select {
	width: 88px;
	height: 35px;
	margin: 0;
	background-color: #ffffff;
}
#member_selection #membership_yes_box .btn_ {
	margin: 15px 0;
	width: 100%;
}

#member_selection #membership_no_box .membership_box_inner_ {
	margin: 0 13px;
}
#member_selection #membership_no_box .btn_ {
	width: 94%;
}
#member_selection #membership_no_box .btn_ a {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0;
	display: block;
	padding: 17px 0;
	background-color: #cdb5a7;
	border-radius: 5px;
}
#member_selection #membership_no_box p {
	font-size: 12px;
	line-height: 1.5;
	margin: 16px 0 0;
}

a.membership_anchor {
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	ハンバーガーメニュー変更　2023/3/30
--------------------------------------------------------------------- */
.slidemenu_ ul.slidemenu_list_ {
	padding: 19px 10px;
	box-sizing: border-box;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	border-bottom: 0;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .menuclose_ {
	position: absolute;
	right: auto;
	bottom: auto;
	left: 10px;
	top: -9px;
	width: 30px;
	height: 30px;
	background-image: url("../img/usr/sb/head/btn_menuclose.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	z-index: 100;
	display: block;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .logo_ {
	display: block;
	width: 79px;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .logo_ a {
	display: block;
	height: auto;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .logo_ a::before,
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .logo_ a::after,
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a::before,
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a::after,
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li a::before,
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li a::after {
	display: none;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_btn_ .logo_ img {
	width: 100%;
}
.slidemenu_ ul.slidemenu_list_ li {
	border-bottom: 1px solid #ebebeb;
}
.slidemenu_ ul.slidemenu_list_ > li a {
	color: #009a44;
	font-size: 1.0em;
	line-height: 1.5;
	padding: 0 13px 0 10px;
	display: flex;
	align-items: center;
	height: 49px;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ {
	display: flex;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ a {
	flex: 1;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ a::before,
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ a::after {
	display: none;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ span.acc_ {
	width: 49px;
	height: 49px;
	text-indent: -99999px;
	position: relative;
	cursor: pointer;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ span.acc_::before,
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ span.acc_::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 13px;
	height: 1px;
	background-color: #009944;
	transition: all .3s;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ span::after {
	transform: rotate(90deg);
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_.js-open span::after {
	transform: rotate(0deg);
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ + ul {
	padding: 0 0 0 30px;
	border-top: 1px solid #ebebeb;
	display: none;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ + ul li:last-child {
	border-bottom: 0;
}
.slidemenu_ ul.slidemenu_list_ > li .acc_box_ + ul li a {
	padding: 0 13px 0 0;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ {
	border: 0;
	margin-top: 10px;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 6px 10px 10px;
	height: auto;
	background-color: #e5f5ec;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .title_,
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .link_icon_ {
	font-size: 1.0em;
	line-height: 1.5;
	display: block;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .title_ {
	width: calc(200 / 750 * 100vw);
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .link_icon_ {
	width: calc(450 / 750 * 100vw);
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
	position: relative;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .link_icon_::before {
	content: "";
	position: absolute;
	right: 2px;
	top: 7px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .img_ {
	width: 100%;
	margin-top: 5px;
	display: block;
}
.slidemenu_ ul.slidemenu_list_ li.slidemenu_list_banner_ a .img_ img {
	width: 100%;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ {
	border: 0;
	margin: 22px 0;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist {
	display: flex;
	justify-content: space-between;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li {
	width: calc((100% - 25px) / 3);
	border: 0;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li a {
	font-size: 0.9rem;
	line-height: 1.36;
	text-align: center;
	display: block;
	padding: 68px 0 0;
	height: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 49px 49px;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li.application a {
	background-image: url("../img/usr/sb/head/menuicon_ico_app.png");
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li.instagram a {
	background-image: url("../img/usr/sb/head/menuicon_ico_instagram.png");
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_sns_ ul.snslist li.youtube a {
	background-image: url("../img/usr/sb/head/menuicon_ico_youtube.png");
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_logout_ {
	border-top: 1px solid #ebebeb;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_logout_ a {
	text-align: center;
	justify-content: center;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_logout_ a::before {
	content: "";
	width: 18px;
	height: 16px;
	background-image: url("../img/usr/sb/head/ico_logout.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	border: 0;
	top: auto;
	right: auto;
	transform: rotate(0);
	position: static;
}
.slidemenu_ ul.slidemenu_list_ > li.slidemenu_list_logout_ a::after {
	display: none;
}

input[name="tel_1"],
input[name="tel_2"],
input[name="tel_3"],
input[name="tel2_1"],
input[name="tel2_2"],
input[name="tel2_3"],
input[name="sh_tel_1"],
input[name="sh_tel_2"],
input[name="sh_tel_3"],
input[name="d_tel_1"],
input[name="d_tel_2"],
input[name="d_tel_3"]
{
	border:1px solid #c7c5c2;
	width: 15%;
	margin: 5px 5px;

}