@charset "Shift_JIS";

/* --------------------------------------------------------------------
	import
--------------------------------------------------------------------- */
@import url(reset.css);			/* リセットCSS */

/* --------------------------------------------------------------------
	共通設定・デフォルト値の再定義
-------------------------------------------------------------------- */
body, input, select, textarea {
	color: #221815;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38; /* 18px */
	letter-spacing: .03em;
}
input, select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-font-smoothing: antialiased;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* clearfix */
.cf_:after {
	display: block;
	clear: both;
	content: '';
}

/* pc contents */
.view_pc_ {
	display: none !important;
}

/* --------------------------------------------------------------------
	リンク
-------------------------------------------------------------------- */
/* テキスト */
a {
	color: #221815;
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 10px;
}
/**/

.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;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 15px;
}
/**/
.txt_intro_ {
	margin: 15px 0;
	padding: 0 15px;
	font-size: 13px;
	line-height: 1.46;
}
.txt_intro_ a {
	color: #947c43;
	text-decoration: underline;
}
.message_ {
	margin: 15px 0;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.46;
}
.message_ a {
	color: #947c43;
	text-decoration: underline;
}

/* 入力フォーム */
.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;
}

.classrequired {
	background: #ffeeee;
}
.classerror {
	background: #ffeeee;
}

/**/

/* ボタン */
.button_ {
	color: #fff;
}

.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	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;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	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;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.image_button_ {
	max-width: 100%;
	height: auto;
	margin:5px 0;
	/*padding: 7px 5px;*/
}

.orange_button_ {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 11px 0;
	border: none;
	border-radius: 2px;
	outline: none;
	background: #deac3f url(../img/common/ico_arrow06_next.png) no-repeat 95% 50%;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	cursor: pointer;
}

.blue_button_ {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 9px 0;
	border: 2px solid #b59e68;
	border-radius: 2px;
	outline: none;
	background: #fff url(../img/common/ico_arrow05.png) no-repeat 95% 50%;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #b59e68;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	cursor: pointer;
	background-image: url(../img/common/ico_arrow05_prev.png);
	background-position: 5% 50%;
}

.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,#ebebeb,#999);
	background: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#999));
}

.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
/**/

.common_headline1_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}

.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 #ebebeb;
	border-bottom: 1px solid #ebebeb;
	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);
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#CC0000;
	font-weight:bold;
}

/* タグ */
.tag_cloud_ {
	margin-right: -3px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: -.5em;
}
.tag_cloud_ li {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 2px 5px 1px;
	border: 1px solid #ebebeb;
	background: #fff;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .03em;
}
.tag_cloud_ li a {
	text-decoration: none;
}
/**/
.navicount_ {
	padding: 10px 15px;
	text-align: right;
}


/* --------------------------------------------------------------------
	レイアウト
-------------------------------------------------------------------- */
body {
	min-width: 320px;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
#global_header {
	position: relative;
	height: 47px;
	padding-right: 48px;
	border-top: 3px solid #004131;
}
/* #header_logo
-------------------------------------- */
#header_logo {
	float: left;
	width: 130px;
}
#header_logo a {
	display: block;
	height: 30px;
	padding: 17px 0 0 12px;
}
#header_logo a img {
	display: block;
}
/* #header_btns
-------------------------------------- */
#header_btns {
	float: right;
	width: 113px;
	padding-top: 4px;
	overflow: hidden;
}
#header_btns .btn_cart_ {
	float: right;
	width: 45px;
	margin-left: 2px;
}
#header_btns .btn_support_ {
	float: right;
	width: 64px;
	margin-bottom: 2px;
}
#header_btns .btn_support_ + .content-toggle {
	display: none;
	position: absolute;
	top: 29px;
	right: 95px;
	z-index: 99;
	width: 130px;
    background: #ddd;
}
#header_btns .btn_support_ + .content-toggle.on {
	display: block;
}
#header_btns .btn_support_ + .content-toggle li + li {
	border-top: 1px solid #fff;
}
#header_btns .btn_support_ + .content-toggle li a {
	display: block;
	position: relative;
	height: 32px;
	padding-left: 26px;
	overflow: hidden;
	line-height: 32px;
	text-decoration: none;
	font-size: 12px;
}
#header_btns .btn_support_ + .content-toggle li a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 16px;
	height: 12px;
	margin: auto;
}
#header_btns .btn_login_ {
	float: right;
	width: 64px;
}
#header_btns .btn_cart_ a,
#header_btns .btn_login_ a {
	display: block;
}
#header_btns .btn_cart_ a img,
#header_btns .btn_support_ img,
#header_btns .btn_login_ a img {
	display: block;
}
/* #header_btn_menu
-------------------------------------- */
#header_btn_menu {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 38px;
	height: 38px;
	border: 1px solid #cfcfcf;
	background: #f8f8f8;
	cursor: pointer;
	z-index: 110;
}
#header_btn_menu span {
	position: absolute;
	left: 9px;
	display: block;
	width: 20px;
	height: 2px;
	background: #818181;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header_btn_menu span:nth-child(1) { top: 8px; }
#header_btn_menu span:nth-child(2) { top: 14px; }
#header_btn_menu span:nth-child(3) { top: 20px; }
#header_btn_menu .txt_ {
	position: absolute;
	bottom: 5px;
	left: 7px;
	width: 24px;
	height: 6px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/common/sp/h_txt_menu01.png) no-repeat 0 0;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header_btn_menu.open_ span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#header_btn_menu.open_ span:nth-child(2) {
	opacity: 0;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#header_btn_menu.open_ span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
#header_btn_menu.open_ .txt_ {
	background-position: 0 100%;
}

/* #header_menu
-------------------------------------- */
#header_menu {
	display: none;
	position: absolute;
	top: -3px;
	right: 0;
	width: 84.38%;
	padding-bottom: 50px;
	background: #fff;
	z-index: 100;
}
/* #menu_head */
#menu_head {
	position: relative;
	height: 50px;
	border-bottom: 1px solid #d0d0d0;
}
#menu_head .btn_support_ {
	position: absolute;
	top: 7px;
	right: 48px;
	width: 64px;
}
#menu_head .btn_support_ + .content-toggle {
	display: none;
	position: absolute;
	top: 50px;
	right: 48px;
	z-index: 99;
	width: 130px;
    background: #ddd;
}
#menu_head .btn_support_ + .content-toggle.on {
	display: block;
}
#menu_head .btn_support_ + .content-toggle li + li {
	border-top: 1px solid #fff;
}
#menu_head .btn_support_ + .content-toggle li a {
	display: block;
	position: relative;
	height: 32px;
	padding-left: 26px;
	overflow: hidden;
	line-height: 32px;
	text-decoration: none;
	font-size: 12px;
}
#menu_head .btn_support_ + .content-toggle li a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 16px;
	height: 12px;
	margin: auto;
}
/* #menu_login */
#menu_login {
	position: relative;
	padding: 0 85px 0 20px;
	height: 63px;
	border: solid #ebebeb;
	border-width: 2px 0;
	overflow: hidden;
}
#menu_login .name_ {
	padding-top: 12px;
	font-size: 10px;
	line-height: 1.8;
}
#menu_login .name_ span {
	color: #d84673;
	font-size: 14px;
	font-weight: 700;
}
#menu_login .btn_ {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
}
/* #menu_cart */
#menu_cart {
	position: relative;
	padding: 0 10px 0 75px;
	height: 63px;
	border-bottom: 2px solid #ebebeb;
	overflow: hidden;
}
#menu_cart .btn_ {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
}
#menu_cart .count_ {
	padding-top: 10px;
	font-size: 10px;
	line-height: 1.8;
}
#menu_cart .count_ .txt_ {
	margin-bottom: 4px;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}
