@import url(nexgen6_sp.css);      /* NEXGEN6 */
@import url(templegp_sp.css);     /* テンプレート用 */
@import url(retro_sp.css);        /* レトロ用 */

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: 14px;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input,
select {
	vertical-align:middle;
	margin:0px;
}

/* 共通 */

body {
	color:#000000;
	background:#ffffff;
	font-size: 14px;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}
img {
	max-width:100%;
	vertical-align: bottom;
	max-height: 100%;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	border:1px solid #cccccc;
	min-height:20px;
	max-width:90%;
}

textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border:1px solid #cccccc;
	/*border-radius:5px*/
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	height:1.0em;
	padding:0.6em;
	margin:5px 0;
	border:1px solid #cccccc;
	/*border-radius:5px*/
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}


input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border:solid 1px #EEA34A;
}

select {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*border-radius:5px;*/
	height: 28px;
	line-height: 28px;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* チェックボックスデザイン */
input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:17px;
    height:17px;
    background:url(../img/usr/sb/common/check_box_bg.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin-bottom:3px;
    margin-right:5px;
}

/* タップ後のデザイン */
input[type="checkbox"]:checked{
    background:url(../img/usr/sb/common/check_box_bg_on.png) no-repeat;
    background-size: cover;
}
a,
a:link,
a:visited {
	text-decoration: underline;
	color: #555555;
}

/* 文字サイズ */
.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:#ff0000;
	font-size: 16px;
	font-weight:bold;
}
.notice_ {
	color:#993300;
}

.notice_ a.notice_anker_ {
	color:#993300;
	text-decoration: underline;
}

.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
  word-break: break-all;
}

/* 入力フォーム */
.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;
}

/**/

.efo_icon_ {
	vertical-align:middle;
}

/* ボタン */
.button_ {
	color: #fff;
}
.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding:10px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.small_button_ {
	font-size: 14px;
	text-align: center !important;
	padding:8px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 58px;
	height: 40px;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #333333;
	border:none;
	text-decoration:none;
	-webkit-appearance: none;
}
.gray_button_,
a.gray_button_ {
	padding: 10px 10px 10px;
	border-bottom: #d6d6d6 4px solid;
	text-align: center;
	background: #eeeeee;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
.yellow_button_,
a.yellow_button_ {
	padding: 10px 10px 10px;
	border-bottom: #dab900 4px solid;
	text-align: center;
	background: #f3ce00;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}
#recount.main_action_button_ {
	background:#CCCCCC;
	border:none;
	color:#555555;
}
#order_next.main_action_button_,
#cart_next.main_action_button_ {
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #f00));
	background: -webkit-linear-gradient(#f00, #f00);
	background: -moz-linear-gradient(#f00, #f00);
	background: -o-linear-gradient(#f00, #f00);
	background: -ms-linear-gradient(#f00, #f00);
	background: linear-gradient(#f00, #f00);
}
#cart_gift.main_action_button_ {
	padding:0;
	background:#ffa200;
}

.ajax_wait_button_ {
	background: f00 -moz-linear-gradient(top,#FF9900,#FF6A00) !important;
	background: f00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00)) !important;
	background: f00 linear-gradient(top,#FF9900,#FF6A00) !important;
}
.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #dcdcdc;
	border:none;
	color:#666666;
	-webkit-appearance: none;
}
.other_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #333333;
	border:none;
	color:#ffffff;
	-webkit-appearance: none;
}
/*
.customer_change_ {
	background: url(../img/usr/ssp/ssp_logo_min.png) 10px no-repeat,linear-gradient(#333, #333);
	background-position: left 62% bottom 50%;
}
*/
.sub_action_button_.small_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #666666;
	border:none;
	color:#ffffff;
}
.sub_action_button_#backorderlink_ {
	background: #ff0000;
	color:#ffffff;
}
#order_back.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	text-decoration:underline;
	font-size:12px;
	background:#FFF;
	border:none;
	border-bottom:none;
	color:#666666;
}
.ajax_wait_sub_button_ {
	border: 1px solid #006AB8 !important;
}
.nostock_btn_{
  display: block;
  background: #cfcfcf;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  padding: 8px 0 8px;
  margin: 0;
}
.button_color_red_ {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #f00));
	background: -webkit-linear-gradient(#f00, #f00);
	background: -moz-linear-gradient(#f00, #f00);
	background: -o-linear-gradient(#f00, #f00);
	background: -ms-linear-gradient(#f00, #f00);
	background: linear-gradient(#f00, #f00);
}
/**/

.common_headline1_ {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 15px 0 15px 25px;
	background: #cfcfcf url(../img/usr/sb/common/common_head_h2bg.png) left top no-repeat;
	background-size: 19px 60px;
}
.common_headline2_ {
  padding-left: 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
  border-left: 10px solid #f3ce00;
}
#block_of_accessory .common_headline2_ {
	margin:0 0 0 0;
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.position_relative_ {
	position: relative;
}
.fontsize_small_ {
	font-size:small;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}
/* 価格表示 */
.price_pop_ {
	color:#ff0000;
	font-size: 12px;
}
.price_ {
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
}
.price_ small {
	font-weight:bold;
}
.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	ドロワーメニュー
-------------------------------------------------------------------- */
body.menu_active_ {
	position: fixed;
  width: 100%;
}
div#wrapper {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:ease-in-out 0.2s;
	transition:ease-in-out 0.2s;
	background: #ffffff;
	z-index: 800;
}
div#wrapper.menu_active_,
header.menu_active_ {
	-webkit-transform:translateX(-85%);
	transform:translateX(-85%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
div#wrapper.top_active_{
	z-index: 1000;
	position: relative;
}
div#header_menu {
	width: 85%;
  height: 100%;
	visibility: hidden;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: 0;
	z-index: 900;
	background: #251d17;
  -webkit-overflow-scrolling: touch;
}
div#header_menu.menu_active_ {
	visibility: visible;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	padding-bottom: 10px;
	position: relative;
	z-index: 900;
}
header h1.optimaizedH1,
header .headline_{
  background: #000;
  color: #fff;
  font-size: 9px;
  padding: 6px 13px;
}
header.cart_header_ {
	border-bottom:#666666 2px solid;
}
header .header_top_ {
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
header .header_top_.menu_active_{
  position: relative;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: #000000 1px solid;
}
header .header_wrap_ {
	width: 100%;
}
header.fixed .header_top_ {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #ffffff;
  border-bottom: #000000 1px solid;
}
header .header_top_ #sitelogo {
	width: 153px;
	height:32px;
	padding:10px 0 0 0;
	margin: 0 0 0 0;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
	box-flex: 0;
	vertical-align: middle;
	text-align: center;
}
header .header_top_ #sitelogo img {
	width: 124px;
	height:32px;
}
header .header_top_ nav#globalnav {
	height:55px;
	padding:0;
	text-align: right;
	clear: both;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
header .header_top_ nav#globalnav ul {
	width:100%;
	height:40px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
header .header_top_ nav#globalnav ul li {
  width: 100%;
	height:55px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
header .header_top_ nav#globalnav ul li:last-child {
}
header .header_top_ nav#globalnav ul li a,
header .header_top_ nav#globalnav ul li > span {
	width:100%;
	height:55px;
	text-align:center;
	background:#fff;
	display:block;
}
header .header_top_ nav#globalnav ul li#gnav_menu span {
	background:#ffffff;
}
header .header_top_ nav#globalnav ul li a img {
	height:38px;
	margin-top: 7px;
}
header .header_top_ nav#globalnav ul li#gnav_menu span {
	background: url(../img/usr/sb/common/hnav_menu_off.png) center 7px no-repeat;
	-webkit-background-size: auto 38px;
	background-size: auto 38px;
}
header.menu_active_ .header_top_ nav#globalnav ul li#gnav_menu span {
	background: url(../img/usr/sb/common/hnav_menu_on.png) center 7px no-repeat;
	-webkit-background-size: auto 38px;
	background-size: auto 38px;
}
header #welcomeMessage{
	padding: 0 0 0 0;
	text-align: left;
	font-size: 14px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	vertical-align: top;
}
header .header_top_ nav#globalnav ul li a {
	text-decoration:none;
}
header .header_top_ nav#globalnav ul li a span {
	display: block;
	font-size: 11px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-decoration:none;
	position: relative;
	top: -40px;
	right: 3px;
	text-align:right;
	color: #FFF;
}
header #hnav_service {
	padding:10px;
	text-align:center;
	background:#000;
}

