html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:12px;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none; /* for iphone */
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	max-width:100%;
	max-height:100%;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #dcd9d2;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input, select {
	vertical-align:middle;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="radio"]{
	width:25px;
	height:25px;
	margin:0 5px 7px 5px;
	font-size:200%;
	border:1px solid #cccccc;
}
input[type="checkbox"] {
	width:25px;
	height:25px;
	margin:0 5px 7px 5px;
	font-size:200%;
	border:1px solid #cccccc;
}
input[type="radio"]:checked {
	background:#0d0c04;
	border:1px solid #0d0c04;
}

/* 共通 */
body {
	color:#0d0c04;
	background:#ffffff;
	font-size: 14px;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}
input, textarea {
}
input[type=text], input[type=password], textarea, select{
	border:1px solid #dcd9d2;
	min-height:20px;
}
input[type=text], input[type=password], textarea{
	padding:0 2px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color:#0d0c04;
}

/* 切り替え */
.pc_only_ { display:none;}
.sp_only_ { display:block;}

/* 文字サイズ */
.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_ {
	margin:0 10px;
	color:#CC0000;
	font-size: 14px;
}
.error_customer_ {
	color:#CC0000;
	background-color:#FFFFBF;
	display: inline-block;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
	margin:10px;
}
.info_customer_ {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	background-color:#FFFFBF;
}
.error_customer_gift_ {
	font-weight:bold;
	font-size:16px;
	color:#CC0000;
	background-color:#FFFFBF;
	display: inline-block;
}

/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.error_customer_ {
	background-color:#FFFFBF;
	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;
}
table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:10px;
	margin:10px;
}
div.info_ {
	background-color:#ffffc1;
	padding:20px;
	margin:20px 10px;
	text-align:left;
	font-size:12px;
}
div.info_ span.info_ {
	margin:0;
}
div.info_ ul.error_ {
	margin:10px 0 0 0;
	text-align:left;
}
div.info_ ul.error_ li {
	margin-bottom:5px;
	line-height:1.5;
	font-size:14px;
	color:#ff0000;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}

/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	padding: 1px 10px;
	margin-top: 3px;
}
.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}

span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}

.hiddenEnter_ {
	width:0;
	height:0;
}


/* ボタン */
.button_ {
	color: #fff;
}
.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding: 10px 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	display:block;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 10px 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	display:block;
}
.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.auto_small_button_ {
	text-align: center;
	padding: 5px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.orange_button_ {
	background: #D40520;
	border:none;
}
.blue_button_ {
	background: #0d0c04;
	border:none;
	color:#fff !important;
	text-decoration:none !important;
}
.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: #868581;
	border:none;
	color:#fff !important;
	text-decoration:none !important;
}
.brown_button_ {
	background: #F8F5E9 url(../img/sys/myfavorite.png) 15px center no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	border:none;
	color:#0d0c04 !important;
	text-decoration:none !important;
}
.no_button_ {
	background: #CCCCCC;
	border:none;
	color:#fff !important;
	text-decoration:none !important;
}
.black_button_ {
	background:#000;
	color:#fff !important;
	text-decoration:none !important;
}
/**/

.common_headline1_ {
	padding:10px;
	margin:0 0 10px 0;
	color: #0d0c04;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/sb/common_headline1.png) left bottom repeat-x;
}
.common_headline2_ {
	padding: 10px;	
	margin:0 0 10px 0;
	border-top:#d40520 2px solid;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	background:#fcfaf1 url(../img/usr/sb/common_headline1.png) left bottom repeat-x;
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #0d0c04;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.common_headline4_ {
	margin-bottom: 5px;
	padding: 5px 10px;
	border-bottom:#CCC 1px dashed;
	font-size: 14px;
	font-weight: bold;
}

.common_headline_gift_ { /* h2相当 */
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #999;
}

/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#2e2e2e;
	font-weight:bold;
	font-size:16px;
}
.price_ .small_ {
	color:#2e2e2e;
	font-weight:normal;
	font-size:12px;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
}

/* ヘッダートップナビ */
header .header_top_ #header_topmenu {
	display: flex;
	justify-content: space-between;
}
header .header_top_ #header_topmenu #sitelogo {
	width: 130px;
	padding: 0 6.25px;
	box-sizing: border-box;
	align-self: center;
	text-align: center;
}
header .header_top_ #sitelogo img {
	max-width: 117.5px;
	vertical-align: middle;
}
header .header_top_ #header_topmenu ul {
	width: 66.146%;
	max-width: calc(100% - 130px);
	display: flex;
	justify-content: space-between;
	background: #fbf3d8;
}
header .header_top_ #header_topmenu ul li {
	width: 25%;
	height: 100%;
	text-align: center;
	background: #fbf3d8;
}
header .header_top_ #header_topmenu ul li a {
	height: 100%;
	padding: 6px 1px 0;
	box-sizing: border-box;
	border-right: #ffffff 1px solid;
	text-align:center;
	display:block;
	text-decoration: none;
}
header .header_top_ #header_topmenu ul li#hnav_cart a {
	border-right: 0;
}
header .header_top_ #header_topmenu ul li img {
	width: 25px;
	vertical-align:top;
}
header .header_top_ #header_topmenu ul li span {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 7px;
	white-space: nowrap;
}
header .header_top_ #header_topmenu ul li#hnav_cart_items {
	height: auto;
	padding-top: 6px;
	font-size: 24px;
	font-weight: bold;
	align-self: center;
}
header .header_top_ #header_topmenu ul li#hnav_cart_items span {
	line-height: 53px;
	font-size:10px;
	font-weight: normal;
	display: inline;
	white-space: normal;
}

