@charset "utf-8";


/* generalHeaderNav (店舗外コンテンツヘッダー)
---------------------------------------------------------- */
nav ul{
	position:relative;
	border-top:1px solid #515151;
	border-bottom:1px solid #757575;
	overflow:hidden;
}
nav li.menu{
	float:left;
	font-size:10px;
	width:25%;
	background:url(/smp/common/img/nav_menu_bg.png) repeat-x 0 0;
	-webkit-background-size:5px 45px;
	text-align:center;
}
nav li p.navitxt{
	border-left:1px solid #8b8b8b;
	border-right:1px solid #292929;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
nav li:first-child p.navitxt{
	border-left:none;
}
nav li:last-child p.navitxt{
	border-right:none;
}

nav li:nth-child(1) p.navitxt{
	background:url(/smp/common/img/nav_menu_wc.png) no-repeat 50% 0;
	-webkit-background-size:55px 45px;
}
nav li:nth-child(2) p.navitxt{
	background:url(/smp/common/img/nav_menu_store.png) no-repeat 50% 0;
	-webkit-background-size:55px 45px;
}
nav li:nth-child(3) p.navitxt{
	background:url(/smp/common/img/nav_menu_search.png) no-repeat 50% 0;
	-webkit-background-size:55px 45px;
}
nav li:nth-child(4) p.navitxt{
	background:url(/smp/common/img/nav_menu_epos.png) no-repeat 50% 0;
	-webkit-background-size:55px 45px;
}
nav li.store p.navitxt,
nav li.store_bottom p.navitxt{
	height:45px;
	line-height:45px;
}
nav li.menu a{
	display:block;
	height:45px;
	line-height:45px;
	color:#fff;
}

nav li.store_choice,
nav li.store_bottom_choice{
	background:url(/smp/common/img/nav_menu_bg_on.png) repeat-x 0 0;
	text-align:center;
	-webkit-background-size:5px 45px;
	width:25%;
}
nav li.store_choice p,
nav li.store_bottom_choice p{
	height:45px;
	line-height:45px;
	cursor:pointer;
}
nav li.store_choice p.navitxt,
nav li.store_bottom_choice p.navitxt{
	background:url(/smp/common/img/nav_menu_store_on.png) no-repeat 50% 0;
	-webkit-background-size:55px 45px;
}

 nav.navTop ul {
	border-bottom:1px solid #cbcbcb;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image:linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	
	line-height:60px;
	-webkit-background-size:100% 100%;

}

div#logoBox {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #ffffff 85%,#d8d8d8 100%);	
	background: -moz-linear-gradient(top,  #ffffff 85%,#d8d8d8 100%);	
}
	

h1#logo {
	width: 76px;
	margin: 0 auto;
	padding: 10px 0;
}

 nav.navTop li.menu {
	width: 33%;
	height: 60px;
	border-left-width: 1px;
	border-bottom--width: 1px;
	border-left-color: #999999;
	border-bottom-color: #cccccc;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top: none;
	border-right: none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image:linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	line-height:60px;
	-webkit-background-size:100% 100%;
	/* ios4用背景 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e2e2e2), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e2e2e2);
	background: -moz-linear-gradient(#fff, #e2e2e2);
	background: -o-linear-gradient(#fff, #e2e2e2);
	background: -ms-linear-gradient(#fff, #e2e2e2);
	background: linear-gradient(#fff, #e2e2e2);
}


 nav.navTop .menu .navitxt {
	width: 100%;
	height: 59px !important;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image:linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display:block;
	line-height:60px;
}

 .navTop #btnLanguage .navitxt {
	background-image: url(/smp/images/common/header/btn_header_stLang.png);
	background-size: 60px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}

	#languageList li{
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
		background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
		border-bottom: 1px solid #FFFFFF;
		padding-left: 10px;
	}

	#languageList li a{
		display: block;
		line-height: 2.5;
		font-size: 1.5em
	}

	#languageList li#langJp a {
		background: url(/smp/images/common/header/ico_lang_jp.png) center left no-repeat;
		background-size:18px 18px;
		-webkit-background-size: 18px 18px;
		padding-left: 25px;
	}

	#languageList li#langEn a {
		background: url(/smp/images/common/header/ico_lang_en.png) center left no-repeat;
		background-size:18px 18px;
		-webkit-background-size: 18px 18px;
		padding-left: 25px;
	}

	#languageList li#langZh a, #languageList li#langCn a{
		background: url(/smp/images/common/header/ico_lang_cn.png) center left no-repeat;
		background-size:18px 18px;
		-webkit-background-size: 18px 18px;
		padding-left: 25px;
	}

	#languageList li#langKo a {
		background: url(/smp/images/common/header/ico_lang_ko.png) center left no-repeat;
		background-size:18px 18px;
		-webkit-background-size: 18px 18px;
		padding-left: 25px;
	}



 .navTop #storesearch .navitxt {
	background-image: url(/smp/images/common/header/btn_header_stList.png);
	background-size: 60px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
 .navTop #shopsearch .navitxt {
	background-image: url(/smp/images/common/header/btn_header_spSearch.png);
	background-size: 60px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
 nav.navTop .menu a{
height:59px;	
}
 nav.nav-bottom ul{
	border-top:none;
}
 nav.nav-bottom  li.menu{
	width: 50%;
	height: 45px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 100%);
	line-height: 45px;
	-webkit-background-size: 100% 100%;
	border-collapse: collapse;

	/* ios4用背景 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e2e2e2), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e2e2e2);
	background: -moz-linear-gradient(#fff, #e2e2e2);
	background: -o-linear-gradient(#fff, #e2e2e2);
	background: -ms-linear-gradient(#fff, #e2e2e2);
	background: linear-gradient(#fff, #e2e2e2);
}
.nav-bottom #store_bottomsearch .navitxt {
	width: auto;
	height: 45px;
	border-right: 1px solid #999999;
	background-image: url(/smp/images/common/header/btn_footer_stList.png);
	background-position: center center;
	background-size: 106px 24px;
	background-repeat: no-repeat;
	border-collapse: separate;
}
.nav-bottom #shop_bottomsearch .navitxt {
	width: auto;
	height: 45px;
	border-left: 1px solid #ffffff;
	background-position: center center;
	background-size: 108px 24px;
	background-repeat: no-repeat;
	background-image: url(/smp/images/common/header/btn_footer_shSearch.png);
	border-collapse: separate;
}

nav.navTop .closebtn {
	background: #FFFFFF;
	padding: 5px;
	text-align: right;
	border-bottom: 2px solid #626161;
}

#languageList {
	border-bottom: 2px solid #626161;
	display: none;
}

/* generalHeaderStoreList
---------------------------------------------------------- */
#store {
	display: none;
}

