@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Helvetica Neue","Helvetica","Lucida Grande","Berthold Baskerville Book",clean,Hiragino Kaku Gothic Pro,sans-serif;
	font-size: 100%;
}
p,dl,dt,dd,blockquote,cite,q,address {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
ol,ul {
	list-style: none;
}
img {
border-style: none;
}

/************************************************
*    clear                                        *
************************************************/
/*div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
*/
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/************************************************
*    Layout                                      *
************************************************/
body {
    color: #000;
    line-height: 1.6;
    background-color: #FFF;
    font:55%/1.7 'Helvetica Neue','Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

/* ------------------------------
header
------------------------------ */
#header {
	width: 1000px;
	margin: 16px auto 50px;
    text-align: left; 
}
#header h1 {
	width: 109px;
	height: 17px;
	margin: 28px 44px 0px 20px;
	float: left;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	line-height: 0;
	width: 109px;
	height: 17px;
	background: url(../images/h1.gif) 0 0 no-repeat;
	overflow: hidden;
}
#header h1 a:hover {
	background-position: 0 -27px;
}


/* ------------------------------
gNav
------------------------------ */
ul#gNav {
	width: 1000px;
	height: 20px;
	margin-top: 0px;
	margin-bottom :10px;
}
ul#gNav li {
padding-top: 0px;
	height: 20px;
	margin-top: 35px;
    display: inline;
	float: left;
}
ul#gNav li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
ul#gNav li#gNav01 a {
	width: 26px;
	height: 8px;
	background: url(../images/gnav01.gif) 0 0 no-repeat;
}
ul#gNav li#gNav02 a {
	width: 59px;
	height: 8px;
	background: url(../images/gnav02.gif) 0 0 no-repeat;
}
ul#gNav li#gNav03 a {
	width: 88px;
	height: 8px;
	background: url(../images/gnav03.gif) 0 0 no-repeat;
}
ul#gNav li#gNav04 a {
	width: 80px;
	height: 8px;
	background: url(../images/gnav04.gif) 0 0 no-repeat;
}
ul#gNav li#gNav05 a {
	width: 44px;
	height: 8px;
	background: url(../images/gnav05.gif) 0 0 no-repeat;
}
ul#gNav li#gNav06 a {
	width: 31px;
	height: 8px;
	background: url(../images/gnav06.gif) 0 0 no-repeat;
}
ul#gNav li#gNav07 a {
	width: 42px;
	height: 8px;
	background: url(../images/gnav07.gif) 0 0 no-repeat;
}
ul#gNav li#gNav08 a {
	width: 65px;
	height: 8px;
	background: url(../images/gnav08.gif) 0 0 no-repeat;
}
ul#gNav_social li#gNav09 a {
	width: 16px;
	height: 16px;
	background: url(../images/gnav09.gif) 0 0 no-repeat;
}
ul#gNav_social li#gNav10 a {
	width: 16px;
	height: 16px;
	background: url(../images/gnav10.gif) 0 0 no-repeat;
}

ul#gNav li#gNav01 a:hover,
ul#gNav li#gNav02 a:hover,
ul#gNav li#gNav03 a:hover,
ul#gNav li#gNav04 a:hover,
ul#gNav li#gNav05 a:hover,
ul#gNav li#gNav06 a:hover,
ul#gNav li#gNav07 a:hover,
ul#gNav li#gNav08 a:hover {
	background-position: 0 -18px;
}

ul#gNav_social li#gNav09 a:hover,
ul#gNav_social li#gNav10 a:hover {
	background-position: 0 -21px;
}


ul#gNav li#gNav01 a,
ul#gNav li#gNav02 a,
ul#gNav li#gNav03 a,
ul#gNav li#gNav04 a,
ul#gNav li#gNav05 a,
ul#gNav li#gNav06 a,
ul#gNav li#gNav07 a,
ul#gNav li#gNav08 a {
	margin-right: 43px;
}
ul#gNav_social li#gNav09 a {
	margin-right: 8px;	
}
ul#gNav_social li#gNav10 a {
	margin-right: 0px;	
}

/* ------------------------------
gNav social icon
------------------------------ */
ul#gNav_social {
	height: 20px;
	margin-top: 0px;
}
ul#gNav_social li {
padding-top: 0px;
	height: 16px;
    display: inline;
	float: left;
}
ul#gNav_social li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