#menu_cart .count_ .num_ {
	padding: 3px 0 2px;
	border: solid 1px #ebebeb;
	border-radius: 2px;
	background: #f6f6f6;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#menu_cart .count_ .num_ span {
	color: #d84673;
}
#menu_cart .count_ .num_ .products_ {
	display: none;
}
/* #global_nav */
#global_nav .list_ .item_ + .item_ {
	border-top: 1px solid #ebebeb;
}
#global_nav .list_ .item_ a {
	display: block;
	padding: 10px 15px 9px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
}
/* #menu_products */
#menu_products .tit_ {
	padding: 10px 10px 9px;
	background: #ebebeb;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#menu_products .tit_sub_ {
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
#menu_products .tit_sub_ a {
	display: block;
	padding: 9px 25px 9px 15px;
	color: #004131;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
}
#menu_products .tit_sub_ .ico_ {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 100%;
	background: #004131 url(../img/common/sp/ico_toggle01.png) no-repeat 0 0;
	-webkit-background-size: 45px auto;
	background-size: 45px auto;
	cursor: pointer;
}
#menu_products .tit_sub_ .ico_.close_ {
	background-position: 0 100%;
}
#menu_products .list_sub_ .item_ {
	border-bottom: 1px solid #ebebeb;
	background: #f5faf9;
}
#menu_products .list_sub_ .item_ a {
	display: block;
	padding: 8px 15px 7px 35px;
	background: url(../img/common/sp/ico_arrow01.png) no-repeat 15px 9px;
	-webkit-background-size: 12px;
	background-size: 12px;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.07;
}
/* #menu_info */
#menu_info {
	padding: 35px 15px 15px;
}
#menu_info .member_ {
	margin: 0 -8px 22px 0;
	overflow: hidden;
}
#menu_info .member_ .btn_ {
	float: left;
	width: 50%;
	padding-right: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu_info .chat_ {
	margin-bottom: 13px;
}
/* #menu_sns */
#menu_sns {
	padding: 0 15px;
}
#menu_sns .list_ {
	text-align: center;
	letter-spacing: -.5em;
}
#menu_sns .list_ .item_ {
	display: inline-block;
	width: 40px;
	margin: 0 10px;
	letter-spacing: normal;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
#global_footer {
	position: relative;
	border-top: 4px solid #dedede;
	background: #003f2f;
}

/* #footer_pagetop
-------------------------------------- */
#footer_pagetop {
	position: absolute;
	top: 0;
	right: 15px;
	width: 40px;
}

/* #footer_info
-------------------------------------- */
#footer_info {
	padding: 37px 15px 16px;
	background: #fff;
}
#footer_info .logo_ {
	width: 140px;
	margin-bottom: 15px;
}
#footer_info .chat_ {
	margin-bottom: 10px;
}

/* #footer_sub
-------------------------------------- */
#footer_sub {
}
#footer_sub .list_ {
	padding: 15px 15px 10px;
	overflow: hidden;
}
#footer_sub .list_ .item_ {
	float: left;
	width: 50%;
	margin-bottom: 4px;
}
#footer_sub .list_ .item_ a {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 2;
	text-decoration: none;
}
#footer_sub .change_mode_ {
	padding: 12px 0;
	border: solid #195243;
	border-width: 1px 0;
	letter-spacing: -.5em;
	text-align: center;
}
#footer_sub .change_mode_ li {
	display: inline-block;
	width: 130px;
	margin: 0 5px;
	padding: 4px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
}
#footer_sub .change_mode_ li.mode_smartphone_ {
	border: 1px solid #fff;
	background: #fff;
}
#footer_sub .change_mode_ li.mode_pc_ {
	border: 1px solid #99b2ac;
}
#footer_sub .change_mode_ li a {
	text-decoration: none;
}
#footer_sub .change_mode_ li.mode_pc_ a {
	color: #fff;
}
#footer_sub .copyright_ {
	padding: 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}


/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
.formdetail_ {
	border-top: 1px solid #dedede;
}
.tit_ + .formdetail_ {
	margin-top: 15px;
}
.formdetail_ dt {
	padding: 12px 15px;
	border-bottom: 1px solid #dedede;
	background: #f2f2f2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.formdetail_ dt .must_ {
	float: right;
	width: 28px;
	padding-top: 3px;
}
.formdetail_ dd {
	padding: 10px 15px 15px;
	border-bottom: 1px solid #dedede;
	vertical-align: middle;
}
.formdetail_ dd .efo {
	display: inline-block;
	padding-top: 5px;
	width: 88%;
	vertical-align: middle;
}
.formdetail_ dd input[type="text"],
.formdetail_ dd input[type="password"],
.formdetail_ dd textarea,
.formdetail_ dd .select_wrap_ {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 35px;
	border: 1px solid #dedede;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.formdetail_ dd .txt_form_ + input[type="text"],
.formdetail_ dd .txt_form_ + .select_wrap_ {
	width: 92%;
}
.formdetail_ dd input[type="text"],
.formdetail_ dd textarea {
	padding: 5px 10px;
}
.formdetail_ dd textarea {
	height: 170px;
}
.formdetail_ dd .select_wrap_ {
	position: relative;
	overflow: hidden;
}
.formdetail_ dd .select_wrap_.yy_ {
	width: 28%;
}
.formdetail_ dd .select_wrap_.mm_ {
	width: 22%;
}
.formdetail_ dd .select_wrap_.dd_ {
	width: 22%;
}
.formdetail_ dd .select_wrap_:after {
	position: absolute;
	top: 14px;
	right: 13px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #231b18 transparent transparent;
	z-index: 1;
}
.formdetail_ .select_wrap_ select {
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 120%;
	height: 38px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: transparent;
}
.formdetail_ input[type="radio"],
.formdetail_ input[type="checkbox"] {
	display: none;
}
.formdetail_ input[type="radio"] + label,
.formdetail_ input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-left: 25px;
}
.formdetail_ input[type="radio"] + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #9a9a9a;
	border-radius: 8px;
}
.formdetail_ input[type="radio"]:checked + label:after {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background: #164535;
}

.formdetail_.savecard_ input[type="radio"] + label:before ,
.formdetail_.savecard_ input[type="radio"]:checked + label:after {
  content: none !important;
}

.formdetail_ input[type="checkbox"] + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #9a9a9a;
}
.formdetail_ input[type="checkbox"]:checked + label:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 7px;
	content: '';
	border: solid #164535;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}
.formdetail_ dd .txt_form_ {
	display: inline-block;
	position: relative;
	top: 7px;
}
.formdetail_ dd .efo_icon_ {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 22px;
	margin-left: 10px;
}
.formdetail_ dd .small_ {
	display: block;
	padding-top: 5px;
	color: #999;
	font-size: 13px;
	line-height: 1.46;
}

.formlist_ {
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.formlist_ th,
.formlist_ td {
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	vertical-align: middle;
}
.formlist_ th {
	padding: 10px 15px;
	background: #fafafa;
	font-weight: 700;
}
.formlist_ td {
	padding: 12px 15px;
}
.formlist_ th a,
.formlist_ td a {
	color: #b59e68;
	text-decoration: underline;
}

.inputBox_name_ {
	width: calc(100vw - 30px);
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.formdetail_ dd .inputBox_name_ > span {
	flex-grow: 1;
	max-width: calc(100% - 32px);
	display: flex!important;
	align-items: center;
	justify-content: flex-start;
}
.formdetail_ dd .inputBox_name_ > span input {
	margin-left: 5px;
	flex-grow: 1;
}
.formdetail_ dd .inputBox_name_ > img.efo_icon_ {
	top: 0;

}
/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */

/* #main_visual
-------------------------------------- */
body#home #main_visual {
	position: relative;
	border-top: 1px solid #ebebeb;
}
body#home #main_visual .main_slide_ {
	position: relative;
	background: #fff;
}
/* .main_arrows_ */
body#home .main_arrows_ .slick-arrow {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 23px;
	margin: -12px 0 0;
	padding: 0;
	background: none;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 23px;
	background-size: 12px 23px;
	border: none;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	transform: translateY(-50%);
}
body#home .main_arrows_ .slick-arrow.slick-prev {
	left: 14px;
	background-image: url(../img/home/sp/ico_mv01_prev.png);
}
body#home .main_arrows_ .slick-arrow.slick-next {
	right: 14px;
	background-image: url(../img/home/sp/ico_mv01_next.png);
}
/* .main_dots_ */
body#home .main_dots_ {
	position: relative;
}
body#home .main_dots_ .slick-dots {
	/* position: absolute; */
	/* top: -30px; */
	width: 100%;
	text-align: center;
	letter-spacing: -.5em;
	padding: 3vw 0;
	line-height: 0;
}
body#home .main_dots_ .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	letter-spacing: 0;
}
body#home .main_dots_ .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	outline: none;
	background: #dcdcdc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
body#home .main_dots_ .slick-dots li.slick-active button {
	background: #c9a718;
}