header .header_top_ #header_topmenu ul li#hnav_cart_items span.js-cart-count { 
	font-size: 24px; 
	font-weight: bold; 
} 

/* ヘッダー電車 */
#header_msg {
	padding: 10px 0 15.402%;
	background: url("../img/usr/sb/common/train_header_bg.png") center bottom repeat-x;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#header_msg .renewal_message_ {
	padding: 0 2.539%;
	text-align: left;
}
#header_msg .renewal_message_ img {
	max-width: 100%;
	width: 100%;
}
#header_train {
	position: relative;
	height: 40px;
}
#header_train.train01 {
	background: #089B8D;
}
#header_train.train02 {
	background: #0F90BF;
}
#header_train.train03 {
	background: #FDD000;
}
#header_train .train_slide_ {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin-top: -5.334%;
	padding-top: 5.334%;
	overflow: hidden;
	-webkit-animation: TrainSlide 2.0s ease 0s 1 forwards;
	animation: TrainSlide 2.0s ease 0s 1 forwards;
}
#header_train.train01 .train_ {
	position: absolute;
	top: 0;
	left: 17.969%;
    width: 82.031%;
	height: 0;
	padding: 0 0 5.334%;
	background: url(../img/usr/sb/common/train01.png) center center / 100% auto no-repeat;
	box-sizing: border-box;
}
#header_train.train02 .train_ {
	position: absolute;
	top: 0;
	left: 15.908%;
	width: 106.667%;
	height: 0;
	padding: 0 0 5.334%;
	background: url(../img/usr/sb/common/train02.png) center center / 100% auto no-repeat;
	box-sizing: border-box;
}
#header_train.train03 .train_ {
	position: absolute;
	top: 0;
	left: 15.908%;
	width: 106.667%;
	height: 0;
	padding: 0 0 5.334%;
	background: url(../img/usr/sb/common/train03.png) center center / 100% auto no-repeat;
	box-sizing: border-box;
}
#header_train .train_message_ {
	position: relative;
	padding: 6px 0 6px 27px;
	font-size:10px;
	line-height: 1.4;
	color: #FFF;
	box-sizing: border-box;
}
#header_train .train_message_ span ,
#header_train .train_message_ a {
	font-size: 10px;
	line-height: 1.4;
	color: #FFF;
}
#header_train .train_message_ a {
	text-decoration: underline;
}
#header_train.train03 .train_message_ span ,
#header_train.train03 .train_message_ a {
	color: #000;
}
#header_train .train_message_::before {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 7px;
	height: 10px;
	border-left: 7px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	box-sizing: border-box;
	content: "";
}
#header_train.train03 .train_message_::before {
	border-left: 7px solid #000;
}

/* ヘッダーバナー */
#header_banner {
	padding:10px;
	background:#f5edc9;
}
#header_banner ul {
	width:300px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#header_banner ul li img {
	max-width:145px;
	vertical-align:top;
}
#header_banner ul li:nth-child(odd) {
	float:left;
}
#header_banner ul li:nth-child(even) {
	float:right;
}

/* グローバルナビ */
header nav#globalnav {
	width: 100%;
	background:#a20015;
	overflow: hidden;
	clear: both;
}
header nav#globalnav a {
	text-decoration: none;
}
header nav#globalnav ul {
	width: 320px;
	height:45px;
	margin:0 auto;
	overflow:hidden;
}
header nav#globalnav ul li {
	height:45px;
	vertical-align:top;
	text-align: center;
	float:left;
}
header nav#globalnav ul li span {
	height:45px;
	vertical-align:top;
	text-indent:-9999px;
	display:block;
}
header nav#globalnav #gnav_01 span { width:54px; background:url(../img/usr/sb/common/gnav_01.png) left top no-repeat; -webkit-background-size:54px 45px; background-size:54px 45px;}
header nav#globalnav #gnav_02 span { width:65px; background:url(../img/usr/sb/common/gnav_02.png) left top no-repeat; -webkit-background-size:65px 45px; background-size:65px 45px;}
header nav#globalnav #gnav_03 span { width:64px; background:url(../img/usr/sb/common/gnav_03.png) left top no-repeat; -webkit-background-size:64px 45px; background-size:64px 45px;}
header nav#globalnav #gnav_04 span { width:65px; background:url(../img/usr/sb/common/gnav_04.png) left top no-repeat; -webkit-background-size:65px 45px; background-size:65px 45px;}
header nav#globalnav #gnav_05 span { width:72px; background:url(../img/usr/sb/common/gnav_05.png) left top no-repeat; -webkit-background-size:72px 45px; background-size:72px 45px;}
header nav#globalnav #gnav_01 span.op_ { width:54px; background:url(../img/usr/sb/common/gnav_01_on.png) left top no-repeat; -webkit-background-size:54px 45px; background-size:54px 45px;}
header nav#globalnav #gnav_02 span.op_ { width:65px; background:url(../img/usr/sb/common/gnav_02_on.png) left top no-repeat; -webkit-background-size:65px 45px; background-size:65px 45px;}
header nav#globalnav #gnav_03 span.op_ { width:64px; background:url(../img/usr/sb/common/gnav_03_on.png) left top no-repeat; -webkit-background-size:64px 45px; background-size:64px 45px;}
header nav#globalnav #gnav_04 span.op_ { width:65px; background:url(../img/usr/sb/common/gnav_04_on.png) left top no-repeat; -webkit-background-size:65px 45px; background-size:65px 45px;}
header nav#globalnav #gnav_05 span.op_ { width:72px; background:url(../img/usr/sb/common/gnav_05_on.png) left top no-repeat; -webkit-background-size:72px 45px; background-size:72px 45px;}