header .header_bottom_ {
	width: 100%;
}
header .header_bottom_ nav#globalnav_bottom {
	height: 40px;
	padding:0;
	text-align: right;
	clear: both;
}
header .header_bottom_ nav#globalnav_bottom ul {
	width:100%;
	height: 40px;
	display: table;
	background: #000000;
}
header .header_bottom_ nav#globalnav_bottom ul li {
	width: 25%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #000000;
}
header .header_bottom_ nav#globalnav_bottom ul li.now_ {
	background: #006cbc;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_rental {
	position: relative;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_rental::after {
	width: 1px;
	height: 32px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: #545454;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_old {
	position: relative;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_old::after {
	width: 1px;
	height: 32px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: #545454;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_satei {
	position: relative;
}
header .header_bottom_ nav#globalnav_bottom ul li#gnav_satei::after {
	width: 1px;
	height: 32px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: #545454;
}
header .header_bottom_ nav#globalnav_bottom ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
header .header_bottom_ nav#globalnav_bottom ul li.now_ a {
	height: 40px;
	padding: 9px 0 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #006cbc;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
header .header_bottom_ #searchbox form.search_form_ {
	background: #006cbc;
}
#header_menu #header_menu_inner {
	width: 100%;
	height: 95vh;
	padding: 0;
	text-align: center;
	background: #333333;
	border-top:#444444 1px solid;
}
#header_menu #header_menu_inner .nav_site_menu_ {
	padding: 10px 10px 1px 10px;
	background: #333333;
}
#header_menu #header_menu_inner .nav_site_menu_ li {
	margin-bottom: 10px;
	border:#ffffff 1px solid;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header_menu #header_menu_inner .nav_site_menu_ li a {
	padding: 18px 44px 15px 15px;
	text-align:left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	background: url(../img/usr/sb/common/arrow_fmenu.png) 94% center no-repeat;
	-webkit-background-size: 7px 12px;
	background-size: 7px 12px;	
}

#header_menu #header_menu_inner .nav_site_menu_ li#nav_mypage a {
	padding: 0px 0px 0px 0px;
	text-align:left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
	-webkit-background-size: 7px 12px;
	background-size: 7px 12px;
	
	white-space: nowrap;
}

#header_menu #header_menu_inner .nav_customer_menu_ {
	background: #222222;
}
#header_menu #header_menu_inner .nav_customer_menu_ li {
	border-bottom:#444444 1px solid;
	box-sizing: border-box;
}
#header_menu #header_menu_inner .nav_customer_menu_ li a {
	padding: 18px 10px 15px 44px;
	text-align:left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.nav_site_menu_ #nav_site_menu_header {
	padding: 0;
	width: 100%;
	text-align: center;
	background: #222;
	overflow: hidden;
	display: table;
	margin: 0px 0px 0px 0px;
	font-size: 11px!important;
}

div.nav_site_menu_ #nav_site_menu_header li {
	background: #fff;
	border-bottom:#444444 1px solid;
	box-sizing: border-box;
	display: table-cell;
	border-radius: 0!important;
	vertical-align: middle;
}

div.nav_site_menu_ #nav_site_menu_header li.nav_site_menu_header_margin_ {
	background: #333333;
	width: 8px;
	border: 0px!important;
}
div.nav_site_menu_ #nav_site_menu_header li {
	padding: 9px 44px 7px 44px;
}

div.nav_site_menu_ #nav_site_menu_header .nav_membername{
	font-size: 13px!important;
	font-weight: bold;
}
div.nav_site_menu_ #nav_site_menu_header .nav_membernamesuffix{
	font-size: 13px!important;
	font-weight: bold;
}
div.nav_site_menu_ #nav_site_menu_header .nav_point{
	font-size: 13px!important;
	font-weight: bold;
}
div.nav_site_menu_ #nav_site_menu_header li#nav_mypage{
	font-size: 11px!important;
	width: 80px;
}

/*ticker*/
#head_ticker{
  background: #656565;
  padding: 7px 0;
  margin-bottom: 10px;
}
.ticker_list_{
  display: inline;
}
.ticker_list_ li{
  width: 100%;
  color: #fff;
  margin-right: 44px;
  font-size: 14px;
  margin-bottom: 5px;
}
.ticker_list_ li:last-child{
  border-bottom: none;
}
.ticker_list_ li,
.ticker_list_ li span{
  display: block;
  width: auto;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.ticker_list_ li img{
  margin-right: 10px;
  width: 30px;
}
/**/
#hnav_service {
	padding: 11px 10px 10px;
	background-color: #000000;
	text-align: center;
}
#menufilter {
	width: 100vw;
	height: 100%;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	-webkit-transform:translateX(-85%);
	transform:translateX(-85%);
  cursor: pointer;
}
	
/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	height: 40px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}
#search_inner,
#mypage_search_inner {
	width: 81%;
	position: relative;
	float:left;
}
form.search_form_ input.keyword_{
	max-width: 100%;
	width: 100%;
	height: 41px;
	margin:0;
	font-size:16px;
	text-indent: 5px;
	border:#ffffff 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 12px;
	left: 10px;
	color: #9a9a9a;
	font-size:11px;
}
form.search_form_ .search_button_ {
	width: 35px;
	height: 39px;
	border:none;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/usr/sb/common/go.png) center no-repeat;
	background-size: 41px 39px;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
#detail_search {
	width: 17%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	float: right;
	border: #99c4e4 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#detail_search a {
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	display: block;
}
#detail_search_l{
	width: 24%;
	height: 40px;
	float: right;
	text-align: center;
	line-height: 40px;
	background: #000;
}
#detail_search_l a{
  display:block;
  color: #fff;
  text-decoration: none;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

#menu_other_list li{
  width: 100%;
  height: 49px;
  border-top: 1px solid #cfcfcf;
}
#menu_other_list li a{
  display: block;
  background: url(../img/usr/sb/common/arrow_menu_link01.png) 95% center no-repeat;
  background-size: 6px 12px;
  line-height: 49px;
  text-decoration: none;
}
#menu_other_list li a{
  background: url(../img/usr/sb/common/arrow_menu_link02.png) 95% center no-repeat;
  background-size: 10px 10px;
  padding-left: 10px;
}

