/*全体設定
===============================*/
* {
 margin: 0;
 padding: 0;
}
html {
 overflow: inherit;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%
}
body {
 margin: 0;
 color: #333;
 font-size: 14px;
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 line-height: 150%
}
html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font-weight: normal;
 vertical-align: baseline;
 background: transparent
}
@media (max-width: 1300px) {
 body {
  zoom: 90%;
 }
}
ul {
 list-style: none
}
li {
 list-style: none;
 font-size: 14px;
}
a {
 color: #159DD9;
 text-decoration: none;
 font-size: 14px
}
a:hover {
 opacity: 0.8;
}
h1 {
 margin: 0 0 15px;
 font-size: 18px;
 font-weight: bold;
 color: #53392B;
}
em {
 font-style: normal;
}
b, strong {
 font-weight: bolder
}
p {
 font-size: 14px;
}
button, optgroup, select, textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0
}
input {
 font-family: inherit;
 font-size: 16px;
 line-height: 1.15;
 margin: 0;
}
button, input {
 overflow: visible
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
 cursor: pointer;
}
button, select {
 text-transform: none
}
button:focus {
 outline: 0;
}
button:focus {
 outline: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText
}
input, select {
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 -moz-outline-style: none
}
textarea {
 overflow: auto
}
td, td img {
 vertical-align: top;
}
dt {
 margin-bottom: .5em;
 color: #53392B;
 font-size: 18px;
 font-weight: bold;
}
dd {
 font-size: 14px;
 line-height: 1.5;
}
.sm {
 display: none !important;
}
.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.text-red {
 color: #E23619;
}

/*header(ヘッダー)
===============================*/
header {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 10px #eaeaea;
	height: 205px;
	top: 0;
	min-width: 1300px;
	width: 100%;
}
/*#header_top
===============================*/
#header_top {
	width: 100%;
	height: 40px;
	background: #53392B;
	color: #fff;
	line-height: 40px;
}
#header_top p {
	font-size: 14px;
}
#header_top ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_top li {
	padding: 0 15px;
	float: left;
}
#header_top li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#header_top .li_tel {
	height: 50px;
}
#header_top .li_tel img {
	width: 220px;
}
/*#header
===============================*/
#header {
	position: relative;
	margin: 0 auto;
	width: 1300px;
}
/*#header_main
===============================*/
#header_main {
	width: 1300px;
	display: flex;
	height: 75px;
}
#header_main * {
	box-sizing: border-box;
}
#step2 #header_main, #step3 #header_main {
	justify-content: space-between;
}
#header_main ul {
	display: flex;
}
/* アースダンボールロゴ */
#logo1 {
	margin-top: 15px;
}
#logo1 img {
	width: 320px;
	height: auto;
}
/* No.1ロゴ */
#logo2 {
	margin: 17px 0 0 10px;
}
#logo2 img {
	width: 110px;
}
/* header内のキーワード検索 */
#header_kensaku {
	margin: 18px 14px 0 16px;
}
#gForm {
	width: 100%;
	height: 54px;
	background-color: #fff;
	border: solid 2px #FB8700;
	border-radius: 5px;
	position: relative;
}
#gFrame {
	width: 424px;
	height: 50px;
	overflow: hidden;
	padding: 10px 60px 10px 10px;
	font-size: 16px;
	color: #53392B;
	border: none;
	outline: none;
	word-wrap: break-word;
	border-radius: 5px;
}
#gFrame::placeholder {
	color: #868686;
}
::-webkit-input-placeholder {
	color: #868686;
}
::-moz-placeholder {
	color: #868686;
}
:-ms-input-placeholder {
	color: #868686;
}
#gKensaku {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 52px;
	height: 52px;
	text-indent: 50px;
	background: url(/img/common/icon_head_search.png) no-repeat center center;
	background-size: 50% auto;
	background-color: #FB8700;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
	border: none;
}
/*header内の人気カテゴリ
#popular_category {
 position: absolute;
 top: 60px;
 left: 465px;
 display: flex;
 line-height: 1;
}
#popular_category p {
 font-size: 13px;
}
#popular_category a {
 font-size: 13px;
 color: #159DD9;
}
#popular_category a:hover {
 text-decoration: underline;
}
#popular_category ul {
 margin-top: -3px;
}
#popular_category li {
 display: inline-block;
}
#popular_category li + li {
 margin-left: 8px;
}
*/
/*カートボタン*/
#header_cart {
	margin-top: 20px;
}
#header_cart ul {
	gap: 9px;
}
#li-beginner {
	margin-top: -5px;
	margin-left: 13px;
}
#li-beginner a {
	display: block;
	width: 120px;
	height: 55px;
}
#li-beginner img {
	width: 120px;
	height: auto;
}
#li-login a {
	display: block;
	width: 150px;
	height: 50px;
	padding: 9px 0 0 44px;
	background: transparent linear-gradient(180deg, #FFD750 0%, #FB8700 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #F6AC2B;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	position: relative;
}
#li-login a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/icon/header-login.svg);
	background-position: center;
	background-size: 30px;
	position: absolute;
	top: 9px;
	left: 8px;
}
#li-login a span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}
#li-member {
	height: 24px;
	padding-right: 70px;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
}
#li-member a {
	color: #53392B;
	font-size: 12px;
	font-weight: bold;
}
#li-member .point {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	color: #53392B;
}
#li-member .red {
	font-weight: bold;
}
#li-mypage ul li a {
	display: block;
	width: 92px;
	height: 26px;
	color: #53392B;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	background: #FAF7EF;
	border: solid 1px #DBBD94;
	border-radius: 5px;
	overflow: hidden;
}
#li-cart a {
	display: block;
	width: 100px;
	height: 50px;
	padding-left: 35px;
	background: #DBBD94;
	border-radius: 5px;
	text-align: center;
	color: #53392B;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
}
#li-cart a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/icon/header-cart.svg);
	background-position: center;
	background-size: 30px;
	position: absolute;
	top: 10px;
	left: 8px;
}
#cart_in {
	position: absolute;
	top: -8px;
	right: 3px;
	width: 22px;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 22px;
	background-color: #E23619;
	border-radius: 20px;
}
/*#header_bottom
===============================*/
#header_bottom {
	width: 1300px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 8px 0 0;
}
#header_bottom .scroll {
	display: flex;
	gap: 24px;
}
.categoryBox {
	display: flex;
	background: #FAF7EF;
	border-radius: 10px;
}
.order_categoryBox {
	display: flex;
	background: #F5F5F5;
	border-radius: 10px;
	position: relative;
}
.order_categoryBox::before {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	border-right: dashed 2px #C4C4C4;
	position: absolute;
	top: 0;
	left: -14px;
}
.order_categoryBox::after {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	border-right: dashed 2px #C4C4C4;
	position: absolute;
	top: 0;
	right: -14px;
}
.categoryBox li, .order_categoryBox li {
	width: 116px;
	position: relative;
}
.categoryBox li:first-child, .order_categoryBox li:first-child {
	width: 150px;
}
.categoryBox li::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background-color: #DBBD94;
	position: absolute;
	left: 0;
	top: 10px;
}
.order_categoryBox li::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background-color: #C4C4C4;
	position: absolute;
	left: 0;
	top: 10px;
}
.categoryBox li:first-child::after, .order_categoryBox li:first-child::after {
	display: none;
}
.categoryBox li a, .order_categoryBox li a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	padding: 47px 0 8px 0;
	text-align: center;
	color: #53392B;
	font-weight: bold;
	overflow: hidden;
}
.categoryBox .category-search a {
	background: url(/img/icon/header-menu-search.svg) no-repeat;
	background-position: center 4px;
	background-size: 100px;
}
.categoryBox .category-discount a {
	background: url(/img/icon/header-menu-discount.svg) no-repeat;
	background-position: center 4px;
	background-size: 100px;
}
.categoryBox .category-size a {
	background: url(/img/icon/header-menu-size.svg) no-repeat;
	background-position: center 4px;
	background-size: 100px;
}
.categoryBox .category-useful a {
	background: url(/img/icon/header-menu-useful.svg) no-repeat;
	background-position: center 3px;
	background-size: 100px;
}
.categoryBox .category-mercari a {
	background: url(/img/icon/header-menu-mercari.svg) no-repeat;
	background-position: center 5px;
	background-size: 100px;
}
.categoryBox .category-kansyo a {
	background: url(/img/icon/header-menu-kansyo.png) no-repeat;
	background-position: center 5px;
	background-size: 100px;
}
.order_categoryBox .category-order a {
	background: url(/img/icon/header-menu-order.svg) no-repeat;
	background-position: center 4px;
	background-size: 100px;
}
.order_categoryBox .category-sample a {
	background: url(/img/icon/header-menu-sample.svg) no-repeat;
	background-position: center 5px;
	background-size: 100px;
}
#header_other li {
	position: relative;
	line-height: 23px;
	margin-top: 8px;
	overflow: hidden;
}
#header_other li a {
	color: #53392B;
	font-size: 14px;
	padding-left: 25px;
}
#header_other .li-category a::before, #header_other .li-guide a::before {
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
#header_other .li-category a::before {
	background-image: url(/img/icon/header-category.svg);
	background-position: center;
	background-size: 23px;
}
#header_other .li-guide a::before {
	background-image: url(/img/icon/header-guide.svg);
	background-position: center;
	background-size: 23px;
}
.jp-link img {
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	border-radius: 10px;
}
/*ホバー*/
#header_bottom a:hover {
	opacity: 0.8;
}
.categoryBox li:first-child a:hover::after, .categoryBox li a:hover::after, .order_categoryBox li:first-child a::after, .order_categoryBox li:last-child a:hover::after {
	display: block;
	content: '';
	position: absolute;
	left: 10px;
	bottom: 5px;
	height: 3px;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
}
.categoryBox li:first-child a:hover::after {
	width: 130px;
	background-color: #FB8700;
}
.categoryBox li a:hover::after {
	width: 96px;
	background-color: #FB8700;
}
.order_categoryBox li:last-child a:hover::after {
	width: 96px;
	background-color: #C4C4C4;
}
.order_categoryBox li:first-child a::after {
	width: 130px;
	background: url(/img/icon/header-menu-order-under.png);
}
#header_other li a:hover {
	text-decoration: underline;
}

/*激安・サイズ別・用途別・印刷オーダーのプルダウン(.sub_menu)
===============================*/
.sub_menu {
	width: 100%;
	position: absolute;
	top: 202px;
	z-index: 100;
}
.sub_menu dt {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #DBBD94;
}
.sub_menu a {
	color: #53392B;
	font-size: 15px;
	display: block;
}
#discount_menuBox, #size_menuBox, #useful_menuBox, #order_menuBox {
	width: 1235px;
	margin: 0 auto;
	padding: 20px 20px;
	z-index: 100;
	display: none;
	background: #fff;
	box-shadow: 0 0 10px 0px #c4c4c4;
	border-radius: 8px;
	transform: translateZ(1px);
}
#discount_menuBox {
	height: 290px;
}
#size_menuBox {
	height: 330px;
}
#useful_menuBox {
	height: 480px;
}
#order_menuBox {
	height: 530px;
}
#discount_menuBox dl {
	height: auto;
	float: left;
}
#discount_menu1 {
	width: 185px;
}
#discount_menu2, #discount_menu2 dt {
	width: 380px;
}
#discount_menu3, #discount_menu3 dt {
	width: 575px;
}
#discount_menu2, #discount_menu3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding-top: 45px;
	margin-left: 47px;
}
#discount_menu2 dt, #discount_menu3 dt {
	position: absolute;
	top: 0;
	left: 0;
}
#discount_menuBox dt {
	margin-bottom: 15px;
}
#discount_menuBox a {
	width: 185px;
	height: 70px;
	display: block;
	border: solid 2px #C4C4C4;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}