/* グローバルナビ  */
header nav#globalnav {
	background:#a20015;
}
header nav#globalnav_list {
	display: none;
}
header nav#globalnav_list ul {
	padding:0 0 10px 0;
	background:#f5f2e5;
	overflow:hidden;
}
header nav#globalnav_list ul li.title_ {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	float:none;
	clear:both;
}
header nav#globalnav_list ul li.close_button_ {
	width:100%;
	margin:0;
	padding:1px 0 0 0;
	border:0;
	float:none;
	clear:both;
}
header nav#globalnav_list ul li.title_ span {
	padding:7px 10px;
	border-bottom:#a20015 1px solid;
	background:#d40520;
	font-weight:bold;
	color:#ffffff;
	display:block;
}
header nav#globalnav_list ul li a {
	padding:7px 10px;
	border-bottom:#a20015 1px solid;
	background:#ffffff;
	text-decoration:none;
	background:#fff url(../img/usr/sb/common/fnav_arrow_on.png) right center no-repeat;
	-webkit-background-size:14px 8px;
	background-size:14px 8px;
	display:block;
}
header nav#globalnav_list ul li span.bl_ {
	padding:7px 10px;
	border-bottom:#a20015 1px solid;
	background:#ffffff;
	text-decoration:none;
	color:#fff;
	display:block;
}
header nav#globalnav_list ul li.close_button_ span {
	margin:10px 10px 0;
	padding:7px 10px;
	border-bottom:#0d0c04 1px solid;
	background:#0d0c04 url(../img/usr/sb/common/btn_close.png) center center no-repeat;
	-webkit-background-size:51px 11px;
	background-size:51px 11px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

/* 2列設定(消去で1列表示) */
header nav#globalnav_list ul li {
	width: 50%;
	text-align:left;
	float: left;
}
header nav#globalnav_list ul li.line_ a {
	border-right:#a20015 1px solid;
}
header nav#globalnav_list ul li.l_ {
	width: 100%;
}
header nav#globalnav_list ul li span.wt_ {
	color:#fff;
}


/* 検索窓 */
#header_search {
	padding:10px;
	margin:0px 8px 10px;
	background: linear-gradient(to bottom, #FBF3D8, #FFFFFF);
	background: -webkit-linear-gradient(top, #FBF3D8, #FFFFFF);
	border: dotted 1px #B3B3B3;
	overflow:hidden;
}
#header_search #keyword {
	width: calc(100% - 53px);
	padding: 2px 5px;
	margin-right: 7px;
	border: 1px solid #595757;
	border-radius: 4px;
	background: #FFF url(../img/usr/sb/common/search_bg.png) right center / auto 100% no-repeat;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.0;
	float:left;
}
#header_search input.gosearch_ {
	width: 46px;
	height: 20px;
	line-height: 20px;
	background: #595757;
	border: 0;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	float: left;
}
#look_attention {
	padding:5px 10px;
	margin:10px;
	border:#d40520 2px solid;
	color:#d40520;
}

/* ヘッダー帯バナー */
.header_band_banner_ a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.header_band_banner_ a img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

/* --------------------------------------------------------------------
	メインビジュアル
-------------------------------------------------------------------- */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding:15px 20px 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	height: 100%;
	width: 100%;
	min-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	height:30px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	height:22px;
	padding:8px 0 0 0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	text-indent: -9999px;
	display: block;
	outline: 0;
	background:#e6e6e6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#4652a1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.bx-prev {
	top: -85px;
	left:-20px;
	background: url(../img/usr/sb/ico_prev.png) left center no-repeat;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	top: -85px;
	right:-20px;
	background: url(../img/usr/sb/ico_next.png) left center no-repeat;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
.bx-wrapper .bx-controls-direction {
	position:relative;
	top:-30px;
	left:0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -85px;
	outline: 0;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/usr/sp/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/usr/sp/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* --------------------------------------------------------------------
	バナースタイル
-------------------------------------------------------------------- */
/* 旬のもの */
#keikyu_syun {
	margin:0 3px 20px;
	overflow:hidden;
}
#keikyu_syun h2.bnr_ {
	width:50%;
	float:left;
}
#keikyu_syun h2.bnr_ a {
	padding:3px;
	margin:3px;
	text-align:center;
	border:#dcd9d2 1px solid;
	display:block;
}
#keikyu_syun h2.bnr_ a img {
	vertical-align:top;
}