/* #major
-------------------------------------- */
body#home #major .list_ {
	padding: 19px 8px 19px 15px;
	background: #fafafa;
	overflow: hidden;
}
body#home #major .list_ .item_ {
	float: left;
	width: 33.33%;
	padding-right: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home #major .search_ {
	padding: 18px 15px 17px;
	background: #fff;
}
body#home #major .search_ form {
	position: relative;
	display: block;
}
body#home #major .search_ form input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 6px 12px 6px 10px;
	border: 1px solid #656565;
	border-radius: 3px;
	background: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
}
body#home #major .search_ form input[type="image"] {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 39px;
}

/* #topics
-------------------------------------- */
/* .head_ */
body#home #topics .head_ {
	position: relative;
	height: 41px;
	padding: 9px 25px 0 15px;
	border: solid #164535;
	border-width: 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home #topics .head_ .tit_ {
	font-weight: 400;
}
body#home #topics .head_ .btn_ {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: url(../img/common/sp/ico_toggle01.png) no-repeat 0 0;
	-webkit-background-size: 45px auto;
	background-size: 45px auto;
	cursor: pointer;
}
body#home #topics .head_ .btn_.close_ {
	background-position: 0 100%;
}
/* .content_ */
body#home #topics .content_ {
	padding: 15px 15px 30px;
}
body#home #topics .content_ .list_ + .list_ {
	display: none;
}
body#home #topics .content_ .list_ .item_ + .item_ {
	border-top: 1px solid #ebebeb;
}
body#home #topics .content_ .list_ .item_ a {
	position: relative;
	display: block;
	min-height: 75px;
	padding: 10px 0 10px 87px;
	overflow: hidden;
}
body#home #topics .content_ .list_ .item_ a .pic_ {
	position: absolute;
	top: 10px;
	left: 0;
	width: 75px;
}
body#home #topics .content_ .list_ .item_ a .date_ {
	float: left;
	margin-right: 7px;
	line-height: 1.38;
}
body#home #topics .content_ .list_ .item_ a .cat_ {
	float: left;
	width: 95px;
	height: 18px;
	padding-top: 3px;
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1.1;
}
body#home #topics .content_ .list_ .item_ a .cat_.cat_all_ { background: #d84673; }
body#home #topics .content_ .list_ .item_ a .cat_.cat_news_ { background: #e4912e; }
body#home #topics .content_ .list_ .item_ a .cat_.cat_store_ { background: #8e67ac; }
body#home #topics .content_ .list_ .item_ a .cat_.cat_product_ { background: #4687d8; }
body#home #topics .content_ .list_ .item_ a .txt_ {
	clear: both;
	padding-top: 6px;
	line-height: 1.38;
	overflow: hidden;
}
body#home #topics .content_ .btn_ {
	width: 290px;
	margin: 0 auto;
	cursor: pointer;
}

/* #pickup
-------------------------------------- */
body#home #pickup .list_ {
	padding: 15px 15px 5px;
}
body#home #pickup .list_ .item_ {
	margin-bottom: 10px;
}
body#home #pickup .list_ .item_ .movie_ {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 7px;
	padding-top: 56.25%;
}
body#home #pickup .list_ .item_ .movie_ iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #info
-------------------------------------- */
body#home #info .list_ {
	padding: 20px 15px 5px;
	background: #decaa7;
}
body#home #info .list_ .item_ {
	margin-bottom: 10px;
}

/* #ranking
-------------------------------------- */
body#home #ranking {
	background: #fafafa;
}
body#home #ranking .list_ {
	padding: 34px 8px 22px;
}
/* 共通 */
body#home #ranking .list_ .item_ {
	position: relative;
	margin-bottom: 13px;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home #ranking .list_ .item_:nth-child(2n) {
	clear: left;
}
body#home #ranking .list_ .item_ .pic_ {
	margin-bottom: 12px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
body#home #ranking .list_ .item_ .pic_ a {
	display: block;
	padding: 10px;
}
body#home #ranking .list_ .item_ .cat_ {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 7px 1px;
	background: #d84673;
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
}
body#home #ranking .list_ .item_ .name_ {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.58;
}
body#home #ranking .list_ .item_ .feature_ {
	margin-right: -3px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: -.5em;
}
body#home #ranking .list_ .item_ .feature_ li {
	display: inline-block;
	margin: 3px 3px 0 0;
	padding: 2px 5px 1px;
	border: 1px solid #ebebeb;
	background: #fff;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .03em;
}
/* 1位 */
body#home #ranking .list_ .item_:first-child {
}
body#home #ranking .list_ .item_:first-child .num_ {
	position: relative;
	padding-left: 42px;
	color: #c9a718;
	font-size: 20px;
	line-height: 1.15;
}
body#home #ranking .list_ .item_:first-child .num_:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 24px;
	content: '';
	background: url(../img/home/sp/ico_ranking01.png) no-repeat;
	-webkit-background-size: 39px auto;
	background-size: 39px auto;

}
body#home #ranking .list_ .item_:first-child .pic_ {
	text-align: center;
}
body#home #ranking .list_ .item_:first-child .pic_ img {
	width: 50%;
}
/* 2位〜 */
body#home #ranking .list_ .item_:nth-child(n+2) {
	float: left;
	width: 50%;
}
/* アイコン */
body#home #ranking .list_ .item_ .num_ {
	margin-bottom: 4px;
	padding: 2px 0 1px;
	font-size: 16px;
	line-height: 1.5;
}
body#home #ranking .list_ .item_ .num_.rank02_,
body#home #ranking .list_ .item_ .num_.rank03_ {
	padding: 4px 0 0 40px;
	font-size: 20px;
	line-height: 1.1;
}
body#home #ranking .list_ .item_ .num_.rank02_ { color: #808080; }
body#home #ranking .list_ .item_ .num_.rank03_ { color: #b0764a; }
body#home #ranking .list_ .item_ .num_.rank02_:after,
body#home #ranking .list_ .item_ .num_.rank03_:after {
	position: absolute;
	top: 0;
	left: 5px;
	width: 39px;
	height: 24px;
	content: '';
	background-repeat: no-repeat;
	-webkit-background-size: 39px auto;
	background-size: 39px auto;
}
body#home #ranking .list_ .item_ .num_.rank02_:after { background-image: url(../img/home/sp/ico_ranking02.png); }
body#home #ranking .list_ .item_ .num_.rank03_:after { background-image: url(../img/home/sp/ico_ranking03.png); }

body#home #ranking .list_ .item_ .btn_ {
	margin-top: 5px;
}
body#home #ranking .list_ .item_ .btn_ a {
	position: relative;
	display: block;
	padding: 7px 0;
	border: 1px solid #b59e68;
	border-radius: 3px;
	background: #fff;
	color: #b59e68;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
body#home #ranking .list_ .item_ .btn_ a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background: url(../img/common/ico_arrow05.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* #guide
-------------------------------------- */
body#home #guide {
	padding: 24px 27px 21px;
	border: 3px solid #ebebeb;
}
body#home #guide .list_ {
	padding-bottom: 5px;
}
body#home #guide .list_ .item_ {
	margin-bottom: 5px;
}

/* #relate
-------------------------------------- */
body#home #relate {
	padding: 33px 15px 30px;
	background: #164535;
}
body#home #relate .magazine_ {
	padding-bottom: 10px;
}
body#home #relate .salon_ {
	padding-bottom: 10px;
}

/* ?????Salon???????????????????? 20191011 */
body#home #relate .salon_ {
	display: none;
}

body#home #relate .sns_ {
	margin-bottom: 10px;
	overflow: hidden;
}
body#home #relate .sns_ li {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home #relate .sns_ li + li {
	border-left: 1px solid #456a5d;
}
body#home #relate .sns_ li a {
	display: block;
	padding: 3px 0;
	text-align: center;
}
body#home #relate .sns_ li a img {
	width: 23px;
}


/* --------------------------------------------------------------------
	カテゴリページ
-------------------------------------------------------------------- */

/* #category_search
-------------------------------------- */
#category_search .cats_content_ {
	padding: 15px;
}
#category_search .cats_content_ .cats_select_wrap_ {
	position: relative;
	border: 2px solid #004131;
	border-radius: 3px;
	overflow: hidden;
}
#category_search .cats_content_ .cats_select_wrap_:after {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	content: '';
	margin-top: -4px;
	border: solid #004131;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
#category_search .cats_content_ select {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 120%;
	height: 38px;
	padding: 0 10px;
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background: none;
}

