﻿@charset "UTF-8";

body{
	background: #f2f2f2;
}
/*------- Construction, Wrap
------------------------------------------------------*/
.container_wrap {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}
.container {
	background: #fff;
	margin-bottom: 20px;
}
.contents {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.contents_form {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer_top {
	border-top: 1px solid #ddd;
}
.alpha {
	float: left;
}
.beta {
	float: right;
}

/*------- Box, List, Button
------------------------------------------------------*/
.btn02 {
    font-size: 1.42em;
	text-align: center;
    line-height: 42px;
    width: 760px;
	height: 40px;
    margin: 0 auto;
    background: url("../images/btn760.jpg") no-repeat scroll 0 0;
}
[class*="btn"] a {
	color: #000 !important;
	display: block;
}

.box01 {
	margin-bottom: 20px;
	padding: 20px;
	border-top: 6px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
}

.lm01 li::before {
	content: '- ';
	margin-left: -0.8em;
}
.lm01 li.lmNo:before {
	content: '';
	margin-left: 0;
}
.lm02 li:before {
	content: '・'
}
.lm02 li.lmNo:before {
	content: '';
}

a.btn_W001 {
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #666;
	border-radius: 8px;
	display: block;
	position: relative;
	box-shadow: 0px -4px #e3e3e3 inset;
}
a.btn_W001:after {
	content: '';
	width: 18px;
	height: 10px;
	margin-top: -5px;
	background: url(/static_assets/sites/all/themes/hoken/images/icon_020.png) no-repeat 0 0;
	position: absolute;
	left: 90%;
	top: 50%;
}

/*------- Text, Link
------------------------------------------------------*/
.nml {
	font-weight: normal !important;
}

/*------- Module parts
------------------------------------------------------*/
/*------ HeadContainer ------*/
#headContainer {
	background: #fff;
	overflow: hidden;
	position: relative;
}
#headContainer a,
#gNav a {
	color: #000;
	text-decoration: none;
}
#headLine {
	position: absolute;
	top: 10px;
	left: 18px;
}
#headLine h1 {
	color: #999;
	font-size: 11px;
	line-height: 1;
	width: 620px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header {
	padding: 10px 20px 0px 18px;
	overflow: hidden;
}
#header h2#headLogo,
#header #headNav {
	float: left;
}
#header h2#headLogo {
	width: 230px;
	margin: 32px 0 0 0;
}
#header h2#headLogo img {
}
#header #headNav {
	width: 682px;
	margin-bottom: 5px;
}
#header #headNav ul {
	text-align: right;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
}
#header #headNav #hNav01 li {
	font-size: 0.92em;
	display: inline-block;
}
#header #headNav #hNav01 li a {
	padding: 0 12px 0 15px;
	border-left: 1px solid #b8b8b8;
}
#header #headNav #hNav01 li:first-child a {
	border: 0;
}
#header #headNav #hNav01 li:last-child a {
	padding-right: 0;
}
#header #headNav #hNav02 li {
	width: 224px;
	display: inline-block;
}
#header #headNav #hNav02 .headTel {
	margin-right: 12px;
}

/*------ HeadContainer for shop ------*/
#headContainer_shop {
	color: #000;
	overflow: hidden;
	background:#f2f2f2;
}
#headContainer_shop a {
	color: #000;
	text-decoration: none;
}
#headContainer_shop #headLine {
	padding: 0 20px;
	display: table;
	overflow: hidden;
	width: 910px;
	background-color:#f2f2f2;
    position: relative;
    top: 0;
    left: 0;
}
#headContainer_shop #headLine #intro {
	color: #888;
	display: table-cell;
	vertical-align: middle;
}
#headContainer_shop #headLine #intro > div {
	padding: 3px 0;
	overflow: hidden;
}
#headContainer_shop #headLine h1,
#headContainer_shop #headLine #intro p {
	font-size: .75em;
	line-height: 1.3;
	display: inline;
}
#headContainer_shop #headLine h1 {
	margin-right: 10px;
}
#headContainer_shop #headLine p#afterNav {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-left: 37px;
	white-space: nowrap;
}
#headContainer_shop #headLine p a:before {
	content: url('../images/icon_arwR01.png') ;
	margin-right: 2px;
}
#headContainer_shop #header {
	background:#FFFFFF;
	padding: 5px 20px 0px;
	overflow: hidden;
	position: relative;
	border: 0px solid #f2f2f2;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#headContainer_shop #header h2#headLogo,
