@charset "utf-8";

/*----------------------------------------------------
  基本設定
----------------------------------------------------*/
body {
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.3em;
}
.sp-only {
	display:none !important;
}
/*--赤字・太字指定（20131025追加）--*/
.at-red {
	color:#ff0000;
}
.at-bold {
	font-weight:bold;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
	position:relative;
	z-index:19999;
	border-top:4px solid #ef7a00;
	background-color:#FFFFFF;
}
header.plane{
	height:70px;
}
#header-inner {
	width:960px;
	margin:0 auto;
}
#header-inner-r {
	float:right;
	width:500px;
	padding:11px 0 10px;
}
#header-logo {
	line-height:0;
	margin-top:19px;
	width:170px;
	float:left;
}
#header-logo img {
	width:190px;
	height:34px;
}
#header-util-list02 {
	font-size:91%;
	float:right;
	margin-top:4px;
	border-right:#bababa 1px dotted;
}
#header-util-list02 li {
	float:left;
	background:url("/common/images/ico-arrow-blue-pc.gif") 9px center no-repeat;
	padding-left:19px;
	padding-right:10px;
	border-left:#bababa 1px dotted;
}
#header-util-list02 li a {
	text-decoration:none;
	color:#012561;
}
#header-util-list02 li a:hover {
	text-decoration:underline;
}
#textsize-change-list {
	float:right;
	margin-top:3px;
}
#textsize-change-list dt, #textsize-change-list dd {
	float:left;
	line-height:0;
	padding-left:1px;
}
#header-search {
	width:225px;
	height:29px;
	float:right;
	margin-left:17px;
}
#header-search form {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:solid 2px #cccccc;
	width:221px;
	margin:0 auto;
}
#header-search form input.seach-box {
	height:27px;
	border-width:0px;
	border-style:none;
	width:177px;
	vertical-align:top;
	padding:0 0 0 10px;
	margin:0;
	float:left;
	line-height:27px;
}
#header-search form input.seach-btn {
	height:27px;
	width:34px;
	float:right;
	line-height:0;
}
/*----------------------------------------------------
  gnavi
----------------------------------------------------*/
nav{
	position:relative;
	z-index:19998;
}
nav ul {
	border:4px solid #bfbfbf;
	width:952px;
	margin: 0 auto;
	position:relative;
	z-index:99;
	background:#FFF;
}
nav ul li {
	line-height:0;
	float:left;
}
nav ul li a {
	display:block;
	text-align:center;
	padding:4px 0;
}
nav ul li#gnavi-01 a {
	width:157px;
}
nav ul li#gnavi-02 a {
	width:160px;
}
nav ul li#gnavi-03 a {
	width:160px;
}
nav ul li#gnavi-04 a {
	width:159px;
}
nav ul li#gnavi-05 a {
	width:160px;
}
nav ul li#gnavi-06 a {
	width:156px;
}
nav ul li a span.wrap {
	display:block;
	border-right:#d9d9d9 1px solid;
	padding:0 3px 0;
}
nav ul li#gnavi-06 a span.wrap {
	border-right:none;
}
nav ul li a span.wrap span {
	display:block;
	padding:8px 0 12px;
}
nav ul li#gnavi-01 a span.wrap span {
	border-bottom:#d90000 8px solid;
}
nav ul li#gnavi-02 a span.wrap span {
	border-bottom:#023893 8px solid;
}
nav ul li#gnavi-03 a span.wrap span {
	border-bottom:#ef7a00 8px solid;
}
nav ul li#gnavi-04 a span.wrap span {
	border-bottom:#8cc23a 8px solid;
}
nav ul li#gnavi-05 a span.wrap span {
	border-bottom:#ff8ba2 8px solid;
}
nav ul li#gnavi-06 a span.wrap span {
	border-bottom:#bab6af 8px solid;
}
nav ul li a:hover span.wrap span, nav ul li.ac a span.wrap span {
	display:block;
	padding:12px 0 8px;
}
nav ul li#gnavi-01 a:hover span.wrap span {
	background-color:#d90000;
}
nav ul li#gnavi-02 a:hover span.wrap span {
	background-color:#023893;
}
nav ul li#gnavi-03 a:hover span.wrap span {
	background-color:#ef7a00;
}
nav ul li#gnavi-04 a:hover span.wrap span {
	background-color:#8cc23a;
}
nav ul li#gnavi-05 a:hover span.wrap span {
	background-color:#ff8ba2;
}
nav ul li#gnavi-06 a:hover span.wrap span {
	background-color:#bab6af;
}
nav ul li#gnavi-01.ac a span.wrap span {
	background-color:#d90000;
}
nav ul li#gnavi-02.ac a span.wrap span {
	background-color:#023893;
}
nav ul li#gnavi-03.ac a span.wrap span {
	background-color:#ef7a00;
}
nav ul li#gnavi-04.ac a span.wrap span {
	background-color:#8cc23a;
}
nav ul li#gnavi-05.ac a span.wrap span {
	background-color:#ff8ba2;
}
nav ul li#gnavi-06.ac a span.wrap span {
	background-color:#bab6af;
}
nav ul li#gnavi-01 img{width:76px; height:16px;}
nav ul li#gnavi-02 img{width:58px; height:16px;}
nav ul li#gnavi-03 img{width:62px; height:16px;}
nav ul li#gnavi-04 img{width:120px; height:16px;}
nav ul li#gnavi-05 img{width:56px; height:16px;}
nav ul li#gnavi-06 img{width:42px; height:16px;}