/* こだわり特集 */
#keikyu_kodawari {
	margin:0 3px 20px;
	overflow:hidden;
}
#keikyu_kodawari h2.bnr_ {
	width:50%;
	float:left;
}
#keikyu_kodawari h2.bnr_s_ {
	width:33%;
	float:left;
}
#keikyu_kodawari h2.bnr_s_.scenter_ {
	width:34%;
}
#keikyu_kodawari h2.bnr_l_ {
	width:100%;
	float:left;
}
#keikyu_kodawari h2.bnr_ a,
#keikyu_kodawari h2.bnr_s_ a,
#keikyu_kodawari h2.bnr_l_ a {
	padding:3px;
	margin:3px;
	text-align:center;
	border:#dcd9d2 1px solid;
	display:block;
}
#keikyu_kodawari h2.bnr_ a img,
#keikyu_kodawari h2.bnr_s_ a img,
#keikyu_kodawari h2.bnr_l_ a img {
	vertical-align:top;
}

/* 吉日屋　自慢のブランド */
#keikyu_brand {
	padding:0 0 0 3px;
	overflow:hidden;
}
#keikyu_brand h2.bnr_ {
	width:33%;
	text-align:center;
	float:left;
}
#keikyu_brand h2.bnr_ a {
	margin:5px 5px;
	border:#dcd9d2 1px solid;
	display:block;
}
#keikyu_brand h2.bnr_ img {
	vertical-align:top;
}
#brand_more_switch {
	padding:1px 0 0 0;
	margin:0 10px;
	clear:both;
}
#brand_more_switch span {
	text-indent:-9999px;
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	margin-bottom: 10px;
	padding: 10px 95px 10px 10px;
	position: relative;
	background: #F0F0F0;
	-moz-box-shadow: #333 0 10px 10px -10px inset;
	-webkit-box-shadow: #333 0 10px 10px -10px inset;
	box-shadow: #333 0 10px 10px -10px inset;
}
form.search_form_ input.keyword_{
	padding: 5px 0;
	height: 20px;
	font-size: 16px;
	width: 100%;
	text-indent: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #999 0 0 1px 1px inset;
	-webkit-box-shadow: #999 0 0 1px 1px inset;
	box-shadow: #999 0 0 1px 1px inset;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #999;
}
form.search_form_ .search_button_ {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 0;
	font-size: 16px;
	width: 80px;
	height: 30px;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer {
	padding-top: 20px;
	text-align: center;
}
footer nav#footernav {
}
footer nav#footernav ul li {
	margin-bottom: 10px;
	display: inline-block;
	white-space: nowrap;
}
footer nav#footernav ul li img {
	vertical-align: central;
}

/* ガイドメニュー */
footer h2#footerguidemenu_title {
	margin:0;
	text-align:left;
	position:relative;
}
footer nav#footerguidemenu {
	margin-bottom: 10px;
	border-top: #4d4d4d 1px solid;
	border-bottom: #4d4d4d 1px solid;
	background:#fff;
	overflow:hidden;
}
footer nav#footerguidemenu li {
	width: 50%;
	border-bottom: #4d4d4d 1px solid;
	font-size:10px;
	text-align:left;
	float: left;
}
footer nav#footerguidemenu li:nth-child(odd):last-child {
	border-bottom: none;
}
footer nav#footerguidemenu li a {
	padding: 6px 10px;
	display:block;
	color:#0D0C04;
	text-decoration:none;
	background: url(../img/usr/sb/common/fnav_arrow_blue.png) calc(50vw - 22px) center no-repeat;
	-webkit-background-size:13px 13px;
	background-size:13px 13px;
}
footer nav#footerguidemenu li.l_ {
	width: 100%;
	border-bottom: #4d4d4d 1px solid;
	font-size:10px;
	text-align:left;
	float: left;
}
footer nav#footerguidemenu li:nth-child(even) {
	float: right;
}
footer nav#footerguidemenu li:nth-child(odd) a {
	border-right: #4d4d4d 1px solid;
}

/* インフォメーションメニュー */
footer h2#footerinfomenu_title {
	margin:0;
	text-align:left;
	position:relative;
}
footer nav#footerinfomenu {
	background:#4651a1;
	overflow:hidden;
}
footer nav#footerinfomenu li {
	width: 50%;
	border-bottom: #ffffff 1px solid;
	font-size:10px;
	text-align:left;
	float: left;
}
footer nav#footerinfomenu li a {
	padding:12px 10px;
	display:block;
	color: #ffffff;
	text-decoration:none;
	background:url(../img/usr/sb/common/fnav_arrow_green.png) calc(50vw - 22px) center no-repeat;
	-webkit-background-size: 13px 13px;
	background-size: 13px 13px;
}
footer nav#footerinfomenu li:nth-child(even) {
	float: right;
}
footer nav#footerinfomenu li:nth-child(even) a {
	border-left: #ffffff 1px solid;
}

/* 開閉ボタン */
footer span.f1_switch_,
footer span.f2_switch_ {
	width:30px;
	height:20px;
	display:block;
	position:absolute;
	top:8px;
	right:0;
	background:url(../img/usr/minus.png) left center no-repeat;
	-webkit-background-size:30px 20px;
	background-size:30px 20px;
}
footer span.f1_switch_.menu_close_,
footer span.f2_switch_.menu_close_ {
	background:url(../img/usr/plus.png) left center no-repeat;
	-webkit-background-size:30px 20px;
	background-size:30px 20px;
}

footer p#gopagetop {
	height:45px;
	padding:10px 10px 10px 10px;
	text-align:right;
}

/* PCマーク */
footer span.pc_ {
	padding:0 10px;
}
footer span.pc_ img {
	width:13px;
	position:relative;
	top:2px;
}