#headContainer_shop header #headNav {
	display: table-cell;
	vertical-align: middle;
}
#headContainer_shop #header h2#headLogo {
	text-align: center;
	width: 230px;
	margin-top: 20px;
}
#headContainer_shop #header h2#headLogo img {
	margin: 5px 180px 0 0;
}
#headContainer_shop #header #headCount {
	position: absolute;
	top: 0;
	left: 250px;
}
#headContainer_shop #header #headNav {
	width: 490px;
	padding-left:12px;
	float: right;
}
#headContainer_shop #header #headNav h3 {
	color: #999999;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-right:5px;
}
#headContainer_shop #header #headNav ul {
	width: 510px;
}
#headContainer_shop #header #headNav ul.shop_3 {
	padding-left:12px;
}
#headContainer_shop #header #headNav li {
	float: left;
	margin-bottom:2px;
}

#headContainer_shop #header #headNav ul.shop_3 li:first-child {
	width:224px;
	height:46px;
}
#headContainer_shop #header #headNav ul li:last-child {
	margin-top: 0px;
	margin-bottom: 0px;
}
#headContainer_shop #header #headNav li span a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
	width:108px;
	height: 18px;
	float: right;
	background: #dddddd;
	background: -webkit-linear-gradient(#fff 0%,#F1F1F1 100%);
	background: linear-gradient(#fff, #F1F1F1);
	border: 1px solid #989898;
	border-radius: 8px;
	padding: 9px 30px 7px 20px;
	position: relative;
	line-height: 1.3;
}
#headContainer_shop #header #headNav li span a:after {
	content: '';
	background: url(/static_assets/sites/all/themes/hoken/images/icon_001.png) no-repeat;
	width: 9px;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
}
#headContainer_shop #header #headNav ul.list li {
	margin-bottom: 0px;
	margin-left: 8px;
}

#headContainer_shop #header #headNav ul ul li a {
	padding-left: 12px;
	padding-top: 0px;
}
#headContainer_shop #header #headNav ul ul li:before {
	content: '';
	background: url(/static_assets/sites/all/themes/hoken/images/icon_arwR01.png) no-repeat center;
	width: 8px;
	height: 18px;
	position: absolute;
}
.beforeArwR01:before {
	content: '';
	background: url(/static_assets/sites/all/themes/hoken/images/icon_arwR01.png) no-repeat center;
	width: 8px;
	height: 18px;
	position: absolute;
}
.beforeArwR01 a {
 margin-left:10px;
}

	/* 20170310 added  ↓ */
#shop_detail #headContainer_shop #header h2#headLogo img {
	margin: 5px 220px 0 0;
}
#shop_detail #headContainer_shop #header #headNav {
	width: 400px;
	padding-left: 0;
}
#shop_detail #headContainer_shop #header #headNav ul {
	font-size: .93em;
	line-height: 1.4;
	width: 400px;
	float: left;
}

/*------ Fixed Header Wrap ++ for shopsearch page ++ ------*/
#fixedHeadWrap {
	width: 950px;
	position: fixed;
	z-index: 300;
}
#shop .contents {
	padding-top: 150px;
}

#shop .view-content h3 span {
	margin-top: -180px;
	padding-top: 180px;
}
	/* 20170310 added  ↑ */

/*------ Groval Nav ------*/
#gNav {
	border-top: 3px solid #dd2723;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#gNav ul {
	overflow: hidden;
}
#gNav li {
	text-align: center;
	line-height: 1.3;
	width: 134px!important;
	min-height: 50px;
	float: left;
	background: url(../images/gNav_bg_B.png) no-repeat right center;
}
#gNav li:last-child {
	background: none;
}
#gNav li a {
	padding: 16px 5px 15px;
	display: block;
}
#gNav li span {
	font-size: .75em;
}
#gNav li.double a {
	padding: 10px 5px 7px;
}