/* ------------------------------
contents 2カラム
------------------------------ */
div#container {
	width: 100%;
	min-width: 1000px;
    margin: 0 auto;
	padding: 30px 0px 30px 0px;
    text-align: left;  
	/* --border-top:1px solid #000000;
	border-bottom:1px solid #000000;-- */
}
div.contents {
	margin: 0 auto;
	padding: 0px 30px 30px 30px;
	width: 940px;
	overflow: hidden;
}
div.contents_main {
    text-align: left;
	margin: 0;
    padding: 0; 
    width: 560px;
	float: left;
}
div.contents_side {
	width: 240px;
	margin: 0;
	padding: 0; 
	float:right;
}
div#footer {
    width: 1000px;
	font-size: 1em;
	margin: 0 auto 0;
	padding: 0 0 30px 0;
	text-align: center;
	font-family: "Helvetica Neue","Helvetica","Lucida Grande","Berthold Baskerville Book",clean,Hiragino Kaku Gothic Pro,sans-serif;
}
div.contents h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
}
div.contents h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
div.contents h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

div.contents_spare {
	min-height: 350px;
}

/* ============================================================
02: div.entry
============================================================ */
div.entry {
	width: 560px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
/* ---------- div.entryHeader ---------- */
div.entry_header {
	margin-bottom: 5px;
}
div.entry_header h3 a,
div.entry_header h3 a:visited {
	color: #000;
	text-decoration : none;
}
div.entry_header h3 a:hover {
	color: #000;
}
div.entry_header p.date {
	color: #000;
	font-size: 1em;
	margin-bottom: 0px;
}

/* ---------- div.entrybody ---------- */
div.entry_body {
	margin: 0px 0px 120px 0px; 
	min-height: 60px;
	padding-bottom :5px;
	border-bottom:1px dotted;
}
div.entry_body p {
	font-size: 1.1em;
	margin-bottom: 1em;
}
div.entry_body p.keywords {
	font-style: italic;
	color: #000;
	font-size: 1em;
	margin-bottom: 1em;
}
/* ---------- div.navigation ---------- */
div.navigation {
    color: #000;
    font-size: 1em;
    text-align: left;
	margin: 0px 0px 0px 0px;
}
.navigation p {
	margin:2px 3px 2px 0;
}
.navigation p a {
	color: #000;
}
.navigation a:hover {
	color: #000;
	text-decoration:none;
}
a.page-numbers, .navigation .current {
	padding: 2px .6em;
	margin:0 2px 0 0;
	border:solid 1px #000;
	text-decoration:none;
}
a.page-numbers:hover {
	color:#FFF;
	background: #000;
}
.navigation .current {
	color: #FFF;
	background: #000;
	border:solid 1px #000;
}
.navigation .next, .navigation .prev {
	border:0 none;
	background:transparent;
	border:solid 1px #000;
}

/* ---------- 画面右下に付けるpagetopスクロールボタン ---------- */

div.pagetop {
	margin:0px 0px 0px 0px;
}
div.pagetop a {
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 19px;
	height: 10px;
	background: url(../images/btn_pagetop.gif) 0 0 no-repeat;
}
div.pagetop a:hover {
	background-position: 0 -15px;
}

/* ============================================================
03: div.contents_side
============================================================ */
div.side_inner {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
div.side_inner a,
div.side_inner a:visited {
	color: #666;
	text-decoration : none;
}
div.side_inner a:hover {
	color: #999;
	text-decoration: none;
}
div.side_widget {
	margin: 0px 0px 15px 0px; 
	padding: 0 0 15px 0;

}
.contents_side h4 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
	text-decoration : none;
}
.contents_side p {
	color: #000;
	font-size: 1em;
	margin-bottom: 10px;
}

.contents_widget ul {
	margin-bottom: 20px;
}
.contents_widget ul li {
	margin-bottom: 5px;
}
.side_widget ul {
}
.side_widget ul li {
	margin-bottom: 1px;
	font-size: 1em;
}
.side_widget .textwidget p {
	margin-bottom: 1px;
	font-size: 1.1em;
}

/* サーチフォーム  */ 
.side_widget #searchform {
   margin-left: auto;
   margin-right: auto;
}
.side_widget input#s {
    width:135px;
}


/* ------------------------------
Nivo Slider TOPスライドショーID
------------------------------ */
div#mainslide {
	width: 940px;
	height: 500px;
	margin: 0 auto;
	overflow:hidden; 
}

/* ------------------------------
Easy Slider スライドショーID
------------------------------ */
div#contents_slide{
		position:relative;
		padding: 0px 0px 90px 0px;
		margin: 0 auto;
		text-align:center;
		width: 940px;
		height:500px;
		}	