/* デバイス切替 */
footer .copy_wrap_ {
	padding: 15px 10px;
	background: #4651a1;
	position: relative;
}
footer .mode_ {
	text-align: center;
}
footer .change_mode_ a {
	width: 33vw;
	min-width: 33vw;
	padding: 2px 10px;
	border: #bebebe 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	background:#fff;
}
footer .change_mode_ a img {
	max-height: 13px;
	vertical-align: middle;
}

/* コピーライト */
footer #copyright {
	padding: 8px 0 0 0;
	font-size: 8px;
	display: block;
	text-align: left;
	color: #ffffff;
}
footer .f_logo_ {
	width: 74px;
	position: absolute;
	top: calc(50% - 18px);
	right: 10px;
}
footer .f_logo_ img {
	height: 35px;
}

/* コンタクト */
#fixed_contact{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	margin: 5px 0 0 0;
	background: #099b8e;
	color: #FFF;
	box-sizing: border-box;
	z-index: 1000;
}
#fixed_contact ul{
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
}
#fixed_contact ul li{
	width: 120px;
  text-align: center;
}
#fixed_contact ul li img{
	width: 70px;
	height: 70px;
}
#fixed_contact p {
	color: #FFF;
}
#fixed_contact .close_btn_ {
	width: 30px;
	height: 42px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#fixed_contact .close_btn_ img {
	width: 30px;
	height: 42px;
	cursor: pointer;
}

/* サイドメニュー */
#fixed_menu {
	position: fixed;
	bottom: 20px;
	right: 0;
	display: none;
	width: 277px;
	padding: 111px 0 20px 20px;
	background: rgba(41, 171, 226, 0.6) url(../img/usr/sb/common/sidenav_head.png) center top 8px / 235px auto no-repeat;
	box-sizing: border-box;
	text-align: left;
	z-index: 10000;
}
#fixed_menu .inner_ {
	max-height: 398px;
	overflow-y: auto
}
#fixed_menu .nav_list_ {
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
#fixed_menu .nav_list_ li {
	float: left;
	width: 85px;
	min-height: 90px;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
	background: #4652A1;
}
#fixed_menu .nav_list_ li.cart_ {
	border-right: 0;
}
#fixed_menu .nav_list_ li a {
	display: block;
	padding: 48px 0 0;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: none;
  color: #FFF;
}
#fixed_menu .nav_list_ li.entry_ a {
	background: url(../img/usr/sb/common/hnav_entry.png) center top 8.5px / 36px auto no-repeat;
}
#fixed_menu .nav_list_ li.menu_ a {
	background: url(../img/usr/sb/common/hnav_mypage.png) center top 8.5px / 36px auto no-repeat;
}
#fixed_menu .nav_list_ li.login_ a {
	background: url(../img/usr/sb/common/hnav_login.png) center top 8.5px / 36px auto no-repeat;
}
#fixed_menu .nav_list_ li.logout_ a {
	background: url(../img/usr/sb/common/hnav_logout.png) center top 8.5px / 36px auto no-repeat;
}
#fixed_menu .nav_list_ li.cart_ a {
	background: url(../img/usr/sb/common/hnav_cart.png) center top 8.5px / 36px auto no-repeat;
}
#fixed_menu .nav_tree_ > li {
	background: #4652A1;
}
#fixed_menu .nav_tree_ > li > span {
	position: relative;
	display: block;
	padding: 6px 9px;
	font-size: 17px;
  color: #FFF;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	cursor: pointer;
}
#fixed_menu .nav_tree_ > li:last-of-type > span {
	border-bottom: 0;
}
#fixed_menu .nav_tree_ > li > span::after {
	position: absolute;
	top: 9.5px;
	right: 13px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #4652A1;
	content: "＋";
}
#fixed_menu .nav_tree_ > li.close_btn_ > span {
	padding: 40px 18px 6px;
	font-size: 12px;
text-align: right;
}
#fixed_menu .nav_tree_ > li.close_btn_ > span::before {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 27px;
	height: 3px;
	background: #FFF;
	transform: rotate(45deg);
	content: "";
}
#fixed_menu .nav_tree_ > li.close_btn_ > span::after {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 27px;
	height: 3px;
	background: #FFF;
	border-radius: 0;
	transform: rotate(-45deg);
	content: "";
}
#fixed_menu .nav_tree_ > li > span.open_::after {
	content: "−";
}
#fixed_menu .nav_tree_ > li > .nav_subtree_ {
	display: none;
	padding-left: 28px;
	box-sizing: border-box;
	border-bottom: 2px solid #FFF;
}
#fixed_menu .nav_tree_ > li > .nav_subtree_ > li {
	border-bottom: 1px solid #FFF;
	background: #4652A1;
}
#fixed_menu .nav_tree_ > li > .nav_subtree_ > li:last-of-type {
	border-bottom: 0;
}
#fixed_menu .nav_tree_ > li > .nav_subtree_ > li > a {
	display: block;
	padding: 3px 1px;
	font-size: 15px;
  color: #FFF;
	text-decoration: none;
}
/* 追従ボタン */
footer .fixed_switch_ {
	position: fixed;
	right: 8px;
	bottom: 20px;
	width: 56px;
	padding: 33px 7px 0;
	box-sizing: border-box;
	background: url(../img/usr/sb/common/menu_bg.png) center top / 100% auto no-repeat;
	transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling:auto;
	z-index: 1000;
}
footer .fixed_switch_ span {
	position: relative;
	display: block;
	width: 42px;
	margin: 1px 0 0;
	cursor: pointer;
}
footer .fixed_switch_ span:first-of-type {
	margin-top: 0;
}
footer .fixed_switch_ span img {
	vertical-align: top;
	width: 100%;
}