/*------ searchBtn ------*/
[class*="searchBtn"] {
	text-align: center;
	width: 260px;
	padding-top: 2px;
	padding-right: 9px;
	background: #dd2723;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
}
[class*="searchBtn"] a {
	color: #fff !important;
	text-decoration: none;
	text-shadow: -1px -1px 0 #740b0b;
	display: block;
}
[class*="searchBtn"] a:after {
	position: absolute;
	right: 9px;
}
[class*="searchBtn"] .btnNote {
	font-size: 14px;
	margin-left: 3px;
}
/*.searchBtn01 {
	line-height: 34px;
	height: 34px;
	padding-top: 1px;
}*/
.searchBtn01 a {
	font-size: 1.31em;
	padding: 4px 0;
}
.searchBtn01 a:after {
	content: url(../images/arwWht_01.png);
	top: 50%;
	margin-top: -8px;
}
.searchBtn02 {
	width: 400px;
}
.searchBtn02 a {
	font-size: 1.5em;
	padding: 11px;
}
.searchBtn02 a:after {
	content: url(../images/arwWht_02.png);
	top: 50%;
	margin-top: -10px;
}
.bank .searchBtn02 {
	width: 423px;
}
.searchBtn03 a {
	font-size: 1.31em;
	padding: 10px 0;
}
.searchBtn03 a:after {
	content: url(../images/arwWht_03.png);
	top: 50%;
	margin-top: -8px;
}

	/* line_list module */
#lineWrap{
	margin: 0 20px 20px;
}
#about02 #lineWrap,
#page-flow #lineWrap {
	margin: 0 0 20px;
}
#lineWrap #line_head {
	margin-bottom: 5px;
	position: relative;
}
#lineWrap #line_head h2 {
	font-size: 1.42em;
	font-weight: bold;
	margin-bottom: 5px;
}
#lineWrap #line_head ul {
	margin-top: 3px;
}
#lineWrap #line_head li {
	font-size: 0.86em;
	margin-right: 20px;
	display: inline-block;
}
#lineWrap #line_head .point {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 0;
}
#line_block {
	margin-bottom: 10px;
	padding: 10px;
	background: #ebebeb;
}
#line_block .line_list {
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
#line_block .line_list:last-child {
	margin-bottom: 0;
}
#line_block .line_list h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding: 6px 0 6px 8px;
	border-left: 3px solid #dd2723;
}
#line_block .line_list .sub {
	float: left;
	margin-right: 50px;
}
#line_block .line_list .sub h3 {
	border-left: 3px solid #ccc;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.5;
}
#line_block .line_list .sub h3.two_line {
	line-height: 1;
}
#line_block .line_list .sub h3 span {
	font-size: .85em;
	font-weight: normal;
	line-height: 1.7;
}
#line_block .line_list ul {
	overflow: hidden;
}
#line_block .line_list li {
	color: #999;
	text-align: center;
	width: 121px;
	margin-bottom: 15px;
	float: left;
	box-sizing: border-box;
}
#line_block .line_list li div {
	width: 121px;
	height: 60px;
	padding: 14px 12px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#line_block .line_list li:nth-child(7n+1) div {
	border-left: 1px solid #ebebeb;
}
#line_block .line_list li.hL div {
	padding: 7px 12px;
}
#line_block .line_list li.wS div {
	padding: 7px 7px;
}
#line_block .line_list li img {
	width: auto;
    height: auto;
    max-width: 95px;
    max-height: 30px;
	vertical-align: middle;
}
#line_block .line_list li.hL img {
	max-height: 44px;
}
#line_block .line_list li.wS img {
	max-width: 105px;
}
#line_block .line_list li p {
	font-size: 11px;
	line-height: 1.3;
	margin: 5px 5px 0;
}
#line_block .line_list li img {  
    width: 95px\9;
}  
#line_block .line_list li.hL img {
	width: auto\9;
	height: 44px\9;
}
#line_block .line_list li img:not(:target) {  
    width: auto\9;
}  
#line_block .line_list li.hL img:not(:target){
	width: auto\9;
	height: auto\9;
}
#line_block .line_list a {
	text-decoration: none;
	display: block;
}
#line_block .line_list .sub h3 a {
	text-decoration: underline;
	display: inline;
}
#lineWrap p.note {
	font-size: 0.86em;
	text-indent: -2em;
	margin: 0 0 5px 2em;
}
.dot li:before {
    color: #bbb;
    content: "●";
}