#slider {
	width:940px;
	height:500px;
	margin: 0 auto;
	}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:940px;
	height:500px;
	overflow:hidden; 
	}	
#prevBtn{ 
	width:30px;
	height:90px;
	position:absolute;
	left:0px;
	top:35%;
	text-indent: -9999px;
	}		
#nextBtn{ 
	width:30px;
	height:90px;
	position:absolute;
	left:910px;
	top:35%;
	text-indent: -9999px;
	}													
#prevBtn a{  
	display:block;
	width:30px;
	height:90px;
	background:url(../images/slidearrows_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	display:block;
	width:30px;
	height:90px;
	background:url(../images/slidearrows_next.png) no-repeat 0 0;	
	}


/* ------------------------------
SHOPSページ
------------------------------ */

div.contents_shops {
	width: 700px;
	margin: 0 auto;
}

ul.brandlist {
	font-weight: bold;
	margin-bottom :60px;
	padding-bottom :5px;
	border-bottom:1px dotted;
}
ul.brandlist li {
    display: inline;
	margin-right: 30px;
}

div.brand {
	margin: 0 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px dotted;
}

#div.brand table {
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#div.brand table th {
	vertical-align: top;
	white-space: nowrap;
}

#div.brand table td {
	vertical-align: top;
	font-size: 85%;	
	padding: 5px 0 0;
}

.STATE { width: 120px;}
.CITY { width: 120px; }
.NAME,.NAME_withmap { width: 180px;}
.TELL { width: 120px; }


div.pagetop_shops {
	margin:0px 0px 60px 0px;
}
div.pagetop_shops a {
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 19px;
	height: 10px;
	background: url(../images/btn_pagetop.gif) 0 0 no-repeat;
}
div.pagetop_shops a:hover {
	background-position: 0 -15px;
}

/* ------------------------------
ARCHIVESページ
------------------------------ */

div.contents_archives {
	width: 900px;
	height: 200px;
	min-height: 200px;
	margin: 0 auto;
}

.archives {
	width: 150px;
	height: 190px;
	padding: 0 0px 15px 0;
	margin: 0 0 15px 0;
	float: left;
	display: inline-block;
	overflow: hidden;
}
.archives p {
	margin: 0 0px;
	text-align: center; 
}
.archives p.thumb {
	margin: 0;
	padding: 0 0 5px 0;
}

.archives p.thumb img {
	vertical-align: top;
}
.boxAnchor {
}

/* biggerlinkのマウスオーバー指定
---------------------
.bl-hover{
background:#F6F6F6;
}
.bl-hover a:visited{
background:#FFF;
}
.bl-hover a:active{
background:#FFF;
}
.bl-hot a:active{
background:#FFF;
}
 */


/* ------------------------------
CONTACT FORM
------------------------------ */
#wpcf7-f1-p1-o1 .con,.tit{
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	width:250px;
	font-size:11px;
	border:1px solid #000000;
	color:#000;
    align:left;
}
#wpcf7-f1-p1-o1 .mess{
	height:300px;
	padding:0 0 0px 0;
	width:500px;
	border:1px solid #000000;
	font-size:11px;
	color:#000;
	resize: vertical;
    overflow-y:auto;
    overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}
span.wpcf7-not-valid-tip-no-ajax {
	font-weight:bold;
	margin-left:10px;
}
span.attn {
	font-weight:bold;
	color: #000;
}




/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
outline: none;
		text-decoration : none;		/* アンダーラインなど装飾を施さない */
	}
	/* リンクする要素のうち、未閲覧（キャッシュされていない）要素に対してスタイルを適用します */
	a:link {
		color : #999999;
	}
	/* リンクする要素のうち、閲覧済（キャッシュされている）要素に対してスタイルを適用します */
	a:visited {
		color : #999999;
	}
	/* ユーザーがカーソルをその要素の上に置いているが、まだアクティブ状態にしていない時にスタイルを適用します */
	a:hover {
		color : #000000;
		text-decoration: none;
	}
	/* その要素がユーザーによってアクティブ状態にされた時にスタイルを適用します */
	a:active {
		color : #000000;
		text-decoration: none;
	}
	/* リンク画像の枠を表示しない */
	a img {
outline: none;
		border-style : none;			/* 枠を非表示 */
		border-width : 0px;				/* 枠の幅を0pxに設定 */
		text-decoration : none;			/* 装飾を表示しない */
	}
	
/* TOPに表示させるバナーstamp テスト */	
.stamp{position: absolute; z-index: 9999; top: 250px; left: 500px;}
.box-prd{z-index:1;}