/* --------------------------------------------------------------------
	静的カテゴリーリスト
-------------------------------------------------------------------- */
#block_of_categorytree {
	padding: 10px 10px 5px 10px;
	background: #444444;
}
#block_of_categorytree .sidebox_category_ {
}
#block_of_categorytree .sidebox_category_ h2 {
	padding: 12px 10px;
	margin-bottom: 5px;
	text-align: left;
	color: #ffffff;
	border: #ffffff 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/usr/sb/common/fnav_plus.png) right center no-repeat;
	-webkit-background-size: 41px 21px;
	background-size: 41px 21px;
}
#block_of_categorytree .sidebox_category_ h2.open_ {
	margin-bottom: 1px;
	border: #dddddd 1px solid;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background:#dddddd url(../img/usr/sb/common/fnav_minus.png) right center no-repeat;
	-webkit-background-size: 41px 21px;
	background-size: 41px 21px;
	color: #000000;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ {
	margin-bottom: 5px;
	background: #ffffff;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ li.category_tree1_ {
	border-bottom: #444444 1px solid;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ li a {
	padding: 10px 40px 10px 10px;
	text-decoration: none;
	background: url(../img/usr/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size: 41px 21px;
	background-size: 41px 21px;
	display: block;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ li.haveimg_ a {
	width: 100%;
	padding: 5px 40px 5px 10px;
	display: table;
	box-sizing: border-box;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ li.haveimg_ a span.img_ {
	width: 50px;
}
#block_of_categorytree .sidebox_category_ .category_smt_tree_ li.haveimg_ a span {
	vertical-align: middle;
	display: table-cell;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer {
	text-align: center;
	position: relative;
}
#page_top {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 801;
}
#page_top.with_fix_btn {
	bottom: 90px;	
}
footer .chage_mode_ {
	margin-bottom: 10px;
}
footer #footermenu {
	width: 100%;
	padding:0;
	text-align: center;
	background: #222;
	border-top:#444444 1px solid;
	overflow: hidden;
}
footer #footermenu li {
	width: 50%;
	border-bottom:#444444 1px solid;
	box-sizing: border-box;
	float: left;
}
footer #footermenu li:nth-of-type(2n){
	border-left: 1px solid #444444;
}
footer #footermenu li a {
	padding: 18px 10px 15px 44px;
	text-align:left;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_customer_menu_ li a {
	background: url(../img/usr/sb/common/arrow_fmenu.png) 18px center no-repeat;
	-webkit-background-size: 7px 12px;
	background-size: 7px 12px;
}
.nav_customer_menu_ li.fmenu_mymenu_ a{
	background: url(../img/usr/sb/common/fmenu_mypage.png) 10px center no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
.nav_customer_menu_ li.fmenu_favorite_ a{
	background: url(../img/usr/sb/common/fmenu_favorite.png) 10px center no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
.nav_customer_menu_ li.fmenu_coupon_ a{
	background: url(../img/usr/sb/common/fmenu_coupon.png) 10px center no-repeat;
	-webkit-background-size: 26px 25px;
	background-size: 26px 25px;
}
.nav_customer_menu_ li.fmenu_order_ a{
	background: url(../img/usr/sb/common/fmenu_order.png) 10px center no-repeat;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
}
.nav_customer_menu_ li.fmenu_delivery_ a{
	background: url(../img/usr/sb/common/fmenu_delivery.png) 10px center no-repeat;
	-webkit-background-size: 24px 19px;
	background-size: 24px 19px;
}
.nav_customer_menu_ li.fmenu_pay_ a{
	background: url(../img/usr/sb/common/fmenu_pay.png) 10px center no-repeat;
	-webkit-background-size: 23px 17px;
	background-size: 23px 17px;
}
.nav_customer_menu_ li.fmenu_online_ a{
	background: url(../img/usr/sb/common/fmenu_online.png) 10px center no-repeat;
	-webkit-background-size: 23px 23px;
	background-size: 23px 23px;
}
.nav_customer_menu_ li.fmenu_faq_ a {
	background:url(../img/usr/sb/common/fmenu_faq.png) 10px center no-repeat;
	-webkit-background-size: 23px 21px;
	background-size: 23px 21px;
}
.nav_customer_menu_ li.fmenu_contact_ a {
	background:url(../img/usr/sb/common/fmenu_contact.png) 10px center no-repeat;
	-webkit-background-size: 23px 18px;
	background-size: 23px 18px;
}
.nav_customer_menu_ li.fmenu_comparison_ a {
	background:url(../img/usr/sb/common/fmenu_comparison.png) 10px center no-repeat;
	-webkit-background-size: 23px 21px;
	background-size: 23px 21px;
}
/*
.nav_customer_menu_ li.fmenu_authmag_ a{
	background: url(../img/usr/sb/common/fmenu_authmag.png) 10px center no-repeat
	           ,url(../img/usr/ssp/ssp_logo_min.png) 200px no-repeat;
	-webkit-background-size: 23px 18px
	                        ,22px 22px;
	background-size: 23px 18px
	                ,22px 22px;
}
*/
.nav_customer_menu_ li.fmenu_authmag_ a{
	background: url(../img/usr/sb/common/fmenu_authmag.png) 10px center no-repeat;
	-webkit-background-size: 23px 18px
	                        ,22px 22px;
	background-size: 23px 18px
	                ,22px 22px;
}

footer .change_mode_ {
	height:30px;
	margin:10px;
    text-align:center;
	line-height:30px;
	overflow:hidden;
}
footer .change_mode_ span {
	width:48%;
	height:30px;
	margin:0 auto;
    text-align:center;
	font-weight:bold;
	line-height:30px;
	display:block;
	color:#eeeeee;
	float:right;
	background:#d3d3d3;
}
footer .change_mode_ a {
	width:48%;
	height:30px;
	margin:0 auto;
    text-align:center;
	font-weight:bold;
	line-height:30px;
	display:block;
	color:#ffffff;
	float:left;
	background:#3fbf0d;
	text-decoration:none;
}

footer nav#footernav {
	padding:10px 0;
	background:#000;
}
footer nav#footernav ul li {
	height:12px;
	padding:0 10px;
	border-left: 1px solid #fff;
	line-height:12px;
	display: inline-block;
	white-space: nowrap;
	font-size: 10px;
}
footer nav#footernav ul li:first-child{
	border-left:none;
}
footer nav#footernav ul li.last_{
	display: block;
	margin-top: 5px;
}
footer nav#footernav ul li a {
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
}
footer #trademark,
footer #copyright {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color:#ffffff;
	display: block;
	background:#000;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}
img.top_banner_ {
	max-width: 100%;
}

/* 静的バナー群 */
div.event_pickup_banner_ ul {
	margin:12px 0 0 12px;
	overflow:hidden;
}
div.event_pickup_banner_ ul li {
	width:30%;
	text-align:center;
	margin:0 3% 3% 0;
	float:left;
}
.top_search_link_,
.top_search_banner_{
  margin-bottom: 20px;
}
.top_search_banner_ ul{
  opacity: 0;
}
.used_top_banner_{
  padding: 0 10px;
}