/* lineWrap_visit */
#lineWrap_visit {
  font-size: 16px;
  padding: 40px;
  box-sizing: border-box;
}
#lineWrap_visit .sec {
  padding: 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#lineWrap_visit h2 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
#lineWrap_visit #line_head p {
	line-height: 1.5;
	margin-bottom: 10px;
}
#lineWrap_visit #line_head p.point {
	font-size: .8em;
	text-align: right;
}
#lineWrap_visit h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
  clear: left;
  border-bottom: 1px solid #ddd;
}
#lineWrap_visit .f_xl {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.6;
}
#lineWrap_visit ul {
    width: 50%;
    margin-bottom: 30px;
    float: left;
}
#lineWrap_visit li {
  margin-left: 20px;
  /*width: calc(50% - 20px);*/
  list-style-type: disc;
  line-height: 1.6;
}
#lineWrap_visit li a {
	color: #06c;
}
#lineWrap_visit .dot {
	width: 100%;
	margin-bottom: 10px;
}
#lineWrap_visit .dot li {
	list-style: none;
    margin-left: 0;
	display: inline-block;
}
#lineWrap_visit .note {
	font-size: 14px;
	line-height: 1.4;
}



/*------ fixedHeader ------*/
[id*="fixedHeader"] {
	line-height: 1;
	width: 950px;
	margin-left: -475px;
	background: #fff;
	border-bottom: 1px solid #999;
 	position: fixed; 
  	top: 0; 
  	left: 50%; 
	z-index: 5;
	display: none;
}
[id*="fixedHeader"] .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
}
[id*="fixedHeader"] ul {
	line-height: 1;
	width: 640px;
	margin: 19px 0 9px;
	float: left;
}
[id*="fixedHeader"] li {
	height: 24px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
}
[id*="fixedHeader"] li a,
#fixedHeaderShop li:last-child a {
	color: #000;
	text-decoration: none;
	padding: 5px 18px 5px 15px;
	display: block;
	border-right: 1px dotted #999;
}
[id*="fixedHeader"] li:last-child a {
	padding-right: 0;
	border: 0;
}
[id*="fixedHeader"] p {
	width: 260px;
	margin: 10px 0;
	float: right;
}
#fixedHeaderShop ul {
	width: 400px;
}
#fixedHeaderShop #res_tel {
	color: #666;
	font-size: 12px;
	line-height: 1.25;
	width: 155px;
	float: left;
	margin-top:13px;
	margin-left:80px;
}
#fixedHeaderShop #res_tel span {
	color: #333;
	font-size: 20px;
}

/*------ fixedFooter ------*/
#fixedFooter {
	width: 100%;
	border-top: 3px solid #d7d7d7;
	background: #fff;
	position: fixed; 
  	bottom: 0;
	left: 0;
	z-index: 5;
	display: none;
}
#fixedFooter .inner {
	width: 930px;
	margin: 0 auto;
	padding: 15px 0 15px 20px;
}
#fixedFooter ul {
	overflow: hidden;
}
#fixedFooter li {
	width: 260px;
	float: left;
}
#fixedFooter li.catch {
	width: 426px;
}
#fixedFooter li.footTel {
	width: 224px;
}

/*------ Contents Footer ------*/
#contents_footer {
	color: #000;
}
#contents_footer a {
	text-decoration: none;
}
#contents_footer h3 {
	font-weight: bold;	
	vertical-align: middle;
}

.contents_footer_first {
	border-top:0;
}

	/*--- Q&A/foot_qa ---*/
#foot_qa {
	padding: 20px 0 30px;
	clear: both;
	border-top: 1px solid #e1e1e1;
}
#foot_qa ul {
	font-size: 1.31em;
	margin: 10px 0 20px;
}
#foot_qa li {
	margin-bottom: 5px;
}
#foot_qa li:before {
	content: 'Q.';
	color: #999;
	margin-right: 5px;
}
#foot_qa li a {
	text-decoration: underline;
}

	/*--- Contact Banner/foot_bnr---*/