#category_search .btn_map_ {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #164535;
}
#category_search .btn_map_ a {
	position: relative;
	display: block;
	padding: 9px 25px 9px 15px;
	color: #939393;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
}
#category_search .btn_map_ a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 9px;
	height: 9px;
	content: '';
	margin-top: -5px;
	border: solid #164535;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#category_search .search_map_ {
	padding-bottom: 15px;
}

/* #category_products
-------------------------------------- */
#category_products {
	padding-bottom: 20px;
}
/* .products_list_ */
.products_list_ .products_item_ {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
}
.products_list_ .products_item_ .feature_ {
	margin-right: -3px;
	padding-bottom: 7px;
	overflow: hidden;
}
.products_list_ .products_item_ .feature_ .item_ {
	float: left;
	margin: 0 3px 3px 0;
	padding: 3px 11px 2px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	line-height: 1.5;
}
.products_list_ .products_item_ .feature_ .item_ a {
	text-decoration: none;
}
.products_list_ .products_item_ .pic_ {
	float: left;
	width: 90px;
	margin-right: 10px;
	padding-bottom: 20px;
}
.products_list_ .products_item_ .detail_ {
	padding-bottom: 20px;
	overflow: hidden;
}
.products_list_ .products_item_ .detail_ .name_ {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
}
.products_list_ .products_item_ .detail_ .name_ a {
	color: #947c43;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
}
.products_list_ .products_item_ .detail_ .txt_ {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 1.5;
}
.products_list_ .products_item_ .detail_ .value_ {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.27;
}
.products_list_ .products_item_ .detail_ .value_ span {
	font-size: 14px;
	line-height: 1;
}
.products_list_ .products_item_ .btns_ {
	clear: both;
	margin: 0 -6px;
	overflow: hidden;
}
.products_list_ .products_item_ .btns_ .btn_ {
	float: left;
	width: 50%;
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
/* .product_modal_detail_（モーダル） */
.product_modal_detail_ {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 210;
}
.product_modal_detail_ .product_detail_in_ {
	height: 100%;
	padding: 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
/* 商品名と概要 */
.product_modal_detail_ .head_ {
	margin-bottom: 20px;
	padding: 18px 0 17px;
	border: solid #ebebeb;
	border-width: 1px 0;
}
.product_modal_detail_ .head_ .name_ {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
}
.product_modal_detail_ .head_ .txt_ {
	font-size: 10px;
	line-height: 1.5;
}
.product_modal_detail_ .color_ .content_,
.product_modal_detail_ .count_ .content_ {
	padding: 15px 7px 20px;
}

/* 閉じる */
.product_modal_detail_ .close_ {
	position: absolute;
	top: -10px;
	right: 5px;
	width: 40px;
	height: 40px;
	background: url(../img/category/1/sp/btn_detail_close01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
/* オーバーレイ */
#modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 200;
}





/* --------------------------------------------------------------------
	商品詳細
-------------------------------------------------------------------- */
/* #goods_single
----------------------------- */
#goods_single {
}

/* #goods_intro
----------------------------- */
#goods_intro {
	padding: 20px 15px 16px;
}
/* .head_ */
#goods_intro .head_ {
	margin-bottom: 20px;
	padding: 3px 0 0 10px;
	border-left: 5px solid #004131;
}
#goods_intro .head_ .labels_ {
	padding-bottom: 1px;
	overflow: hidden;
}
#goods_intro .head_ .labels_ .label_ {
	float: left;
	margin: 0 2px 2px 0;
}
#goods_intro .head_ .tit_ {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.31;
}
/* .intro_gallery_ */
#goods_intro .intro_gallery_ {
	position: relative;
	margin-bottom: 58px;
}
#goods_intro .intro_gallery_ .slick-dots {
	position: absolute;
	bottom: -35px;
	width: 100%;
	text-align: center;
	letter-spacing: -.5em;
}
#goods_intro .intro_gallery_ .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	letter-spacing: 0;
}
#goods_intro .intro_gallery_ .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	outline: none;
	background: #dcdcdc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
#goods_intro .intro_gallery_ .slick-dots li.slick-active button {
	background: #c9a718;
}
/* .intro_info_ */
#goods_intro .intro_info_ {
	margin-bottom: 15px;
}
#goods_intro .intro_info_ .copy_ {
	color: #a58e63;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}
#goods_intro .intro_info_ .txt_ {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.38;
}