.search_shortcut_{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 20px;
}
.search_shortcut_ li{
  width: 50%;
  margin-bottom: 10px;
}
.search_shortcut_ li p{
  display: inline;
}
/* かんたん検索 */
#toppage_eazy_search {
	margin-bottom: 40px;
}
dl.search_tbl_ {
	margin: 0 10px 10px;
	border: #dddddd 1px solid;	
}
dl.search_tbl_ dt {
	padding: 10px;
	background: #f6f6f6;
}
dl.search_tbl_ dd {
	padding: 10px 0 1px 4%;
	background: #ffffff;
	overflow: hidden;
}
dl.search_tbl_.accordion_ dt{
  background:#f6f6f6 url(../img/usr/sb/common/osusume_plus.png) right center no-repeat;
  background-size: 51px 21px;
}
dl.search_tbl_ .model_list_ .mbimg_ {
  max-width: 110px;
}
dl.search_tbl_.accordion_ dt.opne_{
  background:#444444 url(../img/usr/sb/common/osusume_minus.png) right center no-repeat;
  background-size: 51px 21px;
  color: #fff;
}
dl.search_tbl_.accordion_ dd{
  display: none;
}
dl.search_tbl_ dt .link_ {
	font-size: 12px;
	float: right;
}
dl.search_tbl_.accordion_ dt .link_{
  float: none;
}
dl.search_tbl_.accordion_ dt.opne_ .link_ a{
  color: #fff;
}
dl.search_tbl_.type01_ dd .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	padding: 5px;
	border: #ffffff 1px solid;
	box-sizing: border-box;
	float: left;
	position: relative;
}
dl.search_tbl_.type01_ dd .checkbox_inner:nth-child(3n+1) {
	clear: left;
}
dl.search_tbl_.type01_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
dl.search_tbl_.type01_ dd .checkbox_inner.check_on_ {
	border: #f3ce00 1px solid;
}
dl.search_tbl_.type01_ dd .checkbox_inner p {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
  cursor: pointer;
}
dl.search_tbl_.type02_ dd .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	box-sizing: border-box;
	float: left;
	position: relative;
}
dl.search_tbl_.type02_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: middle;
}
dl.search_tbl_.type02_ dd .checkbox_inner p {
	font-size: 12px;
	padding-left: 10px;
	display: inline-block;
}
dl.search_tbl_.type03_ dd{
  letter-spacing: -0.4em;
}
dl.search_tbl_.type03_ dd .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	box-sizing: border-box;
	position: relative;
  display: inline-block;
  letter-spacing: normal;
}
dl.search_tbl_.type03_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: middle;
}
dl.search_tbl_.type03_ dd .checkbox_inner p {
	font-size: 12px;
	padding-left: 5px;
	display: inline-block;
  width: 73%;
  vertical-align: middle;
}
dl.search_tbl_.type04_ dd .checkbox_inner {
	width: 23%;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	float: left;
	position: relative;
}
dl.search_tbl_.type04_ dd .checkbox_inner:nth-child(3) {
	width: 31%;
}
dl.search_tbl_.type04_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: middle;
}
dl.search_tbl_.type04_ dd .checkbox_inner p {
	font-size: 12px;
	padding-left: 5px;
	display: inline-block;
}
div.search_tbl_.type05_{
  overflow: hidden;
  margin: 0 10px 10px;
}
dl.search_tbl_.type05_ dd .checkbox_inner,
div.search_tbl_.type05_ .checkbox_inner{
	width: 30%;
	margin: 0 3% 10px 0;
	padding: 5px;
	border: #ffffff 1px solid;
	box-sizing: border-box;
	float: left;
	position: relative;
}
div.search_tbl_.type05_ .checkbox_inner{
  border: 1px solid #eee;
  width: 31.3%;
}
dl.search_tbl_.type05_ dd .checkbox_inner:nth-child(3n+1),
div.search_tbl_.type05_ .checkbox_inner:nth-child(3n+1){
	clear: left;
}
div.search_tbl_.type05_ .checkbox_inner:nth-child(3n){
	margin-right: 0;
}
dl.search_tbl_.type05_ dd .checkbox_inner input,
div.search_tbl_.type05_ .checkbox_inner input{
	margin: 0;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
dl.search_tbl_.type05_ dd .checkbox_inner.check_on_,
div.search_tbl_.type05_ .checkbox_inner.check_on_{
	border: #f3ce00 1px solid;
}
dl.search_tbl_.type05_ dd .checkbox_inner p,
div.search_tbl_.type05_ .checkbox_inner p{
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
  cursor: pointer;
}
dl.search_tbl_.type05_ dd div.tbl_btn_,
div.search_tbl_.type05_ div.tbl_btn_{
	padding: 10px 0 20px;
	clear: both;
	text-align: center;
}
dl.search_tbl_.type05_ dd div.tbl_btn_ p.btn_rt_,
div.search_tbl_.type05_ div.tbl_btn_ p.btn_rt_{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
dl.search_tbl_.type05_ dd div.tbl_btn_ p.btn_rt_ a,
div.search_tbl_.type05_ div.tbl_btn_ p.btn_rt_ a{
	padding: 10px 10px 8px;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #eeeeee;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.search_tbl_.type06_ {
	margin: 30px 10px;
	border: #ffffff 1px solid;	
}
.search_tbl_.type06_ dt {
	padding: 10px;
	background: #ffffff;
}
.search_tbl_.type06_ .search_tbl_inner_ {
	padding: 10px 0 1px 4%;
	background: #ffffff;
	overflow: hidden;
}
.search_tbl_.type06_ .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	padding: 10px 5px 5px 5px;
	border: #ffffff 1px solid;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.search_tbl_.type06_ .checkbox_inner:nth-child(3n+1) {
	clear: left;
}
.search_tbl_.type06_ .checkbox_inner input {
	margin: 0;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
.search_tbl_.type06_ .checkbox_inner.check_on_ {
	border: #f3ce00 1px solid;
}
.search_tbl_.type06_ .checkbox_inner .img_ p {
	margin-top: 20px;
}
.search_tbl_.type06_ .checkbox_inner p {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
  cursor: pointer;
}
.search_tbl_.type07_ select {
	min-width: 42%;
	max-width: 42%;
	height: auto;
	padding: 8px 5px;
	margin-bottom: 8px;
	border: #cccccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.search_tbl_.type07_ select:disabled {
	background-color: #cccccc;
}
dl.search_tbl_.type08_ dd .checkbox_inner {
	width: 100%;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	float: none;
	position: relative;
}
dl.search_tbl_.type08_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: middle;
}
dl.search_tbl_.type08_ dd .checkbox_inner p {
	font-size: 12px;
	padding-left: 5px;
	display: inline-block;
}
dl.search_tbl_.type09_ dd .checkbox_inner {
	width: 25%;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	float: left;
	position: relative;
}
dl.search_tbl_.type09_ dd .checkbox_inner input {
	margin: 0;
	vertical-align: middle;
}
dl.search_tbl_.type09_ dd .checkbox_inner p {
	font-size: 12px;
	padding-left: 5px;
	display: inline-block;
}

dl.search_tbl_ .state_box_ {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	text-align: center;
	line-height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.state_box_.state_n { background: #ff3200;}
.state_box_.state_a { background: #ff8e00;}
.state_box_.state_b { background: #a8b900;}
.state_box_.state_c { background: #4ec972;}
.state_box_.state_d { background: #01bfdd;}
.state_box_.state_e { background: #617cf5;}

#toppage_eazy_search .search_btn_ {
	padding: 10px;
	text-align: center;
}
#toppage_eazy_search .search_btn_ a {
  width: auto;
	padding: 15px 10px 12px;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#meker_follow {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9990;
	background-color: rgba(0,0,0,0.8);
}
.menu_active_ #meker_follow{
	-webkit-transform:translateX(-85%);
	transform:translateX(-85%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
#meker_follow ul{
  overflow: hidden;
  padding: 3%;
}
#meker_follow li{
  float: left;
  width: 52%
}
#meker_follow li.search_btn_{
  float: right;
  width: 45%;
  margin: 0;
}
#meker_follow li.search_btn_ a{
  margin: 0;
  width: auto;
}
#meker_follow .details_search_num_ {
	margin: 10px;
	text-align: center;
}
#meker_follow li.details_search_num_{
  margin: 0;
}
#meker_follow .details_search_num_ a {
	padding: 8px 10px 8px 10px;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#meker_follow li.details_search_num_ a{
  background: #f3ce00;
  font-size: 15px;
  line-height: 1.2;
}
#meker_follow li a span{
  display: block;
}
#meker_follow li.details_search_num_ a span strong{
  width: 20px;
}
#meker_follow .details_search_num_.noicon_ a {
	padding: 8px 10px 8px 10px;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#meker_follow.stop_ {
	width: 100%;
	position: inherit;
	left: 0;
	bottom: 0;
	z-index: 9990;
	background-color: inherit;
}
#meker_follow.stop_ .details_search_num_ {
	padding: 0;
	margin: 0 0 10px 0;
}
#meker_follow.stop_ ul{
  padding: 0;
}
/* 売れてます！ おすすめモデル！ ＋　メーカー＆ブランド一覧 */
div.tab_unit_ .tab_content_ {
	border-top:#444444 1px solid;
}
div.tab_unit_ .tab_content_ .tab_tree1_ {
	border-bottom:#444444 1px solid;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_ {
	width: 100%;
	padding: 15px 40px 15px 20px;
	box-sizing: border-box;
	background:#ffffff url(../img/usr/sb/common/osusume_plus.png) right center no-repeat;
	-webkit-background-size: 51px 21px;
	background-size: 51px 21px;
	display: table;
  cursor: pointer;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_.haveimg_ {
	padding: 5px 40px 5px 10px;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_.open_ {
	background:#444444 url(../img/usr/sb/common/osusume_minus.png) right center no-repeat;
	-webkit-background-size: 51px 21px;
	background-size: 51px 21px;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_.open_ span {
	color: #ffffff;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_ span {
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}
div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_ span.img_ {
	width: 50px;
}
div.tab_unit_ .tab_content_ .tab_box_ {
	margin: 0 10px 10px;
}
div.tab_unit_ .tab_content_ .tab_box_ .ttl_h3 {
	text-align: center;
	margin: 10px 0;
}
div.tab_unit_ .tab_content_ .tab_box_ .ttl_h3 span{
  display: block;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ {
	overflow: hidden;
  margin-top: 10px;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li {
	width: 50%;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li:nth-child(1),
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li:nth-child(2){
	border-top: #dddddd 1px solid;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li:nth-child(2n-1) {
	clear: left;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li:nth-of-type(2n){
  border-left: none;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a{
  display: block;
  width: auto;
  padding: 5px;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a span {
  display: block;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a .img_ {
  height: 140px;
  margin-bottom: 10px;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a .logo_ {
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a .logo_ span{
  width: 50%;
}
div.tab_unit_ .tab_content_ .tab_box_ ul.goods_list_ li a .logo_ img {
	max-width: 90%;
	max-height: 35px;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ {
	padding: 10px 0 1px 4%;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	padding: 20px 5px 5px 5px;
	border: #ffffff 1px solid;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner:nth-child(3n+1) {
	clear: left;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner input {
	margin: 0;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner.check_on_ {
	border: #f3ce00 1px solid;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner.img_ p {
	margin-top: 20px;
}
#maker_brand_list.tab_unit_ .tab_content_ .tab_box_ .checkbox_inner p {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
  cursor: pointer;
}

/* モデル選択 */
#model_choice {
	margin: 0 10px 30px;
	border-top: #dddddd 1px solid;
}
#model_search_detail {
	margin: 0 10px 30px;
	border-top: #dddddd 1px solid;
}
#model_list_search {
}
#model_list_search .search_tbl_inner_ {
	margin-bottom: 30px;
  display: none;
  
}
#model_list_search .search_tbl_inner_.toggle_area_ {
	margin-bottom: 0;
  display: block;
}
dl.search_tbl_.model_ {
	margin: 0;
	border-top: none;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
}
dl.search_tbl_.model_ span.input_d_ {
	padding: 2px 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #eee;
	font-size: 12px;
}
dl.search_tbl_.model_ span.input_ {
	padding: 2px 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px;
}
dl.search_tbl_.model_ span.input_del_ {
	padding: 2px 30px 2px 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #eee;
	background: url(../img/usr/sb/common/input_del.png) right center no-repeat;
	-webkit-background-size: 22px 15px;
	background-size: 22px 15px;
	font-size: 12px;
	cursor: pointer;
}
dl.search_tbl_.model_ dd {
	overflow: hidden;
}
dl.search_tbl_.model_ dd .model_list_ {
	width: 33%;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	float: left;
	position: relative;
}
dl.search_tbl_.model_ dd .model_list_:nth-child(3n+1) {
	clear: left;
}
dl.search_tbl_.model_.brand_moadl_ span {
	margin: 0 10px 10px 0;
	display: inline-block;
}
dl.search_tbl_.model_ p.add_edit_ {
	margin-bottom: 10px;
	display: inline-block;
}
dl.search_tbl_.model_ p.add_edit_ a {
	padding: 4px 10px;
	border: #eeeeee 1px solid;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.search_tbl_.model_.type06_ h3.ttl_img_ {
	text-align: center;
}
.search_tbl_.model_.type06_ h3.ttl_img_ .mbimg_ {
	max-width: 160px;
}
.hikaku_btn_,
.search_btn_ {
	margin: 20px 10px;
	text-align: center;
}
.hikaku_btn_ a,
.search_btn_ a {
	width: 75%;
	margin: 0 auto;
	font-size: 14px;
}
.hikaku_btn_.toggle_open_,
.search_btn_.toggle_open_ {
	margin: 20px 10px;
	text-align: center;
}
.hikaku_btn_.toggle_open_{
  margin:  1px 10px 20px;
}
.btn_more_ span {
	width: 50%;
	padding: 10px 5px;
	margin: 0 auto 30px;
	border: #cccccc 1px solid;
	border-bottom: #d6d6d6 4px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eeeeee;
	display: block;
  text-align: center;
}
.hikaku_btn_.toggle_open_ span,
.search_btn_.toggle_open_ span {
	width: 75%;
	padding: 10px 5px;
	margin: 0 auto;
	border: #cccccc 1px solid;
	border-bottom: #d6d6d6 4px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eeeeee url(../img/usr/sb/common/arrow_open.png) 15px center no-repeat;
	-webkit-background-size: 8px 7px;
	background-size: 8px 7px;
	display: block;
	cursor: pointer;
}
.hikaku_btn_.toggle_open_ span{
  width: 97%;
}
.search_btn_.toggle_close_ {
	margin: 20px 10px;
	text-align: center;
}
.search_btn_.toggle_close_ span {
	width: 75%;
	padding: 8px 5px;
	margin: 0 auto;
	border: #cccccc 1px solid;
	border-bottom: #e5e5e5 4px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff url(../img/usr/sb/common/arrow_close.png) 15px center no-repeat;
	-webkit-background-size: 8px 7px;
	background-size: 8px 7px;
	display: block;
	cursor: pointer;
}
.details_search_num_ {
	margin: 30px 10px 10px 10px;
	text-align: center;
}
.details_search_num_ a{
  background: #f3ce00;
  border-bottom: #dab900 4px solid;
}
.details_search_num_ a strong {
	font-size: 24px;
}
.search_btn_num_ {
	margin: 10px;
	text-align: center;
}
.search_btn_num_ a strong {
	font-size: 24px;
}

/* スペック検索A */
#model_spec_list_wrap {
	width: 100%;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	box-sizing: border-box;	
}
#model_spec_list_wrap #model_spec_select {
	margin-bottom: 20px;
	text-align: center;
}
#model_spec_list_wrap #model_spec_select select {
	margin: 0 auto 8px;
	min-width: 42%;
	max-width: 42%;
	height: auto;
	padding: 8px 5px;
	border: #cccccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#model_spec_list {
	border-top: solid 1px #ddd;	
}
#model_spec_list_wrap .spec_list_wrap_ {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	position: relative;
}
#model_spec_list_wrap .spec_list_wrap_ input {
	position: absolute;
	right: 5px;
	top: 10px;
}
#model_spec_list_wrap .spec_list_wrap_ table {
	width: 100%;
}
#model_spec_list_wrap .spec_list_wrap_ table th {
	width: 75px;
	padding: 3px 0;
	background: #f6f6f6;
	border: solid 2px #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#model_spec_list_wrap .spec_list_wrap_ table td {
	padding: 3px 10px;
	text-align: left;
	font-size: 12px;
}
#model_spec_list_wrap .spec_list_wrap_ table .sort_type01 td {
	font-size: 16px;
	font-weight: bold;
}

/* スペック検索B */
#model_spec_table_wrap {
	width: 100%;
	padding: 0 0 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
}
#model_spec_table {
	overflow-x: scroll;
}
table.spec_tbl_ {
	width: 100%;
	border: solid 1px #ddd;
}
table.spec_tbl_ th {
	padding: 5px 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	white-space: nowrap;
	vertical-align: middle;
	font-size: 12px;
}
table.spec_tbl_ th:last-child {
	border-right: none;
}
table#jquery-tablesorter-table th span {
	width: 60px;
	height: 20px;
	display: block;
	margin: 0 auto;
	background: url(../img/usr/sb/common/sort_default.png) center center no-repeat;
	-webkit-background-size: 60px 20px;
	background-size: 60px 20px;
}
table#jquery-tablesorter-table th.headerSortDown span {
	background: url(../img/usr/sb/common/sort_down.png) center center no-repeat;
	-webkit-background-size: 60px 20px;
	background-size: 60px 20px;
}
table#jquery-tablesorter-table th.headerSortUp span {
	background: url(../img/usr/sb/common/sort_up.png) center center no-repeat;
	-webkit-background-size: 60px 20px;
	background-size: 60px 20px;
}
table.spec_tbl_ td {
	min-width: 90px;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 12px;
}
table.spec_tbl_ tr { 
	cursor: pointer;
}
table.spec_tbl_ tr td:last-child {
	border-right: none;
}
table.spec_tbl_ th:nth-child(1),
table.spec_tbl_ td:nth-child(1){
	min-width: 50px;
	padding: 10px 0;
	text-align: center;
}
table.spec_tbl_ input {
	margin: 0;
}