#discount_menuBox a span {
	font-size: 16px;
	font-weight: bold;
}
#discount_menuBox .discount-point {
	font-size: 13px;
	width: 168px;
	position: absolute;
	bottom: 5px;
	left: 6px;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
#dd-d-advertise a, #dd-d-freeshipping a, #dd-d-cushion a {
	font-size: 18px;
}
#dd-d-advertise a {
	color: #DE5F22;
	padding: 7px 0 0 35px;
	background: url(/img/beginner-contents2-1-1.png)no-repeat;
	background-size: 40px;
	background-position: 110px 5px;
}
#dd-d-freeshipping a {
	color: #E23619;
	padding: 7px 0 0 35px;
	background: url(/img/discount_category_free-shipping.png)no-repeat;
	background-size: 40px;
	background-position: 110px 3px;
}
#dd-d-50 a, #dd-d-60 a, #dd-d-80 a, #dd-d-100 a, #dd-d-120 a, #dd-d-140 a {
	font-size: 25px;
	text-align: center;
}
#dd-d-50 a {
	color: #80AF19;
}
#dd-d-60 a {
	color: #45AC41;
}
#dd-d-80 a {
	color: #159DD9;
}
#dd-d-100 a {
	color: #2878D6;
}
#dd-d-120 a {
	color: #7152C6;
}
#dd-d-140 a {
	color: #EF6FAC;
}
#dd-d-nekoposu a {
	background: url(/img/discount-nekoposu.png) no-repeat;
	background-size: 187px;
	background-position: -3px -1px;
}
#dd-d-yupaket a {
	background: url(/img/discount-yupaket.png) no-repeat;
	background-size: 182px;
	background-position: 0 -3px;
}
#dd-d-teikeigai a {
	background: url(/img/discount-teikeigai.png) no-repeat;
	background-size: 187px;
	background-position: -3px -1px;
}
#dd-d-kuriposu a {
	background: url(/img/discount-kuriposu.png) no-repeat;
	background-size: 187px;
	background-position: -3px -1px;
}
#dd-d-yamato a {
	background: url(/img/discount-yamato.png) no-repeat;
	background-size: 187px;
	background-position: -3px -1px;
}
#dd-d-cushion a {
	color: #747575;
	padding: 7px 0 0 14px;
	background: url(/img/discount_category_cushion.png)no-repeat;
	background-size: 40px;
	background-position: 126px 3px;
}
#dd-d-advertise .discount-point {
	border: solid 1px #DE5F22;
}
#dd-d-freeshipping .discount-point {
	border: solid 1px #E23619;
}
#dd-d-50 .discount-point {
	border: solid 1px #80AF19;
}
#dd-d-60 .discount-point {
	border: solid 1px #45AC41;
}
#dd-d-80 .discount-point {
	border: solid 1px #159DD9;
}
#dd-d-100 .discount-point {
	border: solid 1px #2878D6;
}
#dd-d-120 .discount-point {
	border: solid 1px #7152C6;
}
#dd-d-140 .discount-point {
	border: solid 1px #EF6FAC;
}
#dd-d-nekoposu .discount-point, #dd-d-yamato .discount-point {
	border: solid 1px #009380;
	color: #009380;
}
#dd-d-yupaket .discount-point, #dd-d-teikeigai .discount-point, #dd-d-kuriposu .discount-point {
	border: solid 1px #CC0000;
	color: #CC0000;
}
#dd-d-cushion .discount-point {
	border: solid 1px #747575;
}
#size_menuBox dl {
	float: left;
	height: 145px;
}
#size_menuBox dl:nth-child(1), #size_menuBox dl:nth-child(4) {
	width: 324px;
}
#size_menuBox dl:nth-child(2), #size_menuBox dl:nth-child(3) {
	width: 244px;
}
#size_menuBox dl + dl {
	margin-left: 30px;
}
#size_menuBox dd {
	float: left;
	width: 120px;
	margin: 10px 0;
}
#size_menuBox dl:nth-child(1) dd, #size_menuBox dl:nth-child(4) dd {
	width: 160px;
}
#useful_menuBox dl {
	float: left;
}
#useful_menu1, #useful_menu2, #useful_menu4 {
	width: 225px;
}
#useful_menu3 {
	width: 460px;
}
#useful_menuBox dl + dl {
	margin-left: 30px;
}
#useful_menuBox dd {
	width: 225px;
	float: left;
	margin-bottom: 10px;
}
#useful_menuBox dd a {
	padding-left: 45px;
}
#useful_menuBox a {
	line-height: 40px;
}
#useful_menuBox a:hover, #size_menuBox a:hover {
	text-decoration: underline;
}
#useful_menu1-1 {
	background: url(/img/common/icon-useful1-1.png)no-repeat;
	background-size: 40px;
}
#useful_menu1-2 {
	background: url(/img/common/icon-useful1-2.png)no-repeat;
	background-size: 40px;
}
#useful_menu1-3 {
	background: url(/img/common/icon-useful1-3.png)no-repeat;
	background-size: 40px;
}
#useful_menu1-4 {
	background: url(/img/common/icon-useful1-4.png)no-repeat;
	background-size: 40px;
}
#useful_menu1-5 {
	background: url(/img/common/icon-useful1-5.png)no-repeat;
	background-size: 40px;
}
#useful_menu1-6 {
	background: url(/img/common/icon-useful1-6.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-1 {
	background: url(/img/common/icon-useful2-1.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-2 {
	background: url(/img/common/icon-useful2-2.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-3 {
	background: url(/img/common/icon-useful2-3.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-4 {
	background: url(/img/common/icon-useful2-4.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-5 {
	background: url(/img/common/icon-useful2-5.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-6 {
	background: url(/img/common/icon-useful2-6.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-7 {
	background: url(/img/common/icon-useful2-7.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-8 {
	background: url(/img/common/icon-useful2-8.png)no-repeat;
	background-size: 40px;
}
#useful_menu2-9 {
	background: url(/img/common/icon-useful2-9.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-1 {
	background: url(/img/common/icon-useful3-1.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-2 {
	background: url(/img/common/icon-useful3-2.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-3 {
	background: url(/img/common/icon-useful3-3.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-4 {
	background: url(/img/common/icon-useful3-4.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-5 {
	background: url(/img/common/icon-useful3-5.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-6 {
	background: url(/img/common/icon-useful3-6.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-7 {
	background: url(/img/common/icon-useful3-7.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-8 {
	background: url(/img/common/icon-useful3-8.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-9 {
	background: url(/img/common/icon-useful3-9.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-10 {
	background: url(/img/common/icon-useful3-10.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-11 {
	background: url(/img/common/icon-useful3-11.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-12 {
	background: url(/img/common/icon-useful3-12.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-13 {
	background: url(/img/common/icon-useful3-13.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-14 {
	background: url(/img/common/icon-useful3-14.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-15 {
	background: url(/img/common/icon-useful3-15.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-16 {
	background: url(/img/common/icon-useful3-16.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-17 {
	background: url(/img/common/icon-useful3-17.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-18 {
	background: url(/img/common/icon-useful3-18.png)no-repeat;
	background-size: 40px;
}
#useful_menu3-19 {
	background: url(/img/common/icon-useful3-19.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-1 {
	background: url(/img/common/icon-useful4-1.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-2 {
	background: url(/img/common/icon-useful4-2.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-3 {
	background: url(/img/common/icon-useful4-3.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-4 {
	background: url(/img/common/icon-useful4-4.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-5 {
	background: url(/img/common/icon-useful4-5.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-6 {
	background: url(/img/common/icon-useful4-6.png)no-repeat;
	background-size: 40px;
}
#useful_menu4-7 {
	background: url(/img/common/icon-useful4-7.png)no-repeat;
	background-size: 40px;
}
#dl-order {
	position: relative;
}
#dl-order > dt {
	font-size: 20px;
}
#dl-order .more_right {
	color: #159DD9;
	font-weight: normal;
	float: right;
	position: static;
}
#dl-order > dd {
	float: left;
	border: solid 1px #C4C4C4;
	position: relative;
	margin-bottom: 18px;
}
#dd-order-box, #dd-fullorder-made {
	height: 140px;
	margin-top: 30px;
	border-radius: 0 5px 5px 5px;
}
#dd-order-box {
	width: 760px;
	margin-right: 18px;
}
#dd-fullorder-made {
	width: 450px;
}
#dd-order-board, #dd-order-partition, #dd-order-display, #dd-order-package, #dd-sunshade-made, #dd-partition-made, #dd-order-largebox, #dd-design-service {
	width: 293px;
	height: 140px;
	border-radius: 5px;
}
#dd-order-board, #dd-order-partition, #dd-order-display, #dd-order-package, #dd-sunshade-made, #dd-partition-made {
	margin-right: 18px;
}
#dd-order-box a, #dd-fullorder-made a {
	padding: 15px 20px 15px 140px;
	height: 110px;
}
#dd-order-board a, #dd-order-partition a, #dd-order-display a, #dd-order-package a, #dd-sunshade-made a, #dd-partition-made a, #dd-order-largebox a, #dd-design-service a {
	padding: 15px;
	height: 110px;
}
#dl-order dd a:hover {
	opacity: 0.8;
}
#dd-order-box span, #dd-fullorder-made span {
	position: absolute;
	left: -1px;
	top: -31px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	width: 260px;
	border-radius: 5px 5px 0 0;
}
#dd-order-box span {
	background-color: #E23619;
}
#dd-fullorder-made span {
	background-color: #2878D6;
}
#dd-order-box ul {
	margin-top: 10px;
}
#dd-order-box li {
	border: solid 2px #E23619;
	border-radius: 5px;
	background-color: #FFF7F7;
	color: #E23619;
	font-weight: bold;
	display: inline;
	padding: 8px 10px;
	margin-right: 10px;
}
#dl-order dl dt {
	border: none;
	padding-bottom: 0;
	line-height: 1.2;
}
#dd-order-box dt, #dd-fullorder-made dt {
	margin-bottom: 7px;
	font-size: 22px;
}
#dd-order-board dt, #dd-order-partition dt, #dd-order-display dt, #dd-order-package dt, #dd-sunshade-made dt, #dd-partition-made dt, #dd-order-largebox dt, #dd-design-service dt {
	font-size: 17px;
	margin-bottom: 15px;
}
#dl-order dl dd {
	font-size: 14px;
	line-height: 1.7;
}
#dd-order-box dl dd {
	font-size: 18px;
}
#dd-order-board dd, #dd-order-partition dd, #dd-order-display dd, #dd-order-package dd, #dd-sunshade-made dd, #dd-partition-made dd, #dd-order-largebox dd, #dd-design-service dd {
	padding-left: 85px;
}
#dd-order-box a {
	background: url(/img/common/nav-order_sub_image11.png)no-repeat;
	background-size: 120px;
	background-position: 10px;
}
#dd-fullorder-made a {
	background: url(/img/common/nav-order_sub_image9.png)no-repeat;
	background-size: 110px;
	background-position: 20px;
}
#dd-order-board a {
	background: url(/img/common/nav-order_sub_image2.png)no-repeat;
	background-size: 75px;
	background-position: 15px 47px;
}
#dd-order-partition a {
	background: url(/img/common/nav-order_sub_image3.png)no-repeat;
	background-size: 75px;
	background-position: 15px 47px;
}
#dd-order-display a {
	background: url(/img/common/nav-order_sub_image4.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
#dd-order-package a {
	background: url(/img/common/nav-order_sub_image5.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
#dd-order-largebox a {
	background: url(/img/common/nav-order_sub_image6.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
#dd-sunshade-made a {
	background: url(/img/common/nav-order_sub_image7.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
#dd-partition-made a {
	background: url(/img/common/nav-order_sub_image8.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
#dd-design-service a {
	background: url(/img/common/nav-order_sub_image10.png)no-repeat;
	background-size: 75px;
	background-position: 15px 50px;
}
/*#header_follow
===============================*/
#header_follow {
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #eaeaea;
	width: 100%;
	padding: 10px 0 15px 0;
	display: none;
}
#header_follow_inner {
	margin: 0 auto;
	width: 1300px;
	height: 70px;
	position: relative;
	display: flex;
}
#logo3 img {
	width: 110px;
}
#header_follow_inner .categoryBox {
	margin-left: 10px;
}
#header_follow_inner .order_categoryBox {
	margin: 0 24px;
}
#header_follow_inner .categoryBox li:first-child, #header_follow_inner .order_categoryBox li:first-child {
	width: 140px;
}
#header_follow_inner .categoryBox li, #header_follow_inner .order_categoryBox li {
	width: 110px;
}
#header_follow_inner .order_categoryBox + div {
	width: 280px;
	margin-right: 10px;
}
#header_follow_inner .categoryBox li a:hover::after, #header_follow_inner .categoryBox li:first-child a:hover::after, #header_follow_inner .order_categoryBox li:first-child a::after, #header_follow_inner .order_categoryBox li:last-child a:hover::after {
	left: 5px;
}
#contact {
	height: 30px;
	background: #2878D6;
	border-radius: 5px;
}
#contact a {
	display: block;
	padding: 5px 0;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	font-family: "Arial";
}
::-webkit-full-page-media, _:future, :root #contact {
	font-size: 17px;
}
/*header_follow内のキーワード検索*/
#gFormBox {
	margin-top: 5px;
}
#gForm2 {
	height: 30px;
	background-color: #fff;
	border: 3px solid #FB8700;
	border-radius: 5px;
	position: relative;
}
#gFrame2 {
	width: 238px;
	padding: 7px 0 7px 7px;
	font-size: 14px;
	overflow: hidden;
	background-color: transparent;
	border: none;
	color: #53392B;
	word-wrap: break-word;
	outline: none;
	display: block;
	-webkit-tap-highlight-color: transparent;
}
#gFrame2::placeholder {
	color: #868686;
}
#gKensaku2 {
	position: absolute;
	top: -2px;
	right: -4px;
	width: 34px;
	height: 34px;
	text-indent: 50px;
	background: url(/img/common/icon_head_search.png) no-repeat center center;
	background-size: 50% auto;
	background-color: #FB8700;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	border: none;
}

/*#sidenavi
===============================*/
#sidenavi {
 position: fixed;
 bottom: 80px;
 right: 20px;
 display: none;
 z-index: 20;
}
#sidenavi img {
 width: 90px;
 height: auto;
}
.page_top {
 margin-top: 5px;
}
.page_top a {
 display: block;
 margin: auto;
 width: 70px;
 height: 70px;
 background-color: #53392B;
 border-radius: 60px;
}
.page_top span {
 position: relative;
 display: block;
 padding-top: 100%;
 height: 0;
 overflow: hidden;
}
#sidenavi .page_top span:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 30px;
 height: 30px;
 background-image: url(/img/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 32px auto;
 background-size: 16px auto;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
#nav_member {
 width: 90px;
 font-weight: bold;
 text-align: center;
}
.nav_point {
 display: block;
}
/* フッター
====================================================================================================*/
footer {
	margin-top: 60px;
	min-width: 1300px;
	line-height: 1.5;
}
footer p {
	font-size: 15px;
}
/* #footer_contents
==============================*/
#footer_contents {
	margin: 0 auto;
	max-width: 1300px;
}
/* #footer_info
==============================*/
#footer_info {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
/* アースダンボールの紹介資料(PDF) */
#catalog_info {
	width: 760px;
	height: 180px;
	padding: 20px;
	background-color: #fff;
	border: solid 1px #C4C4C4;
	border-radius: 10px;
	position: relative;
}
#catalog_info dt {
	font-size: 18px;
	font-weight: bold;
	color: #53392B;
	margin-bottom: 3px;
}
#catalog_info dd p {
	width: 460px;
}
#catalog_info dd p a {
	font-size: 15px;
}
#catalog_info dd p a:hover {
	text-decoration: underline;
}
#catalog_info dd p:nth-of-type(2) {
	padding: 8px;
	background: #FAF7EF;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	margin-top: 5px;
}
#catalog_info dd p:nth-of-type(2) .red {
	font-weight: bold;
}
#catalog_info dd p:nth-of-type(2) span:nth-of-type(2) {
	display: block;
	font-size: 13px;
	color: #666;
}
#catalog_info dd p:nth-of-type(2)::after {
	content: '';
	display: block;
	width: 56px;
	height: 80px;
	background: url(/img/profile/catalog-2.0.png) no-repeat center / 56px 80px;
	position: absolute;
	top: 0px;
	right: -4px;
	transform: rotate(15deg);
}
#catalog_info dd img {
	width: 252px;
	height: 180px;
	position: absolute;
	top: 20px;
	right: 20px;
}
/* 営業日カレンダー */
#footer_info .calendar {
	width: 460px;
	margin-bottom: 30px;
}
#footer_info .calendar p {
	color: #53392B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer_info .calendar dl {
	margin-bottom: 12px;
}
#footer_info .calendar dt {
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #53392B;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
#footer_info .calendar dd {
	display: inline-block;
	color: #333;
	font-size: 14px;
}
#footer_info .calendar dd + dt {
	margin-left: 10px;
}
/* #footer_about
==============================*/
#footer_about {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#footer_about dl {
	width: 390px;
}
#footer_about dl:nth-of-type(2) {
	padding: 0 30px;
	border-right: solid 1px #DBBD94;
	border-left: solid 1px #DBBD94;
}
#footer_about dt {
	margin-bottom: 5px;
}
#footer_about dt a {
	color: #53392B;
	font-size: 18px;
	font-weight: bold;
}
#footer_about dt a:hover {
	text-decoration: underline;
}
#footer_about dd {
	line-height: 1.5;
}
#footer_about dd .red {
	font-weight: bold;
}
#footer_about dd a {
	color: #159DD9;
}
#footer_about dd a:hover {
	text-decoration: underline;
}
#footer_about dl:nth-of-type(1) img {
	margin-top: 10px;
}
#footer_about dl:nth-of-type(3) {
	position: relative;
}
#footer_about dl:nth-of-type(3) dl dt {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #53392B;
	border-radius: 3px;
}
#footer_about dl:nth-of-type(3) dl dd + dt {
	margin-top: 5px;
}
#footer_about dl:nth-of-type(3) dl + a {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer_about dl:nth-of-type(3) dl + a img {
	width: 120px;
	height: 60px;
}
/* #footer_contact
==============================*/
#footer_contact {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#footer_contact li {
	width: 380px;
	padding: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F2ECDB;
	border-radius: 10px;
}
#footer_contact li p:first-child {
	padding: 1px 0 2px 40px;
	font-size: 16px;
	color: #53392B;
}
#footer_contact li:nth-of-type(1) p:first-child {
	background: url(/img/icon/title-tel.svg) no-repeat top left / 30px 30px;
}
#footer_contact li:nth-of-type(2) p:first-child {
	background: url(/img/icon/title-fax.svg) no-repeat top left / 30px 30px;
}
#footer_contact li:nth-of-type(3) p:first-child {
	background: url(/img/icon/title-mail.svg) no-repeat top left / 30px 30px;
}
#footer_contact li p:first-child span {
	font-size: 18px;
	font-weight: bold;
}
#footer_contact li:nth-of-type(1) a, #footer_contact li:nth-of-type(2) p + span, #footer_contact li:nth-of-type(2) p + span a {
	font-size: 45px;
	font-weight: bold;
	color: #53392B;
	line-height: 1.5;
	font-family: "Helvetica", "Arial", "sans-serif";
}
#footer_contact li:nth-of-type(1) p:last-child, #footer_contact li:nth-of-type(2) p:last-child {
	color: #53392B;
}
#footer_contact li:nth-of-type(2) p:last-child a {
	font-size: 15px;
}
#footer_contact li:nth-of-type(2) p:last-child a:hover {
	text-decoration: underline;
}
#footer_contact .button-brown {
	width: 320px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	position: relative;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	transition: 0.2s;
}
#footer_contact .button-brown::after {
	content: '';
	display: block;
	width: 80px;
	height: 70px;
	background: url(/img/hakomaru/hakomaru-mail.png) no-repeat center / 80px auto;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: -25px;
}
#footer_contact .button-brown:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
/* #footer_sitemap
==============================*/
#footer_sitemap {
	padding: 60px 0 30px;
	background-color: #FAF7EF;
}
#footer_sitemap * {
	color: #53392B;
}
#footer_sitemap > ul {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#footer_sitemap > ul ul + ul {
	margin-top: 40px;
}
#footer_sitemap .sitemap_title, #footer_sitemap .sitemap_title a {
	font-size: 18px;
	font-weight: bold;
}
#footer_sitemap > ul ul li + li {
	margin-top: 8px;
	padding-left: 15px;
	position: relative;
}
#footer_sitemap > ul ul li + li::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: solid 3px #DBBD94;
	border-bottom: solid 3px #DBBD94;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 0px;
}
#footer_sitemap > ul a:hover {
	text-decoration: underline;
}
#footer_sitemap > ul li:first-child ul {
	width: 440px;
	display: flex;
	flex-wrap: wrap;
}
#footer_sitemap > ul li:first-child ul .sitemap_title {
	width: 440px;
}
#footer_sitemap > ul li:first-child ul li {
	width: 205px;
}
/* #footer_other */
#footer_other {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}
#footer_other > div > span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#footer_other > div ul {
	display: flex;
	gap: 20px;
}
#footer_other > div li:first-child {
	width: 350px;
}
#footer_other > div a:hover {
	text-decoration: underline;
}
#footer_other .sns {
	display: flex;
	gap: 10px;
}
#footer_other .sns li {
	width: 40px;
	height: 40px;
}
/* #footer_bottom
==============================*/
#footer_bottom {
	padding: 30px 0 60px;
	text-align: center;
	background-color: #53392B;
}
#footer_bottom * {
	color: #fff;
}
#footer_bottom ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 10px;
}
#footer_bottom li + li {
	padding-left: 20px;
	border-left: solid 1px #fff;
}
#footer_bottom li a:hover {
	text-decoration: underline;
}
/* #footer_short
==============================*/
#footer_short #footer_contents {
	padding-top: 60px;
}
#footer_short {
	background-color: #FAF7EF;
}
#footer_short #footer_info {
	justify-content: space-between;
}
#footer_short .calendar {
	order: 2;
}
#footer_short #footer_other {
	order: 1;
	gap: 20px;
	color: #53392B;
}
#footer_short #footer_other ul {
	display: block;
	margin-top: 10px;
}
#footer_short #footer_other > div a {
	color: #53392B;
}
/* ログイン・ログアウト
===================================*/
.display_none {
 display: none;
}
/*main
===============================*/
main {
 display: block;
 margin: 213px auto 0;
 padding-top:5px;
}
#contents, .contents {
 margin: 20px auto 0;
 width: 1300px;
 padding-top:5px;
}
h2 {
 margin: 0 0 25px;
 padding: 0 0 5px 40px;
 color: #53392B;
 font-size: 25px;
 font-weight: bold;
 border-bottom: 2px solid #DBBD94;
 position: relative;
 line-height: 28px;
}
h3 {
 position: relative;
 color: #53392B;
 font-size: 20px;
 line-height: 26px;
}
h4 {
 position: relative;
 color: #53392B;
 font-size: 18px;
 line-height: 24px;
}
.section {
 margin-top: 50px;
}
.red {
 color: #E23619;
}
/*.pan
===============================*/
#panBox {
 width: 1300px;
 margin: 80px auto 0;
 overflow: hidden;
 padding: 20px 0;
 border-top: solid 1px #c4c4c4;
 border-bottom: solid 1px #c4c4c4;
}
#panBox li {
 padding: 0 5px 0 0;
 font-size: 13px;
 position: relative;
 display: inline;
}
#panBox li + li {
 padding: 0 5px 0 15px;
}
#panBox li#pan_top {
 padding: 0 15px 0 0;
}
#panBox li a {
 color: #159DD9;
}
#panBox li + li:before {
 display: block;
 content: '';
 position: absolute;
 top: 3px;
 left: 0;
 width: 6px;
 height: 6px;
 margin: auto;
 border-top: 1px solid #DBBD94;
 border-right: 1px solid #DBBD94;
 -webkit-transform: translate(0, 0) rotate(45deg);
 transform: translate(0, 0) rotate(45deg);
}
/* 全文検索サジェスト(#suggest)
===================================*/
#suggest div, #suggest2 div {
 position: relative;
 padding: 5px;
 display: block;
 overflow: hidden;
 width: 543px;
 border-bottom: 1px solid#C4C4C4;
 text-overflow: ellipsis;
}
#suggest, #suggest2 {
 position: absolute;
 background-color: #FFFFFF;
 border-top: 1px solid#C4C4C4;
 border-left: 1px solid#C4C4C4;
 border-right: 1px solid#C4C4C4;
 max-height: 700px;
 width: 570px;
 z-index: 99999;
 box-shadow: 1px 1px 10px #c1c1c1;
 overflow: scroll;
}
#suggest img, #suggest2 img {
 float: left;
 margin-right: 10px;
}
#suggest a, #suggest2 a {
 text-decoration: none;
}
#suggest div:nth-child(2n+1), #suggest2 div:nth-child(2n+1) {
 background-color: #F5F5F5;
}
#suggest div:nth-child(2n), #suggest2 div:nth-child(2n) {
 background-color: #fff;
}
#suggest .item_text, #suggest2 .item_text {
 display: block;
 margin: 8px 0;
}
#suggest div a {
 color: #159DD9;
}
.categoryBox li div#suggest2 div a {
 color: #159DD9;
 position: relative;
 display: inline;
}
.categoryBox li div#suggest2 div a:hover:after {
 display: none;
}
.item_no {
 font-size: small;
 color: #54392c;
 border: solid 1px;
 border-radius: 5px;
 padding: 0px 10px;
 background: #fff;
}
.item_name {
 color: #159DD9;
 text-decoration: underline;
 padding-left: 5px;
}
.item_size {
 font-size: 17px;
 font-weight: bold;
 position: absolute;
 left: 290px;
 color: #53392B;
}
.item_icon_mail {
 background: #CC0000;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon50 {
 background: #80AF19;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon60 {
 background: #45AC41;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon80 {
 background: #159DD9;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon100 {
 background: #2878D6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon120 {
 background: #7152C6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon140 {
 background: #EF6FAC;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon160 {
 background: #f75d77;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon170 {
 background: #EA611C;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon180 {
 background: #E2A317;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon200, .item_icon220, .item_icon240, .item_icon260, .item_icon260ex {
 background: #B2A509;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_iconsoku {
 border: solid #c64444 2px;
 color: #c64444;
 background: #fff;
 font-weight: bold;
 padding: 0px 1px;
 position: absolute;
 left: 218px;
}
.item_price {
 float: right;
 font-size: 18px;
 color: #E23619;
}
.p-name {
 padding: 5px 0 0 0;
 font-size: 120%;
}
/*宅配サイズアイコン
===============================*/
.product_size {
 top: 158px;
 left: 0px;
 width: 42px;
 height: 22px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
 color: #fff;
 padding: 19px 0 0 0;
 text-align: center;
 font-family: Arial Narrow;
}
.product_size span {
 font-size: 12px;
}
.product_size2 {
 top: 145px;
 right: 15px;
 width: 78px;
 height: 42px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
}
.size-60 {
 background-image: url(/img/common/icon-size60_s_g.png);
}
.size-70 {
 background-image: url(/img/common/icon-size70_s_g.png);
}
.size-80 {
 background-image: url(/img/common/icon-size80_s_g.png);
}
.size-90 {
 background-image: url(/img/common/icon-size90_s_g.png);
}
.size-100 {
 background-image: url(/img/common/icon-size100_s_g.png);
}
.size-120 {
 background-image: url(/img/common/icon-size120_s_g.png);
}
.size-130 {
 background-image: url(/img/common/icon-size130_s_g.png);
}
.size-140 {
 background-image: url(/img/common/icon-size140_s_g.png);
}
.size-160 {
 background-image: url(/img/common/icon-size160_s_g.png);
}
.size-170 {
 background-image: url(/img/common/icon-size170_s_g.png);
}
.size-180 {
 background-image: url(/img/common/icon-size180_s_g.png);
}
.size-200 {
 background-image: url(/img/common/icon-size200_s_g.png);
}
.size-220 {
 background-image: url(/img/common/icon-size220_s_g.png);
}
.size-240 {
 background-image: url(/img/common/icon-size240_s_g.png);
}
.size-260 {
 background-image: url(/img/common/icon-size260_s_g.png);
}
.size-260ex {
 background-image: url(/img/common/icon-size260ex_s_g.png);
}
.size-mail {
 background-image: url(/img/common/icon-sizemail_s_g.png);
}
.size-13 {
 background-image: url(/img/common/icon-mail_nekoposu.png);
 background-size: cover;
}
.size-31 {
 background-image: url(/img/common/icon-mail_nekodm.png);
 background-size: cover;
}
.size-15 {
 background-image: url(/img/common/icon-mail_hikyakuyu.png);
 background-size: cover;
}
.size-32 {
 background-image: url(/img/common/icon-mail_hikyakumail.png);
 background-size: cover;
}
.size-14 {
 background-image: url(/img/common/icon-mail_kuriposu.png);
 background-size: cover;
}
.size-35 {
 background-image: url(/img/common/icon-mail_yupake.png);
 background-size: cover;
}
.size-34 {
 background-image: url(/img/common/icon-mail_yumail.png);
 background-size: cover;
}
.size-33 {
 background-image: url(/img/common/icon-mail_teikeigai.png);
 background-size: cover;
}
.size-yuyumerukari {
 background-image: url(/img/common/icon-mail_yuyumerukari.png);
 background-size: cover;
}
.size-rakumerukari {
 background-image: url(/img/common/icon-mail_rakumerukari.png);
 background-size: cover;
}
/*外寸無し宅配サイズアイコン
===============================*/
.size-60.no-gsanp {
 background-image: url(/img/common/icon-size60_s.png);
}
.size-70.no-gsanp {
 background-image: url(/img/common/icon-size70_s.png);
}
.size-80.no-gsanp {
 background-image: url(/img/common/icon-size80_s.png);
}
.size-90.no-gsanp {
 background-image: url(/img/common/icon-size90_s.png);
}
.size-100.no-gsanp {
 background-image: url(/img/common/icon-size100_s.png);
}
.size-120.no-gsanp {
 background-image: url(/img/common/icon-size120_s.png);
}
.size-130.no-gsanp {
 background-image: url(/img/common/icon-size130_s.png);
}
.size-140.no-gsanp {
 background-image: url(/img/common/icon-size140_s.png);
}
.size-160.no-gsanp {
 background-image: url(/img/common/icon-size160_s.png);
}
.size-170.no-gsanp {
 background-image: url(/img/common/icon-size170_s.png);
}
.size-180.no-gsanp {
 background-image: url(/img/common/icon-size180_s.png);
}
.size-200.no-gsanp {
 background-image: url(/img/common/icon-size200_s.png);
}
.size-220.no-gsanp {
 background-image: url(/img/common/icon-size220_s.png);
}
.size-240.no-gsanp {
 background-image: url(/img/common/icon-size240_s.png);
}
.size-260.no-gsanp {
 background-image: url(/img/common/icon-size260_s.png);
}
.size-260ex.no-gsanp {
 background-image: url(/img/common/icon-size260ex_s.png);
}
.size-mail.no-gsanp {
 background-image: url(/img/common/icon-sizemail_s.png);
}
/*対応サービスアイコン
===============================*/
.mail_icon {
 margin-left: -6px;
 margin-top: 0px;	
}
.mail_icon .product_size {
 display: block;
 height: 20px;
 position: relative;
 top: 0px;
 left: 0px;
 background-repeat: no-repeat;
 border-radius: 0;
 color: #fff;
 line-height: 21px;
 float: left;
 margin: 0px 0 5px 6px;
}
.mail_icon .size-60, .mail_icon .size-70, .mail_icon .size-80, .mail_icon .size-90, .mail_icon .size-100, .mail_icon .size-120, .mail_icon .size-130, .mail_icon .size-140, .mail_icon .size-160, .mail_icon .size-170, .mail_icon .size-180, .mail_icon .size-200, .mail_icon .size-220, .mail_icon .size-240, .mail_icon .size-260, .mail_icon .size-260ex {
 background-image: none;
 width: 92px;
 padding: 0 5px 0 0;
 position: relative;
 text-align: right;
}
.mail_icon .size-60::before, .mail_icon .size-70::before, .mail_icon .size-80::before, .mail_icon .size-90::before, .mail_icon .size-100::before, .mail_icon .size-120::before, .mail_icon .size-130::before, .mail_icon .size-140::before, .mail_icon .size-160::before, .mail_icon .size-170::before, .mail_icon .size-180::before, .mail_icon .size-200::before, .mail_icon .size-220::before, .mail_icon .size-240::before, .mail_icon .size-260::before, .mail_icon .size-260ex::before {
 position: absolute;
 left: 5px;
 top: 0;
 font-size: 17px;
 font-weight: bold;
 color: #fff;
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
}
.mail_icon .size-60 {
 background-color: #45AC41;
}
.mail_icon .size-60::before {
 content: '60';
}
.mail_icon .size-70 {
 background-color: #09B4A7;
}
.mail_icon .size-70::before {
 content: '70';
}
.mail_icon .size-80 {
 background-color: #159DD9;
}
.mail_icon .size-80::before {
 content: '80';
}
.mail_icon .size-90 {
 background-color: #1E8BD8;
}
.mail_icon .size-90::before {
 content: '90';
}
.mail_icon .size-100 {
 background-color: #2878D6;
}
.mail_icon .size-100::before {
 content: '100';
}
.mail_icon .size-120 {
 background-color: #7152C6;
}
.mail_icon .size-120::before {
 content: '120';
}
.mail_icon .size-130 {
 background-color: #B24AA2;
}
.mail_icon .size-130::before {
 content: '130';
}
.mail_icon .size-140 {
 background-color: #EF6FAC;
}
.mail_icon .size-140::before {
 content: '140';
}
.mail_icon .size-160 {
 background-color: #F75D77;
}
.mail_icon .size-160::before {
 content: '160';
}
.mail_icon .size-170 {
 background-color: #EA611C;
}
.mail_icon .size-170::before {
 content: '170';
}
.mail_icon .size-180 {
 background-color: #E2A317;
}
.mail_icon .size-180::before {
 content: '180';
}
.mail_icon .size-200, .mail_icon .size-220, .mail_icon .size-240, .mail_icon .size-260, .mail_icon .size-260ex {
 background-color: #B2A509;
}
.mail_icon .size-200::before {
 content: '200';
}
.mail_icon .size-220::before {
 content: '220';
}
.mail_icon .size-240::before {
 content: '240';
}
.mail_icon .size-260::before {
 content: '260';
}
.mail_icon .size-260ex::before {
 content: '260超';
}
.mail_icon .size_teikeigai, .mail_icon .size_yuumail {
 background-color: #CC0000;
 font-weight: bold;
 width: 97px;
 padding: 0;
}
.mail_icon .size_kuriposu, .mail_icon .size_yuupake, .mail_icon .size_kuroneko, .mail_icon .size_nekoposu {
 overflow: hidden;
 width: 97px;
 padding: 0;
}
.mail_icon .mailicon-img {
 width: 85px;
 height: 20px;
}
.size_yuupake .mailicon-img {
 margin-top: -1px;
}
.mail_icon .size_kuriposu {
 background-color: #CC0000;
}
.mail_icon .size_yuupake {
 background-position: 0 0;
 border: solid 1px #354E98;
 box-sizing: border-box;
}
.mail_icon .size_kuroneko {
 background-color: #088D7B;
}
.mail_icon .size_nekoposu {
 background-color: #088D7B;
}
#recentGoodsBox .size-60, #recentGoodsBox .size-70, #recentGoodsBox .size-80, #recentGoodsBox .size-90, #recentGoodsBox .size-100, #recentGoodsBox .size-120, #recentGoodsBox .size-130, #recentGoodsBox .size-140, #recentGoodsBox .size-160, #recentGoodsBox .size-170, #recentGoodsBox .size-180, #recentGoodsBox .size-200, #recentGoodsBox .size-220, #recentGoodsBox .size-240, #recentGoodsBox .size-260, #recentGoodsBox .size-260ex {
 width: 91px;
}
#recentGoodsBox .size_kuriposu, #recentGoodsBox .size_yuupake, #recentGoodsBox .size_kuroneko, #recentGoodsBox .size_nekoposu, #recentGoodsBox .size_teikeigai, #recentGoodsBox .size_yuumail {
 width: 96px;
}
/*王冠アイコン
===============================*/
.product_rank {
 top: -18px;
 right: 63px;
 width: 63px;
 height: 42px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
}
.rank-1 {
 background-image: url(/img/common/rank-img1.png);
 background-size: cover;
}
.rank-2 {
 background-image: url(/img/common/rank-img2.png);
 background-size: cover;
}
.rank-3 {
 background-image: url(/img/common/rank-img3.png);
 background-size: cover;
}
.rank-4 {
 background-image: url(/img/common/rank-img4.png);
 background-size: cover;
}
.rank-5 {
 background-image: url(/img/common/rank-img5.png);
 background-size: cover;
}
.rank-6 {
 background-image: url(/img/common/rank-img6.png);
 background-size: cover;
}
/*お気に入りアイコン
===============================*/
.product_favorite button {
 top: 5px;
 right: 5px;
 width: 28px;
 height: 28px;
 position: absolute;
 border: none;
 z-index: 1;
}
.product_favorite button.mylistON {
 background: url(/img/common/icon-favorite_on.png);
 background-size: cover;
}
.product_favorite button.mylistOFF {
 background: url(/img/common/icon-favorite_off.png);
 background-size: cover;
}
button.mylistON:before {
 content: "";
 display: block;
 width: 60px;
 height: 52px;
 position: absolute;
 left: -13px;
 top: -13px;
 animation: mymove1 0.8s cubic-bezier(0, 0, 0.7, 1.0) 0s 1 normal;
 background: url(/img/common/mylist-icon-anime.png) no-repeat;
 opacity: 0;
 outline: none;
 background-size: contain;
}
@keyframes mymove1 {
 0% {
  top: 25px;
  left: 25px;
  width: 0px;
  height: 0px;
  opacity: 1;
 }
 50% {
  top: -10px;
  left: -10px;
  width: 50px;
  height: 42px;
  opacity: 1;
 }
 100% {
  top: -13px;
  left: -13px;
  width: 60px;
  height: 52px;
  opacity: 0;
 }
}
/*商品一覧(ブロック)
===============================*/
.product_box {
 position: relative;
 width: 200px;
 float: left;
}
.product_id {
 top: -20px;
 left: 0px;
 right: auto;
 padding: 3px 5px;
 color: #333;
 font-size: 12px;
 font-weight: bold;
 line-height: 1;
 border: 1px solid #333;
 border-radius: 4px;
 position: absolute;
 background: #fff;
}
.product_icon {
 display: inline-block;
 font-size: 12px;
 font-weight: bold;
 color: #53392B;
 overflow: hidden;
 clear: both;
}
.product_icon li {
 float: left;
 padding: 5px;
 min-width: 35px;
 text-align: center;
 line-height: 1;
 font-size: 13px;
 background-color: #FAF7EF;
 border: 1px solid #C4C4C4;
}
.product_icon li + li {
 border-left: 1px solid #C4C4C4;
}
.product_icon li.active {
 color: #53392B;
 background-color: #FFD6DD;
}
.product_icon .font1 {
 font-size: 8px;
}
.product_icon .font2 {
 font-size: 6px;
}
.product_text {
 font-size: 14px;
 color: #333;
 line-height: 1.7;
 width: 200px;
 height: 45px;
 overflow: hidden;
}
.product_box h3 {
 font-size: 14px;
 color: #333;
 line-height: 1.7;
 width: 200px;
 height: 48px;
 overflow: hidden;
 background: none;
 font-weight: normal;
}
.product_innersize {
 color: #53392B;
 font-size: 16px;
 font-weight: bold;
}
.product_price {
 color: #E23619;
 font-size: 16px;
 font-weight: bold;
 display: block;
}
.product_price span.small {
 font-size: 15px;
}
.product_price span {
 font-size: 20px;
 font-weight: bold;
}
.product_price span.tax {
 font-size: 14px;
 font-weight: normal;
}
.product_textsize + .product_price {
 margin-top: 10px;
}
.product_other {
 margin-top: 10px;
}
.sort select.cart_select {
 width: 85px;
}
.sort select {
 width: 285px;
 position: relative;
 background-color: #fff;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 padding: 7px 7px;
 top: 9px;
}
.with_cart .sort {
 top: auto;
 bottom: -10px;
 left: 0;
}
.small_button {
 float: left;
 position: relative;
}
.small_button input {
 padding: 10px 15px;
 width: 200px;
 font-size: 14px;
}
.with_cart .add_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
}
.product_innersize .depth {
 font-size: 13px;
}
.product_price .sales_unit {
 font-size: 13px;
 font-weight: normal;
 color: #53392B;
}
.review_star {
 color: #f6ac2b;
}
.review_star a {
 color: #159DD9;
 margin: 0 3px;
}
/* X0001・X0002・X0004のサイズ表記 */
.img_inside {
	position: absolute;
	font-size: 14px;
	color: #333;
	background: rgba(255, 255, 255, 0.7);
	padding: 2px 6px;
	border-radius: 5px;
	white-space: nowrap;
	pointer-events: none;
}
.product_box .photoimg:has(span) {
	position: relative;
}
.photoimg:has(span) span {
	position: absolute;
	color: #333;
}
.photoimg:has(.posterNagasa) .posterNagasa {
	top: 63px;
	left: 130px;
	background: #fff;
	font-size: 12px;
}
.photoimg:has(.posterHaba) .posterHaba {
	top: 205px;
	left: 165px;
	background: #fff;
	padding: 0 1px;
	font-size: 12px;
	line-height: 1;
}
.photoimg:has(.posterNaikei) .posterNaikei {
	top: 190px;
	left: 100px;
	background: #fff;
	width: 40px;
	text-align: center;
	font-size: 12px;
}
/*ボタン関係
===============================*/
/*青いボタン*/
.button-blue {
 display: block;
 padding: 9px 0 19px;
 min-width: 150px;
 color: #159DD9;
 font-size: 14px;
 font-weight: bold;
 border: 1.5px solid #159DD9;
 border-radius: 50px;
 background: #fff;
 position: relative;
}
.button-blue:after {
 display: block;
 content: '';
 left: 67px;
 width: 10px;
 height: 10px;
 border: none;
 background-image: url(/img/common/icon-arrow_blue_xs.svg);
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transition: .2s;
 transition: .2s;
 position: absolute;
 top: 27px;
}
/*オレンジのボタン*/
.button-orange {
 color: #fff;
 background: #E23619;
 border: 1px solid #E23619;
 box-shadow: 0 3px 5px rgb(0,0,0,0.3);
 border-radius: 5px;
 font-weight: bold;
}
/*茶色のボタン*/
.button-brown {
 position: absolute;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: transparent linear-gradient(180deg, #963 0%, #53392B 100%, #53392B 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #5D3F1C;
 display: block;
 width: 500px;
 padding: 14px 0;
 border-radius: 5px;
 text-align: center;
}
.button-brown:hover {
 opacity: 0.8;
}
/*グレーのボタン*/
.nomal_button {
 color: #7f7f7f;
 background: transparent linear-gradient(180deg, #fff 0%, #DEDEDE 100%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 padding: 5px 5px;
 font-weight: bold;
 width: 150px;
}
/*矢印関係
===============================*/
/*上向き茶　矢印*/
.up_arrow {
 position: relative;
}
.up_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
 bottom: 0;
 width: 10px;
 height: 10px;
 margin: auto;
 background-image: url(/img/common/icon-arrow_brown.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(270deg);
 transform: translate(0, 0) rotate(270deg);
 -webkit-transition: .5s;
 transition: .5s;
}
/*右向き白　矢印*/
.add_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 1.2em;
 bottom: 0;
 width: 14px;
 height: 14px;
 margin: auto;
 background-image: url(/img/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(0deg);
 transform: translate(0, 0) rotate(0deg);
}
/*右向き青　矢印*/
.more_right {
 padding-right: 16px;
 position: relative;
 display: inline-block;
}
.more_right a {
 position: relative;
 display: inline-block;
}
.more_right:after {
 display: block;
 content: '';
 position: absolute;
 top: 5px;
 right: 0;
 margin: auto;
 width: 12px;
 height: 12px;
 background-image: url(/img/common/icon-arrow_blue_xs.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(0deg);
 transform: translate(0, 0) rotate(0deg);
 border: none;
}
/*右向き茶　矢印*/
.right_arrow {
 position: absolute;
 top: 94px;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 right: -22px;
}
.right_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 cursor: pointer;
}
.right_arrow:before {
 background-image: url(/img/common/icon-arrow_brown.svg);
 background-size: 14px auto;
}
/*下向き白　矢印*/
.more_bottom2:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 1.2em;
 bottom: 0;
 width: 14px;
 height: 14px;
 margin: auto;
 background-image: url(/img/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
}
/*下向き青　矢印*/
.more_bottom {
 color: #159DD9;
 font-size: 15px;
 margin: 15px 0;
 position: relative;
}
.more_bottom:after {
 display: block;
 content: '';
 left: 83px;
 width: 10px;
 height: 10px;
 border: none;
 background-image: url(/img/common/icon-arrow_blue_xs.svg);
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transition: .2s;
 transition: .2s;
 position: absolute;
 top: 6px;
}
/*下向き茶　矢印*/
.under_arrow {
 position: relative;
}
.under_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
 bottom: 0;
 width: 10px;
 height: 10px;
 margin: auto;
 background-image: url(/img/common/icon-arrow_brown.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 -webkit-transition: .5s;
 transition: .5s;
}
/*左向き茶　矢印*/
.left_arrow {
 position: absolute;
 top: 94px;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 left: -22px;
}
.left_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 cursor: pointer;
}
.left_arrow:before {
 background-image: url(../img/common/icon-arrow_brown.svg);
 background-size: 14px auto;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
/*丸い茶　矢印*/
.slide_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 width: 48px;
 height: 48px;
 margin: auto;
 background-color: #53392B;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 50px;
 cursor: pointer;
}
.left_slide:before {
 background-image: url(/img/common/icon-arrow_white.svg);
 background-size: 15px auto;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 left: 0;
}
.right_slide:before {
 background-image: url(/img/common/icon-arrow_white.svg);
 background-size: 15px auto;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 right: 0;
}
/* #overBox
======================================*/
#overBox {
 border: none;
 background: none;
 margin-bottom: 15px;
 border-radius: 8px;
 padding: 4px 0px 15px;
 width: 1300px;
 margin: 0 auto;
 display: none;
}
#printBox1 {
 width: 625px;
 height: 145px;
 float: left;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 padding: 5px;
 margin-right: 10px;
 background: url(/img/jp-common/image-printBox1.jpg)no-repeat;
 background-size: 625px;
 background-position: center;
 position: relative;
}
#printBox1 h2 {
 text-align: center;
 color: #54392C;
 height: 38px;
 background-size: 219px;
 background-position: 0px 22px;
 font-size: 21px;
 font-weight: bold;
 padding: 0;
 margin: 36px 0 0px;
 border: none;
}
#printBox1 p {
 text-align: center;
 margin-top: 10px;
}
#printBox:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
div#printBox p#printLink {
 background: none;
 width: 625px;
 height: 145px;
 position: absolute;
 top: 0;
 left: 0;
}
#printBox p#printLink:hover {
 opacity: 0.8;
}
#printBox p#printLink a {
 position: absolute;
 right: 5px;
 bottom: 3px;
 background: rgba(255, 255, 255, 0.7);
 text-decoration: underline;
}
#printBox2 {
 position: relative;
 width: 625px;
 height: 145px;
 float: left;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 padding: 5px;
 margin-left: 10px;
 background: url(/img/jp-common/image-printBox2.jpg)no-repeat;
 background-position: top 0 right 0;
}
#container {
 margin: 0 auto;
 width: 1300px;
 padding-top: 15px;
 position: relative;
}
div#printBox2 h2 {
 margin: 0;
 padding: 7px 0 2px 7px;
 font-size: 21px;
 font-weight: bold;
 border: none;
}
#printBox2 .a_title {
 font-size: 14px;
 position: absolute;
 bottom: 30px;
 margin: 5px 0 -5px 8px;
 margin-bottom: -4px;
}
#printBox2 h3 {
 padding: 2px;
 margin-left: 6px;
 font-size: 14px;
 color: #666;
 font-weight: normal;
 position: absolute;
 bottom: 2px;
}
#printBox2 .a_float {
 margin-left: 7px;
 margin-top: 0px;
 margin-bottom: 5px;
 display: flex;
}
#printBox2 .a_float p {
 background: #2878D6;
 color: #fff;
 font-weight: bold;
 padding: 3px 0;
 border-radius: 5px;
 width: 85px;
 text-align: center;
}
#printBox2 .a_float p + p {
 margin-left: 5px;
}
div#printBox2 h4 {
 margin-left: 8px;
 color: #E23619;
 font-size: 15px;
 font-weight: bold;
}
div#printBox2 h4 span {
 font-size: 24px;
 font-weight: bold;
}
#printBox2 p#printLink2 {
 position: absolute;
 right: 10px;
 bottom: 10px;
 background: rgba(255, 255, 255, 0.8);
 padding: 5px;
 margin-left: 5px;
 text-decoration: underline;
}
#HitokotoBox {
 margin-top: 50px;
}
#HitokotoBox li + li {
 margin-left: 20px;
}
#HitokotoBox li {
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 width: 220px;
 float: left;
 padding: 10px;
}
#HitokotoBox li h3 {
 background-repeat: no-repeat;
 height: 60px;
 padding-top: 35px;
 margin: 0;
 padding-left: 105px;
 background-color: #fff;
 background-size: 90px;
}
#HitokotoBox li h3 span {
 font-weight: bold;
}
#HitokotoBox li p {
 background: #E8F3F9;
 padding: 3px;
 border-radius: 5px;
 height: 150px;
}
#hitokoto1 {
 background-image: url(/img/jp-common/image-staff1.jpg);
 margin: 0;
}
#hitokoto2 {
 background-image: url(/img/jp-common/image-staff2.jpg);
}
#hitokoto3 {
 background-image: url(/img/jp-common/image-staff3.jpg);
}
#hitokoto4 {
 background-image: url(/img/jp-common/image-staff4.jpg);
}
#hitokoto5 {
 background-image: url(/img/jp-common/image-staff5.jpg);
}
/* ページ内カート
===================================*/
#innerCart {
	width: 650px;
	background: #fff;
	border: solid 5px #FB8700;
	border-radius: 5px;
	position: absolute;
	top: 90px;
	right: 0px;
	box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.6);
	z-index: 10;
	display: none;
	box-sizing: border-box;
}
#innerCart * {
	box-sizing: border-box;
	line-height: 1.5;
}
#innerCart:after {
	content: "";
	border: solid 16px transparent;
	border-bottom: solid 30px #FB8700;
	position: absolute;
	top: -48px;
	right: 28px;
}
#innerCart h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	background: #FB8700;
	padding: 5px 15px;
	margin-bottom: 0;
}
#innerCartBox .deleteBtn:hover, #innerCartSubmit:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
#innerCart table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0 5px;
}
#innerCart tr + tr th, #innerCart tr + tr td {
	border-top: dashed 1px #C4C4C4;
}
#innerCart tr + tr:has(td[rowspan]) th, #innerCart tr + tr:has(td[rowspan]) td {
	border-top: solid 1px #C4C4C4;
}
#innerCart th, #innerCart td {
	padding: 10px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