/*----------------------------------------------------
  SHOP SEARCH
----------------------------------------------------*/
/*お店を探す*/
.section-unit-shopseach{
	background-color:#FFF;
}
.section-unit-form {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:solid 2px #cccccc;
	width:195px;
	margin:0 auto;
}
.section-unit-form.select{
	padding-right:2px;
}
.section-unit-form input.seach-box {
	height:27px;
	border-width:0px;
	border-style:none;
	width: 100%;
	padding:0 0 0 10px;
	margin:0;
	float:left;
	line-height:27px;
}
.section-unit-form input.seach-btn {
	height:27px;
	width:34px;
	float:right;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.section-unit-shopseach a {
	text-decoration:none;
}
.section-unit-shopseach {
	float:left;
	width:225px;
	border-top:solid 6px #d90000;
}
span.section-unit-shopseach-btn {
	display:block;
	position:absolute;
	top:154px;
	left:16px;
	line-height:0;
}
span.section-unit-shopseach-btn img{
	width:193px;
}
h2.section-unit-shopseach-h2 {
	font-size:108%;
	font-weight:bold;
	color:#000000;
	background:#ffffff;
}
h2.section-unit-shopseach-h2 a {
	display:block;
	padding:15px 10px;
	height:20px;
	z-index:1;
	position:relative;
}
h2.section-unit-shopseach-h2 a:hover {
	text-decoration:underline;
}
#section-unit-shopseach-img {
	margin-top:-13px;
	position:relative;
}
h2.section-unit-shopseach-h2 span {
	text-align:center;
	display:block;
	background:url(/common/images/ico-arrow-blue-square-pc.gif) no-repeat left center;
	font-size:108%;
}
.section-unit-shopseach a {
	text-decoration:none;
	color:#000000;
}
.section-unit-shopseach a:hover {
	text-decoration:underline;
	color:#000000;
}
.section-unit-shopseach dl.location {
	background:#ffffff;
	padding:13px 10px 20px 15px;
	border-bottom:solid 1px #cccccc;
	position:relative;
	z-index:100;
}
.section-unit-shopseach dl.location dt {
	font-size:108%;
	font-weight:bold;
	color:#000;
	background:url(/common/images/top-h3-ico-01.gif) no-repeat left center;
	padding:0 0 0 25px;
	margin:0 0 4px 0;
	line-height:18px;
}
.section-unit-shopseach dl.freeword {
	background:#ffffff;
	padding:13px 10px 7px 15px;
	position:relative;
	z-index:99;
}
.section-unit-shopseach dl.freeword dt {
	font-size:108%;
	font-weight:bold;
	color:#000;
	background:url(/common/images/top-h3-ico-02.gif) no-repeat left center;
	padding:0 0 0 25px;
	margin:0 0 4px 0;
	line-height:18px;
}