/* 電車 */
#footer_train {
	position: relative;
	height: 58px;
	background: url("../img/usr/sb/common/train_bg.png") center bottom repeat-x;
	-webkit-background-size: 385px 58px;
	background-size: 385px 58px;
	overflow: hidden;
}
#footer_train .train_ {
	position: absolute;
	bottom: 0;
	left: 9%;
	width: 106.667%;
	height: 0;
	padding: 0 0 5.334%;
	background: url(../img/usr/sb/common/train01.png) center center / 100% auto no-repeat;
	box-sizing: border-box;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}
img.top_banner_ {
	max-width: 100%;
}

/* カテゴリーから選ぶ */
#select_from_category {
	margin: 0 0 30px 0;
}
#select_from_category h2 {
	margin: 0 10px;
}
#select_from_category h2 img {
	vertical-align: bottom;
}
#select_from_category ul {
	display: flex;
	padding: 0 5px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#select_from_category ul li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 2px;
	box-sizing: border-box;
	text-align: center;
}

/* 京急百貨店運営サイト */
#info_other_site {
	margin: 0 0 30px 0;
}
#info_other_site h2 {
	margin: 0 10px 10px;
	font-size: 14px;
}
#info_other_site ul {
	display: flex;
	padding: 0 8px;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#info_other_site ul li {
	width: 25%;
	padding: 0 2px;
	margin-bottom: 2px;
	box-sizing: border-box;
	text-align: center;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin-bottom: 20px;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin:10px auto;
}
.login-list {
	overflow:hidden;
	text-align:left;
	border-top:1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width:100%;
}
.login-list li.inputimage_ a {
	display:block;
	padding-left:50px;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #9fb7d4;
	color:#000;
	background-repeat:no-repeat;
	background-position:5px 50%;
}