#innerCart td {
	vertical-align: top;
}
/* #innerCartBox */
#innerCartBox {
	display: block;
	min-height: 120px;
	max-height: 350px;
	overflow: auto;
	background: url(../img/2017-top-loading.gif) no-repeat center top 20px / 80px 80px;
}
#innerCartBox table {
	min-height: 120px;
	background-color: #fff;
	border-collapse: separate;
}
#innerCartBox tr {
	position: relative;
}
#innerCartBox th {
	width: 265px;
}
#innerCartBox th > a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-bottom: 25px;
}
#innerCartBox img {
	width: 100%;
	height: 100%;
}
#innerCartBox .innerID {
	float: right;
	width: 180px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
#innerCartBox .innerTitle {
	float: right;
	width: 180px;
}
#innerCartBox .innerTitle a {
	display: block;
	color: #159DD9;
	font-size: 15px;
}
#innerCartBox .innerTitle a:hover {
	text-decoration: underline;
}
#innerCartBox td:has(.lot) {
	padding: 10px 5px;
}
#innerCartBox .lot, #innerCart .price {
	display: block;
}
#innerCartBox .price {
	font-weight: bold;
}
#innerCartBox td:has(.deleteBtn) {
	padding: 0;
}
#innerCartBox .deleteBtn {
	width: 60px;
	padding: 4px 0;
	color: #6C6C6C;
	background: transparent linear-gradient(180deg, #fff 0%, #DEDEDE 100%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	transition: 0.2s;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 74px;
}
#innerCartBox td:has(.soryo-detail) {
	display: flex;
}
#innerCartBox .soryo-detail, #innerCartBox .soryo-img {
	background-color: #F5F5F5;
	padding: 5px 8px;
}
#innerCartBox .soryo-detail {
	font-size: 15px;
	width: 140px;
	padding-right: 5px;
	border-radius: 5px 0 0 5px;
}
#innerCartBox .soryo-img {
	padding-left: 5px;
	border-radius: 0 5px 5px 0;
}
#innerCartBox .soryo-title {
	font-size: 15px;
}
#innerCartBox .soryo-bar-max {
	display: block;
	width: 100px;
	height: 27px;
	border: solid 1px #DBBD94;
	position: relative;
}
#innerCartBox .soryo-bar {
	display: block;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	color: #53392B;
	background: #DBBD94;
	position: absolute;
	left: 0;
}
/* #innerCartGokeiBox */
#innerCartGokeiBox {
	border-top: solid 5px #FB8700;
}
#innerCartGokeiBox th, #innerCartGokeiBox td {
	padding: 8px 10px;
}
#innerCartGokeiBox th {
	width: 440px;
}
#innerCartGokeiBox td {
	text-align: right;
}
#innerCartGokeiBox select {
	margin-right: 5px;
	appearance: auto;
	height: 30px;
	padding: 0 5px;
	border: solid 1px #C4C4C4;
	border-radius: 5px;
	font-size: 15px;
	text-transform: none;
	font-family: inherit;
	vertical-align: middle;
}
#innerCartGokei th, #innerCartGokei td {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0;
}
#innerCart > p {
	text-align: center;
	margin: 10px 0;
}
#innerCartSubmit {
	display: inline-block;
	width: 180px;
	height: 40px;
	padding: 0 10px;
	background: #E23619;
	border: 1px solid #E23619;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}