/* 都道府県から探す */
#freeword_search_wrap {
	margin: 10px 10px 30px 10px;
	padding: 9px;
	border: #dddddd 1px solid;
	background: #f6f6f6;
}
#freeword_search_wrap h2 {
	margin-bottom: 9px;
	font-weight: normal;
}
#freeword_search_wrap input#f_keyword {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
  font-size: 16px;
}
#freeword_search_wrap input.search_button_ {
	width: 100%;
	max-width: 100%;
	padding: 15px 10px 12px;
	box-sizing: border-box;
	border: none;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pref_search_list.tab_unit_ .tab_content_ .tab_box_ {
	padding: 0;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
}
.tab_unit_ .tab_content_ .tab_box_ li.tab_tree2_ {
	border-bottom: #dddddd 1px solid;
}
.tab_unit_ .tab_content_ .tab_box_ li.tab_tree2_ a {
	padding: 15px 50px 15px 20px;
	text-decoration: none;
	background: url(../img/usr/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size: 51px 21px;
	background-size: 51px 21px;
	display: block;
}

/* PICK UP！ おすすめ店舗 */
#shoplist_pickup {
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
#shoplist_pickup_slide {
	margin: 0 0 0 3%;
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#shoplist_pickup_slide li {
	width: 47%;
	margin: 0 3% 10px 0;
}
#shoplist_pickup_slide li a {
	text-decoration: none;
}
#shoplist_pickup_slide li .image_ {
	margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shoplist_pickup_slide li .name_ {
	font-size: 14px;
	font-weight: bold;
}
#shoplist_pickup_slide li .icon_list_ > li{
	display: inline-block;
  width: auto;
  margin-bottom: 4px;
  margin-right: 1%;
	padding: 4px 5px;
	border-radius: 20px;
	border: solid 1px #006cb8;
  color: #006cb8;
  font-size: 10px;
}
#shoplist_pickup .bx-viewport {
	overflow: inherit !important;
}
#shoplist_pickup .bx-viewport #shoplist_pickup_slide li.bx-clone {
	width: 150px;
	margin: 0 10px 0 0;
	float: left;
}
#shoplist_pickup a.bx-prev {
	width: 24px;
	height: 150px;
	background: url(../img/usr/sb/goods/goods_slider_prev.png) center no-repeat;
	background-size: 24px;
	text-indent:-9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 65px;
}
#shoplist_pickup a.bx-next {
	width: 24px;
	height: 150px;
	background: url(../img/usr/sb/goods/goods_slider_next.png) center no-repeat;
	background-size: 24px;
	text-indent:-9999px;
	display: block;
	position: absolute;
	right: 0px;
	top: 65px;
}