/* .product_detail_ *カテゴリページでも使用
----------------------------- */
.product_detail_ .color_ .content_,
.product_detail_ .count_ .content_ {
	padding: 15px 15px 20px;
}
.product_detail_ .color_ .content_ .select_wrap_,
.product_detail_ .count_ .content_ .select_wrap_ {
	display: inline-block;
	position: relative;
	width: 100%;
	border: 1px solid #215a4c;
	border-radius: 2px;
	overflow: hidden;
}
.product_detail_ .color_ .content_ .select_wrap_:after,
.product_detail_ .count_ .content_ .select_wrap_:after {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 15px;
	height: 10px;
	content: '';
	background: url(../img/common/ico_arrow02.png) no-repeat;
}
.product_detail_ .color_ .content_ .select_wrap_ select,
.product_detail_ .count_ .content_ .select_wrap_ select {
	position: relative;
	display: block;
	padding: 0 10px;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	width: 140%;
	height: 45px;
	z-index: 10;
}
.product_detail_ .stock_ {
	clear: both;
}
.product_detail_ .stock_ .content_ {
	padding: 18px 15px 20px;
	color: #004131;
	font-weight: 700;
}
.product_detail_ .map_ .tit_sub_ {
	margin-bottom: 10px;
	padding: 8px 0 7px;
	border: 2px solid #ebebeb;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.product_detail_ .map_ .tit_sub_.blue_ {
	color: #4a6bad;
}
.product_detail_ .map_ .tit_sub_.yellow_ {
	color: #ff9c08;
}
.product_detail_ .map_ .img_ {
	padding-top: 16px;
	padding-bottom: 25px;
}
/* 4x5 */
.product_detail_ .map_ .select_colors_4x5_ {
	padding: 2% 0 15% 15%;
	background: url(../img/goods/sp/bg_map4x5.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.product_detail_ .map_ .select_colors_4x5_ .btn_ {
	float: left;
	width: 25%;
	padding: 0 0 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_detail_ .map_ .select_colors_4x5_ .btn_.link_alpha_ {
	cursor: pointer;
}
/* 3x8 */
.product_detail_ .map_ .select_colors_3x8_ {
	padding: 2% 0 15% 15%;
	background: url(../img/goods/sp/bg_map3x8.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.product_detail_ .map_ .select_colors_3x8_ .btn_ {
	float: left;
	width: 33.33%;
	padding: 0 0 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* flex */
.product_detail_ .map_ .select_colors_3x8_.flex {
	position: relative;
	padding: 0 0 10% 10%;
	background: none;
}
.product_detail_ .map_ .select_colors_3x8_.flex .icon {
	position: absolute;
	width: 8%;
}
.product_detail_ .map_ .select_colors_3x8_.flex .icon.vertical_top {
	top: 0;
	left: 0;
}
.product_detail_ .map_ .select_colors_3x8_.flex .icon.vertical_bottom {
	left: 0;
	bottom: 15%;
}
.product_detail_ .map_ .select_colors_3x8_.flex .icon.horizontal_left {
	bottom: 0;
	left: 13%;
}
.product_detail_ .map_ .select_colors_3x8_.flex .icon.horizontal_right {
	right: 0;
	bottom: 0;
}
.product_detail_ .map_ .select_colors_3x8_.flex ul {
	padding: 2% 2% 0 0;
	border-left: 2px solid #b7bcb5;
	border-bottom: 2px solid #b7bcb5;
	overflow: auto;
}
/* 3x8x2 */
.product_detail_ .map_ .select_colors_3x8_.map3x8x2_ {
	padding-bottom: 4%;
	background-image: url(../img/goods/sp/bg_map3x8x2.png);
}
.maptxt_3x8x2_ {
	margin-bottom: 5px;
	padding-left: 15%;
	overflow: hidden;
}
.maptxt_3x8x2_ li {
	float: left;
	width: 33.33%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	text-align: center;
}


/* 2x2 */
.product_detail_ .map_ .select_colors_2x2_ {
	padding: 2% 0 2% 30%;
	background: url(../img/goods/sp/4935059042clv_bg01.png) no-repeat 0 100%;
	-webkit-background-size: auto 66%;
	background-size: auto 66%;
}
.product_detail_ .map_ .select_colors_2x2_ .select_color_:nth-child(1) {
	float: left;
	width: 40%;
}
.product_detail_ .map_ .select_colors_2x2_ .select_color_:nth-child(2) {
	float: right;
	width: 40%;
}
.product_detail_ .map_ .select_colors_2x2_ .select_color_ .tit_sub_ {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.16;
}
.product_detail_ .map_ .select_colors_2x2_ .btn_ {
	width: 100%;
	padding: 0 0 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
/* 4x2 */
.product_detail_ .map_ .select_colors_4x2_ {
	margin-right: -5px;
}
.product_detail_ .map_ .select_colors_4x2_ .btn_ {
	float: left;
	width: 25%;
	margin-bottom: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* map active */
.product_detail_ .map_ .select_colors_4x5_ .btn_,
.product_detail_ .map_ .select_colors_3x8_ .btn_,
.product_detail_ .map_ .select_colors_2x2_ .btn_,
.product_detail_ .map_ .select_colors_4x2_ .btn_ {
	cursor: pointer;
}
.product_detail_ .map_ .select_colors_4x5_ .btn_.blank_,
.product_detail_ .map_ .select_colors_3x8_ .btn_.blank_,
.product_detail_ .map_ .select_colors_2x2_ .btn_.blank_,
.product_detail_ .map_ .select_colors_4x2_ .btn_.blank_ {
	cursor: default;
}
.product_detail_ .map_ .select_colors_4x5_ .btn_ img,
.product_detail_ .map_ .select_colors_3x8_ .btn_ img,
.product_detail_ .map_ .select_colors_2x2_ .btn_ img,
.product_detail_ .map_ .select_colors_4x2_ .btn_ img {
	position: relative;
	margin: 0;
	border: solid #004130;
	border-width: 0;
}
.product_detail_ .map_ .select_colors_4x5_ .btn_.is_active_ img,
.product_detail_ .map_ .select_colors_3x8_ .btn_.is_active_ img,
.product_detail_ .map_ .select_colors_2x2_ .btn_.is_active_ img,
.product_detail_ .map_ .select_colors_4x2_ .btn_.is_active_ img {
	margin: -2px;
	border-width: 2px;
}


.product_detail_ .value_ .content_ {
	padding-top: 10px;
	padding-bottom: 17px;
}
.product_detail_ .value_ .content_ .tax_ {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
}
.product_detail_ .value_ .content_ .tax_ span {
	font-size: 20px;
	line-height: 1;
}
.product_detail_ .value_ .content_ .real_ {
	line-height: 1.53;
}
.product_detail_ .btn_cart_ {
	padding: 0 15px 7px;
}
.product_detail_ .btn_chat_ {
	padding: 0 15px 5px;
}
.product_detail_ .btn_chat_ a {
	position: relative;
	display: block;
	height: 30px;
	padding-top: 6px;
	padding-left: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ac9255;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5;
}
.product_detail_ .btn_chat_ a:after {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 5px;
	height: 10px;
	content: '';
	background: url(../img/common/ico_arrow06.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.product_detail_ .btn_map_ {
	padding: 0 15px 10px;
}
.product_detail_ .btn_map_ a {
	margin-top: -15px;
}
.product_detail_ .btn_map_ a {
	position: relative;
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-left: 14px;
	border: 1px solid #b59e68;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ac9255;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5;
}
.product_detail_ .btn_map_ a:after {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 5px;
	height: 10px;
	content: '';
	background: url(../img/common/ico_arrow05.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/* .product_relate_ */
.product_detail_ .product_relate_ {
	margin-top: 5px;
}
.product_detail_ .product_relate_ .tit_ {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.product_detail_ .product_relate_ .list_ .item_ {
	padding: 14px 15px;
	border-top: 1px solid #ebebeb;
}
.product_detail_ .product_relate_ .list_ .item_ .pic_ {
	float: left;
	width: 78px;
	margin-right: 15px;
	border: 1px solid #ebebeb;
}
.product_detail_ .product_relate_ .list_ .item_ .pic_ a {
	display: block;
	padding: 4px;
	text-align: center;
}
.product_detail_ .product_relate_ .list_ .item_ .pic_ a img {
	width: auto;
	height: 40px;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ {
	overflow: hidden;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .name_ {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.38;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .value_ {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .value_ span {
	font-size: 14px;
	line-height: 1.1;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .stock_ {
	margin-bottom: 5px;
	font-size: 13px;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ {
	position: relative;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ label {
	display: block;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ input {
	display: none;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ span {
	position: relative;
	display: block;
	padding-left: 20px;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ span:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	margin-top: -8px;
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
}
.product_detail_ .product_relate_ .list_ .item_ .txt_ .add_ input:checked + span:after {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 6px;
	content: '';
	border: solid #004131;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* .product_tags_ */
.product_detail_ .product_tags_ ul {
	padding: 15px 12px 12px 15px;
}

/* .goods_sec01_
----------------------------- */
.goods_sec01_ {
	margin-bottom: 1px;
}
.goods_sec01_ .tit_ {
	position: relative;
}
.goods_sec01_ .tit_ .btn_ {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 100%;
	background: url(../img/common/sp/ico_toggle02.png) no-repeat 0 0;
	-webkit-background-size: 45px auto;
	background-size: 45px auto;
	cursor: pointer;
}
.goods_sec01_ .tit_ .btn_.close_ {
	background-position: 0 100%;
}
.goods_sec01_ .content_ {
	padding: 15px;
}
.goods_sec01_ .content_ .bnr_ {
	margin-top: 16px;
}

/* #goods_feature
----------------------------- */
#goods_feature .features_ {
	line-height: 1.38;
}
#goods_feature .features_ li {
	position: relative;
	padding-left: 14px;
}
#goods_feature .features_ li + li {
	margin-top: 10px;
}
#goods_feature .features_ li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #084737;
}
#goods_feature .features_ li + li {
	margin-top: 10px;
}

/* #goods_conpose
----------------------------- */
#goods_conpose .content_ {
	display: none;
}
#goods_conpose .name_ {
	margin-bottom: 10px;
	padding: 10px 0 9px;
	background: #ebebeb;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#goods_conpose .list_ {
	line-height: 1.38;
}

/* #goods_use
----------------------------- */
#goods_use .movie_ {
}
#goods_use .list_ {
	line-height: 1.38;
	overflow: hidden;
}
#goods_use .list_ .item_ {
	position: relative;
	margin-top: 10px;
	padding-left: 14px;
}
#goods_use .list_ .item_:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #084737;
}

/* .goods_method_
----------------------------- */
.goods_method_ .movie_ {
	margin-bottom: 10px;
}
.goods_method_ .steps_ {
	margin: 0;
	padding: 0;
	list-style: none;
}
.goods_method_ .steps_ .step_ {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.goods_method_ .steps_ .step_ + .step_ {
	margin-top: 25px;
}
.goods_method_ .steps_ .step_ .tit_ {
	color: #004131;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42;
}
.goods_method_ .steps_ .step_ .txt_ {
	line-height: 1.38;
}

/* .goods_relate_
----------------------------- */
.goods_relate_ {
	border-top: 1px solid #ebebeb;
}
.goods_relate_ .tit_ {
	padding: 17px 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.goods_relate_ .list_ {
	position: relative;
	padding-bottom: 22px;
}
.goods_relate_ .list_ .item_ {
	padding: 0 10px;
}
.goods_relate_ .list_ .item_ a {
	display: block;
	text-decoration: none;
}
.goods_relate_ .list_ .item_ a .pic_ {
	height: 113px;
	margin-bottom: 9px;
	padding: 10px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.goods_relate_ .list_ .item_ a .pic_ img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.goods_relate_ .list_ .item_ a .name_ {
	margin-bottom: 3px;
	color: #221815;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.38;
}
.goods_relate_ .list_ .item_ a .txt_ {
	margin-bottom: 4px;
	font-size: 11px;
	line-height: 1.36;
}
.goods_relate_ .list_ .item_ a .value_ {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.36;
}
.goods_relate_ .list_ .item_ a .value_ span {
	font-size: 14px;
	line-height: 1.07;
}
.goods_relate_ .list_ .slick-prev,
.goods_relate_ .list_ .slick-next {
	position: absolute;
	top: 58px;
	display: block;
	width: 10px;
	height: 20px;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: none;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
	cursor: pointer;
}
.goods_relate_ .list_ .slick-prev {
	left: 25px;
	background-image: url(../img/common/sp/ico_arrow02_prev.png);
}
.goods_relate_ .list_ .slick-next {
	right: 25px;
	background-image: url(../img/common/sp/ico_arrow02_next.png);
}

/* #goods_review
----------------------------- */
#goods_review {
	padding-bottom: 45px;
}
#goods_review .tit_ {
	margin-bottom: 20px;
}
#goods_review .btn_ {
	width: 139px;
	margin-bottom: 5px;
	padding: 0 15px;
}
#goods_review .list_ {
	display: none;
}
#goods_review .list_.active_ {
	display: block;
}
#goods_review .list_ .item_ {
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
}
#goods_review .list_ .item_ .txt_ {
	margin-bottom: 13px;
}
#goods_review .list_ .item_ .name_ {
	font-weight: 700;
}
#goods_review .pager_ {
	padding-top: 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.5em;
}
#goods_review .pager_ .item_ {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 4px;
	padding-top: 13px;
	border-radius: 2px;
	background: #f5faf9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004131;
	text-align: center;
	letter-spacing: 0;
	cursor: pointer;
}
#goods_review .pager_ .item_.current_ {
	background: #004131;
	color: #fff;
}

/* #category_links
----------------------------- */
#category_links {
	padding: 30px 15px 25px;
	background-color: #fafafa;
}
#category_links .tit_ {
	margin-bottom: 10px;
	text-align: center;
}
#category_links .tit_ img {
	width: auto;
	height: 15px;
}
#category_links .list_ {
	margin-right: -7px;
	overflow: hidden;
}
#category_links .list_ .item_ {
	float: left;
	width: 33.33%;
	padding-right: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