nav.navTop .storeList .selectlist div.expandbox{
	background:#fff;
	border-bottom:3px solid #888;
	position:relative;
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
	width:100%;
	left:0px;
	top:0;
	z-index:2;
}

	nav.navTop .storeList .selectlist{
		border-top:1px solid #fff;
		border-bottom:none;
		font-size: 1em;
		line-height: 1.8;
		background: #333333;
	}


		nav.navTop .storeList .selectlist{
			text-align: center;
			font-size: 1.2em;
		}

		nav.navTop .storeList .selectlist li h3 {
			color :#FFFFFF;
			font-size: 1.1em;
			font-weight: normal;
			padding: 7px 5px;
			background: url(/smp/images/common/footer/gnavi_open.png);
			background-color: #697279;
			background-repeat:no-repeat;
			background-position:98% center;
			background-size: 9px 9px, 100% 100%;
			border-bottom:1px solid #FFF;
			padding: 10px;
		}

		nav.navTop .storeList .selectlist li h3.ttlOpenPanel {
			background: url(/smp/images/common/footer/gnavi_close.png);
			background-color: #eff0f2;
			background-repeat:no-repeat;
			background-position:98% center;
			background-size: 9px 9px, 100% 100%;
			border-bottom: 1px solid #494e54;
			color: #333;
		}

		nav.navTop .storeList .selectlist li {
			background: #FFFFFF;
		}

			.storeListWrap {
				display: -webkit-flex;
				display: flex;
				-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
			}

			nav.navTop .storeList .selectlist li dl {
				width: 46%;
				/*float: left;*/
				padding: 1.9%;
				border-right: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
			}

			nav.navTop .storeList .selectlist li dl:nth-child(2n) {
				border-right: none;
			}

			nav.navTop .storeList .selectlist li dt {
				position: relative;
			}

				nav.navTop .storeList .selectlist li dt img{
					width: 100%;
					height: 100%;
				}

				nav.navTop .storeList .selectlist li dd.smpNavStoreName {
					text-decoration: underline;
					font-size: 1em;
					line-height: 1.2;
					padding: 3px 0;
				}

				nav.navTop .storeList .selectlist li dd.smpNavStoreTel {
					border-radius: 5px;
					-webkit-border-radius: 5px;
					background: #494e54;
					border: 1px solid #DDD;
					width: 100%;
				}

					nav.navTop .storeList .selectlist li dd.smpNavStoreTel a {
						color: #FFFFFF;
						display: block;
						text-align: center;
						width: 100%;
						line-height: 14px;
						padding: 5px 0;
						font-size: 0.8em;
					}

				nav.navTop .storeList .selectlist .smpGnavBox {
					display:none;
					overflow:hidden;
				}

				nav.navTop .storeList .selectlist .smpGnavBottomBox {
					display:none;
					overflow:hidden;
				}