#innerCart a:has(#innerCartSubmit):hover {
	opacity: 1;
}
/* 個人の場合の送料 */
#innerCartGokeiBox label:has(.link) {
	display: block;
	margin-top: 5px;
}
#innerCartGokeiBox .link {
	color: #159DD9;
	cursor: pointer;
	font-size: 15px;
}
#innerCartGokeiBox .link:hover, #innerCartGokeiBox .message_box a:hover {
	text-decoration: underline;
}
#innerCartGokeiBox input#individual {
	display: none;
}
#innerCartGokeiBox .message_box {
	height: 0;
	padding: 0;
	font-size: 15px;
	background-color: #FFEEF1;
	border-radius: 5px;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
#innerCartGokeiBox .message_box a {
	color: #159DD9;
	font-size: 15px;
}
#innerCartGokeiBox input#individual:checked ~ .message_box {
	height: 105px;
	padding: 8px;
	opacity: 1;
}
/*数量/単価の選択 モーダル
===================================*/
#modal_back {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.20;
 display: none;
 z-index: 10;
}
#modal_cart {
 position: fixed;
 width: 1100px;
 height: auto;
 min-height: 550px;
 background-color: #fff;
 border-radius: 5px;
 padding: 20px 30px 15px;
 z-index: 100;
 display: none;
 top: 55%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
	box-shadow: 0 0 5px rgb(0,0,0,0.3);
}
#modal_close {
 text-align: center;
 position: absolute;
 top: -10px;
 right: -10px;
 color: #C4C4C4;
 font-size: 40px;
 cursor: pointer;
 background: #F5F5F5;
 width: 30px;
 height: 30px;
	line-height: 30px;
 border-radius: 5px;
 border: 1px #C4C4C4 solid;
}
#modal_close:hover {
	color: #6C6C6C;
	border: 1px #6C6C6C solid;
}
/*#titleBox*/
#modal_cart #titleBox {
 position: relative;
	background: none;
	padding: 0;
	margin: 0;
}
#modal_cart #titleBox h1 {
 font-size: 20px;
 margin: 8px 0 15px 0;
 padding: 1px 0 2px 60px;
 width: 820px;
	display: block;
}
#modal_cart #product_name {
 margin: 0px 0 20px;
 color: #53392B;
 font-size: 18px;
 font-weight: bold;
 border-bottom: 2px solid #DBBD94;
 position: relative;
 line-height: 28px;
 text-align: left;
}
/*#shipment*/
#modal_cart #shipment {
 position: absolute;
 right: 30px;
 top: 13px;
 border: 1px #E23619 solid;
 background: #FFF7F7;
 border-radius: 5px;
 padding: 4px 25px;
 font-size: 14px;
 line-height: 1.3;
}
#modal_cart #shipment span {
 font-size: 16px;
 font-weight: 700;
 color: #E23619;
}
#modal_cart #shipment span.small {
 font-size: 14px;
 display: block;
}
/*#photoBox*/
#modal_cart #photoBox {
 width: 260px;
 float: left;
}
#modal_cart #photoBox .more_right {
 position: absolute;
	left: 30px;
	right: auto;
	bottom: 20px;
}
/*#detailBox*/
#modal_cart #detailBox {
 float: right;
 width: 815px;
}
/*#main_details*/
#modal_cart .main_details {
 width: 260px;
 position: absolute;
 left: 30px;
 top: 340px;
}
#modal_cart .mail_icon {
	margin-left: -4px!important;
}
#modal_cart .mail_icon li {
	position: static;
	margin-left: 4px;
}
#modal_cart .mail_icon .size-60, #modal_cart .mail_icon .size-70, #modal_cart .mail_icon .size-80, #modal_cart .mail_icon .size-90, #modal_cart .mail_icon .size-100, #modal_cart .mail_icon .size-120, #modal_cart .mail_icon .size-130, #modal_cart .mail_icon .size-140, #modal_cart .mail_icon .size-160, #modal_cart .mail_icon .size-170, #modal_cart .mail_icon .size-180, #modal_cart .mail_icon .size-200, #modal_cart .mail_icon .size-220, #modal_cart .mail_icon .size-240, #modal_cart .mail_icon .size-260, #modal_cart .mail_icon .size-260ex {
	width: 123px;
}
#modal_cart .mail_icon .size_teikeigai, #modal_cart .mail_icon .size_yuumail, #modal_cart .mail_icon .size_kuriposu, #modal_cart .mail_icon .size_yuupake, #modal_cart .mail_icon .size_kuroneko, #modal_cart .mail_icon .size_nekoposu {
	width: 128px;
}
#modal_cart .mail_icon .size-60::before, #modal_cart .mail_icon .size-70::before, #modal_cart .mail_icon .size-80::before, #modal_cart .mail_icon .size-90::before, #modal_cart .mail_icon .size-100::before, #modal_cart .mail_icon .size-120::before, #modal_cart .mail_icon .size-130::before, #modal_cart .mail_icon .size-140::before, #modal_cart .mail_icon .size-160::before, #modal_cart .mail_icon .size-170::before, #modal_cart .mail_icon .size-180::before, #modal_cart .mail_icon .size-200::before, #modal_cart .mail_icon .size-220::before, #modal_cart .mail_icon .size-240::before, #modal_cart .mail_icon .size-260::before, #modal_cart .mail_icon .size-260ex::before {
	left: 10px;
}
#modal_cart .mail_icon .no-gsanp {
	display: none;
}
#modal_cart #product_id {
 background: #fff;
 border: 1px #53392B solid;
 display: block;
 font-size: 14px;
 border-radius: 5px;
 position: absolute;
 color: #53392B;
 text-align: center;
 top: -310px;
 font-weight: bold;
 padding: 4px 7px;
}
#modal_cart .review_star {
 color: #f6ac2b;
 font-size: 17px;
 margin: 5px 0px;
}
#modal_cart .review_star a {
 font-weight: normal !important;
 color: #159DD9 !important;
 margin: 0 3px;
 font-size: 16px;
}
#modal_cart .product_price {
 font-size: 17px;
 margin: 5px 0;
}
#modal_cart .product_innersize {
 font-size: 17px;
 margin: 5px 0;
}
#modal_cart .product_icon li {
 font-size: 14px;
}
#modal_cart .main_details li#keishiki, .main_details li#flute {
 background: #FAF7EF;
 color: #53392B;
}
#modal_cart .main_details li#flute span {
 font-size: 15px;
}
#modal_cart .main_details li#made_in {
 background: #53392B;
 color: #fff;
}
#modal_cart .main_details li#ship_date {
 background: #FAF7EF;
 color: #53392B;
}
#modal_cart .main_details li#ship_date.active {
 background: #E23619;
 color: #fff;
}
/*#cartBox*/
#modal_cart #cartBox {
 clear: both;
}
#modal_cart #tab_box, #tab_box2 {
 border-bottom: #F6AC2B solid 10px;
 height: 37px;
}
#modal_cart #tab_box input {
 display: none;
}
#modal_cart #tab_box .tab {
	box-sizing: border-box;
 width: 50%;
 height: 40px;
 border: 1px solid #C4C4C4;
 line-height: 40px;
 font-size: 15px;
 color: #53392B;
 display: block;
 float: left;
 background: #F5F5F5;
 position: relative;
 font-weight: bold;
 cursor: pointer;
 padding: 0 12px;
 text-align: left;
 border-radius: 7px 7px 0 0;
}
#modal_cart #tab_box .tab.title_select {
 background: #FFFFF7;
 color: #53392B;
 border-bottom: #F6AC2B solid 8px;
 border-left: #F6AC2B solid 1px;
 font-weight: bold;
 height: 47px;
 border-right: #F6AC2B solid 1px;
 border-top: #F6AC2B solid 1px;
 cursor: auto;
 text-align: left;
 border-radius: 7px 7px 0 0;
}
#modal_cart #tab_box2 > span {
 background: #FFFFF7;
 color: #53392B;
 border-bottom: #F6AC2B solid 8px;
 border-left: #F6AC2B solid 1px;
 font-weight: bold;
 border-right: #F6AC2B solid 1px;
 border-top: #F6AC2B solid 1px;
 cursor: auto;
 height: 37px;
 line-height: 40px;
 display: block;
 padding: 0 12px;
 text-align: left;
 font-size: 15px;
 border-radius: 7px 7px 0 0;
}
#modal_cart #tab_box .tab span {
 font-size: 15px;
 padding: 0 0 0 8px;
}
#modal_cart #tab_box2 span > span {
 font-size: 15px;
 padding: 0 0 0 8px;
}
#modal_cart .cart_scrollBox {
 position: relative;
	margin-bottom: 10px;
}
#modal_cart .cart_scroll {
 overflow-x: scroll;
 height: 150px;
 display: none;
 width: 810px;
 overflow-y: hidden;
 margin: 0 0 10px 0;
	padding-bottom: 5px;
}
#modal_cart #cart_big .cart_scroll {
 display: block;
}
#modal_cart .cart_scroll.item_select {
 display: block;
}
#modal_cart .cart_scroll ul {
 width: 10000px;
 height: 118px;
 margin: 0 0 0 40px;
}
#modal_cart .cart_scroll li {
 border: 3px solid #CCC;
 border-radius: 5px;
 width: 109px;
 height: 100px;
 text-align: center;
 float: left;
 font-size: 14px;
 line-height: 24px;
 padding: 5px 0 0 0;
 position: relative;
 cursor: pointer;
 background: #F5F5F5;
 margin-top: 20px;
 z-index: 0;
}
/*ボタン下の白*/
#modal_cart #cartBox .left_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 20px;
 bottom: 0;
	left: 22px;
 width: 38px;
 height: 130px;
 margin: auto;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center;
 cursor: pointer;
}
#modal_cart #cartBox .right_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 20px;
 bottom: 0;
	right: 22px;
 width: 40px;
 height: 130px;
 margin: auto;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center;
 cursor: pointer;
}
#modal_cart #cart_small .cart_scroll li.lowest_price {
 position: absolute;
 right: 40px;
 z-index: 10;
}
#modal_cart #cart_big .cart_scroll li.lowest_price {
 position: absolute;
 right: 40px;
 z-index: 10;
}
#modal_cart #cart_small .cart_scroll li:last-child > span.unit_price:before {
 display: block;
 content: 'ロット最安▼';
 position: absolute;
 top: -130px;
 right: 10px;
 bottom: 0;
 margin: auto;
 width: 92px;
 height: 20px;
 color: #E23619;
}
#modal_cart #cart_big .cart_scroll li:last-child > span.unit_price:before {
 display: block;
 content: 'ロット最安▼';
 position: absolute;
 top: -130px;
 right: 10px;
 bottom: 0;
 margin: auto;
 width: 92px;
 height: 20px;
 color: #E23619;
}
#modal_cart .cart_scroll li:before {
 display: block;
 content: '';
 position: absolute;
 top: -88px;
 right: -1px;
 bottom: 0;
 margin: auto;
 width: 18px;
 height: 18px;
 background-color: #fff;
 border: 1px solid #CCC;
 border-radius: 3px;
}
#modal_cart .cart_scroll li.active_small:before, #modal_cart .cart_scroll li.active_big:before {
 background-image: url(/img/common/checkbox.svg);
 background-repeat: no-repeat;
 background-position: center 2px;
 background-size: contain;
 background-color: #E23619;
 border: 2px solid #E23619;
}
#modal_cart .cart_scroll li.active_small, #modal_cart .cart_scroll li.active_big {
 border: 3px #E23619 solid;
 box-shadow: 0px 6px 3px #C4C4C4;
 background: #fff;
 margin: 15px 0 0 10px;
}
#modal_cart .cart_scroll li.active_small:first-child {
 margin: 15px 0 0 0;
}
#modal_cart .cart_scroll li.active_big:first-child {
 margin: 15px 0 0 0;
}
#modal_cart .cart_scroll li + li {
 margin-left: 9px;
}
#modal_cart .cart_scroll .unit_price {
 display: block;
 font-weight: bold;
 font-size: 13px;
}
#modal_cart .cart_scroll li.active_small .unit_price {
 color: #E23619;
}
#modal_cart .cart_scroll li.active_big .unit_price {
 color: #E23619;
}
#modal_cart .cart_scroll .unit_price span {
 font-weight: bold;
 font-size: 17px;
 padding: 0 3px;
}
#modal_cart .cart_scroll li:hover {
 border: 3px #E23619 solid;
 box-shadow: 0px 6px 3px #C4C4C4;
 background: #fff;
 margin: 15px 0 0 9px;
 position: relative;
 z-index: 0;
}
#modal_cart .cart_scroll li:first-child:hover {
 margin: 15px 0 0 0;
}
#modal_cart .cart_scroll li.active_small:first-child:hover {
 margin: 15px 0 0 0;
}
#modal_cart .cart_scroll li.active_big:first-child:hover {
 margin: 15px 0 0 0;
}
#modal_cart .cart_scroll li.active_small:hover {
 background: #FFF7F7;
 margin: 15px 0 0 10px;
}
#modal_cart .cart_scroll li.active_big:hover {
 background: #FFF7F7;
 margin: 15px 0 0 10px;
}
#modal_cart .unit_volume {
 display: block;
 font-weight: bold;
}
#modal_cart .unit_volume span {
 font-size: 18px;
 font-weight: bold;
}
/*横送りボタン*/
#modal_cart #cartBox .right_arrow:before {
 background-image: url(/img/common/icon-arrow_white.svg);
 background-size: 10px auto;
 transform: rotate(0deg);
 right: 0;
 z-index: 10;
}
#modal_cart #cartBox .right_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 22px;
 bottom: 0;
 width: 35px;
 height: 35px;
 margin: auto;
 background-color: #53392B;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 50px;
 cursor: pointer;
 left: -68px;
 opacity: 0.8;
}
#modal_cart #cartBox .left_arrow:before {
 background-image: url(/img/common/icon-arrow_white.svg);
 background-size: 10px auto;
 transform: rotate(180deg);
 right: 0;
 z-index: 10;
}
.left_arrow {
 z-index: 2;
}
#modal_cart #cartBox .left_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 22px;
 bottom: 0;
 width: 35px;
 height: 35px;
 margin: auto;
 background-color: #53392B;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 50px;
 cursor: pointer;
 left: 25px;
 opacity: 0.8;
}
/*開閉ボタン*/
#modal_cart #cartBox .under_arrow {
 width: 815px;
 height: 130px;
 z-index: 1;
 margin: -80px 0 0 0;
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 65%);
}
#modal_cart #cartBox .under_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 73px;
 left: 0px;
 bottom: 0;
 width: 30px;
 height: 30px;
 cursor: pointer;
}
/*price_display*/
#modal_cart #price_display {
 width: 475px;
 float: left;
}
#modal_cart #price_display dt {
 color: #333333;
 font-weight: normal;
 font-size: 16px;
 float: left;
 width: 155px;
 text-align: left;
}
#modal_cart #price_display dt.red {
 color: #E23619;
}
#modal_cart #price_display dd {
 font-size: 20px;
 text-align: right;
 margin: 0 0 5px 0;
 font-weight: 700;
}
#modal_cart #price_display dd #total_volume {
 font-weight: bold;
}
#modal_cart #price_display dd.total_tax_price {
 font-weight: normal;
 font-size: 16px;
}
#modal_cart .total_price {
 border-top: 1px #C4C4C4 solid;
 padding: 15px 0 0 0;
 font-size: 18px !important;
}
#modal_cart .total_price span {
 margin: -10px 0 0 0;
 display: inline-block;
 font-size: 30px;
 font-weight: 700;
}
/*獲得ポイント非表示*/
#modal_cart #point {
 display: none;
}
/*#add_cartBox*/
#modal_cart #add_cartBox {
 float: right;
 position: relative;
 width: 300px;
}
#modal_cart #cartAdd {
 margin: 0 0 15px 0;
}
#modal_cart .cartSubmit {
 width: 300px;
 height: 45px;
 display: table-cell;
}
#modal_cart #cartSubmit1, #cartSubmit2 {
 position: relative;
}
#modal_cart #cartSubmit1:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 55px;
 bottom: 0;
 width: 32px;
 height: 32px;
 margin: auto;
 background-image: url(/img/common/icon-title_add.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
}
#modal_cart #cartSubmit2:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 55px;
 bottom: 0;
 width: 32px;
 height: 32px;
 margin: auto;
 background-image: url(/img/common/icon-title_cart2.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
}
#modal_cart #cartMessage {
 position: absolute;
 bottom: 175px;
 right: 5px;
 width: 270px;
 min-height: 40px;
 line-height: 1.4;
 padding: 5px;
 background: #fff;
 border: 5px #159DD9 double;
 border-radius: 8px;
 display: none;
 opacity: 0;
 transition: opacity 0.5s ease-out;
 box-shadow: 3px 3px 2px #999;
 z-index: 100;
}
#modal_cart #cartMessage:after {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 border-right: 5px #159DD9 double;
 border-bottom: 5px #159DD9 double;
 background: #fff;
 transform: rotate(45deg);
 position: absolute;
 bottom: -15px;
 left: 140px;
}
#modal_cart #cartMessage p {
 margin: 10px 5px;
 padding: 0 0 0 1em;
 text-indent: -1em;
}
#modal_cart #cartMessage input {
 padding: 2px 10px;
 border-radius: 5px;
 margin: 0 0 10px 20px;
}
#modal_cart input#tuikaBtn {
 padding: 4px 15px;
 border-radius: 8px;
 background: transparent linear-gradient(180deg, #FFD750 0%, #FB8700 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #D59416;
 color: #FFF;
 font-size: 16px;
 margin: 10px 10px 10px 20px;
 cursor: pointer;
}
/*お気に入りボタン*/
#modal_cart #cartSubmit3 button {
 position: relative !important;
 right: 0;
 margin: 10px 0 10px;
}
#modal_cart #cartSubmit3 .mylistOFF {
 color: #6C6C6C;
 border: solid 1px #C4C4C4;
 background: transparent linear-gradient(180deg, #FFF 0%, #C4C4C4 100%) 0% 0% no-repeat padding-box;
 height: 35px;
 border-radius: 5px;
 width: 300px;
 padding-left: 20px;
}
#modal_cart #cartSubmit3 .mylistON {
 color: #6C6C6C;
 border: solid 1px #E23619;
 background: #FFF7F7;
 height: 35px;
 border-radius: 5px;
 width: 300px;
 padding-left: 52px;
}
#modal_cart #cartSubmit3 {
 position: relative;
}
#modal_cart #cartSubmit3 .mylistOFF:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 57px;
 bottom: 0;
 width: 32px;
 height: 32px;
 margin: auto;
 background-image: url(../img/icon-title_favorite.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 cursor: pointer;
}
#modal_cart #cartSubmit3 .mylistON:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 57px;
 bottom: 0;
 width: 32px;
 height: 32px;
 margin: auto;
 background-image: url(../img/icon-title_favorite2.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 cursor: pointer;
 animation: none;
 opacity: 1;
}
#modal_cart #cartSubmit3 .mylistOFF:after {
 content: 'お気に入りに追加';
 font-size: 16px;
}
#modal_cart #cartSubmit3 .mylistON:after {
 content: 'お気に入りに追加済み';
 font-size: 16px;
}
/*引越し用*/
#modal_cart #selectBox {
	border: solid 1px #FB8700;
	margin-bottom: 10px;
	border-radius: 5px;
}
#modal_cart #selectBox h2 {
 background: #FB8700;
 padding: 3px 00;
 text-align: center;
 font-size: 18px;
 border: none;
 color: #fff;
 margin: 0 0 2px;
	border-radius: 5px 5px 0 0;
}
#modal_cart #selectBox > div {
	width: 780px;
	display: flex;
	margin: 15px auto;
}
#modal_cart .selectBox {
 color: #666666;
	width: 50%;
}
#modal_cart .selectBox label {
 line-height: 20px;
 cursor: pointer;
 border: 1px #c4c4c4 solid;
	border-radius: 5px;
 padding: 10px 0 10px 140px;
 position: relative;
 display: block;
	height: 60px;
}
#modal_cart .moving_selectBox #selectBox1 {
 background: url(/k-items/s2029-1.jpg)no-repeat left 45px top 5px;
 background-size: 70px;
}
#modal_cart .moving_selectBox #selectBox2 {
 background: url(/k-items/s2026-1.jpg)no-repeat left 45px top 1px;
 background-size: 78px;
	margin-left: 10px;
}
#modal_cart #selectBox1 #select1 {
 display: none;
}
#modal_cart #selectBox1 input:checked ~ #select1 {
 height: auto;
 display: block;
}
#modal_cart #selectBox2 #select2 {
 display: none;
}
#modal_cart #selectBox2 input:checked ~ #select2 {
 height: auto;
 display: block;
}
#modal_cart .selectBox input {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
#modal_cart .selectBox span {
	position: static;
	padding: 0;
}
#modal_cart .selectBox span:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 12px;
 bottom: 0;
 margin: auto;
 width: 16px;
 height: 16px;
 background-color: #fff;
 border: 2px solid #C4C4C4;
 border-radius: 5px;
}
#modal_cart .selectBox input[type="checkbox"]:checked + span:after {
 background-image: url(/img/common/checkbox.svg);
 background-repeat: no-repeat;
 background-position: center 2px;
 background-size: contain;
 background-color: #159DD9;
 border: 2px solid #159DD9;
}
/*ツッパリ収納箱*/
#modal_cart .selectBox dt {
 float: left;
	margin: 0;
}
#modal_cart dd#Fsize {
 float: right;
 margin: 0 0 0 10px;
}
/*入荷待ちのお知らせ*/
#modal_cart .shortage {
 border: 1px #E23619 solid;
 border-radius: 5px;
 margin: 10px 0;
}
#modal_cart .shortage dt {
 background: #E23619;
 color: #fff;
 padding: 5px 10px;
 border-radius: 4px 4px 0 0;
 text-align: left;
 margin-bottom: 0;
}
#modal_cart .shortage dd {
 padding: 5px 10px;
 text-align: left;
}
/*特別送料のお知らせ*/
#modal_cart #postage {
 border: 1px #FB8700 solid;
 border-radius: 5px;
 margin: 20px 0 0 0;
}
#modal_cart #postage dt {
 background: #FB8700;
 color: #fff;
 padding: 5px 10px;
 border-radius: 4px 4px 0 0;
 text-align: left;
 margin-bottom: 0;
}
#modal_cart #postage dd {
 padding: 5px 10px;
 text-align: left;
}
/*既製品フレキソ*/
#modal_cart #print_itemBox {
 margin: 10px 0 20px;
 position: relative;
}
#modal_cart #print_itemBox h3 {
 text-align: center;
 background: #F6AC2B;
 color: #fff;
 border-radius: 5px 5px 0 0;
}
#modal_cart #printitem {
 border: solid 1px #C4C4C4;
 border-top: none;
 border-radius: 0 0 5px 5px;
 padding: 0 20px;
}
#modal_cart #printitem::before {
 content: "";
 position: absolute;
 bottom: -28px;
 right: 140px;
 border: solid 10px transparent;
 border-top: solid 20px #fff;
 z-index: 2;
}
#modal_cart #printitem::after {
 content: "";
 position: absolute;
 bottom: -29px;
 right: 140px;
 border: solid 10px transparent;
 border-top: solid 20px #C4C4C4;
 z-index: 1;
}
#modal_cart #printitem label {
 display: block;
 padding: 10px 0;
 width: 775px;
 height: 100px;
}
#modal_cart #printitem input {
 width: 20px;
 height: 20px;
 float: left;
 margin-top: 50px;
}
#modal_cart #printitem img {
 width: 100px;
 float: left;
 margin: 0 20px;
}
#modal_cart #printitem img:hover {
 opacity: 0.8;
}
#modal_cart #printitem .product_id {
 position: static;
 display: inline-block;
 margin-right: 5px;
}
#modal_cart #printitem .goods_name {
 font-size: 16px;
 display: inline;
}
#modal_cart #printitem .quantity {
 display: inline-block;
 padding: 0 5px;
 margin-right: 5px;
}
#modal_cart #printitem .unit_price {
 margin: 20px 0 0 0;
}
#modal_cart #printitem .unit_price p {
 display: inline-block;
}
#modal_cart #printitem .unit_price .price {
 color: #E23619;
 font-weight: bold;
 font-size: 16px;
 margin-left: 15px;
}
#modal_cart #printitem .unit_price .price span {
 font-size: 14px;
 font-weight: normal;
}
#modal_cart #printitem-hosoku {
	padding: 10px;
	background: #FAF7EF;
 border-radius: 5px;
 line-height: 1.5;
 display: none;
	margin-bottom: 20px;
}
#modal_cart #printitem input[type=checkbox]:checked ~ #printitem-hosoku {
 display: block;
}
/*お問い合わせボタン*/
#modal_cart .button-brown {
	width: 300px;
	left: -300px;
}
#modal_cart span#inqButton {
 margin: 200px 0 0 0;
 display: block;
}/*在庫表示 非表示*/
#modal_cart #stockBox {
 float: right;
 margin: 28px 0 0 0;
 position: relative;
	display: none;
}
#modal_cart #msgSoldOut {
 display: none;
 width: 300px;
 height: 52px;
}
#modal_cart #msgSoldOut p {
 background: #FB8700;
 color: #fff;
 text-align: center;
 padding: 10px 0;
 font-weight: bold;
}
#modal_cart p#stockBox1, #modal_cart p#stockBox2, #modal_cart p#stockBox3 {
 border: #FB8700 1px solid;
 padding: 10px;
 color: #FB8700;
 background: #fff;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 text-indent: 0;
 width: 268px;
 height: 23px;
 display: none;
}