div.login_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_ {
	width: 100%;
	max-width:100%;
	padding:1.0em 0;
	text-indent: 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.login_ .common_headline1_{
	font-size:14px;
}

div.login_ input[type=submit].main_action_button_,
div.login_ input[type=button].main_action_button_ {
	-webkit-appearance: none;
}
div.login_ div.loginform_ div.form_text_ {
    font-size: 12px;
	padding: 0;
}

div.login_ div.loginform_ span.headline_text_ {
	font-weight: bold;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
}
div.login_ div.loginform_ span.headline_text_relate_ {
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left:10px;
	padding-right:10px;
	width: 30px;
	height: 30px;
}

div.login_ .forgotpass_{
	margin-top: 10px;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dcd9d2;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #dcd9d2;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 10px 10px;
	padding:10px;
	background:#F5EDC9;
	border:#fff 1px solid;
	outline:#dcd9d2 1px solid;
	font-weight:bold;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}

#mypagenav {
	margin-bottom: 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 5px;
	text-decoration: none;
	background: url(../img/usr/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size:14px 8px;
	background-size:14px 8px;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	padding-right:20px;
	background: url(../img/usr/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size:14px 8px;
	background-size:14px 8px;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

/* 担当者情報 */
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:1.1;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.mymenu_topic_ .topiclist_body_ {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
	padding: 2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.mymenu_topic_ ul.topicline_ li {
	border-bottom: 1px dotted #cccccc;
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child {
	border-bottom-style: none;
}
div.mymenu_topic_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}
.customer_ {
	margin-bottom: 10px;
}
.customer_ {
	margin-bottom: 10px;
}
.customer_ dd p.small_ {
	margin-bottom:10px;
}
.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_ {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #dcd9d2;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td {
	border-bottom: 1px solid #dcd9d2;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #dcd9d2;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	width: 30%;
	text-align: left;
	border: 1px solid #dcd9d2;
	background:#F9F7EC;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	border: 1px solid #dcd9d2;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_ {
	border: none !important;
}
table.order_ {
}
table.sales_,
table.method_ {
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #dcd9d2;
	border-bottom: none;
}
table.history_ td {
	padding: 5px 10px;
	border-bottom: 1px solid #dcd9d2;
}
table.history_ th {
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #dcd9d2;
	white-space: nowrap;
	background:#F9F7EC;
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #dcd9d2;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #dcd9d2;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
table.history_ div.sales_history_dest_name_ {
	font-size: 14px;
	margin-top: 2px;
}
table.history_ div.sales_history_goods_ {
    padding-left: 15px;
}
table.history_ div.sales_history_goods_set_ {
    padding-left: 30px;
}

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_ {
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd {
	display: block;
	white-space: nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left: 0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd {
	margin-left: 5px;
}
/**/

/* 承認 */
div.approval_ table th {
	white-space: nowrap;
}
div.approval_ table td.total_ {
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td { 
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td {
	
}
div.approval_ table.approvallist_.approval_1st_ok_ td {
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td {
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td {
}
div.approval_ table.approvallist_.approval_sales_ng_ td {
	background-color:#f3f3f3;
}
table.approval_cart_ {
	width: 100%;
}
table.approval_cart_ tr.linespace_ {
	border-style: none;
}
table.approval_cart_ tr.linespace_ td {
	border-style: none;
	height: 10px;
}
table.approval_cart_ .goods_name_ {
	width: auto;
}
table.approval_cart_ td.money_ {
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.money_ ul {
	width: 100%;
}
table.approval_cart_ li.money_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ li.qty_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.button_ {
	text-align: center;
	width: 66px;
}
table.approval_cart_ td.total_ {
	text-align:right;
}
table.approval_cart_ td.cancel_dt_ {
	color: #cc0000;
	font-weight: bold;
	width: 66px;
}
table.approval_cart_ .qty_ input {
}
td.reapproval_ {
	background-color:#ffffe0;
}
.doapproval_ {
	background-color:#ffffe0;
}

table.approval_comment_ {
	width: 100%;
}
table.approval_comment_ td {
	border-style:none;
	padding: 3px;
}
table.approval_comment_ th {
	padding: 3px;
	text-align: left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_ {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #dcd9d2;
}
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 #dcd9d2;
	border-bottom: 1px solid #dcd9d2;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td {
	border-bottom: 1px solid #dcd9d2;
	padding: 3px;
}
table.approval_cart_ th {
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #dcd9d2;
	border-bottom: 1px solid #dcd9d2;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea {
	width: 100%;
}

/* 商品一覧 */
table.approval_ {
	text-align:left;
	margin-bottom: 10px;
}
table.approval_ {
	border: 1px solid #dcd9d2;
}

table.approval_ td {
	padding: 3px;
	border-right: 1px solid #dcd9d2;
	border-bottom: 1px solid #dcd9d2;
}
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 #dcd9d2;
	border-right: 1px solid #dcd9d2;
	background-color: #e5f3ff;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
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 #dcd9d2;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #dcd9d2;
}


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 #dcd9d2;
	border-bottom: none;
}
table.bookmark_ td.form_ {
	text-align: left;
	border-bottom: 1px solid #dcd9d2;
	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 #dcd9d2;
}
table.bookmark_ td.img_ img {
	width: 50px;
}
table.bookmark_ td.name_ {
	padding: 5px;
	border-bottom: 1px solid #dcd9d2;
	vertical-align: top;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #dcd9d2;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #dcd9d2;
}
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;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #dcd9d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #dcd9d2;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	text-align: center;
	margin:0 10px 10px;

}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}

table.cartlist_ {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #dcd9d2;
}
table.cartlist_ tr.list_ {
	border-bottom: 1px solid #dcd9d2;
}
table.cartlist_ td {
	padding: 5px;
}
table.cartlist_ td.img_ {
	width: 52px;
}
table.cartlist_ td.img_ img {
	width: 48px;
}
table.cartlist_ td.name_ {
	min-width:115px;
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.price_box_ {
	vertical-align: top;
	text-align:right;
	width:65px;
}
table.cartlist_ td.money_ {
	width:65px;
	text-align:right;
}
table.cartlist_ .price_box_ li.money_ {
	width:65px;
	text-align:right;
	padding: 2px;
}
table.cartlist_ .price_box_ li.qty_ {
	text-align:right;
	width:65px;
	padding: 2px;
}
table.cartlist_ td.button_ {
	vertical-align: middle;
	text-align: center;
	width: 60px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	min-height:30px;
	line-height:30px;
	font-size:16px;
	text-align: center;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}
div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}


/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}

div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/**/
/* 送り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #dcd9d2;
	width: auto;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}
div.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/
/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.method_box_ div.method_box_content_ label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/

label[for^="selectcart"]{
        font-size: 15px;
        line-height:120%;
        display:inline-block;
}

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}

/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #dcd9d2;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #dcd9d2;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #dcd9d2;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #dcd9d2;
	border-left: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #dcd9d2;
}
table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #dcd9d2;
	border-bottom: 1px solid #dcd9d2;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
	background:#F9F7EC;
	padding: 3px;
}
/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #dcd9d2;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th {
	border-bottom: 1px solid #dcd9d2;
	background:#F9F7EC;
	padding: 10px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td {
	padding: 10px;
}
div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}
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:#F9F7EC;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_ {
	border:none;
}
div.order_ div.method_gift_ .gift_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_gift_ label {
	margin-right: 20px;
}
div.order_ div.method_gift_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_gift_ td {
	border:none;
}
div.estimate_card_form_ {
}


/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
div.destgoodslist_.selectcart_first_ {
	padding: 0 0 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcd9d2;
	border-left: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #dcd9d2;
	border-right: 1px solid #dcd9d2;
	padding: 3px;
	background:#F9F7EC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #dcd9d2;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ ,
td.dest_qty_ {
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background:#F9F7EC;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}
table.method_addr_ td {
	padding:10px;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #dcd9d2;
	border-left: 1px solid #dcd9d2;
}
div.order_ table.order_ td {
	border-right: 1px solid #dcd9d2;
	border-bottom: 1px solid #dcd9d2;
	word-break: break-all;
	word-wrap: break-word;	
}
div.order_ table.order_ th {
	width: 25%;
	background:#F9F7EC;
	font-weight: normal;
	text-align: left;
}

/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background:#F9F7EC;
	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%;
}

/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 12px;
}
.discount_ {
	margin: 5px 0;
}
.discount_message_ {
	text-indent: 0.5em;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 10px 0;
	text-align:left;
}
.sales_delivery_comment_ p {
	font-size: 14px;
}
.return_agree_ {
	font-size: 14px;
	padding: 10px 0;
	margin: 5px 0;
}

.block-order-estimate--commit-btn-include-loading {
  height: 150px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom: 10px;
}
div.intro_box_ table {
	width: 100%;
}
div.intro_box_ table.intro_address_ {
	border: 1px solid #dcd9d2;
	margin-bottom: 10px;
}
div.intro_box_ table th {
	font-weight: normal;
	text-align: left;
	background:#F9F7EC;
	padding: 3px;
}
div.intro_box_ table td  {
	padding: 3px;
}
div.intro_box_ table td.title_  {
	width: 24%;
}
div.intro_box_ table.intro_address_ .even td  {
	background-color: #ffffe0;
}
.mail_ input  {
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #dcd9d2;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:2px 2px 2px 6px;
	border:#fff 1px solid;
	background:#F9F7EC;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding:6px 12px 6px 12px;
}
dl.formdetail_ dd.tel_ input {
	max-width:25% !important;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}

/* --------------------------------------------------------------------
	入力フォームサイズ調整 2014.01.17
-------------------------------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	width:auto !important;
	border:none !important;
}

/*-- ログイン画面 --*/
div.login_ .loginform_ dd {
	margin:5px 0;
	padding:0 2px 0 0;
}
div.login_ .loginform_ dd input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}

/*-- 会員情報登録画面 --*/
dl.formdetail_.customer_ dd,
dl.formdetail_.mailchange_ dd,
dl.formdetail_.forgotpass_ dd,
dl.formdetail_.passchange_ dd,
dl.formdetail_.custdest_ dd {
	padding:5px 10px;
}
dl.formdetail_.customer_ dd input,
dl.formdetail_.mailchange_ dd input,
dl.formdetail_.forgotpass_ dd input,
dl.formdetail_.passchange_ dd input,
dl.formdetail_.custdest_ dd input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}
dl.formdetail_.customer_ dd select,
dl.formdetail_.custdest_ dd select {
	padding:10px 0 10px 5px;
	font-size:14px;
}

/*-- メルマガ登録 --*/
.mail_ div.box_ {
	padding-right:12px;
}
.mail_ div.box_ input {
	width:100%;
	margin-bottom:10px;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}

/*-- お問い合わせ --*/
dl.formdetail_.contact_ dd {
}
dl.formdetail_.contact_ dd input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}
dl.formdetail_.contact_ dd select {
	padding:10px 0 10px 5px;
	font-size:14px;
}
dl.formdetail_.contact_ dd textarea {
	width:99%;
	max-width:99%;
}

/*-- 詳細検索 --*/
div.single_mainframe_ form[name="frm"] {
	margin:0 10px;
}
table.formdetail_.search_ {
	width:100%;
	margin:15px 0;
}
table.formdetail_.search_ th {
	width: 75px;
	padding: 1px 3px;
	font-size:12px;
	font-weight: normal;
	text-align: left;
	background:#F9F7EC;
	border: 1px solid #D6C6B9;
	vertical-align:middle;
}
table.formdetail_.search_ td {
	padding: 5px 10px;
	border: 1px solid #D6C6B9;
	font-size:12px;
}
dl.goodssearch_ input,
table.formdetail_.search_ td input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}
dl.goodssearch_ input[name="last_sdt"] {
	width:80%;
}
dl.goodssearch_ select,
table.formdetail_.search_ td select {
	padding:10px 0 10px 5px;
	font-size:14px;
}
table.formdetail_.search_ ul .genre_depth_1 {
	margin:5px 0;
	padding:0 0 0 0;
}
table.formdetail_.search_ ul .genre_depth_2 {
	padding:0 0 0 15px;
}
table.formdetail_.search_ ul .genre_depth_3 {
	padding:0 0 0 25px;
}
table.formdetail_.search_ ul .genre_depth_4 {
	padding:0 0 0 35px;
}

/*-- 購入フロー --*/
div.order_ td input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}
div.order_ td select {
	padding:15px 0;
	font-size:16px;
}
#method_coupon p.coupon_detail_ input {
	width:100%;
	margin:10px 0;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}

/*-- 並べ替え --*/
dl.navistyle_ dd {
}
dl.navistyle_ dd select {
	width:100%;
	padding:10px 0 10px 5px;
	font-size:14px;
}

/*-- キャンペーン --*/
dl.questionnaire_input_ dd {
	padding:5px 10px;
}
dl.questionnaire_input_ input {
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-indent:10px;
}
dl.questionnaire_input_ dd select {
	padding:10px 0 10px 5px;
	font-size:14px;
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}
.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #dcdcdc;
	border:none;
	border-bottom: 2px solid #AAAAAA;
	color:#666666;
	-webkit-appearance: none;
}

@keyframes TrainSlide {
	0% {
		transform: translateX(150%);
	}
	100% {
		transform: translateX(0);
	}
}
/* --------------------------------------------------------------------
	クレジットカード会社名表示調整 2021.06.11
-------------------------------------------------------------------- */
table.card_ input[type="radio"] {
	width:6% !important;
}
table.card_ label {
	display: inline-block;
	width: 38%;
	margin: 0 !important;
}