@charset "utf-8";
/*共通パーツCSS
2012.11renewal*/

/* RESET */
* {
	margin: 0;
	padding: 0;
	voice-family: inherit;
	letter-spacing: 0.06em;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #666666;
	color: #8a6e4c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
html>/**/body {
	font-size /*\**/: small\9
}
a {
	color: #666666;
	color: #3D5B7A;
	font-size: 100%;
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none outside none;
}
li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
	font-size: 100%;
}
form {
	margin: 0 auto;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
object, embed {
	margin: 0 auto;
}
/*TEMPLATE*/
#main-container {
	text-align: center;
}
html>/**/body #main-container {
	font-size /*\**/: 92%\9;
}
#contents {
	clear: both;
	text-align: left;
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
	_overflow: visible;
}
/*--- HEADER ---*/
#header {
	text-align: center;
	background: transparent url("/gg/static/img/common/header_bg.gif") repeat-x top;
}
#header-top, #header-bottom {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}
#header-top {
	padding: 3px;
	width: 994px;
	font-size: 85%;
	overflow: hidden;
	_overflow: visible;
}
#header-bottom {
	clear: both;
	padding: 0 0 5px 0;
	height: 55px;
	overflow: hidden;
	_overflow: visible;
}
#header-top p {
	float: left;
}
#header-top ul {
	float: right;
}
#header-top ul li {
	float: left;
}
#header-top ul li a:link {
	color: #8a6e4c;
}
#header-bottom p {
	float: left;
}
#header-bottom p.logo {
	padding: 8px 0 0 0;
}
#header-bottom p.area {
	background: #c7b39b;
	padding: 6px;
	color: #fff;
	margin: 13px 0 0 10px;
	font-size: 92%;
	letter-spacing: 0.01em;
}
#header-bottom p.area.pref {
	font-size: 120%;
	font-weight: bold;
	padding: 6px 6px 5px;
	margin: 13px 0 0 15px;
}
#header-bottom #freeword {
	float: right;
	background: #FCE0AE;
	margin: 12px 0 0 0;
	padding: 3px 5px;
	overflow: hidden;
	_overflow: visible;
}
/*フリーワード検索*/
#freeword {
	/* 画像が用意されていないためコメントアウト(2012/11) */
/* background:transparent url("grandtop/freeword-bg.gif") no-repeat left top; */
	overflow: hidden;
	_overflow: visible;
}
#freeword img {
	vertical-align: middle;
}
#freeword form {
	padding: 0;
}
#freeword form select option {
	line-height: 1em;
}
/*フォームタグ関連*/
input {
	vertical-align: middle;
}
input[type="text"] {
	color: #666;
	font-size: 100%;
	margin: 0;
	padding: 2px;
	border: 1px solid #a49b93;
}
input[type="text"]#area_keyword {
	width: 100px;
}
input[type="text"]#keyword {
	width: 170px;
}
input[type="checkbox"] {
	color: #666666;
	margin-right: 3px;
}
#header a, #footer a, .footer-link a, #co-footer a {
	text-decoration: none;
	color: #8a6e4c;
}
#header a:hover, #footer a:hover, .footer-link a:hover {
}
/*ぱんくず*/
.path {
	clear: both;
	width: 1000px;
	width: 755px;
	padding: 0 245px 0 0;
	margin: 0 auto;
	min-height: 25px;
	position: relative;
	overflow: hidden;
	_overflow: visible;
}
.path ul li {
	float: left;
	margin: 8px 5px 0 0;
	font-size: 12px;
	background: url(../img/common/arrow_path.png) no-repeat right;
	padding: 0 10px 0 0;
}

.path a:hover {
}


.path ul li.n {
	background:none;
	padding:0 0 0 0;
}


/*bookmarks*/
#btn-module {
	position: absolute;
	top: 0;
	right: 0;
}
#btn-module li {
	float: right;
	margin: 4px 0 0 5px;
}
/*SEO　FOOTER*/
.footer-link {
	clear: both;
	font-size: 85%;
	overflow: hidden;
	_overflow: visible;
	padding: 10px 0;
	_height: 10px;
	width: auto;
}
.footer-link ul {
	text-align: left;
	width: auto;
	line-height: 140%;
	overflow: hidden;
	_overflow: visible;
}
.footer-link ul li a:link {
	color: #A78C6C;
}
/*共通FOOTER*/
#footer {
	clear: both;
	text-align: center;
	/* 画像が用意されていないためコメントアウト(2012/11) */
/* background:#ede8e1 url("common/footerbg.gif") repeat-x top; */
	overflow: hidden;
	_overflow: visible;
	padding: 10px 0;
	margin-bottom: 10px;
	_height: 10px;
}
#footer ul {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 140%;
	overflow: hidden;
	_overflow: visible;
}
#footer ul li,  .footer-link ul li {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
#co-footer {
	clear: both;
	text-align: center;
	/* 画像が用意されていないためコメントアウト(2012/11) */
/* background:#ede8e1 url("common/footerbg.gif") repeat-x top; */
	overflow: hidden;
	_overflow: visible;
	padding: 10px 0;
	margin-bottom: 10px;
	_height: 10px;
}
#co-footer ul {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 140%;
	overflow: hidden;
	_overflow: visible;
}
#co-footer ul li {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
#co-footer a {
	text-decoration: none;
}
#footer_copyright {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
#footer_copyright #copyright {
	width: 400px;
	float: right;
	text-align: right;
	background: #fff;
	font-size: 85%;
	margin: 0 0 10px;
}
#footer_copyright #copyright img {
	vertical-align: middle;
	margin-left: 8px;
}
/*20120731_brandkokuchi*/
#footer_copyright #kokuchi2012 {
	clear: both;
	float: left;
	text-align: left;
	width: 550px;
	margin: 0 0 10px;
	background: #fff;
}
/*noscript*/
.script_error {
	padding: 5px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
.totop {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}
.totop a {
	background: url("/gg/static/img/shop_detail/icon_totop.gif") no-repeat scroll left 3px transparent;
	padding: 0 0 0 13px;
}

/*----------------右カラム----------------------*/


/* 広告 */

.ad_shop_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 50px auto;
  width: 1080px;
}
.ad_shop_footer > div {
  padding: 0 44.5px;
	border-right: 1px solid #E9E8E7;
}
.ad_shop_footer > div:first-child {
  padding-left: 0;
}
.ad_shop_footer > div:last-child {
  padding-right: 0;
	border-right: 0;
}