.login_ .loginline_ {
	padding-bottom: 25px;
}
.login_ .loginline_ .tit_ {
	margin: 0 -15px;
}
.login_ .loginline_ .form_text_ {
	margin-bottom: 15px;
	padding-top: 15px;
}
.login_ .loginline_ .inputimage_ {
	width: 200px;
	margin: 15px auto 20px;
}
.login_ .loginline_ .inputimage_ input {
	width: 100%;
	height: auto;
}
.login_ .loginline_ .loginform_ {
	width: 100%;
	border: 1px solid #ebebeb;
	border-width: 1px 1px 0;
}
.login_ .loginline_ .loginform_ dt {
	padding: 14px;
	border-bottom: 1px solid #ebebeb;
	background: #fafafa;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.login_ .loginline_ .loginform_ dd {
	padding: 14px;
	border-bottom: 1px solid #ebebeb;
}
.login_ .loginline_ .loginform_ dd input[type="text"],
.login_ .loginline_ .loginform_ dd input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #004131;
	border-radius: 2px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login_ .ask_ {
	padding: 14px;
	border: 1px solid #ebebeb;
	list-style: none;
	font-size: 13px;
	line-height: 1.54;
}
.login_ .ask_ li:before {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 6px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #004131;
}
.login_ .ask_ li a {
	color: #947c43;
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	height: 370px;
	margin: 15px 0;
	padding: 14px;
	border: 1px solid #a9a9a9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
	overflow: auto;
}
.agreebody_::-webkit-scrollbar{
    width: 10px;
}
.agreebody_::-webkit-scrollbar-thumb{
    background: #004131;
    border-radius: 10px;
}
.agreebody_::-webkit-scrollbar-track-piece:start{
    background: #ffffff;
}
.agreebody_::-webkit-scrollbar-track-piece:end{
    background: #ffffff;
}
.agreebody_ dt {
	padding-top: 15px;
}
.formdetail_.customer_ + .message_ {
	margin-top: 35px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */

.customer_status_ {
	margin-bottom: 15px;
	padding: 0 15px;
}
.customer_status_ .loginname_ {
	color: #d84673;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}

.mymenuin_ {
	padding: 0 9px;
	overflow: hidden;
}
.mymenuin_ .tit_sub_ {
	margin: 0 -9px 15px;
}
.mymenuin_ .mymenu_item_ {
	float: left;
	width: 50%;
	min-height: 115px;
	margin-bottom: 17px;
	padding: 5px 6px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mymenuin_ .mymenu_item_:nth-of-type(2n) {
	border-left: 1px solid #ebebeb;
}
.mymenuin_ .mymenu_item_:nth-of-type(2n+3) {
	clear: left;
}
.mymenuin_ .mymenu_item_ .img_ {
	margin-bottom: 13px;
}
.mymenuin_ .mymenu_item_ .desc_ {
	font-size: 13px;
	text-align: center;
	line-height: 1.38;
}
.mymenuin_ .mymenu_addr_ {
	width: 100%;
	padding: 15px;
	border: 1px solid #ebebeb;
}
.mymenuin_ .mymenu_addr_ p {
	margin-bottom: 8px;
	font-weight: 700;
}
.mymenuin_ .mymenu_addr_ li:before {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 6px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #004131;
}
.mymenuin_ .mymenu_addr_ li a {
	color: #947c43;
	text-decoration: underline;
}
.submit_.mymenu_ {
	margin-top: 0;
}
.submit_.mymenu_ a {
	width: 200px;
	margin: 0 auto;
}

/* 担当者情報 */
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 #ebebeb;
	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 #ebebeb;
	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;
}

.submit_ {
	margin-top: 25px;
	padding: 0 15px 35px;
	text-align: center;
	overflow: hidden;
}
.submit_ a, .submit_ input {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.submit_ .back_p_,
.submit_ .back_m_ {
	margin-top: 20px;
}
.submit_ .col2_ {
	float: left;
	width: 49%;
}
.submit_ .col2_ + .col2_ {
	float: right;
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
.formlist_.cart_.cardlist_ {
	margin: 15px 0;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 15px;
	padding: 0 15px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
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{
}

/* 購入履歴 */
.formlist_.history_ {
	margin-bottom: 5px;
	border: none;
}
.formlist_.history_ th,
.formlist_.history_ td {
	border: 1px solid #ebebeb;
}
.formlist_.history_ th {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
.formlist_.history_ td.order_detail_ img {
	width: 28px;
	margin-right: 15px;
	border: 1px solid #ebebeb;
	vertical-align: middle;
}
/* 購入履歴詳細 */
#history_single .tit_ {
	margin-bottom: 15px;
}
#history_single .history_in_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d0d0d0;
}
#history_single .history_in_ .formlist_ + .formlist_ {
	margin-top: 15px;
}
#history_single .history_in_ .formlist_.history_ td.name_ {
	font-size: 13px;
}
#history_single .history_in_ .formlist_.history_ td.name_ img {
	float: left;
	width: 88px;
	margin-right: 10px;
	border: 1px solid #ebebeb;
}
#history_single .formlist_.history_ td.dest_qty_ {
	width: 64px;
	text-align: center;
}
#history_single .history_in_ .formlist_.cart_ {
	border: 1px solid #ebebeb;
}
#history_single .history_in_ .formlist_.cart_ th {
	width: 75px;
}
#history_single .history_in_ .formlist_.cart_ td span {
	font-size: 12px;
}
#history_single .method_contact_ {
	padding: 15px;
}
ul.historydetail_ {
	margin: 0 15px;
	padding: 14px;
	border: 1px solid #ebebeb;
}
ul.historydetail_ li {
	font-weight: 700;
	list-style: none;
}
ul.historydetail_ li a {
	color: #947c43;
	text-decoration: underline;
}

/* 20190802 add↓↓*/
div.historydetail_customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
}
div.historydetail_customer_status_ > div.loginname_ {
	width: 50%;
	float: left;
}
div.historydetail_company_name_ {
	width: 50%;
	float: right;
	text-align:right;
}
div.historydetail_tax_reduced_message_ {
	margin: 3px 0;
}
span.historydetail_tax_reduced_ {
	margin-left: 30px;
}
div.historydetail_total_for_tax_ratio_,
div.estimatedetail_total_for_tax_ratio_ {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
div.historydetail_total_for_tax_ratio_list_,
div.estimatedetail_total_for_tax_ratio_list_ {
	text-align: right;
}
div.historydetail_total_for_tax_ratio_list_ ul,
div.estimatedetail_total_for_tax_ratio_list_ ul {
	display: flex;
}
li.historydetail_tax_ratio_ {
	min-width: 50px;
	margin-right: 5px;
	font-size: 80%;
}
li.estimatedetail_tax_ratio_ {
	min-width: 50px;
	margin-right: 5px;
	font-size: 80%;
}
li.historydetail_total_for_tax_ratio_amount_,
li.estimatedetail_total_for_tax_ratio_amount_ {
	min-width: 55px;
	font-size: 80%;
}
/* 20190802 add↑↑*/

/**/
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: 8px 5px;
}
table.approval_comment_ th {
	padding: 8px 5px;
	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 #ebebeb;
}
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 #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 8px 5px;
	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 #ebebeb;
	padding: 8px 5px;
}
table.approval_cart_ th {
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 8px 5px;
	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 #ebebeb;
}