/* --------------------------------------------------------------------
	会員規約
-------------------------------------------------------------------- */
#agree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#agree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin-bottom: 20px;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
.loginform_ a.entry_button_ {
    text-decoration: none;
    color: #ffffff;
}

.loginform_ a.entry_button_ p {
    background: #ff0000;
}
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.5em 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;
  margin-bottom: 10px;
}

div.login_ input[type=submit].main_action_button_,
div.login_ input[type=button].main_action_button_ {
	-webkit-appearance: none;
}
/*
div.login_ input[type=submit].main_action_button_ {
	background: url(../img/usr/ssp/ssp_logo_min.png) 10px no-repeat,linear-gradient(#333, #333);
	background-position: left 75% bottom 50%;
}
*/
div.login_ input[type=button].main_action_button_ {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #f00));
	background: -webkit-linear-gradient(#f00, #f00);
	background: -moz-linear-gradient(#f00, #f00);
	background: -o-linear-gradient(#f00, #f00);
	background: -ms-linear-gradient(#f00, #f00);
//	background: url(../img/usr/ssp/ssp_logo_min.png) 10px no-repeat,linear-gradient(#f00, #f00);
	background-position: left 75% bottom 50%;
}
//div.login_ input[type=button].main_action_button_::before {
//	background: url(../img/usr/sb/common/fmenu_delivery.png) 10px center no-repeat;
//}
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;
}
div.login_ div.loginform_ span.headline_text_relate_ {
	top: -3px;
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left:10px;
	padding-right:10px;
	width: 24px;
	height: 24px;
}

div.login_ .forgotpass_{
	margin-top: 10px;
}

.logoimage_ img {
	width: 105%;
	height: auto;
	text-align:center;
}

/* 移行用ボタン*/
div input.migrate_button {
    background: #ff0000;
    color: white;
    font-size:16px;
    font-weight:bold;
}

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

div.certify_escape_ {
	margin-top:10px;
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
	font-size:13px;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.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;
	font-size: 10px;
}
div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
div.customer_ input.zip_ {
	width: 140px;
}
dl.customer_ input.customer_card_ {
	width: 190px;
}
dl.customer_ input.pin_ {
	width: 140px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 0 20px 0;
	padding: 0 0 15px;
	border-bottom: 5px solid #eee;
}
div.customer_status_ ul{
  overflow: hidden;
  padding: 0 10px;
  margin-top: 10px;
}
div.customer_status_ ul li{
  float: left;
  width: 48%;
  text-align: center;
  border-radius: 3px;
}
div.customer_status_ ul li:last-child{
  background: #f00;
  float:right;
  margin-right: 2%;
}
div.customer_status_ ul li:first-child{
  margin-right: 2%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  background: url(../img/usr/sb/mypage_icon_shop.png) 10px center no-repeat;
  background-size: 6px 12px;
  padding-left: 15px;
  background-color: #fff;
  display:none;
}
div.customer_status_ ul li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
div.customer_status_ ul li:last-child a {
	color: #fff;
	font-weight: bold;
}
div.customer_status_ ul li:first-child a {
	color: #000;
	font-weight: normal;
}
div.customer_top_link_ {
	padding: 0 0 10px;
}
div.customer_top_link_ ul {
	padding: 0 20px;
	margin: 10px 0;
	overflow: hidden;
}
div.customer_top_link_ ul li {
	margin-bottom: 10px;
	text-align: left;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	background: url(../img/usr/sb/mypage_icon_shop.png) 10px center no-repeat;
	background-size: 6px 12px;
	padding-left: 15px;
	background-color: #fff;
}
div.customer_top_link_ ul li a {
	padding: 15px 0 15px 30px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	display: block;
}
div.customer_name_ {
}

.loginname_ {
	font-weight: bold;
	background-image: url(../img/usr/sb/common/mypage_icon_user.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	line-height: 19px;
	padding: 1px 0 1px 22px;
	font-size: 14px;
	margin: 0 20px;
}

.mymenu_list_{
	padding: 0 10px;
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}

.mymenu_list_ li {
	width: 23%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 0 2% 2%;
}
.mymenu_list_:first-of-type li:first-child,
.mymenu_list_:first-of-type li:nth-of-type(2),
.mymenu_list_:first-of-type li:nth-of-type(3),
.mymenu_list_:first-of-type li:nth-of-type(4){
  width: 48%;
};

.mymenu_list_ li:nth-of-type(4n+1){
	margin-left: 0;
	clear: left;
}
.mymenu_list_ li.history_ {
	width: 73%;
	margin: 0 2% 2% 0;
	text-align: right;
	float: right;
}
.mymenu_list_ li.history_ p {
	position: absolute;
	right: 4%;
	bottom: 12%;
}
.mymenu_list_ li.history_ p a {
	padding-right: 16px;
	background: url(../img/usr/mypage/mypage_link.png) right center no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	text-align: right;
}
.mymenu_list_ li a,
.mymenu_list_ li span{
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 10px;
}
.mymenu_list_ li span{
  margin-top: 5px;
  font-weight: bold;
}
.mymenu_list_ li p{
  margin-top: 5px;
}
.mymenu_list_ li p a{
  text-align: left;
  background: url(../img/usr/mypage/mypage_link.png) right 1.5em no-repeat;
  text-decoration: underline;
}
#withdrawal{
  width: auto;
  padding: 0 10px 12px;
  text-align: right;
}
#withdrawal a{
  text-decoration: underline;
  font-size: 10px;
}
.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}
.submit_ .message_ {
	font-size:12px;
}

div.customer_status_ p.order_new {
text-align: center;
    background: #f00;
    margin: 13px calc((100vw - 324px) / 2) 0 calc((100vw - 324px) / 2);
    padding: 15px 0;
    border-radius: 3px;
}

div.customer_status_ p.order_new a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}