/* contentsBottomNav (フッターナビ)
---------------------------------------------------------- */
#contentsBottomNav {
	overflow: hidden;
}

	#contentsBottomNav li {
		box-sizing: border-box;
		float: left;
		width: 50%;
		background: #494e54;
		/*height: 40px;*/
		color: #FFFFFF;
		text-align: center;
		font-size: 1.2em;
	}

		/* 下部メニュー枠表示修正  */
		#contentsBottomNav li.bnTtop,
		#contentsBottomNav li.bnStoreList,
		#contentsBottomNav li.bnVoi,
		#contentsBottomNav li.bnEpos{
			box-sizing: border-box;
			line-height: 40px;
			padding: 5px 0;
		}

		#contentsBottomNav li.bnTtop a,
		#contentsBottomNav li.bnVoi a,
		#contentsBottomNav li.bnEpos a{
			color: #fff;
			display: block; 
		}
		
		#contentsBottomNav li.bnTtop,
		#contentsBottomNav li.bnVoi{
			border-right: 1px solid #ffffff;
			line-height: 40px;
			padding: 5px 0;
		}

		#contentsBottomNav li.bnTtop,
		#contentsBottomNav li.bnStoreList{
			border-bottom: 1px solid #ffffff;
			line-height: 40px;
			padding: 5px 0;
		}

		#contentsBottomNav li.bnTtop span {
			background: url(/smp/images/common/footer/fn_ico_ttop.png) center left no-repeat;
			background-size:32px 17px;
				-moz-background-size:32px 17px;
				-webkit-background-size:32px 17px;
			padding-left: 40px;
			padding-top: 5px; 
			padding-bottom: 5px; 
		}

		#contentsBottomNav li.bnStoreList span {
			background: url(/smp/images/common/footer/fn_ico_store.png) center left no-repeat;
			background-size:23px 20px;
				-moz-background-size:23px 20px;
				-webkit-background-size:23px 20px;
			padding-left: 28px;

		}

		#contentsBottomNav li.bnVoi span {
			background: url(/smp/images/common/footer/fn_ico_voi.png) center left no-repeat;
			background-size:23px 20px;
				-moz-background-size:23px 20px;
				-webkit-background-size:23px 20px;
			padding-left: 28px;
		}

		#contentsBottomNav li.bnEpos span {
			background: url(/smp/images/common/footer/fn_ico_epos.png) center left no-repeat;
			background-size:23px 20px;
				-moz-background-size:23px 20px;
				-webkit-background-size:23px 20px;
			padding-left: 28px;
		}

		/*JS用調整*/
		#contentsBottomNav li.storeList{
			width:100%;
			/*height:0px;*/
			/*overflow: hidden;*/
			display:none;
			border-bottom: 2px solid #FFFFFF;
		}

			#contentsBottomNav li.storeList div ul li {
				width:100%;
				height:100%;
				color:#000;
				font-size:1.1em;
			}

			#contentsBottomNav li.storeList div ul li:nth-child(-n+2){
				border-bottom: 0px
			}