#foot_bnr {
	font-size: 1.19em;
	margin: 0 -20px;
	padding: 10px 20px 0;
	overflow: hidden;
}
#foot_bnr .box01 {
	text-align: center;
	width: 403px;
	min-height: 133px;
	margin-bottom: 0;
	padding: 20px;
}
#foot_bnr .area01 {
	margin-right: 20px;
}
#foot_bnr .box01 h2 {
	font-size: 1.25em;
	line-height: 1.3;
	margin-bottom: 8px;
}
#foot_bnr .box01 img {
	margin-bottom: 5px;
}

#foot_bnr.bank .box01 {
	width: 868px;
	height: auto;
	min-height: auto;
	padding: 20px;
}
#foot_bnr.bank .box01 .searchBtn02 {
	float: left;
	margin-right: 20px;
}
#foot_bnr.bank .box01 h2 {
	margin-top: 6px;
	text-align:left;
}

/*------ FootContainer ------*/
#footContainer {
	color: #666;
	width: 950px;
	margin: 0 auto 100px;
	background: #f2f2f2;
}
#footContainer a {
	color: #666;
	text-decoration: none;
}

	/*--- Foot Navigation/foot_nav---*/
#foot_nav {
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
#foot_nav #fNav {
	margin-bottom: 50px;
	overflow: hidden;
}
#foot_nav #fNav a {
	color: #666;
	text-decoration: none;
}
#foot_nav h3 {
	font-weight: bold;
	margin-bottom: 3px;
}
#foot_nav .sec {
	font-size: .94em;
	width: 296px;
	width: 292px\9;
	margin-right: 11px;
	float: left;
}
#foot_nav .sec:last-child {
	margin-right: 0;
}
#foot_nav .sec ul {
	line-height: 1.7;
	margin-bottom: 20px;
}
#foot_nav .sec ul:last-child {
	margin-bottom: 0;
}
#foot_nav .sec ul.inline li {
	display: inline-block;
}
#foot_nav .sec ul.inline li:after {
	content: '・';
	margin-left: 5px;
}
#foot_nav .sec ul.inline li.rt:after {
	content: '';
	margin-left: 0;
}
#foot_nav p {
	color: #999;
	font-size: .81em;
	clear: left;
}

	/*--- Foot Copyright/foot_copy---*/
#foot_copy {
	width: 910px;
	margin: 0 auto;
	text-align:center;
}
#foot_copy #fNav02 {
	margin-bottom: 30px;
}
#foot_copy #fNav02 li {
	margin-right: 30px;
	display: inline-block;
}
#foot_copy #fNav02 li a {
	color: #000;
}
	
#statements {
	text-align: right;
	margin-top: 10px;
}

/*------ Search Map ------*/
.links_map li a:link {
	font-size: 1.19em;
	display: block;
}

.links_map .area1 {
	left: 330px;
	top: 30px;
}
.links_map .area2 {
	left: 320px;
	top: 123px;
	bottom: auto;
}
.links_map .area3 {
	left: 288px;
	top: 258px;
	bottom: auto;
}
.links_map .area4 {
	left: 288px;
	top: 319px;
	bottom: auto;
}
.links_map .area5 {
	left: 245px;
	top: auto;
	bottom: -230px;
}
.links_map .area6 {
	left: 205px;
	top: 290px;
	bottom: auto;
}
.links_map .area7 {
	left: 170px;
	top: auto;
	bottom: -260px;
}
.links_map .area8 {
	left: 95px;
	top: auto;
	bottom: -260px;
}
.links_map .area9 {
	left: 95px;
	top: 290px;
	bottom: auto;
}
.links_map .area10 {
	left: 20px;
	top: auto;
	bottom: -330px;
}
.links_map .area11 {
	left: 10px;
	top: 370px;
	bottom: auto;
}
.links_map .area2 li,
.links_map .area3 li.s {
	min-width: 55px;
	float: left;
}
.links_map .area3 li {
	border-bottom: 1px solid #d6d6d6;
}
.links_map .area3 li.s {
	border-bottom: 0;
}
.links_map .view_all {
	text-align: right;
}
.links_map .view_all a:link {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

/*------- ColorBox Content
------------------------------------------------------*/
#cboxContent {
	padding: 20px;
	border: 5px solid #ddd;
}
#cboxClose {
	background: url(../images/icon_017.gif) no-repeat right 0;
}