table.approval_ td {
	padding: 8px 5px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
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 #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color: #e5f3ff;
	padding: 8px 5px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
	padding: 10px 0;
	vertical-align: top;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ebebeb;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #ebebeb;
}


li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: inline;
	width: 20px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
div.customer_  div.del_ {
	text-align: right;
}
div.bookmark_ {
	width: 100%;
}
table.bookmark_ {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
	border-bottom: none;
}
table.bookmark_ td.form_ {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	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 #ebebeb;
}
table.bookmark_ td.img_ img {
	width: 50px;
}
table.bookmark_ td.name_ {
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #ebebeb;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #ebebeb;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ詳細 */
.formlist_.cart_.historydetail_ {
	margin-top: 15px;
}
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #ebebeb;
	border-top: 1px dotted #ebebeb;
}
.contactdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.contactdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
/* スレッド */
.contactlist_ .contactlist_order_id_ {
	margin: 15px 0;
}
.contactlist_line_ .contactlist_head_ {
	padding: 15px;
	border: 1px solid #eaeceb;
	background: #f5f9f8;
	overflow: hidden;
}
.contactlist_line_ .contactlist_head_ .name_ {
	font-weight: 700;
}
.contactlist_line_ .contactlist_comment_ {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #eaeceb;
	border-width: 0 1px 1px;
}
.contactlist_line_ .comment_ {
	margin-top: 15px;
}
.contactlist_line_ .comment_ textarea {
	display: block;
	width: 100%;
	height: 148px;
	padding: 5px;
	border: 1px solid #eaeceb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
.order_flow_ {
	padding: 0 15px 15px;
	text-align: center;
}
.cartlist_box_ {
	margin-bottom: 5px;
}
.formlist_.cartlist_ td.img_ {
	width: 90px;
	vertical-align: top;
}
.formlist_.cartlist_ td.img_ a {
	display: block;
	width: 88px;
	border: 1px solid #ebebeb;
}
.formlist_.cartlist_ td.name_ {
	padding-left: 0;
	vertical-align: top;
}
.formlist_.cartlist_ td.name_ a {
	display: block;
	margin-bottom: 15px;
	color: #947c43;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.31;
}
.formlist_.cartlist_ td.name_ span {
	font-size: 10px;
	line-height: 1.5;
}
.formlist_.cartlist_ td.count_ {
	text-align: right;
}
.formlist_.cartlist_ td.count_ input {
	display: inline-block;
	width: 85px;
	height: 30px;
	padding: 5px 15px;
	border: 1px solid #656565;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.54;
	text-align: right;
}
.formlist_.cartlist_ td.total_ {
	text-align: right;
	font-size: 13px;
}
.formlist_.cartlist_ td.total_ .price_ {
	color: #404041;
	font-weight: 700;
}
.formlist_.cartlist_ td.total_ .subtotal_ {
	font-size: 120%;
}
.formlist_.cartlist_ td.total_ input {
	display: inline-block;
	width: 85px;
	margin: 0 0 5px 12px;
}

.cart_relate_ {
	position: relative;
	padding: 35px 0 40px;
}
.cart_relate_ .tit_ {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
}
.cart_relate_ .slide_item_ {
	padding: 0 8px;
	overflow: hidden;
}
.cart_relate_ .item_ {
	float: left;
	width: 50%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cart_relate_ .item_ .pic_ {
	margin-bottom: 7px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.cart_relate_ .item_ .pic_ img {
	width: 60px;
	margin: 0 auto;
}
.cart_relate_ .item_ .name_ {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.38;
}
.cart_relate_ .item_ .name_ a {
	color: #947c43;
}
.cart_relate_ .item_ .value_ {
	font-size: 11px;
}
.cart_relate_ .item_ .value_ span {
	font-size: 14px;
	font-weight: 700;
}
.cart_relate_ .item_ .btn_ {
	width: 110px;
	margin: 12px auto 0;
}
.cart_relate_ .item_ .btn_ a {
	height: 30px;
	padding: 6px 0;
}
.cart_relate_ .slick-arrow {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 20px;
	margin: -10px 0 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.cart_relate_ .slick-arrow.slick-prev {
	left: 25px;
	background: url(../img/common/sp/ico_arrow02_prev.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.cart_relate_ .slick-arrow.slick-next {
	right: 25px;
	background: url(../img/common/sp/ico_arrow02_next.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

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;
}
.rules_comment_ img {
	width: auto;
}


/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
.method_box_ {
	margin-bottom: 25px;
}
.method_box_ .tit_ {
	margin-bottom: 15px;
}
.method_box_ .formlist_.cart_ th {
	width: 75px;
}
/* ご注文主 */
.method_host_ {
	margin-bottom: 25px;
}
.method_host_ .tit_ {
	margin-bottom: 15px;
}
.method_host_ .host_info_ {
	border-top: 1px solid #ebebeb;
}
.method_host_ .host_info_ .host_name_ {
	padding: 12px 15px;
	border-bottom: 1px solid #ebebeb;
	background: #fafafa;
}
.method_host_ .host_info_ address {
	padding: 12px 15px;
	font-style: normal;
	border-bottom: 1px solid #ebebeb;
}
/* お届け先 */
.method_address_ {
	margin-bottom: 15px;
}
.method_address_ .tit_ {
	margin-bottom: 15px;
}
.method_address_ .addresslist_ .address_item_ {
	position: relative;
	margin-bottom: 5px;
	border: solid #ebebeb;
	border-width: 1px 0;
}
.method_address_ .addresslist_ .address_item_ .address_title_ {
	position: relative;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
}
.method_address_ .addresslist_ .address_item_ .address_title_ input {
	display: none;
}
.method_address_ .addresslist_ .address_item_ .address_title_ label {
	position: relative;
	display: block;
	padding: 12px 15px 12px 35px;
}
.method_address_ .addresslist_ .address_item_ .address_title_ input + label:before {
	position: absolute;
	top: 14px;
	left: 15px;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #9a9a9a;
	border-radius: 8px;
}
.method_address_ .addresslist_ .address_item_ .address_title_ input:checked + label:after {
	position: absolute;
	top: 18px;
	left: 19px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background: #164535;
}
.method_address_ .addresslist_ .address_item_ address {
	padding: 12px 15px;
	font-style: normal;
	line-height: 1.71;
}
.method_address_ .addresslist_ .address_item_ .address_change_ {
	margin-top: -10px;
	padding: 0 12px 15px;
}
.method_address_ .addresslist_ .address_item_ .address_change_ input {
	width: 200px;
	height: 35px;
	padding: 6px 0;
}
.method_address_ .addresslist_ .address_bottom_ {
	padding: 10px 15px 0;
	text-align: right;
}
.method_address_ .destgoodslist_ {
	margin: 0;
	padding: 10px 15px 0;
}
.method_address_ .destgoodslist_ table {
	margin-top: 5px;
}
.method_address_ .destgoodslist_ th {
	background: #fafafa;
}
/* 配送日・時間 */
#method_date {
	margin-bottom: 0;
}
#method_date .method_box_content_ {
	padding: 0 15px;
	margin-bottom: 25px;
}
#method_date .method_box_content_ .select_wrap_ {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
#method_date .method_box_content_ .select_wrap_:after {
	position: absolute;
	top: 15px;
	right: 26px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #231b18 transparent transparent;
	z-index: 1;
}
#method_date .method_box_content_ .select_wrap_ select {
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 120%;
	height: 38px;
	padding: 9px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: transparent;
}
#method_date .method_box_content_ .small_ {
	display: block;
	padding-top: 10px;
	color: #999;
	font-size: 13px;
	line-height: 1.54;
}
#method_date .method_box_content_ input[type="radio"] {
	display: none;
}
#method_date .method_box_content_ input[type="radio"] + label {
	position: relative;
	display: inline-block;
	width: 50%;
	margin-bottom: 5px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#method_date .method_box_content_ input[type="radio"] + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #9a9a9a;
	border-radius: 8px;
}
#method_date .method_box_content_ input[type="radio"]:checked + label:after {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background: #164535;
}
#method_pay .method_box_content_ {
	padding: 0 15px;
}
#method_pay .method_box_content_ input[type="radio"] {
	display: none;
}
#method_pay .method_box_content_ input[type="radio"] + label {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#method_pay .method_box_content_ input[type="radio"] + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #9a9a9a;
	border-radius: 8px;
}
#method_pay .method_box_content_ input[type="radio"]:checked + label:after {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background: #164535;
}
/* 対象キャンペーン */
.method_box_ .camplist_ {
	padding: 0 9px;
	overflow: hidden;
}
.method_box_ .camplist_ .item_ {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.method_box_ .camplist_ .item_in_ {
	border: 1px solid #d9d9d9;
}
.method_box_ .camplist_ .item_ .pic_ {
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}
.method_box_ .camplist_ .item_ .pic_ a {
	display: block;
	padding: 12px 0;
	text-align: center;
}
.method_box_ .camplist_ .item_ .pic_ a img {
	width: 75px;
	height: auto;
}
.method_box_ .camplist_ .item_ .txt_ {
	padding: 10px;
	font-weight: 700;
	background: #fafafa;
}
.method_box_ .camplist_ .item_ .txt_ input {
	display: none;
}
.method_box_ .camplist_ .item_ .txt_ label {
	display: block;
	position: relative;
	padding-left: 24px;
	font-size: 11px;
	font-weight: 400;
}
.method_box_ .camplist_ .item_ .txt_ label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #fff;
	content: '';
	border: 1px solid #9b9b9b;
}
.method_box_ .camplist_ .item_ .txt_ input:checked + label:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 7px;
	content: '';
	border: solid #164535;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ .tit_ {
	margin-bottom: 15px;
}
div.spandual_ .box_ {
	padding-bottom: 15px;
}
div.spandual_ table {
	width: 100%;
}