/* contentsBottomNav (フッターナビ押下時)
---------------------------------------------------------- */
#contentsBottomNav li.storeList div.expandbox{
	background:#fff;
	border-bottom:3px solid #888;
	position:relative;
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
	width:100%;
	left:0px;
	top:0;
	z-index:2;
}

	#contentsBottomNav li.storeList div.expandbox ul.selectlist{
		border-top:1px solid #fff;
		border-bottom:none;
		font-size: 1em;
		line-height: 1.8;
		background: #333333;
	}

		#contentsBottomNav li.storeList div.expandbox ul.selectlist li h3 {
			color :#FFFFFF;
			font-size: 1em;
			font-weight: normal;
			padding: 7px 5px;
			background: url(/smp/images/common/footer/gnavi_open.png);
			background-color: #697279;
			background-repeat:no-repeat;
			background-position:98% center;
			background-size: 9px 9px, 100% 100%;
			border-bottom:1px solid #FFF;
			padding: 10px 10px;
		}

		#contentsBottomNav li.storeList div.expandbox ul.selectlist li h3.ttlOpenPanel ,
		#contentsBottomNav li.storeList div.expandbox ul.selectlist li h3.ttlOpenPanelFoot {
			background: url(/smp/images/common/footer/gnavi_close.png);
			background-color: #eff0f2;
			background-repeat:no-repeat;
			background-position:98% center;
			background-size: 9px 9px, 100% 100%;
			border-bottom: 1px solid #494e54;
			color: #333;
		}

		#contentsBottomNav li.storeList div.expandbox ul.selectlist li {
			background: #FFFFFF;
		}

			#contentsBottomNav li.storeList div.expandbox ul.selectlist li dl {
				width: 46%;
				float: left;
				padding: 1.9%;
				border-right: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
			}

			#contentsBottomNav li.storeList div.expandbox ul.selectlist li dl:nth-child(2n) {
				border-right: none;
			}

			#contentsBottomNav li.storeList div.expandbox ul.selectlist li dt {
				position: relative;
			}

				#contentsBottomNav li.storeList div.expandbox ul.selectlist li dt img{
					width: 100%;
					height: 100%;
				}

				#contentsBottomNav li.storeList div.expandbox ul.selectlist li dd.smpNavStoreName {
					text-decoration: underline;
					font-size: 1em;
					line-height: 1.2;
					padding: 3px 0;
				}

				#contentsBottomNav li.storeList div.expandbox ul.selectlist li dd.smpNavStoreTel {
					border-radius: 5px;
					-webkit-border-radius: 5px;
					background: #494e54;
					border: 1px solid #DDD;
					width: 100%;
				}

					#contentsBottomNav li.storeList div.expandbox ul.selectlist li dd.smpNavStoreTel a {
						color: #FFFFFF;
						display: block;
						text-align: center;
						width: 100%;
						line-height: 14px;
						padding: 5px 0;
						font-size: 0.8em;
					}

				#contentsBottomNav li.storeList div.expandbox ul.selectlist .smpGnavBox {
					display:none;
					overflow:hidden;
				}

				#contentsBottomNav li.storeList div.expandbox ul.selectlist .smpGnavBottomBox {
					display:none;
					overflow:hidden;
				}

				#contentsBottomNav li.storeList div.expandbox p.closebtn{
					border-bottom:2px solid #626161;
					padding:0 10px 8px 10px;
					text-align:right;
				}

				

/* footer
---------------------------------------------------------- */
footer {
	width: 100%;
	border-top: 1px solid #FFF;
	border-top: 1px solid #bbbbbb;
	margin-top:1px;
	background: #FFFFFF;
	/* margin-bottom: 96px; */ /* 位置固定されている要素のheight分をここで追加 */
}

	footer p{
		color:#333;
		font-size:1.1em;
		line-height:15px;
		padding:8px 6px;
		text-align:center;
	}

	footer p.foot-txt{
		text-align:left;
		padding:0 6px;
	}

	footer p.foot-txt:first-of-type {
		padding-top: 8px;
	}

	footer p.foot-btn{
		margin-top: 8px;
		border-top:1px solid #333;
	}

	footer p.foot-menu{
		border-top:2px solid #333;
	}

	footer p.copyright{
		background: #494e54;
		color:#fff;
		font-size:1.2em;
	}

