﻿@charset'utf-8';

/*==============================
	基本レイアウト
==============================*/
*:focus { outline:none; }

table, th {	margin:0;	padding:0;	vertical-align:top;	border:none;	border-collapse:collapse; }
th { white-space:nowrap; }

h1, h2, h3, h4 { margin:0; padding:0; text-align:left; font-size:100%; }

a:active { border:none; outline:none; }
a:hover { color:var(--link); text-decoration:none; }

button:active, button:checked { border:none; outline:none; }

ul { list-style:none; }

img { border:none; }

.clear_both {	clear:both;	height:1px;	text-align:center;	font-size:1px;	visibility:hidden;	overflow:hidden; }

.sidebox .text1 { float:left; width:100px; margin-right:5px; border:1px solid #ccc; }
.text1 { border:1px solid #ccc; }

.caution { font-weight:600; color:rgb(var(--txt-red)); }

.no2 { font-size:110%; }

.strong { font-weight:600; }

.red { color:#cc0000; }
.orange { color:#ff9900; }
.blue { color:#0000ff; }
.green { color:#006600; }
.glay { color:#666666; }

h2.red { color:#000; }

.item img {	height:auto;	margin:0;	text-align:center; }

.spacebox { height:50px; }


@media only screen and (min-width:481px) and (max-width:1024px) {
.text1 { width:50%!important; margin-right:2px!important; margin-top:1px!important; }
}



/*==============================

==============================*/
#container { width:1000px; margin:220px auto 0; text-align:left; }
#EST_SPS_cart #container,
#EST_SPS_regi #container,
#EST_SPS_order #container { margin:200px auto 0; }

#EST_SPS_cart #common_footer { margin-top:50px; }

/* マイページ、ポップアップ画面 */
#enter { width:100%; text-align:left; border:1px solid #B6A081; }

td>#header { height:auto; }

.shoplogo { width:100%; margin:0; padding:15px 5px 5px 0px; }

.siteName {	margin:0;	padding:10px 10px 0 0;	font-size:120%;	font-weight:600;	line-height:1em; }

.sitecopy {	margin:0;	padding:5px 10px 2px 0;	font-weight:400;	line-height:120%; }
.sitecopy a:hover {color:#282828; }

#enter #center3 table { border:solid 1px; }



/*==============================

==============================*/
#leftSide, #rightSide {	min-width:250px;	margin:0;	padding:0;	vertical-align:top;	background:#fff; }

#center1 {	width:700px;	margin:0;	padding:0;	vertical-align:top;	background:#fff; }

#center2 {	min-width:500px;	width:auto;	margin:0;	padding:0;	vertical-align:top;	background:#fff; }

#center3 { vertical-align:top; background:#fff; width:100%; }

/* 表組みセンタリング */
#center3 table { margin:0 auto; }
#center3 table table.bordlayoutp3 { margin:0; }

.right { text-align:right; }
.left { text-align:left; }
.middle { vertical-align:middle; }
.buttom { vertical-align:bottom; }
.float_right { float:right; }
.float_left { float:left; }



/*==============================
　パンくずリスト
==============================*/
#bread {
	margin:0 0 20px;
	padding:0 8px 0 4px;
	color:#555;
	font-size:80%;
	font-weight:600;
	letter-spacing:2px;
	/*background:#f4f4f4;
	border:1px solid #ddd;*/
	border-radius:1px;
}
#bread a {	color:#555!important;	font-weight:500;	letter-spacing:0;	padding:8px 4px;	text-decoration:none;	display:inline-block;	position:relative; }
#bread a:hover { text-decoration:underline; }



/*==============================
	商品一覧
==============================*/
.mainCont { width:auto; margin:0; padding:0; background:#fff; }
.mainCont p { line-height:1.5em; }
.mainCont font { font-size:16px!important; line-height:1.5em; }

.layoutFrame { width:100%; margin:10px auto; }
.layoutFrame td { text-align:center; margin:0; padding:0; vertical-align:top; }

.itemList { font-size:16px; line-height:1.2em; }

.layout1 { padding:10px; }
.layout1 td { margin:0; padding:10px 0; text-align:center; }
.itemList1 .layout1 { border-bottom:dashed 1px #999; }
.itemList1 .layout1:nth-of-type(2n+1) { background:#fbfbfb; }
.layout .layout1 { border:none!important; background:none!important; }

/*商品名*/
h2.goods { margin-bottom:5px; }
h2.goods a { color:#35380A; font-size:14px; font-weight:500; line-height:1.3em; }
h2.goods a:hover { color:#043c78; }

/*通常価格*/
.layoutFrame div.layout1 div.fixed { text-align:right; font-size:12px; color:#49457C; }
.layoutFrame div.layout1 div.fixed s { font-size:110%; }

/*購入数*/
.layout1 select { padding:3px; }



/*==============================
	カテゴリ
==============================*/
#center3 { width:700px; margin-left:50px; }
#center3 .header_area { margin:30px 0; }

section.category-page { width:640px; margin:20px auto; }
section.category-page h1 { margin-bottom:30px; padding:10px; font-size:22px; color:#fff; }
section.category-page img { width:640px; margin:15px auto; }
section.category-page img.margin_n { margin-bottom:-30px!important; }
section.category-page h2 { margin:30px 0 0 0; padding:5px 10px; font-size:18px; color:#fff; background:#666; }
section.category-page ul { width:100%; list-style:none; margin-bottom:30px; padding:0; }
section.category-page ul li { float:left; width:48%; margin:1%; }
section.category-page ul li:nth-child(2n) { margin-right:0; }
section.category-page ul li img { width:100%; margin-bottom:0; }

div.category-page { width:640px; margin:5% auto; }
div.category-page p.size { margin:6% 0 1%; padding:0.3em 0.6em; font-size:110%; color:#fff; background:#666; }
div.category-page p:first-child { padding:0.4em; font-size:120%; font-weight:600; color:#fff; }
div.category-page img { width:100%; margin:10px auto; }
div.category-page img.margin_n { margin-bottom:-20px!important; }
div.category-page ul { width:100%; list-style:none; margin-bottom:1%; padding:0; }
div.category-page ul li { float:left; width:49%; margin:1% 0 0.5%; }
div.category-page ul li:nth-child(2n) { margin-left:2%; }
div.category-page ul li img { width:100%; margin:0; }


.category-area { width:92%!important; }
.category-area a { display:block; }
.category-area img { width:100%; }
.category-area a + a { margin-top:4%; }
.category-area .flexbox { display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:4% auto; }
.category-area .flexbox li { width:calc(100%/2 - 2%); }


div.link > a { display:block; padding-top:100px; margin-top:-100px; }

/*color*/
div.category-page.sp-01 p:first-child { background:#fa5e38; }
div.category-page.sp-02 p:first-child { background:#FE952A; }
div.category-page.sp-03 p:first-child { background:#F9D300; }
div.category-page.sp-04 p:first-child { background:#62A031; }
div.category-page.sp-05 p:first-child { background:#F3981D; }
div.category-page.sp-06 p:first-child { background:#44B728; }
div.category-page.sp-07 p:first-child { background:#F8D70C; }
div.category-page.sp-08 p:first-child { background:#B865CC; }
div.category-page.sp-09 p:first-child { background:#F19CA7; }
div.category-page.sp-10 p:first-child { background:#EB6EA0; }
div.category-page.sp-11 p:first-child { background:#FABD56; }
div.category-page.sp-12 p:first-child { background:#886971; }
div.category-page.sp-13 p:first-child { background:#448DD6; }
div.category-page.sp-14 p:first-child { background:#25ACE3; }
div.category-page.sp-15 p:first-child { background:#47448B; }
div.category-page.sp-16 p:first-child { background:#47448B; }
div.category-page.sp-17 p:first-child { background:#EA0D7F; }
div.category-page.sp-18 p:first-child { background:#4BAFD1; }
div.category-page.sp-19 p:first-child { background:#EB7A8E; }
div.category-page.sp-20 p:first-child { background:#FF7663; }
div.category-page.sp-21 p:first-child { background:#2985CE; }
div.category-page.sp-22 p:first-child { background:#353C73; }
div.category-page.sp-23 p:first-child { background:#01A9CE; }
div.category-page.sp-24 p:first-child { background:#AFDB3E; }
div.category-page.sp-25 p:first-child { background:#C1CD4D; }
div.category-page.sp-26 p:first-child { background:#5F278C; }


@media screen and (max-width:640px) {
.category-area .flexbox li { width:100%; }
.category-area .flexbox li + li { margin-top:4%; }
}



/*==============================
　カテゴリ（スプレー、ミニ）
==============================*/
#category_spray,
#category_mini { width:1000px; margin:0 auto; }

#category_wrapper h2 {	box-sizing:border-box;	padding:8px;	font-size:18px;	letter-spacing:3px;	background:#eee;	border-radius:5px; }

/* 香り別・用途別 */
#category_wrapper #aroma,
#category_wrapper #use { margin:1% 0 2%; }
#category_wrapper #aroma li,
#category_wrapper #use li { float:left; width:23%; margin:1%; }

/*aroma*/
#category_wrapper #aroma li a {
	display:block;
	padding:12px 8px;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	color:#35380A;
	border:1px solid #666;
	border-radius:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:rgba(255,255,255,0.5);
}
#category_wrapper #aroma li a:hover { background:#f9f9f9; }
#category_wrapper #aroma li a:before { content:''; display:inline-block; width:26px; height:26px; margin:-5px 5px -8px 0; }

#category_wrapper.spray #aroma li:nth-of-type(1) a:before { background:url(https://aromic.jp/images/icon/sp-01.jpg); background-size:contain; }
#category_wrapper.spray #aroma li:nth-of-type(2) a:before { background:url(https://aromic.jp/images/icon/sp-02.jpg); background-size:contain; }
#category_wrapper.spray #aroma li:nth-of-type(3) a:before { background:url(https://aromic.jp/images/icon/sp-03.jpg); background-size:contain; }
#category_wrapper.spray #aroma li:nth-of-type(4) a:before { background:url(https://aromic.jp/images/icon/sp-04.jpg); background-size:contain; }

#category_wrapper.mini #aroma li:nth-of-type(1) a:before { background:url(https://aromic.jp/images/icon/mini-01.jpg); background-size:contain; }
#category_wrapper.mini #aroma li:nth-of-type(2) a:before { background:url(https://aromic.jp/images/icon/mini-07.jpg); background-size:contain; }
#category_wrapper.mini #aroma li:nth-of-type(3) a:before { background:url(https://aromic.jp/images/icon/mini-10.jpg); background-size:contain; }
#category_wrapper.mini #aroma li:nth-of-type(4) a:before { background:url(https://aromic.jp/images/icon/mini-11.jpg); background-size:contain; }

#category_wrapper #aroma li:nth-of-type(5) a:before { background:url(https://aromic.jp/images/icon/sp-05.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(6) a:before { background:url(https://aromic.jp/images/icon/sp-06.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(7) a:before { background:url(https://aromic.jp/images/icon/sp-07.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(8) a:before { background:url(https://aromic.jp/images/icon/sp-08.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(9) a:before { background:url(https://aromic.jp/images/icon/sp-09.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(10) a:before { background:url(https://aromic.jp/images/icon/sp-10.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(11) a:before { background:url(https://aromic.jp/images/icon/sp-11.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(12) a:before { background:url(https://aromic.jp/images/icon/sp-12.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(13) a:before { background:url(https://aromic.jp/images/icon/sp-13.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(14) a:before { background:url(https://aromic.jp/images/icon/sp-14.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(15) a:before { background:url(https://aromic.jp/images/icon/sp-15.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(16) a:before { background:url(https://aromic.jp/images/icon/sp-16.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(17) a:before { background:url(https://aromic.jp/images/icon/sp-18.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(18) a:before { background:url(https://aromic.jp/images/icon/sp-19.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(19) a:before { background:url(https://aromic.jp/images/icon/sp-20.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(20) a:before { background:url(https://aromic.jp/images/icon/sp-21.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(21) a:before { background:url(https://aromic.jp/images/icon/sp-22.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(22) a:before { background:url(https://aromic.jp/images/icon/sp-23.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(23) a:before { background:url(https://aromic.jp/images/icon/sp-25.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(24) a:before { background:url(https://aromic.jp/images/icon/sp-26.jpg); background-size:contain; }
#category_wrapper #aroma li:nth-of-type(25) a:before { background:url(https://aromic.jp/images/icon/mini-07.jpg); background-size:contain; }

/*use*/
#category_wrapper #use li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	border-radius:3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#category_wrapper #use li a img { width:100%; }
#category_wrapper #use li a p {
	position:relative;
	top:-35px;
	margin-bottom:-35px;
	padding:0.3em 0;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.6);
	white-space:nowrap;
	overflow:hidden;
}

/* 容量別 */
#category_wrapper #capa { margin:1% 0 2%; }
#category_wrapper #capa li { float:left; width:12%; margin:1%; }
#category_wrapper #capa li img { width:100%; }
#category_wrapper #capa li a { text-decoration:none; }
#category_wrapper #capa li a span {
	display:block;
	margin-top:5px;
	padding:0.4em 0;
	text-align:center;
	font-size:14px;
	color:#35380A;
	letter-spacing:1px;
	border:1px solid #666;
	z-index:1000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:rgba(255,255,255,0.5);
}
#category_wrapper #capa li a:hover span { background:#f9f9f9; }


@media screen and (max-width:1000px) {
#category_spray,
#category_mini { width:100%; }
}

@media screen and (max-width:900px) {
#category_wrapper #capa li { width:14%; }
#category_wrapper #capa li a span { font-size:12px; }
}

@media screen and (max-width:800px) {
#category_wrapper #aroma li,
#category_wrapper #use li { width:31%; }
}

@media screen and (max-width:650px) {
#category_wrapper #capa li { width:18%; }
}

@media screen and (max-width:500px) {
#category_wrapper h2 { font-size:16px; }
#category_wrapper #aroma li,
#category_wrapper #use li { width:48%; }
#category_wrapper #aroma li a,
#category_wrapper #use li a { font-size:14px; }
#category_wrapper #capa li { width:23%; }
}

@media screen and (max-width:400px) {
#category_wrapper #capa li a span { font-size:10px; letter-spacing:0; }
}



/*==============================
	商品詳細
==============================*/
.layoutp3 h2 { margin-bottom:20px; text-align:left; font-size:98%; font-weight:600; line-height:1.3em; }

/*item_wrapper*/
#item_wrapper { width:700px; margin:0 auto 50px; }
#item_wrapper .item-page,
#item_wrapper .item-page table { width:700px!important; }

/*商品説明*/
#w1000 { width:100%; max-width:1000px; margin:0 auto 20px; }
#w1000 img { display:block; margin:0 auto; }
#w1000.air iframe { display:block; width:70%; height:380px; margin:2% auto; }
.item-page, .item-page table { width:640px; margin:20px auto 50px; font-size:14px; line-height:1.5em; }
.item-page a { display:block; line-height:1.5em; }
.item-page + a { display:block; margin:-60px auto 60px; }
.item-page img { width:100%; }
.item-page img + br + a,
.item-page img { margin:30px auto 0; }
.item-page img:first-of-type { margin:0 auto; }
.item-page table + a,
.item-page dl + a { display:block; margin:30px auto 0; }
.margin_reset img { margin:0 auto!important; }
.item-page img.margin_n { margin-bottom:-30px!important; }
.item-page p { margin-bottom:30px; }
.item-page ul { margin:10px auto 30px; }
.item-page ul li { float:left; width:50%; padding:0; }
.item-page ul li img { margin:15px auto -21px; }
.item-page ul.layout3 li { width:33%; }
.item-page ul.layout3 li:nth-of-type(3n+2) { margin:0 0.5%; }
.item-page ul.layout4 li { width:25%; margin:0; }

.item-page table { width:90%; max-width:900px; margin:0 auto; text-align:left; font-weight:500; background:#fff; }
.item-page table table { width:100%; }
.item-page table th { padding:20px 0 5px; font-weight:600; letter-spacing:1px; }
.item-page table:first-of-type td,
.item-page table table td { padding:1%; border:1px solid #999; background:#fff; }
.item-page table table td:first-of-type { width:25%; font-weight:600; background:#f5f5f5; }

.item-caution { margin:15px auto 30px; font-size:1em; line-height:1.5em; color:#DC1C23; }
.item-caution dt { display:inline-block; margin:10px auto 5px; padding:0 0.5em; background:#ffeeef; }
.item-caution dd { margin:0 1em; }
.item-caution dd strong { font-weight:600; }
.item-caution a { display:inline-block; color:#2C4ABD; text-decoration:underline; }

div#attention { margin:80px 0; padding:20px 20px 0; font-weight:600; line-height:1.5em; border:solid 1px #DE1B23; }
div#attention p.title { text-align:center; font-size:30px; letter-spacing:10px; }
div#attention p.title span {
	display:inline-block;
	margin-right:10px;
	padding:8px 10px 8px 15px;
	text-align:center;
	font-size:26px;
	letter-spacing:5px;
	color:#fff;
	background:#DE1B23;
	border-radius:20px;
}
div#attention p.text { margin:20px 0; text-align:center; }
div#attention ul { list-style:none; padding:0; font-size:16px; }
div#attention ul li { margin:20px 0; padding:15px 20px; background:#FFEEEF; }
div#attention ul li span { font-size:12px; }
div#attention ul li strong { color:#DE1B23; }


/*サブ紹介文*/
/*#itemDetail-wrap:nth-of-type(n+2) {
	width:49%;
	vertical-align:top;
}
#itemDetail-wrap:nth-of-type(3n+2) { float:left; margin-right:1%; }
#itemDetail-wrap:nth-of-type(3n+3) { float:right; margin-left:1%; }
#itemDetail-wrap:nth-of-type(3n+3) + section { content:''; display:block; clear:both; }*/
#itemDetail-wrap:nth-of-type(2n+2) + section { content:''; display:block; clear:both; }
.relation-link { float:right; width:49%; margin:0 0 2em 1%; }
.relation-link li { width:100%; margin-bottom:.4em; }
.relation-link li:last-of-type { margin-bottom:none; }
.relation-link a {
	display:block;
	padding:.6em .8em;
	font-weight:600;
	line-height:1.5em;
	color:#043c78;
	background:rgba(4,60,120,.1);
}
.relation-link a:hover { background:rgba(4,60,120,.2); }
.relation-link + font { float:left; width:49%; margin:0 1% 2em 0; }
.relation-link + font > a { padding:0 .2em; color:#043c78; background:rgba(4,60,120,.1); border-radius:.1em; }
.item-spec tr { font-size:.9em; line-height:1.3em; border:1px solid #aaa; }
.item-spec th,
.item-spec td { padding:.5em; }
.item-spec th { border-right:1px solid #aaa; }

/*リンク*/
.item-page a { text-decoration:none; }
.item-page a p {
	margin:-20px auto 30px;
	padding-right:1.1em;
	text-align:right;
	font-size:120%;
	background:url(../svg/i-link.svg) no-repeat right center;
	background-size:.9em;
}
.item-page a p:hover {
	background:url(../svg/i-link_nv.svg) no-repeat right center;
	background-size:.9em;
}

/*商品画像*/
.layoutp3 .itemImage { width:200px!important; margin:0 10px 0 0!important; }
.layoutp3 .item .zoomItemPic img { width:100%; }
.layoutp3 .item .thumbnailImgs img { width:22%; }
.layoutp3 .itemImage p.center { font-size:80%; }
.layoutp3 .itemImage p.center img { position:relative; top:5px; }

/*販売期間*/
.layoutp3 div.fixed { font-size:100%; line-height:1.3em; }

/*注文数*/
.layoutp3 input[type="text"] { margin-right:5px; padding:5px 10px; }
.layoutp3 select { padding:5px 10px 10px; background:#fff; }

/*カートボタン*/
.layoutp3 #_gaCartButton { display:block; margin-bottom:20px; text-align:right; }
/*div#pi_cart { margin-top:-120px!important; padding-top:120px!important; }*/
p#cart-top a .svg { display:block; width:1.5em; height:1.5em; margin:0 auto; }
p#cart-top a .svg path { fill:#043c78; }

/*レビュー*/
#itemRatinglist { margin-bottom:2em; }

/*返品・問合せリンク*/
.layoutp3 #_gaBizRetStn,
.layoutp3 #_gaBtnFormStn { position:relative; top:3px; font-size:80%; }

/*関連商品*/
.layoutFrame h3 { letter-spacing:1px; }

/*エアー予約*/
table.air-yoyaku { border:2px solid #05C2D8; }
table.air-yoyaku tr:first-of-type {	text-align:center;	font-size:180%;	font-weight:600;	color:#fff;	background:#05C2D8; }
table.air-yoyaku tr th { padding:.6em .5em .5em; }
table.air-yoyaku td { padding:.8em; font-size:120%; line-height:1.5em; }
table.air-yoyaku tr:last-of-type td { padding-top:0; color:#DE1B23; }
table.air-yoyaku td strong { margin:0 .2em; padding:0 .2em; color:#DE1B23; background:#FFF256; }
div.cart-area > table.air-yoyaku { font-size:.8em; }
div.cart-area > table.air-yoyaku tr:first-of-type { font-size:1.5em; }
dl.yoyaku-info {
	max-width:800px;
	width:96%;
	margin:1em auto 2em;
	padding:1.5em;
	color:#35380A;
	border:.2em solid #fffd96;
	border-radius:1em;
}
dl.yoyaku-info dt {
	display:inline-block;
	margin-bottom:.6em;
	padding:.2em 1em;
	line-height:1.2em;
	background:#fffd96;
	border-radius:2em;
}
dl.yoyaku-info dd { line-height:1.5em; }
dl.yoyaku-info dd strong {
	padding:0 .2em;
	font-weight:600;
	background:linear-gradient(transparent 70%, #fffd96 70%);
}
dl.yoyaku-info dd:nth-of-type(n+2) { color:#DE1B23; }

/* クーポン隠し（キャンディー） */
.item-page .m-over01 { display:block; margin-bottom:100px; }
.item-page .m-over01 a {
 width:150px;
 height:150px;
 background:url("/coupon/candy_01.png") no-repeat;
	background-size:100%;
 display:block;
 text-indent:-9999px;
}
.item-page .m-over01 a:hover {
 background-image:url("/coupon/candy_02.png");
	background-size:100%;
}
/* クーポン隠し（カボチャ） */
.item-page .m-over02 { display:block; margin-bottom:100px; }
.item-page .m-over02 a {
 width:150px;
 height:150px;
 background:url("/coupon/pumpkin_01.png") no-repeat;
	background-size:100%;
 display:block;
 text-indent:-9999px;
}
.item-page .m-over02 a:hover {
 background-image:url("/coupon/pumpkin_02.png");
	background-size:100%;
}
/* クーポン隠し（オバケ） */
.item-page .m-over03 { display:block; margin-bottom:100px; }
.item-page .m-over03 a {
 width:150px;
 height:150px;
 background:url("/coupon/ghost_01.png") no-repeat;
	background-size:100%;
 display:block;
 text-indent:-9999px;
}
.item-page .m-over03 a:hover {
 background-image:url("/coupon/ghost_02.png");
	background-size:100%;
}


@media screen and (max-width:900px) {
#w1000.air iframe { height:300px; }
}

@media screen and (max-width:700px) {
#w1000.air iframe { height:250px; }
}

@media screen and (max-width:640px) {
#w1000 img { width:100%; }
.relation-link { float:none!important; width:96%; margin:0 auto; }
dl.yoyaku-info { padding:1em; font-size:.9em; }
}

@media screen and (max-width:600px) {
#w1000.air iframe { width:90%; }
}

@media screen and (max-width:500px) {
#w1000.air iframe { height:200px; }
}

@media screen and (max-width:400px) {
#w1000.air iframe { height:180px; }
}

@media screen and (max-width:350px) {
#w1000.air iframe { height:160px; }
}



/*==============================
	商品詳細（1ページ複数表示形式）
==============================*/
#pi_cart.original { border-bottom:1px solid #35380A; padding-bottom:50px; }
#pi_cart.original div,
#pi_cart.original dl.item_spec { float:left; }

#pi_cart.original .item_img { width:28%; margin-right:2%; }
#pi_cart.original .item_img:after {
	display:block;
	content:"";
	margin-top:8px;
	font-size:12px;
 clear:both;
 height:0;
 visibility:hidden;
}
#pi_cart.original .item_img img { width:100%; margin-bottom:2%; }
#pi_cart.original .item_img a:nth-of-type(n+2) {
	float:left;
	width:calc(92%/4);
	margin:.5% 1%;
	box-sizing:border-box;
}

#pi_cart.original .item_detail { width:70%; }
#pi_cart.original .item_detail p:nth-of-type(1),
#pi_cart.original .item_detail p:nth-of-type(2) { font-weight:600; }
#pi_cart.original .item_detail p:nth-of-type(1) { line-height:1.4em; }
#pi_cart.original .item_detail p:nth-of-type(2) {
	padding:3% 0;
	text-align:right;
	font-size:120%;
	color:#DE1B23;
}
#pi_cart.original .item_detail p:nth-of-type(2):before {
	content:"\8CA9\58F2\4FA1\683C\FF1A";
	padding-right:2%;
	font-size:90%;
	font-weight:500;
	color:#000;
}
#pi_cart.original .item_detail i {
	display:block;
	margin:3% 0 0;
	text-align:right;
	text-decoration:line-through;
	font-size:95%;
	font-weight:500;
	color:#000;
}
#pi_cart.original .item_detail i:before { content:"\901A\5E38\4FA1\683C\FF1A"; }
#pi_cart.original .item_detail i:after { content:"(\7A0E\8FBC)"; }
#pi_cart.original .item_detail i.tax-free:after { content:"(\7a0e\5225)"; }
#pi_cart.original .item_detail p:nth-of-type(2) strong {
	margin-right:8px;
	padding:2px 6px;
	font-size:14px;
	letter-spacing:1px;
	border:1px solid #DE1B23;
}
#pi_cart.original .item_detail p:nth-of-type(2) span:before { padding-right:3px; content:"(\7A0E\8FBC"; }
#pi_cart.original .item_detail p:nth-of-type(2) span.tax-free:before { content:"(\7a0e\5225"; }
#pi_cart.original .item_detail p:nth-of-type(2) span { padding-left:5px; font-size:80%; }
#pi_cart.original .item_detail p:nth-of-type(2) span:after { content:")"; }

#pi_cart.original .item_cart li { margin-bottom:2%; }
#pi_cart.original .item_cart p {
	display:inline-block;
	font-size:100%!important;
	font-weight:500!important;
	color:#000!important;
}
#pi_cart.original .item_cart p:before,
#pi_cart.original .item_cart p:after { display:none; }
#pi_cart.original .item_cart select,
#pi_cart.original .item_cart input { margin-right:5px; padding:5px; }
#pi_cart.original .item_cart select { margin-right:5%; }
#pi_cart.original form input[type="submit"] {
	display:block;
	margin:2% 0 4% auto;
	padding:8px 20px;
	text-align:center;
	font-size:110%;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
	background:#444;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
#pi_cart.original .item_cart .option_comment { display:inline-block; }

#pi_cart .cart-area { margin:0 0 0 260px!important; }

#pi_cart.original .item_spec {
	width:100%;
	margin-top:2%;
	padding:1%;
	text-align:left;
	font-size:14px;
	line-height:1.5em;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
}
#pi_cart.original .item_spec th,
#pi_cart.original .item_spec td { padding:2%; border:solid 1px #666; }
#pi_cart.original .item_spec tr:last-of-type th,
#pi_cart.original .item_spec tr:last-of-type td { border-bottom:none; }
#pi_cart.original .item_spec th { width:25%; background:#f5f5f5; border-right:solid 1px #666; }
#pi_cart.original .item_spec td { width:75%; background:#fff; }


@media screen and (min-width:1017px) {
#pi_cart.original { width:700px; margin-bottom:60px; }
}

@media screen and (max-width:999px) {
#pi_cart.original { width:96%; margin-bottom:40px; }
#pi_cart .cart-area { width:60%!important; margin:10% 0 0 40%!important; }
}

@media screen and (min-width:641px) {
.item-page.w1000,
.item-page.w1000 table { width:1000px; }
.item-page.w1000 div#pi_cart { margin-top:-50px!important; padding-top:50px!important; }
#pi_cart.original.w1000 {
	width:1000px;
	margin:0 0 80px!important;
	padding:50px!important;
	border:50px solid #f5f5f5;
	box-sizing:border-box;
}
#pi_cart.w1000 .cart-area { margin:0 0 0 360px!important; }
}



/*==============================
	サブ紹介文
==============================*/
.cart-area { width:440px; margin:0 5px 50px auto; }
.cart-area img { width:100%; margin:2% 0; }

/* 商品詳細 */
.cart-area .item-spec { width:100%; margin:20px auto; font-size:14px; line-height:1.5em; border-collapse:collapse; }
.cart-area .item-spec th { width:7em; padding:5px; text-align:left; background:#eee; border:1px solid #999; }
.cart-area .item-spec td { padding:5px; background:#fff; border:1px solid #999; }



/*==============================
	買い物かご
==============================*/
#EST_SPS_regi .mainFrame .mainCont { text-align:left; }
#EST_SPS_regi .cartItem .backcolor1 td:nth-of-type(3),
#EST_SPS_regi .cartItem .backcolor1 td:nth-of-type(4),
#EST_SPS_regi .cartItem .backcolor1 td:nth-of-type(5) { width:70px; }
#EST_SPS_cart .cartItem .backcolor2 td { line-height:1.4em; vertical-align:top; }
#EST_SPS_regi .cartItem .backcolor2 td { vertical-align:top; line-height:1.4em; }
#EST_SPS_cart .cartItem .backcolor2 td:nth-of-type(2),
#EST_SPS_regi .cartItem .backcolor2 td:nth-of-type(2) { vertical-align:top; font-size:14px; }

#EST_SPS_regi table.cartItem.border { margin-top:5px; }

#EST_SPS_cart input[type="button"],
#EST_SPS_regi input[type="button"] {
	display:block;
	position: relative;
	margin:20px auto;
	padding:.2em 1em .1em;
	text-align:center;
	font-size:100%;
	color:#000;
	background:#e3e3e3;
	border:none;
	border-radius:50px;
	box-shadow:0 3px 0 #ccc;
	cursor:pointer;
}
#EST_SPS_regi input[type="button"] { display:inline-block; padding:.2em 1em .1em; }
#EST_SPS_cart input[type="button"]:active,
#EST_SPS_regi input[type="button"]:active { top:3px; box-shadow:none; }
#EST_SPS_cart .button1 { min-width:10em!important; }
#EST_SPS_cart #newMemberBtn { min-width:16em!important; }
#EST_SPS_regi .regi_back { min-width:4em!important; }
#EST_SPS_regi .regi_next { min-width:12em!important; }
#EST_SPS_regi .pmAdditionalCheck.off { min-width:12em!important; }

/*インフォメーション*/
#info_inline { margin-bottom:2em; }
#info-wrapper { margin:2em auto; font-size:.95em; line-height:1.5em; color:#000; }
#info-wrapper dl {
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:1em;
	border:3px solid #eee;
	border-radius:.5em;
}
#info-wrapper dt { margin-bottom:.5em; padding:.3em .6em; background:#eee; }
#info-wrapper dt i { margin-right:1em; font-style:normal; }



/*==============================

==============================*/
/*センターコンテンツ  */
.topIMG { margin:0; padding:0; }

.topIMG td { margin:0; padding:0; background:#fff; }

.shopCopy {
	margin:0;
	padding:3px 10px 3px 10px;
	font-size:110%;
	line-height:130%;
	text-align:left;
	color:#666;
	font-weight:400;
}

/* タイトルデザイン */
.free_title {
	width:auto;
	margin:0;
	padding:15px 0px 12px 8px;
	vertical-align:middle;
	font-size:12px;
	font-weight:600;
	line-height:100%;
	letter-spacing:0.2em;
	color:#000;
	background:#D6D6D6;
}

.title1 {
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:500;
	line-height:1.3em;
	letter-spacing:2px;
	color:#000;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-sizing:border-box;
}
.title1 a { color:#000; text-decoration:underline; }
.title1 a:hover { color:#000; font-weight:600; }

.title2 {
	width:auto;
	margin:0;
	padding:15px 0px 12px 8px;
	font-size:12px;
	font-weight:600;
	line-height:100%;
	vertical-align:middle;
	letter-spacing:0.2em;
	color:#000;
	background:#D6D6D6;
}
.title2 a { color:#000; text-decoration:underline; }
.title2 a:hover { color:#000; font-weight:600; }

.title3 {
	width:auto;
	margin:0;
	padding:15px 0px 12px 8px;
	font-size:12px;
	font-weight:600;
	line-height:100%;
	vertical-align:middle;
	letter-spacing:0.2em;
	color:#000;
	background:#D6D6D6;
}
.title3 a { color:#FF286F; text-decoration:underline; }
.title3 a:hover { color:#FF286F; font-weight:600; }

.rank { text-align:left; }

.contbox { width:auto; margin:0; padding:10px 0px; }

ul.news{ margin:0; padding:0 0px 0px 12px; text-align:left; color:#000; }

li.p3 { padding:3px; }

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0;
	list-style:square;
	color:#35380A;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:110%;
	text-align:left;
	padding:0 20px;
	margin:0;
	color:#35380A;
}
li.sm1 { margin:4px ;display:block;list-style-type:none;}
li.sm2 { margin:0 0px 0px -35px;display:block;list-style-type:none;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:110%;
	padding:5px 25px;
	color:#35380A;
	background:url(../img/icon_sitemap.gif) no-repeat ;
	background-position:left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3 table{text-align:left;width:100%;}
.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px; }
.layoutp3 td { padding:3px; vertical-align:top; }
.layoutp3 .border { border:1px solid #999999;}

.bordlayoutp3  { padding:5px 0px; line-height:1.4em;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#DDDDDD;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#D7EBF4;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

/* 第二階層 */

h4.title{
	font-size:110%;
	margin:5px 0px;
	padding:2px 0px;
	color:#FF0000;
	border-bottom:1px dotted #35380A;
}

.mainFrame{ /* メイン大枠 */
	margin:0;
	padding:0;
	background-color:#fff;
	/*ackground:#1587C2;*/
	/* background:url(../img/mainframe.gif) ;*/
}

p.title	{ margin:3px 0px;
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:600;
}
/* メールマガジンアイコン設定 */
.mailmag_ent,.mailmag_cha,.mailmag_can {
	color:#FF0000;
}

.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList {
	float:right;
	width:auto;
	margin:0;
	padding:10px 3px 5px 3px;
	color:#35380A;
}
#sortList select { padding:5px 5px 8px; }

.pageTop { /* ページトップ */
	padding:13px 0px 3px 17px;
	margin:10px 0px 5px  5px ;
	background-image:url(../img/icon_top.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:90%;
	font-weight:600;
	float:right;
}
.pageTop a{ color:#666666;text-decoration:none;border:1px #FFFFFF solid;padding:3px;}
.pageTop a:hover{ color:#FF0000;text-decoration:none;border:1px #FF0000 solid;padding:3px;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0;
	width:auto;
	color:#FFFFFF;
	height:100px;
	text-align:center;
	margin-top:13px;
	vertical-align:bottom;
	padding-top:35px;
	<EBIfNonEmpty tag="EBHffBgurl">background:url(<EBHffBgurl>) <EBHffBgurlp> no-repeat #000000;</EBIfNonEmpty>
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:100px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding:0;
	color:#FFFFFF;
}
.footnavi a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:400;
}
.footnavi a:hover { color:#FF0000;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0;
	width:auto;
	height:20px;
	text-align:center;
	vertical-align:bottom;
	/* background:url(../img/copyright.gif) ;*/
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:0;
	width:auto;
	background:#F8F9F9;
	border-bottom:1px #DDDDDD solid;
}
#search form{width:155px;}
#search label{
	padding:7px 0px 0px 7px;
	margin:0;
	color:#000000;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:12px;
	font-weight:600;
}


.fieldarea{padding:5px 0px 5px 0px;vertical-align:middle;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0 0px;
	display:block;
	line-height:130%;
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0;
}

ul.free_listbox{
	text-align:left;
	padding:0;
	margin:0;
	list-style:none;
}

ul.listbox{
	text-align:left;
	padding:0;
	margin:0;
	list-style:none;
}

li.ca1 {
	margin:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

li.ca2 {
	margin:0;
	border-bottom:1px solid #FFFFFF;
}
li.ca1 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:400;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#000000;
}

li.ca1 a:hover{
	font-weight:400;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#666666;
}

li.ca2 a{ padding:1px 3px 1px 15px;
	display:block;
	color:#666666;
	font-weight:400;
	text-decoration:none;

}
li.ca2 a:hover{
	color:#000000;
	font-weight:400;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #DDDDDD;
}

li.ca3 {
	margin:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

li.ca3 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:400;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#000000;
}

li.ca3 a:hover{
	font-weight:400;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#666666;
}

li.ca4 {
	margin:0;
	border-bottom:1px solid #FFFFFF;
}

li.ca4 a{ padding:3px 3px 3px 25px;
	display:block;
	color:#35380A;
	font-weight:400;
	text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #EBEBEB;
}

li.ca4 a:hover{
	color:#547D2B;
	font-weight:400;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #EBFFAC;
}

.sline1 { /* サイドバー下ライン */
	padding:0;
	margin:0;
}

.sline2 { /* サイドバー下ライン */
	padding:0;
	margin:0;
}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight:600;
	 text-align:center;
	 padding:3px;
	 color:#35380A;
}
caption a{ color:#35380A;text-decoration:underline;}
caption a:hover{ color:#35380A;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse:collapse;
	 padding:5px 0px;
	 margin:0 auto;
	 text-align:center;
	 background-color:#FFFFFF;
}

div#calendar_div table{
	margin:0 auto;
	text-align:center;
	width:150px;
}

.carender td {
	padding:2px;
	border-collapse:collapse;
	text-align:center;
	border:1px solid #CCCCCC;
	 background-color:#FFFFFF;
}

.carender th {
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	 background-color:#FFFFFF;
}

th.day { /* ヘッダ平日 */
	font-weight:600;
	color:#666666;
	background:#FFFFFF;
	text-align:center;
}

th.sun { /* ヘッダ日曜 */
	color:#FFFFFF;
	background:#666666;
	text-align:center;
}

th.sat { /* ヘッダ土曜 */
	color:#666666;
	background:#DDDDDD;
	text-align:center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	padding:0 0px 0px 5px;
	border:2px solid #FFFFFF;
}

.line01{
	/*border:#DEDBBE 1px dotted;*/
	vertical-align:bottom;
}

/* RSS設定 */
#rss{
	margin:0 0 20px 0;
	padding:0;
}

#count{ /* カウンター */
	margin:0;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /*コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/*background:url(../img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 5px 0px;
	display:block;
	font-size:110%;
	color:#666666;
	height:19px;
	text-decoration:underline;
	/*background:url(../img/entry_title.gif);*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#35380A;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:1px solid #ded9c5;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#547D2B;
	background:url(../img/subtitle.gif);
	height:19px;
}

 p.label { /* ブログコメントタイトル */
	font-weight:600;
	color:#666666;
}

.tb_url{ /* トラックバックurl */
	font-weight:600;margin-bottom:10px;
}

/********************************************************************/
/* カート */

[id^='EST_SPS_'] .point {font-size:120%;color:red;font-weight:600;}

.pointline {font-size:100%;color:#FFFFFF;font-weight:600;padding:3px ;padding-bottom:5px;background-color:#666666;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat;
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
	background-repeat:no-repeat;
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
	background-repeat:no-repeat;
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
	background-repeat:no-repeat;
}

/* ご利用案内 */
table.layout_left_shoppinguide{
	width:100%;
}

/********************************************************************/
/*** 商品詳細ページの在庫の直接表示用 ***/
#itemStocklist table {
	border-collapse:collapse;
	margin:5px 0;
	padding:0;
}

#itemStocklist th,
#itemStocklist td {
	margin:0;
	padding:0;
	font-weight:400;
	text-align:left;
	line-height:1.2;
}

#itemStocklist th {
	white-space:normal;
	width:auto;
	border:1px solid #999;
	vertical-align:middle;;
}

#itemStocklist td {
	white-space:normal;
	width:auto;
	border:1px solid #999;
}

#itemStocklist th p,
#itemStocklist td p {
	padding:1px 4px;
	line-height:1.2;
}

#itemStocklist td input,
#itemStocklist td img {
	width:80px;
	height:24px;
	margin:2px;
}

/* バリエーションなしorまとめて管理 */
#itemStocklist table.contType {width:auto;}

#itemStocklist table.contType th,
#itemStocklist table.contType td {
	padding:0 10px;
	vertical-align:middle;
	font-size:0.9em;
}

/* バリエーションごとに管理 */
#itemStocklist table.listType {width:100%;}

#itemStocklist table.listType th,
#itemStocklist table.listType td {font-size:0.8em;}

#itemStocklist table.listType td.stk {
	width:5em;
	text-align:center;
}

#itemStocklist table.listType td.btn {
	width:84px;
	vertical-align:middle;
	text-align:center;
}


/*************************************************/
/*** 複数カテゴリ（サブメニュー用） ***/

/*サブメニュー準備*/
#sps-itemCategoryBox ul {
	zoom:1;
}

#sps-itemCategoryBox,
#sps-itemCategoryBox ul,
#sps-itemCategoryBox li {
	margin:0;
	padding:0;
}

#sps-itemCategoryBox li {
	list-style:none;
}

#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList {
	position:relative;
}

/*サブメニュー非表示（初期）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	width:100%;
	position:absolute;
	top:0;
	left:100%;
	display:none;
}

/*サブメニュー表示（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList:hover .sps-itemCategorySub {
	display:block;
	z-index:99;
}

/*サブメニューボックス*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	padding: 5px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background:#fff;
}

/*サブメニュー内リンク*/
#sps-itemCategoryBox .sps-itemList .ca2 a {
	color:#00f;
	font-weight:400;
	text-decoration:underline;
}

/*サブメニュー内リンク（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .ca2 a:hover {
	color:#00f;
	font-weight:400;
	text-decoration:underline;
}

/*************************************************/
/*** 複数カテゴリ（商品一覧用） ***/

/*商品一覧の選択カテゴリの上位カテゴリ*/
#sps-itemCategoryBox .sps-selList .sps-itemCategoryUp .ca2 a {
	padding-left:0.3em;
	background-image:none;
}

/*商品一覧の表示パターン1（全商品カテゴリを見る非表示）*/
#sps-itemCategoryBox .sps-selList+.sps-itemList {
	margin:2em 0;
}

/*商品一覧の表示パターン2（全商品カテゴリを見る表示）*/
#sps-itemCategoryBox .sps-allList {
	margin:2em 0;
}

#sps-itemCategoryBox .sps-allList .sps-itemCategoryMain .ca2 a {
	padding-left:0;
	padding-right:0;
	background-image:none;
	text-align:center;
}

/*商品一覧表示パターン2（全商品一覧の表示位置調整）*/
#sps-itemCategoryBox .sps-allList+.sps-itemList {
	margin:-2em 0 2em;
}

/*************************************************/
/*** 複数カテゴリ（サイトマップ用） ***/

/*見出し*/
#sps-smItemCategory h5 {
	margin:0 0 0 25px;
	font-size:1em;
}

/*第2階層以下のカテゴリ*/
#sps-smItemCategory li.sm1 ul {
	margin:0;
	padding:0;
}

/*第2階層のカテゴリ*/
#sps-smItemCategory li.sm2 {
	margin:0 0 0 1px;
}

/*************************************************/
/*** キーワードリンク（左サイド用）レイアウト ***/
#sps-leftKeywordBox li {background:none;margin:0 5px 0 0;padding:0;display:inline;line-height:1.6;}
#sps-leftKeywordBox li a {background:none;padding:0;display:inline;text-decoration:underline;}

/*** 商品検索（ヘッダ用）レイアウト ***/
#sps-headSearchBox {text-align:left;}
#sps-headSearchBox form {display:block;padding:5px 10px;}
#sps-headSearchBox form label {padding-right:10px;font-size:0.9em;}
#sps-headSearchBox form input[type=text] {width:40%;padding:0.1em 0.3em;font-size:1.1em;}
#sps-headSearchBox form input[type=submit] {font-size:1.1em;}

/*** 商品検索（ヘッダ用）デザイン ***/
#sps-headSearchBox {
	background:#d6d6d6; /* 背景 */
}

#sps-headSearchBox form {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headSearchBox form {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headSearchBox form label {
	color:#000; /* 文字色 */
	font-weight:600; /* 太字 */
}

/*** キーワードリンク（ヘッダ用）レイアウト ***/
#sps-headKeywordBox {text-align:left;}
#sps-headKeywordBox div {padding:5px 10px;line-height:1.6;font-size:0.9em;}
#sps-headKeywordBox ul {margin:0;padding:0;display:inline;}
#sps-headKeywordBox li {list-style:none;display:inline-block;padding-right:0.5em;}

/*** キーワードリンク（ヘッダ用）デザイン ***/
#sps-headKeywordBox {
	background:#f8f9f9; /* 背景色 */
}

#sps-headKeywordBox div {
	border:1px solid #ddd; /* 枠線 */
}

div + #sps-headKeywordBox div {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headKeywordBox span {
	color:#000; /* 見出し */
}

#sps-headKeywordBox span:after {
	content:" ： "; /* 見出し区切り文字 */
}

/*** ヘッダ区切り線調整 ***/
#sps-headSearchBox + div.hline,
#sps-headKeywordBox + div.hline {margin-bottom:10px;}

/* まとめ割引リンク */
#bundle_link {
    margin-top: 3px;
    text-align:center;
}

.bundle_display a {
    display:inline-block;
    margin-top:3px;
    padding:3px;
    border:1px solid #f00;
    line-height:1.3;
    text-decoration:none;
    color:#f00;
}

.bundle_display a:hover {
    border:1px solid #f00;
    background:#ffefef;
}

.bundle_table{
    border: 1px solid #999;
    word-wrap: break-word;
    width:98%;
    font-size:0.75em;
}

.bundle_title{
    background-color: #DDD;
    border: 1px solid #999;
    padding: 2px 4px;
}

.bundle_backcolor1{
    background-color: #DDD;
    border: 1px solid #999;
    padding: 2px 4px;
    text-align: center;
}

.bundle_backcolor2{
    background-color: #FFF;
    border: 1px solid #999;
    padding: 2px 4px;
}

.bundle_name {
    display: inline-block;
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #f00;
    line-height: 1.3;
    text-decoration: none;
    color: #f00;
}


div[aria-describedby='bundle_dialog'] .ui-widget-header {
    border: 0px;
    background: #ffffff;
    text-align: left;
}
#bundle_dialog table {
  border-collapse: collapse;
}

#bundle_detail > .bundle_table + h4,
#bundle_detail > .bundle_table + .bundle_table {
 margin-top:1.5em;
}

#bundle_detail > div:last-child {
 padding:1.5em 0 1em;
 text-align:center;
}

#bundle_detail > .bundle_table td {
 font-size:1.2em;
}

#bundle_detail > .bundle_table ul.option_style li {
 color:#222;
}


/*▼Aromastar*/
p#page-top { display:none!important; }

#container tr:last-of-type { position:absolute; left:0; }
#container table tr:last-of-type { position:inherit; }

#common_header { /*position:absolute; top:0; left:0;*/ width:100%; }
#container #header_outline { top:0; left:0; }

#container #common_glovalnav { position:absolute!important; top:0!important; left:0; }

#container #common_info { width:100%; margin:10px auto; }
@media screen and (max-width:1017px) {
#container #common_info { width:100%;  }
}
@media screen and (max-width:710px) {
#container #common_info { margin:-60px 0 -40px; }
}
@media screen and (max-width:657px) {
#container #common_info { margin:-60px 0 -30px; }
}

#container #contents_event { top:60px; margin-bottom:100px; }

.info_frame { margin:-15px 0 0; }
#EST_SPS_cart .info_frame,
#EST_SPS_regi .info_frame,
#EST_SPS_order .info_frame { margin:-75px 0 30px; }

#container tr:last-of-type { width:100%; }

#common_leftnav { margin-bottom:20px; }

#common_footer { position:absolute; width:100%; }
@media screen and (min-width:701px) {
#common_footer #contact div.message { display:none; }
}

#header_search button.submit { padding:9px 0!important; }



/*==============================
	guide
==============================*/
#shopGuide_wrap { width:calc(100% - 2em); max-width:800px; margin:0 auto 4em; line-height:1.6em; }
#shopGuide_wrap h1 { margin-bottom:1em; padding:1em; text-align:center; background:#f5f5f5; border:1px solid; }

#shopGuide_wrap .chart:nth-of-type(n+2) { margin-top:2em; }
#shopGuide_wrap .chart h2.ttlShop { margin-bottom:1em; padding:1em; background:#f5f5f5; }

#shopGuide_wrap .chart table th { text-align:left; }


@media screen and (max-width:768px) {
#shopGuide_wrap { margin-bottom:3em; }
}

@media screen and (min-width:426px) {
#shopGuide_wrap .chart table tr:nth-of-type(n+2) { border-top:1em solid #fff; }
#shopGuide_wrap .chart table th { padding-right:1em; text-align:left; }
}

@media screen and (max-width:425px) {
#shopGuide_wrap { margin-bottom:2em; font-size:.94em; }
#shopGuide_wrap .chart table,
#shopGuide_wrap .chart table tbody,
#shopGuide_wrap .chart table tr,
#shopGuide_wrap .chart table tr > * { display:block; }
#shopGuide_wrap .chart table tr:nth-of-type(n+2) { margin-top:1em; }
#shopGuide_wrap .chart table th { margin-bottom:.4em; padding-left:.4em; border-left:.3em solid #aaa; }
}


