@charset "utf-8";

/* --------------------------------

	ホーム

-----------------------------------

	- 基本レイアウト・デザイン
	- 店舗リスト

--------------------------------- */



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



	- 基本レイアウト・デザイン


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

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	text-align: center;
	background-color: #fff;
}
#wrapper,
#contents {
	width: 890px;
}
#header,
#footer {
	width: 870px;
}
#wrapper {
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	padding: 10px 10px 0;
}
	#header { /zoom: 1; }
	#header:after { content: ''; display: block; clear: both; }
#home #main {
	width: 695px;
	padding: 0 15px 0 0;
}
#footer {
	position: relative;
	text-align: center;
	margin: 30px 0 0;
	padding: 15px 0 50px 0;
	border-top: 1px solid #CDCDCD;
}


/* ----------------------------------------------------
	■リンク
---------------------------------------------------- */
a {
	outline: none;
}




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



	- ヘッダー


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

/* ----------------------------------------------------
	■タグライン
---------------------------------------------------- */
#tagline {
	border: 1px solid #eee;
	background-color: #F7F7F7;
	padding: 5px 9px;
	font-size: 10px;
	float: left;
	width: 850px;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
#logo {
	width: 300px;
	height: 80px;
	float: left;
	clear: both;
	padding: 10px 0;
}
#logo a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ----------------------------------------------------
	■バナー
---------------------------------------------------- */
#header .banner {
	width: 468px;
	height: 60px;
	float: right;
	margin: 20px 0 0;
	overflow: hidden;
	background-position: right;
	text-align: right;
}




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



	- 店舗リスト


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

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
.shops {
	width: 880px;
	position: relative;
	padding: 10px 10px 0;
}
	.shops { /zoom: 1; }
	.shops:after { content: ''; display: block; clear: both; }
.shops .box {
	width: 210px;
	float: left;
	margin: 0 10px 10px 0;
}
.shops .box a {
	width: 190px;
	height: 140px;
	padding: 10px 9px;
	border: 1px solid #fff;
	overflow: hidden;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.shops .box a:hover {
	border: 1px solid #999;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
.shops a.logo {
	width:190px;
	text-align: center;
	display: block;
}
.shops a.logo img {
	display: block;
	margin: 0 auto 5px;
}


/* ----------------------------------------------------
	■ショップ説明
---------------------------------------------------- */
.shops .text {
	width:190px;
	font-size: 10px;
	line-height: 1.5;
	display: block;
	text-align: left;
}




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



	- フッター


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

/* ----------------------------------------------------
	■ページの先頭へ戻る
---------------------------------------------------- */
#pagetop {
	position: relative;
	height: 45px;
	width: 960px;
	background-repeat: no-repeat;
}
#pagetop a {
	position: absolute;
	top: 0;
	right: 0px;
}
#pagetop a {
	width: 110px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-color: #333; /* color.css */
	background-image: url(../../../0/common/img/base/btn_pagetop.gif);
	background-repeat: no-repeat;
}
#pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* ----------------------------------------------------
	■フッターナビ
---------------------------------------------------- */
ul#naviF {
	line-height: 1;
	overflow: hidden;
	padding: 20px 0;
	font-size: 10px;
	text-align: center;
	zoom: 1;
}
ul#naviF li { /* inline-block */
	padding: 0 10px 10px;
	display: -moz-inline-box;   
	display: inline-block;   
	/display: inline;   
	/margin-right: 3px;   
	/zoom: 1;   
}
ul#naviF a {
	display: block;
	color: #000;
}
ul#naviF a:hover {
	color: #666;
}


/* ----------------------------------------------------
	■コピーライト
---------------------------------------------------- */
#copyright {
	line-height: 1;
	padding: 0 0 60px;
	color: #808080;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	color: #333;
	text-decoration: none;
}
#copyright address {
	display: inline;
}



/* End */