div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.historydetail_ th
{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.historydetail_ td
{
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_
{
	border: none !important;
}
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%;
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
div.history_table_ ~ .navipage_{
  margin-bottom: 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border:#E5E5E5 1px solid;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom:#E5E5E5 1px solid;
}
table.history_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom:#E5E5E5 1px solid;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 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 #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
div.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_ {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
div.historydetail_total_for_tax_ratio_title_ {
	margin-right: 8px;
	font-size: 80%;
}
div.historydetail_total_for_tax_ratio_list_ {
	text-align: right;
}
div.historydetail_total_for_tax_ratio_list_ ul {
	display: flex;
}
li.historydetail_tax_ratio_ {
	min-width: 50px;
	margin-right: 5px;
	font-size: 80%;
}
li.historydetail_total_for_tax_ratio_amount_ {
	min-width: 55px;
	font-size: 80%;
}

/**/
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.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}
table.destgoodslist_ img.img_{
	max-width: 180px;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

.block-purchase-history-detail .block-purchase-history-detail--receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--receipt-reissuemsg {
  margin-bottom: 10px;
}

.block-purchase-history-detail--receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--receipt-items {
  display: flex;
  margin-bottom: 10px;
}

.block-purchase-history-detail--receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--receipt-button {
  text-align: center;
  margin-bottom: 10px;
}

.block-purchase-history-detail--receipt-input {
  margin-left: 5px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--receipts .block-purchase-history-detail--receipt {
  padding: 8px 16px;
  color: #000;
  border-radius: 3px;
  font-weight: normal;
  text-decoration: none;
  background-color: #bebaba;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .navipage_.top_ .navipage_sum_{
  text-align: center;
}
div.customer_ .bookmark_frame_ {
	margin: 10px 0;
  padding: 0 10px;
}
div.customer_ li.bookmark_item_ {
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	display: table;
	border-bottom: 1px dotted #CCC;
}
div.customer_ li.bookmark_item_:last-child {
	border-bottom: none;
}

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%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break:break-all;
}
div.customer_  div.bookmark_btn_ {
	text-align: right;
  overflow: hidden;
  margin-top: 5px;
}
div.customer_  div.bookmark_btn_ a.hikaku_ {
	width: 63%;
  height: 45px;
	float: left;
	border: #eeeeee 1px solid;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #eeeeee;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.customer_  div.bookmark_btn_ .sub_action_button_{
  width: 33%;
  height: 49px;
  float: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
div.contact_ .contact_body_ {
	word-break:break-all;
}
/* お問合せ詳細 */
.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 #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	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 #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.cartlist_ .common_headline1_{
  margin-bottom: 10px;
}
div.order_flow_ {
	margin:10px;
	text-align: center;
}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}
div.cartinfo_ {
	margin:0 10px 10px;
	text-align: center;
	font-size:12px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff6600;
}
input.calc_ {
	display:none;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #e5e5e5;
}
table.cartlist_ tr.list_ td {
	border-bottom: 1px solid #e5e5e5;
}
table.cartlist_ td {
	padding:10px;
	vertical-align:top;
}
table.cartlist_ td.img_ {
	width: 130px;
  height: 130px;
}
table.cartlist_ td.img_ img {
	width: 130px;
  height: 130px;
}
table.cartlist_ td.desc_ {
	padding:10px 10px 10px 0; 
}
table.cartlist_ td.name_ {
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ div.name_ div.name1_ img {
	height: 20px;
	margin-left: 5px;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.desc_ .price_box_ {
	margin:0 10px 0 0;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
	font-size:11px;
}
table.cartlist_ td.desc_ .money_ {
	margin:0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
	margin:0 0 10px 0;
	height:40px;
	line-height:40px;
	text-align:right;
}
table.cartlist_ td.desc_ .qty_ img {
	width:40px;
	height:40px;
}
table.cartlist_ td.desc_ .button_ {
	margin:10px 0 0 0;
	text-align: right;
}
table.cartlist_ td.total_ {
	vertical-align: middle;
	text-align:right;
	padding-bottom: 0px;
}
table.cartlist_ td.button_ {
	text-align: right;
}
table.cartlist_ .qty_ input {
	width: 48px;
	height:38px;
	padding:0;
	margin:0 2px;
	line-height:40px;
	text-align: center;
	font-size:16px;
}
table.cartlist_ td.money_new_ {
	padding-bottom: 0px;
	text-align: right;
}
table.cartlist_ td.money_ .price_ {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: left;
}
table.cartlist_ span.promotionmsg_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
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;
}

table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #f60;  
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.cartlist_ span.promotionmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/usr/common/h2_arrow.png) left top no-repeat;
	padding-left:18px;
}


table.cartlist_ span.promotionmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
    display:inline-table;
}

table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left:25px;
}

table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

table.cartlist_ td.cart_point {
    text-align: right;
    padding-top: 0px;
    border-top: none;
}


/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
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%;
}
dl.method_host_ input.zip_ {
	width: 140px;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.sender_change_ input.zip_ {
	width: 140px;
}
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.addresslist_ input.address_disabled_ {
	background-color:#DEDEDE;
}
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;
}
/**/

/* 受取店舗 */
address p.err_msg_atstore_ {
	color:#ff0000;
	font-size: 14px;
	font-style: normal;
}

div.address_change_atstore_ {
	width: 50%;
}
div.address_change_atstore_ a {
	text-decoration: underline;
}
div.address_change_atstore_msg_ {
	width: 100%;
}

/* 配送方法 */
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_ .method_date_disabled_ {
	background-color:#DEDEDE;
}
div.method_box_ div.method_box_content_ input.method_disabled_ {
	background-color:#DEDEDE;
}
/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.point_use_ input[type=number] {
	width: 5.0em;
}
/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
/**/

.block-order-method--amazonpay {
  text-align: right;
  padding: 20px;
}

.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  width: 70px;
}