/*------ Q&A answer ------*/
.block_discuss_001 {
	font-size: 1.07em;
	clear: both;
}
.block_discuss_001 .item_q {
	font-size: 1.42em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 5px 25px;
	background: url(../images/icon_018.gif) no-repeat 0 7px;
	border-bottom: 1px solid #ddd;
}
.block_discuss_001 .item_a {
	line-height: 1.7;
	padding-left: 25px;
	background: url(../images/icon_019.gif) no-repeat 0 5px;
}
.block_discuss_001 .block_comment {
	line-height: 1.5;
	margin: 10px 0 20px;
	padding: 15px 20px;
	background: #f9f9f9;
	border: 3px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.block_discuss_001 .comment_title {
	font-weight: bold;
	margin-bottom: 5px;
}
.block_discuss_001 .btn_close {
	text-align: center;
	line-height: 36px;
	width: 200px;
	height: 36px;
	margin: 30px auto 0;
	background: url(../images/btn_018.jpg) no-repeat 0 0;
}
.block_discuss_001 .btn_close a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	display: block;
}
.block_discuss_001 .btn_close:hover {
	opacity: 0.7;
}

/*------ Search Map ------*/
.block_search_map_003 {
    width: auto;
    height: auto;
    background: none;
}
.block_search_map_003 .links_map {
    margin-left: 0;
}
.block_search_map_003 .title {
    border-bottom: 0;
    font-size: 1.44em;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
.block_search_map_003 .links_map ul[class*="area"] {
	text-align: center;
	min-width: 68px;
	width: auto;
	padding: 4px 0 2px;
	border: 1px solid #d6d6d6;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
}
.block_search_map_003 .links_map ul[class*="area"].wide {
	min-width: 110px;
	max-width: 120px;
}

#map_front {
	width: 490px;
	min-height: 420px;
	margin: 20px auto;
	background: url(../images/map_bg.gif) no-repeat 0 0;
	position: relative;
}
#map_front .btn_close {
	text-align: center;
	line-height: 36px;
	width: 200px;
	height: 36px;
	margin: 430px auto 0;
	background: url(../images/btn_018.jpg) no-repeat 0 0;
}
#map_front .btn_close a {
	color: #000;
	display: block;
}

/*-------  others
------------------------------------------------------*/
    /* 店舗キャンペーン終了後掲載 */
#after_campaign {
	width: 908px;
	margin: 5px auto 20px;
	border: 1px solid #dd2723;
}
#after_campaign p {
	color: #dd2723;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 25px 0;
}

/*-------  for Old Browser
------------------------------------------------------*/
    /* header */
*:first-child+html #headLine #intro,
*:first-child+html #headLine p#afterNav {
	display: inline;
	zoom: 1;
}
*:first-child+html #headLine p#afterNav,
*:first-child+html #headNav {
	float: right;
}
*:first-child+html #headLine #intro,
*:first-child+html #header h2#headLogo {
	float: left;
}
*:first-child+html #headLine #intro {
	width: 600px;
}
*:first-child+html #headLine p#afterNav {
	width: 270px;
	margin-top: 5px;
}
*:first-child+html #header h2#headLogo {
	margin-top: 10px;
}
*:first-child+html #headNav li:first-child {
	margin-right: 10px !important;
}
    /* footer */
*:first-child+html #foot_qa li {
	padding-left: 23px;
	background: url(/static_assets/sites/all/themes/hoken/images/icon_018.gif) no-repeat 0 center;
}
*:first-child+html #foot_nav #fNav a,
*:first-child+html #foot_copy #fNav02 li {
	display: inline;
	zoom: 1;
}
    /* fixedHeader */
*:first-child+html [id*="fixedHeader"] li {
	display: inline;
	zoom: 1;
}


/* added20171006 */
#fixedFooter #pageTop {
	position: absolute;
	right: 10px;
	top: -60px;
}
#fixedFooter #pageTop a img {
	opacity: 0.7;
}
#fixedFooter #pageTop a:hover img {
	opacity: 1;
}
