@charset "utf-8";
/* CSS Document */
/*
============================================================
*	common.css
============================================================
*/
/* 初期化
==========================================================*/
@import url("reset.css");

body{
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size:12px;
	line-height:1.5;
	letter-spacing:0;
	color:#4b2900;
	background:url(/images/common/bg_body.gif) repeat left top;
	max-width: 1239px;
	margin: 0 auto;
}

a, a:link{ text-decoration:underline; color:#0482ae; }
a:hover{ text-decoration:none; }



#header,
#footer{
	/* [disabled]min-width:320px; */
	margin:0 auto;
	max-width: 1239px;
}
#header .headerInner,
#footer .footerTopInner,
#footer .footerBtmInner{
	max-width: 940px;
	/* [disabled]min-width: 320px; */
	margin: 0 auto;
}

* {
	-webkit-text-size-adjust:100%;
}


/*
============================================================
*	typeIndex
============================================================
*/
/* header
==========================================================*/
.typeIndex #header{
	overflow:hidden;
	zoom:1;
	/* [disabled]max-width: 940px; */
	margin: 0 auto;
	/*min-width: 320px;*/
	max-width:944px;
}
.typeIndex #header .headerInner{
	overflow: hidden;
	max-width: 944px;
}
.typeIndex #header .siteLogo{
	width: 900px;
	padding: 10px 0 0;
}
.typeIndex #header .siteLogo a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:87px;
	background:url(/images/common/site_logo.png) no-repeat left 10px;
}

.typeIndex #header .leftCol{
	float:left;
	width:300px;
}
.typeIndex #header .rightCol{
	float:right;
	/* [disabled]width:500px; */
	overflow:hidden;
}

.typeIndex #header .headSearchBox{
	float:right;
	width:308px;
	height:73px;
	background:url(/images/common/bg_search_area.png) no-repeat left top;
}
.typeIndex #header .headSearchBox .headSearchBoxInner{
	padding:13px 0 0;
	margin:0 18px;
	overflow: hidden;
}


.typeIndex #header .headSearchBox .tf,
.typeIndex #header .headSearchBox .btnHeadSearch{
}
.typeIndex #header .headSearchBox .tf{
	width:177px;
	height:27px;
	padding:2px 0 0;
	margin:1px 10px 0 0;
	background:url(/images/common/bg_search_box.png) no-repeat left top;
	float: left;
}
.typeIndex #header .headSearchBox .tf input{
	border:none;
	background:none;
	margin:0 2px;
	padding:0;
	width:173px;
	height:25px;
	line-height:25px;
	text-indent:10px;
}
.typeIndex #header .headSearchBox .btnHeadSearch input{
	width:84px;
	height:31px;
	display:block;
	border:none;
	text-indent:-9999px;
	background:url(/images/common/btn_search.png) no-repeat left top;
	float: left;
	cursor:pointer;
}
.typeIndex #header .headSearchBox .btnHeadSearch input:hover{
	background-position:0 bottom;
}

/*
============================================================
*	typeMain
============================================================
*/
#container.typeMain{
	background:url(/images/common/bg_main.jpg) no-repeat center top #e8c648;
}

/* header
==========================================================*/
.typeMain #header{
	overflow:hidden;
	zoom:1;
	margin: 0 auto;
	max-width:960px;
}
.typeMain #header .headerInner{
	overflow: hidden;
	max-width:960px;
}
.typeMain #header .siteLogo{
	width:393px;
	padding: 10px 0 0;
}
.typeMain #header .siteLogo a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:67px;
	background:url(/images/common/site_logo_03.png) no-repeat left 0;
}

.typeMain #header .leftCol{
	float:left;
	width:393px;
}