.section-unit-shopseach dl.freeword dd .link-btn-block {
	width: 100%;
	margin: 14px 0;
}
.section-unit-shopseach dl.freeword dd .link-btn-block a {
	background:#d90000;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
	width:60%;
	display:block;
	text-decoration:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:solid 1px #be0000;
	position:relative;
	margin: 0 auto;
}
.section-unit-shopseach dl.freeword dd a:hover {
	text-decoration:underline;
}

.section-unit-shopseach dl.freeword dd .search-freewd-link a {
	display: block;
	color: #035D8A;
	font-size: 0.9em;
	font-weight:bold;
	text-decoration:none;
}
.section-unit-shopseach dl.freeword dd .search-freewd-link a:hover {
	text-decoration:underline;
}
.section-unit-shopseach dl.freeword dd .search-freewd-link a span {
	background:url(/common/images/ico-arrow-blue-square-pc.gif) no-repeat left center;
	padding:0 0 0 17px;
	display:block;
}

.section-unit-shopseach dl.gps {
	display:none;
}

.section-unit-shopseach dl.gps dd a:hover {
	text-decoration:underline;
}
/*プルダウン専用*/
/*
.location-select {
	background:url(/common/images/location-pulldown-bg.gif) no-repeat left top;
	width:100%;
	cursor:pointer;
	height:27px;
	width:188px !important;
	color:#fff;
	padding:0 0 0 7px;
	line-height:27px;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
}
*/
.location-select {
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	padding: 4px;
	background:url(/common/images/location-pulldown-bg.gif) no-repeat right top #FFF;
	border: none;
	color: #000;
	width:101%;
	height:27px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #ba0001;
	font-size:13px;
}
.b-core-ui-select__dropdown__item.cell0 {
	background:#ededed;
}
.b-core-ui-select__dropdown__item.cell0:HOVER {
	background:#ededed;
}
/*----------------------------------------------------
  parts
----------------------------------------------------*/
.page-top-btn {
	line-height:0;
	clear:both;
	padding-top:50px;
	text-align:right;
	zoom:1;
}
.page-top-btn img{
	width:93px;
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
	border-top:4px solid #ef7a00;
	position:relative;
	/**z-index:-1;*/
}
#footer-inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#footer-logo {
	margin-top:24px;
	float:left;
	line-height:0;
}
#footer-util-list-wrap{
	position:absolute;
	top:34px;
	right:0;
	z-index:0;
}
#footer-util-list {
	width:739px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#01325b;
	padding:4px 0 3px;
}
#footer-util-list li {
	background:url("/common/images/ico-arrow-white-pc.gif") 20px center no-repeat;
	padding-left:35px;
	float:left;
	white-space:nowrap;
}
#footer-util-list li.first {
	background:url("/common/images/ico-arrow-white-pc.gif") 16px center no-repeat;
	padding-left:30px;
}
#footer-util-list li a {
	color:#FFF;
	text-decoration:none;
	font-size:83%;
}
#footer-util-list li a:hover {
	text-decoration:underline;
}
#footer-copy {
	clear:both;
	line-height:0;
	padding-top:27px;
	margin-bottom:57px;
}
/*----------------------------------------------------
  カラム
----------------------------------------------------*/
#site-top {
	/*padding-top:297px;*/
	position:relative;
}
#cate-top {
	position:relative;
	padding-top:109px;
}
#detail-page {
	position:relative;
	padding-top:84px;
}
#contents-wrap {
	background:url("/common/images/contents-wrap-bg.gif") left top repeat;
	border-top:solid 1px #FFF;
	padding:20px 0 50px 0;
	clear:both;
}
#section-wrap {
	width:960px;
	margin:0 auto;
}

.input-selected {
	color:#000 !important;
}

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .cf {
	zoom: 1;
} /* IE6 */
*:first-child+html .cf {
	zoom: 1;
} /* IE7 */
.cl {
	clear:both;
}
img { -ms-interpolation-mode: bicubic; }