.paypal_box_ {
  display: inline-block;
  width: 100%;
  max-width: 750px;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.order_gift_ .dest_list_ {
	background: #F0F0F0;
  padding-top: 10px;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
	padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
	text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	padding: 15px;
	margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
.order_gift_ .delivery_dest_{
	margin-bottom: 30px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
	position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right:5px;
	top:0;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding-bottom: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.order_gift_ .delivery_dest_ .total_dest_price_ {
	padding: 0 10px 10px 10px;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table{
	width:100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th{
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	border: 1px solid #DDD;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}

.order_gift_ .goodsinfo_box_{
	padding:0 10px 10px;
}
table.goodsinfo_box_{
	width: 100%;
	margin-bottom: 10px;
}

table.goodsinfo_box_ th {
    background-color: #F8F8F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
}

table.goodsinfo_box_ td {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 3px;
    vertical-align: top;
}
table.goodsinfo_box_ input[type=text],
table.goodsinfo_box_ input[type=number],
table.goodsinfo_box_ textarea {
    width: 90%;
}

table.goodsinfo_box_  td.btn_deldest_ {
	    border: 1px solid #CCCCCC;
}

.order_gift_ .goodsinfo_box_ th{
	background: #F8F8F8;
}
table.goodsinfo_box_  td img.img_ {
	max-width: 180px;
}

.order_gift_ .select_dest_goods_box_{
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}

.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
	position: absolute;
	right: 5px;
	top: -8px;
}
.order_gift_ .total_dest_price_ .btn_recalc_ input{
  font-size: 12px;
  padding: 5px;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 15px;
}

/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
.order_gift_ .section_ label {
	padding: 0;
}
.order_gift_ .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
.order_gift_ .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
.order_gift_ .section_ ul li{
	float: left;
}
.order_gift_ .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
	float: left;
	padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ label{
	display: block;
}
.order_gift_ .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
.order_gift_ .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input{
	padding: 5px;
	width: 3.0em;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
	margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
	padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
	padding: 5px;
}
.noshi_default_ {
	clear: both;
	display: none;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}
.zero_alert_ {
	color: #CC0000;
}
/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	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 #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}
table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
}
table.goodslist_ img.img_{
	max-width: 180px;
}

/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-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-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.estimate_card_form_ {
}
div.estimate_card_form_ input.card_num_ {
	width: 150px;
}
div.estimate_card_form_ input.security_code_ {
	width: 60px;
}
div.estimate_.card_ input.card_num_ {
	width: 150px;
}
div.estimate_.card_ input.security_code_ {
	width: 60px;
}
.pointpay_num_bg_ {
	background-color: #dedede;
}

/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.order_ table.order_ td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color:#CC0000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
div.order_ .thum_item_ label{
	display: block;
}
div.order_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
div.order_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
	display: none;
}

/* 注文同時会員登録 */
div.order_ span.point_ {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
	height: auto;
	width: 100%;
}

p.barcodenumber_ {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
	margin: 30px auto 0;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_login_ {
	padding: 12px 0;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

h2.amazon_payment_ {
	padding: 8px 24px 8px;
}

div.block-cart--amazonpay-attention {
	color: #FF0000;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding:2px 2px 2px 12px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}
dl.formdetail_ dd.breakword_ {
	word-wrap:break-word;
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width20per_ {
	width: 20%!important;
}
.width80per_ {
	width: 80%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}
/* マイポイント */
.mypoint_ {
	text-align: center;
	margin-bottom: 9px;
}

.mypoint_left_ {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 5px;
}

.mypoint_minus_ {
	margin-left:30px;
	width: 200px;
	display: inline-block;
	vertical-align: bottom;
	color: #ff0000;
}

/* 氏名/住所の桁数超過時の注意文言 */
.str_cut_msg_ {
	color:#f00;
}

.order_ .str_cut_msg_ {
	margin-bottom:10px;
}

/* ----領収書印刷画面---- */
@media screen, print {
  .block-receipt--ContentsAll {
    width: 640px;
    clear: both;
    font-family: YuGothic,"Yu Gothic",sans-serif;
    font-size: 12pt;
    margin: 0 auto;
  }
  .block-receipt--printBox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media print {
  .block-receipt--printBox {
    display: none;
  }
}

.block-receipt--main {
  break-after: page;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.block-receipt--main:last-child {
  break-after: auto;
}

.block-receipt--header {
  text-align: center;
}

.block-receipt--header-title {
  display: inline-block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
}

.block-receipt--header-pagenum {
  text-align: right;
  float: right;
}

.block-receipt--top {
  display: flex;
  justify-content: space-between;
}

.block-receipt--top-left {
  width: 340px;
  text-align: left;
}

.block-receipt--top-left-address {
  font-size: 18pt;
  font-weight: bold;
  padding: 0 0 10px;
}

.block-receipt--top-left-total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-total-title {
  text-align: left;
  font-weight: bold;
}

.block-receipt--top-left-total-price {
  text-align: right;
  font-size: 18pt;
  font-weight: bold;
}

.block-receipt--top-left-proviso {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-middle {
  padding: 10px 0 0 0;
}

.block-receipt--top-right {
  width: 340px;
  font-size: 10pt;
  text-align: right;
}

.block-receipt--top-right-items {
  line-height: 50%;
}

.block-receipt--tax-info p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin: 10px 0;
}

.block-receipt--tax-info-items {
  width: auto;
  display: flex;
  font-size: 10pt;
  margin: 0 0 10px 10px;
}

.block-receipt--tax-info-items-ratio {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-title {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-price {
  width: 120px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-consumption-title {
  width: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-left: 50px;
}

.block-receipt--tax-info-items-consumption-price {
  width: 80px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.block-receipt--payment > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-receipt--payment-items-method {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-method-method {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-method-income {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-price {
  margin: 0 10px 0;
}

.block-receipt--payment-items-price > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0;
}

.block-receipt--payment-items-price-items {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail {
  width: 280px;
}

.block-receipt--payment-items-price-items-detail-list {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail-list {
  margin-bottom: 10px;
}

.block-receipt--goods-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0 0;
  font-weight: bold;
}

.block-receipt--goods-detail {
  margin: 0 0 0 10px;
}

.block-receipt--goods-detail-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 600px;
}

.block-receipt--goods-detail-table th {
  vertical-align: middle;
}

.block-receipt--goods-detail-table th,
.block-receipt--goods-detail-table td {
  font-weight: normal;
  font-size: 10pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 5px 0;
}

.block-receipt--goods-detail-table th {
  text-align: center;
}

.block-receipt--goods-detail-table-td-text {
  text-align: left;
}

.block-receipt--goods-detail-table-td-num {
  text-align: right;
}

.block-receipt--goods-detail-table-td-mark {
  text-align: center;
}


.block-receipt--goods-detail-table th:nth-child(1),
.block-receipt--goods-detail-table td:nth-child(1) {
  width: 17.5%;
}

.block-receipt--goods-detail-table th:nth-child(2),
.block-receipt--goods-detail-table td:nth-child(2) {
  width: 42.5%;
}

.block-receipt--goods-detail-table th:nth-child(3),
.block-receipt--goods-detail-table td:nth-child(3) {
  width: 2.5%;
}

.block-receipt--goods-detail-table th:nth-child(4),
.block-receipt--goods-detail-table td:nth-child(4) {
  width: 15%;
}

.block-receipt--goods-detail-table th:nth-child(5),
.block-receipt--goods-detail-table td:nth-child(5) {
  width: 7.5%;
}

.block-receipt--goods-detail-table th:nth-child(6),
.block-receipt--goods-detail-table td:nth-child(6) {
  width: 15%;
}

.block-receipt--goods-detail-comment {
  font-size: 10pt;
  margin: 0 0 10px;
}

.block-receipt--bottom {
  font-size: 10pt;
}