/* nav
==========================================================*/
#nav{
	zoom:1;
	margin:0 auto;
	width:960px;
	position:relative;
}
#nav li{
	display:inline;
	float:left;
	margin:0 0 4px;
}
#nav li a{
	display:block;
	background:url(/images/common/nav_main.png) no-repeat 0 0;
	width:215px;
	height:56px;
	margin:0 0 10px;
	text-indent:-9999px;
}
#nav li a:hover,
#nav li.act a,
.post-type-archive-shoplist #nav li.nav01 a,
.single-shoplist #nav li.nav01 a,
.page-id-43 #nav li.nav02 a,
.page-id-82 #nav li.nav03 a,
.post-type-archive-eco #nav li.nav04 a{
	height:66px;
	margin:0 0 -10px;
}
#nav li.nav01 a{
	width:221px;
	background-position:0 0;
}
#nav li.nav01 a:hover,
#nav li.nav01.act a,
.post-type-archive-shoplist #nav li.nav01 a,
.single-shoplist #nav li.nav01 a{
	background-position:0 bottom;
}
#nav li.nav02 a{
	background-position:-221px 0;
}
#nav li.nav02 a:hover,
#nav li.nav02.act a,
.page-id-43 #nav li.nav02 a{
	background-position:-221px bottom;
}
#nav li.nav03 a{
	background-position:-436px 0;
}
#nav li.nav03 a:hover,
#nav li.nav03.act a,
.page-id-82 #nav li.nav03 a{
	background-position:-436px bottom;
}
#nav li.nav04 a{
	background-position:-651px 0;
}
#nav li.nav04 a:hover,
#nav li.nav04.act a,
.post-type-archive-eco #nav li.nav04 a{
		background-position:-651px bottom;
}
#nav li.nav05 a{
	background:url(/images/common/nav_main_05.png) no-repeat 0 0;
	width:101px;
	height:105px;
	position:absolute;
	top:-42px;
	right:-6px
}
#nav li.nav05 a:hover,
#nav li.nav05.act a{
	background-position:0 -105px;
}

/* navBuys */
#navBuys{
	clear:both;
	zoom:1;
	margin:0 auto;
	width:963px;
	position:relative;
}
#navBuys li{
	display:inline;
	float:left;
}
#navBuys li a{
	display:block;
	background:url(/images/common/nav_buys.png) no-repeat 0 0;
	width:190px;
	height:63px;
	margin:-5px 0 37px;
	text-indent:-9999px;
}
#navBuys li a:hover,
#navBuys li.act a{
}
#navBuys li.nav01 a{
	background-position:0 0;
}
#navBuys li.nav01 a:hover,
#navBuys li.nav01.act a{
	background-position:0 -63px;
}
#navBuys li.nav02 a{
	background-position:-191px 0;
}
#navBuys li.nav02 a:hover,
#navBuys li.nav02.act a{
	background-position:-191px -63px;
}
#navBuys li.nav03 a{
	width:193px;
	background-position:-382px 0;
}
#navBuys li.nav03 a:hover,
#navBuys li.nav03.act a{
	background-position:-382px -63px;
}
#navBuys li.nav04 a{
	width:192px;
	background-position:-575px 0;
}
#navBuys li.nav04 a:hover,
#navBuys li.nav04.act a{
	background-position:-575px -63px;
}
#navBuys li.nav05 a{
	width:195px;
	background-position:-766px 0;
}
#navBuys li.nav05 a:hover,
#navBuys li.nav05.act a{
	background-position:-766px -63px;
}



/* footer
==========================================================*/
#footer{
	clear:both;
}
#footer .footerInner{
	padding: 93px 0 0;
}

#footer .footerTop{
	height:62px;
	background:url(/images/common/bg_footer_b.png) no-repeat center top;
}

#footer .footerTopInner,
#footer .footerBtmInner{
	position:relative;
}
#footer .footerBtmInner{
	zoom:1;
}
#footer .footerBtmInner:after{
	display:block;
	height:0;
	clear:both;
	content:"";
	visibility:hidden;
}


#footer .footerTop .footerLogo{
	padding:26px 0 0 31px;
}