/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #ebebeb;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #ebebeb;
	background-color: #f8f8f8;
	padding: 8px 5px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 8px 5px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #ebebeb;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	white-space: nowrap;
	background-color: #f8f8f8;
	padding: 8px 5px;
	font-weight: 700;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 8px 5px;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #ebebeb;
}

table.goodslist_ td {
	padding: 8px 5px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
table.goodslist_ .goods_ {
	width: 20%;
	-ms-word-break: break-all;
	word-break: break-all;
}
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: 700;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color: #f8f8f8;
	padding: 8px 5px;
}
/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #ebebeb;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #ebebeb;
	background-color: #f8f8f8;
	font-weight: normal;
	text-align:left;
	font-weight: 700;
}
table.host_ td, table.sender_ td{
	padding: 5px;
}

div.order_ .method_addr_ {
	margin: 0 15px;
	padding: 10px;
	border: solid #ebebeb;
	border-width: 1px 0;
}

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;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_ {
	border:none;
}
div.order_ div.method_gift_ .gift_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_gift_ label {
	margin-right: 20px;
}
div.order_ div.method_gift_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_gift_ td {
	border:none;
}
div.estimate_card_form_ {
}

/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 15px 15px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 8px 5px;
	background-color: #f8f8f8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 700;
}
table.destgoodslist_ td {
	border-top: 1px solid #ebebeb;
	vertical-align: top;
	padding: 8px 5px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 8px 5px;
}

/* 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: 8px 5px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}
div.order_ table.order_ td {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #f8f8f8;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 8px 5px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}


/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom: 10px;
}
div.intro_box_ table {
	width: 100%;
}
div.intro_box_ table.intro_address_ {
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}
div.intro_box_ table th {
	font-weight: normal;
	text-align: left;
	background-color: #e5f3ff;
	padding: 8px 5px;
}
div.intro_box_ table td  {
	padding: 8px 5px;
}
div.intro_box_ table td.title_  {
	width: 24%;
}
div.intro_box_ table.intro_address_ .even td  {
	background-color: #ffffe0;
}
.mail_ input  {
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#category_search .cats_content_ {
    padding: 5px 15px;
}

#category_search .cats_content_ select {
	font-size: 15px;
	font-weight: 700;
}

/* カート　送料無料バナー
--------------------------- */
#cart_shipping_banner {
	text-align: center;
	margin: 5% 15px 0;
}



/* 製品検索部分のレイアウト修正
--------------------------- */
#category_search .map_banner_ {
	display: block;
    position: relative;
    box-sizing: border-box;
	width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid #004131;
    border-radius: 3px;
    overflow: hidden;
}
#category_search .map_banner_:after {
    position: absolute;
    top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
    content: '';
    margin-top: -5px;
    /* background: url(../img/common/ico_arrow03.png) no-repeat 50% 50%; */
    background-size: cover;
	border-top: solid 1px #004131;
	border-right: solid 1px #004131;
    transform: rotateZ(45deg);
    z-index: -1;
}
#category_search .map_banner_ a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
	height: 42px;
	padding: 0 35px 0 13px;
    text-decoration: none;
}
#category_search .cats_content_ select {
	font-size: 14px;
}



/* オンラインカウンセリングの導線
--------------------------- */
.to_online_counseling {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: auto;
	height: 50px;
	margin: 5px 15px;
	padding: 0 50px 0 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #deac3f;
	border: 2px solid #004131;
	border-radius: 3px;
}
.to_online_counseling:after {
    position: absolute;
    top: 35%;
    right: 14px;
    width: 7px;
    height: 7px;
    content: '';
    border-top: solid 1px #000;
    border-right: solid 1px #000;
	transform: rotateZ(135deg);
	transform-origin: center;
}

#goods_intro .to_online_counseling {
	width: 100%;
	margin: 30px 0;
}

form .to_online_counseling {
	width: 300px;
	margin: 0 15px 30px;
}

form .map_ .to_online_counseling {
	width: 100%;
	margin: 30px 0 0;
}

.online_counseling {
	box-sizing: border-box;
	width: 95%;
	margin: 30px auto;
	padding: 0;
}
.online_counseling .bnr {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid #b59e68;
}
.online_counseling img.catch {
	width: 100%;
}
.online_counseling .bnr .contact {
	width: 100%;
	margin: 0;
	padding: 3% 0;
	background: #ffcfdb;
}
.online_counseling .bnr .contact .btn_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: 0 auto;
}
.online_counseling .bnr .contact .btn_box .tel {
	/* width: calc(95.25% * (260 / (260 + 200 + 180))); */
	width: calc(97% / 2); /* チャットボタンがない場合 */
}
.online_counseling .bnr .contact .btn_box .chatShowBtn_ {
	width: calc(95.25% * (200 / (260 + 200 + 180)));
}
.online_counseling .bnr .contact .btn_box .mail {
	/* width: calc(95.25% * (180 / (260 + 200 + 180))); */
	width: calc(97% / 2); /* チャットボタンがない場合 */
}
.online_counseling .bnr .contact .btn_box .tel img,
.online_counseling .bnr .contact .btn_box .chatShowBtn_ img,
.online_counseling .bnr .contact .btn_box .mail img {
	width: 100%;
}
.online_counseling .bnr .contact .reception-hours {
	display: block;
	width: 95%;
	margin: 3% auto 0;
}

.online_counseling .pc {
	display: none !important;
}

#home .online_counseling {
	margin: 38px auto 20px;
}


/* オンラインカウンセリングのボタン（トピック用）
--------------------------- */
.topiclist_body_ .link_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}
.topiclist_body_ .link_btn_box .link_btn {
	display: inline-block;
}
.topiclist_body_ .link_btn_box .link_btn.tel {
	width: calc(95.25% * (260 / (260 + 200 + 180)));
	margin-bottom: 0;
}
.topiclist_body_ .link_btn_box .link_btn.chat {
	width: calc(95.25% * (200 / (260 + 200 + 180)));
}
.topiclist_body_ .link_btn_box .link_btn.mail {
	width: calc(95.25% * (180 / (260 + 200 + 180)));
}
.topiclist_body_ .link_btn_box .link_btn img {
	display: block;
}
.topiclist_body_ .link_btn_box .link_btn.pc {
	display: none;
}


/* 企業情報の表示・非表示 */
.company_info {
	/* display: none; */
}