/* charset */
@charset "UTF-8";

/* ----- テキスト設定 ----- */
h4 {
	margin: 30px 20px 5px 20px;
}

/* ----- レイアウト ----- */
@media screen and (max-width: 480px) {
	#headerWrap span { display: none; }
}
@media screen and (min-width: 481px) and (max-width: 899px) {
	#headerWrap span { display: none; }
}
@media screen and (min-width:900px) {
	#headerWrap span { padding-top: 50px; display: block; }
}

#store {
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 480px) {
	#store  { width: 100%; padding: 0; }
	#storeSub  { width: 100%; }
	#storeMain { width: 100%; }
}
@media screen and (min-width: 481px) and (max-width: 899px) {
	#store  { width: 100%; padding: 0 }
	#storeSub  { width: 100%; }
	#storeMain { width: 100%; }
}
@media screen and (min-width:900px) {
	#store  { width: 1000px; padding: 10px 0; }
	#storeSub  { width: 200px; float: left; }
	#storeMain { margin-left: 10px; width: 790px; float: left; }
}

.storeSubContents {
	margin: 10px auto;
	padding: 2px 5px;
	background-color: #F6F6F6;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}
.storeSubContents ul {
	padding: 0;
	line-height: 140%;
	list-style-image: none;
	list-style: none;
	list-style-position: outside;
}
.storeSubContents li {
	margin: 8px 4px;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #CCCCCC;
}
.storeSubContents li a:link { color: #444444; text-decoration: none; }
.storeSubContents li a:visited { color: #444444; text-decoration: none; }
.storeSubContents li a:hover { color: #007700; text-decoration: none; }
.storeSubContents li a:active { color: #007700; text-decoration: none; }

.storeMainWrap {
	margin: 10px auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}
.storeMainWrap p {
	margin: 0;
	padding: 0 10px;
}

@media screen and (max-width: 480px) {
	.content  { width: 100%; }
	.storeMainWrap { width: 90%; }
}
@media screen and (min-width: 481px) and (max-width: 899px) {
	.content  { width: 100%; }
	.storeMainWrap { width: 90%; }
}
@media screen and (min-width:900px) {
	.content  { width: 100%; }
	.storeMainWrap { width: 90%; }
}

.storeMainWrapLR {
	display: flex;
	width: 100%;
	justify-content:center;
}
.storeMainWrapLRbox {
	margin: 5px;
	padding: 10px 0 5px 0;
	width: 45%;
	background-color: #EEEEEE;
}

.storeMainArrow {
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	color: #C97C0C;
}

/* モバイル用サブメニュー ----- */
#storeSubSp {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}
#storeSubSp .storeSubContents {
	margin-top: 0;
	border-width: 0;
	background: none;
}

#storeSubSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#storeSubSp li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100px;
	float: left;
	text-align: center;
	border-width: 0;
}
#storeSubSp li a {
	margin: 0;
	display: block;
}
#storeSubSp li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
}

#storeSubSp li ul li {
	overflow: hidden;
	width: 220px;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#storeSubSp li ul li a {
	padding: 5px 5px 5px 15px;
	background-color: #F6F6F6;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#storeSubSp li:hover ul li {
	overflow: visible;
	height: 30px;
	border-image: none;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #CCCCCC;
}
#storeSubSp li:hover ul li:first-child {
	border-radius: 3px 3px 0 0;
	border-style: solid;
}
#storeSubSp li:hover ul li:last-child {
	border-bottom: 0;
	border-bottom: 3px solid #CCCCCC;
	border-radius: 0 0 3px 3px;
}

/* 商品情報 ----- */
.storeItem {
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #CCCCCC;
}
.storeItem p {
	color: #555555;
}

@media screen and (max-width: 480px) {
	.storeItem { margin: 20px 5px 10px 5px; }
	.storeItemL { width: 95%; }
	.storeItemR { width: 100%; }
}
@media screen and (min-width: 481px) and (max-width: 899px) {
	.storeItem { margin: 20px 5px 10px 5px; }
	.storeItemL { width: 95%; }
	.storeItemR { width: 100%; }
}
@media screen and (min-width:900px) {
	.storeItem { margin: 20px 0 10px 20px; }
	.storeItemL { width: 210px; float: left; }
	.storeItemR { width: 560px; float: left; }
}
.storeItemL img, .storeItemDetail img {
	margin-bottom: 10px;
	border: 3px double #AAAAAA;
	-webkit-box-shadow: 2px 5px 6px -3px #8d8c8c;
	-moz-box-shadow: 2px 5px 6px -3px #8d8c8c;
	box-shadow: 2px 5px 6px -3px #8d8c8c;
}
.storeItemL img {
	width: 180px;
}
.storeItemDetail img {
	height: 150px;
}
@media screen and (max-width: 480px) {
	.storeItemDetail img { margin: 10px 5px 15px 0; }
}
@media screen and (min-width: 481px) and (max-width: 899px) {
	.storeItemDetail img { margin: 10px 5px 15px 0; }
}
@media screen and (min-width:900px) {
	.storeItemDetail img { margin: 10px 5px 30px 0; }
}

/* ----- お買い物カゴ ----- */
.storeForm {
	width: 100%;
}
.storeForm th, .storeForm td {
	padding: 6px 10px;
	font-size: 1.05em;
	border-width: 0;
}
.storeForm th {
	background: linear-gradient(#FFFFFF, #F9F6F0);
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
}

.storeFormTh1 {
	padding: 2px 10px !important;
	background-color: #FCD9AA !important;
	color: #775544 !important;
	font-weight: bold !important;
	border-top: 1px solid #666666 !important;
}

.storeFormTd1 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #666666 !important;
}

.storeFormTd2 {
	background-color: #F9F6F0;
	border-bottom: 1px dotted #666666 !important;
}

.storeFormTd3 {
	padding: 10px !important;
	font-size: 1.3em !important;
	font-weight: bold;
	color: #DD2200;
	background-color: #F3F3F3;
	border-top: 1px solid #666666 !important;
}

.storeFormTd4 {
	padding: 2px 10px !important;
	background-color: #CCCCCC;
}