#footer .footerTop .footerLogo p{
	width:277px;
	height:23px;
	text-indent:-9999px;
	background:url(/images/common/site_logo_02.png) no-repeat left top;
}


#footer .footerBtm{
	position:relative;
	padding:27px 0 30px;
	background:#4b2901 url(/images/common/bg_footer_b.png) no-repeat center top;
}


#footer .footerBtm a{
	color:#ffffff;
}
#footer .footerBtm .footerLinks{
	float:left;
	zoom:1;
	margin-right: 6px;
}
#footer .footerBtm .footerLinks ul{
	padding:0 0 0 30px;
	overflow: hidden;
}
#footer .footerBtm .footerLinks li{
	float:left;
	padding:0 13px;
	border-right:1px solid #ffffff;
	line-height:1;
	white-space: nowrap;
}
#footer .footerBtm .footerLinks li.first{
	padding-left:0;
}
#footer .footerBtm .footerLinks li.last{
	padding-right:0;
	border-right:none;
}

#footer .footerBtm .copyright{
	float:left;
	white-space:nowrap;
	color:#ffffff;
	font-size:0.83em;
	padding: 0 0 0 30px;
}

#footer .footerInner .footerImg01,
#footer .footerInner .footerImg02{
	position:absolute;
}
#footer .footerInner .footerImg01{
	left:4px;
	top: -94px;
}
#footer .footerInner .footerImg02{
	right:29px;
	top: -195px;
}







/* content
==========================================================*/
#content{
	padding:0;
	clear:both;
}
#content.main{
	width:960px;
	margin:0 auto;
}
#content .tit{
	margin:0 0 10px 2px;
}
#content .bread_crumb{
	margin:0 0 10px 8px;
}
#content .bread_crumb li{
	display:inline-block;
	padding:0 0 0 14px;
	font-weight:bold;
}
#content .bread_crumb li:after{
	content:">";
	font-weight:normal;
}
#content .bread_crumb li.first{
	padding:0;
}
#content .bread_crumb li:last-child:after{
	content:"";
}
#content .bread_crumb li a{
	font-weight:normal;
	padding:0 18px 0 0;
}

.pageTop{
	text-align:right;
	margin:10px 0 15px;
}


/* newsBanners
==========================================================*/
.newsBanners{
	/*overflow:hidden;*/
	margin:0 0 55px;
}

.newsBanners .newsBannersInner{
	width:975px;
	margin:0;
}
.newsBanners .newsBannersInner a{
	color:inherit;
	text-decoration:none;
}
.newsBanners .newsBannersInner a:hover .next,
.newsBanners .newsBannersInner a:hover .titleLink{
	text-decoration:none;
}
.newsBanners .bnrItem{
	overflow:hidden;
	width:227px;
	margin:0 13px 18px 0;
}
.newsBanners .bnrItem dt{
	padding:16px 16px 0 16px;
	background:url(/images/common/bg_news_T.gif) no-repeat 0 0;
}
.newsBanners .bnrItem dt img{
	width:195px;
}
.newsBanners .bnrItem dd{
	padding:6px 16px 13px;
	background:url(/images/common/bg_news_B.gif) no-repeat 0 bottom;
}
.newsBanners .bnrItem dd .dateBox{
	overflow:hidden;
	margin:0 0 10px;
}
.newsBanners .bnrItem dd .dateBox .day{
	color:#37230e;
	float:left;
	padding:3px 0 0;
}
.newsBanners .bnrItem dd .dateBox .icon{
	float:right;
}
.newsBanners .bnrItem dd .title{
	font-weight:bold;
	margin:0 0 11px;
}
.newsBanners .bnrItem dd .titleLink{
	font-weight:bold;
	margin:0 0 11px;
	text-decoration:underline;
}
.newsBanners .bnrItem dd .text{
	margin:0 0 6px;
	/*height:50px;
	overflow:hidden;*/
}
.newsBanners .bnrItem dd .next{
	text-align:right;	
	background:url(/images/common/icon_arroe_01.png) no-repeat 130px 4px;
	padding:0 0 0 10px;
	color:#0482ae;
	text-decoration:underline;
}

/* paging */
.wp-pagenavi{
	clear:both;
	text-align:center;
	font-size:1.16em;
	margin:0 0 50px;
	position:relative;
}
.wp-pagenavi a{
	background:url(/images/common/paging_count.gif) repeat-x 0 0;
	margin:0 3px 0 0;
	padding:5px 10px 10px 13px;
	font-weight:bold;
}
.wp-pagenavi span{
	background:url(/images/common/paging_count.gif) repeat-x 0 0;
	margin:0 3px 0 0;
	padding:5px 10px 10px 13px;
	font-weight:bold;
	color:#cca412;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#cca412;
	text-decoration:none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	display:block;
	width:150px;
	text-indent:-9999px;
	position:absolute;
	top:0;
}
.wp-pagenavi .previouspostslink{
	float:left;
	background:url(/images/news/paging_prev.gif) no-repeat 0 0;
	left:0;
}
.wp-pagenavi .nextpostslink{
	float:right;
	background:url(/images/news/paging_next.gif) no-repeat 100% 0;
	right:0;
}



/* main
==========================================================*/
.mainCont{
	background:url(/images/common/bg_main_T.gif) no-repeat -4px 0;
	width:966px;
}
.mainContInner{
	background:url(/images/common/bg_main_M.gif) repeat-y 0 10px;
}
.mainContInnerB{
	background:url(/images/common/bg_main_B.gif) no-repeat -4px bottom;
	padding:0 0 50px;
}
.mainContInnerConsept{
	background:url(/images/common/bg_main_B.gif) no-repeat -4px bottom;
	padding:0 0 35px;
}
/* bnrBtnBlock */
.bnrBtnBlock{
	overflow:hidden;
	width:860px;
	margin:30px auto 0;
	padding:23px 0 0;
	background:url(/images/common/img_line.gif) no-repeat 0 0;
}
.bnrBtnBlock li{
}
.bnrBtnBlock a{
	display:inline-block;
	text-indent:-9999px;
	float:left;
}
.bnrBtnBlock .brand a,
.bnrBtnBlock .gold a{
	width:420px;
	height:64px;
	margin:0 0 15px;
}
.bnrBtnBlock .brand a{
	background:url(/images/common/bnr_brand.png) no-repeat 0 0;
	float:left;
}
.bnrBtnBlock .brand a:hover{
	background:url(/images/common/bnr_brand_on.png) no-repeat 0 0;
}
.bnrBtnBlock .gold a{
	background:url(/images/common/bnr_gold.png) no-repeat 0 0;
	float:right;
}
.bnrBtnBlock .gold a:hover{
	background:url(/images/common/bnr_gold_on.png) no-repeat 0 0;
}
.bnrBtnBlock .takuhai a{
	background:url(/images/common/bnr_takuhai.png) no-repeat 0 0;
	width:864px;
	height:87px;
}
.bnrBtnBlock .takuhai a:hover{
	background:url(/images/common/bnr_takuhai_on.png) no-repeat 0 0;
}


/* caution */
#caution{
	width:860px;
	margin:20px auto 0;
	padding:15px 0px;
	background:rgba(235,192,44,0.5);
	box-shadow: 0 0 2px 1px rgba(235,192,44,0.5);
}
#caution li{
	padding:0 0 0 30px;
	font-size:12px;
	line-height:24px;
}



.close_info_width{
width: 650px;
margin: 0 auto;
padding: 50px 0;

}

.close_info_width_out{
width: 920px;
margin: 0 auto;
background: #f8f8f8;
}

.close_info_width_kozu{
width: 920px;
margin: 0 auto;
 background: url("/images/common/bg_main_M.gif") repeat-y scroll 0 0 transparent;
}

/* ビジュアルエディタ用 */
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}
.alignright{
	text-align:right;
}
