@charset "utf-8";
/* CSS Document */

/*=================================================
	body
===================================================*/
html, body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.93em;
	line-height: 1.3em;
	color: #333;
}
body {
	background-color: #FFF;
}
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

/*=================================================
	header
===================================================*/

#wrapper {
	position: relative;
	background-image: url(../img/common/footer_bg.png),url(../img/common/pattern_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom 28px, left top;	
}

#wrapper .headerWrapper {
	height: 95px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E97A6;
}

#header {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	width: 260px;
	padding: 28px 0 0 0;	
}

#header p.sitemapBtn:before {
  color: #008AE6;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 110%;
  padding-right: 0.5em;
  text-decoration: none;
  font-size:15px;
}
#header .rightBlock .foreignLanguage {
	float: right;
	display: none;
}
#header .rightBlock .foreignLanguage li {
	float: left;
	font-size: 0.8em;
	margin: 3px 0 0 1px;	
}
#header .rightBlock .foreignLanguage li a {
	text-decoration: none;
	padding: 5px 15px;
	background-color: #FFF;	
}
#header .rightBlock .foreignLanguage li a:hover,
#header .rightBlock .foreignLanguage li a:active {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #0E97A6;	
}


/*--メニューボタン--*/
.menuBtn {
  display: none;
}

.menuBtn a {
  color: #85C501;
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 0.1em 0.6em 0.3em 0.6em;
  background: #0E97A6;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 0.5;
  text-decoration: none;
}

.menuBtn a i {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}

.menuBtn a span {
  font-size: 7px;
  font-size: 0.7rem;
  text-decoration: none;
}


#contents h4 {
	margin: 10px 0px;
	padding: 5px 0px 5px 20px;
	background: url(../img/common/h4_icon.gif),#FFF;
	background-repeat: no-repeat repeat;
	background-position: left center,top center;
}

#contents h5 {
background: url(../img/common/right_arrow_icon.png) no-repeat left 5px top 7px;
border-bottom: 1px solid #27A2A8;
padding: 0px 0px 3px 20px;
margin: 10px 0 10px 0;
}

.wayBtn a {
  margin-right: -1px; // :after要素のmarginのカウンター
}

.wayBtn a:after {
  content: ''; // 空要素を追加
  margin-right: 1px; // marginを指定することで改行を回避
  float: right; // PC browserで表示する際にheightのsizeが大きくなってしまうので、floatで回避
}

@media screen and (min-width: 320px) {

#wrapper {
	position: relative;	
}


#header {
	width: 100%;
	margin: 0 auto;
}

#header .logo {
	float: left;
	width: 75%;
	padding: 35px 0px 0px;	
}

#header .freeTel {
	display: none;
	float: left;
	width: 190px;
	padding: 28px 0 0 2%;
}
#header .sitemapBtn {
	display: none;
	padding: 26px 0px 0px 2%;
	float: left;
}
#header .sitemapBtn a {
	color: #333;
	text-decoration: none;
}
#header .sitemapBtn a:hover,a:active {
	color: #1392DE;
	text-decoration: underline;
}
#header #fontSize {
	display: none;	
}

#header a.contactBtn {
	display: none;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #008AE6;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:hover {
	display: block;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #56B0F3;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:before {
  color: #FFF;
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  padding-right: 0.5em;
  text-decoration: none;
}


#contents h4 span {
	float: left;
	padding: 3px 0 3px 0;
}

#contents h4 .squreIcon {
	display: inline-block;
	height: 15px;
	width: 3px;
	margin: 3px 10px 3px 10px;
	background-color: #27A2A8;
	background-size:18px 3px;
}

/*--メニューボタン--*/
.menuBtn {
  display: block;
}

.menuBtn a {
  color: #FFF;
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
  padding: 0.2em 0.5em 0.6em 0.5em;
background: #0E97A6;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 0.5;
  text-decoration: none;
  margin:8px 0px 0px;
}
.menuBtn a i {
  font-size: 2.5em;
  vertical-align: middle;
}
.menuBtn a span {
  font-size: 7px;
  font-size: 0.7em;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding: 0 0 0 1px;  
}





/*--下層ページ--*/

#titleArea {
	background-image: url(../img/common/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
	border-top: 1px solid #D1D1D1;
	line-height: 1.4em;
}

#titleArea .titleInner {
	width: auto;
	margin: 0 auto;
}
#titleArea .titleInner .title {
font-size: 1.4em;
font-weight: bold;
color: #FFF;
background-image: none;
background-repeat: no-repeat;
background-position: left 23px;
float: left;
padding: 20px 20px 20px 20px;
}
#titleArea .titleInner .titleEng {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #B8E4E6;
min-width: 300px;
float: right;
padding: 30px 0 0 0;
text-align: right;
	display: none;
}

#gNav {
	height: auto;
}

#gNav .gNavInner {
	width: auto;
	margin: 0 auto;
}
#gNav .gNavInner li {
float: left;
width: 50%;
}
#wrapper #gNav {
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center top;
	border-bottom: 1px solid #B4D9D9;
}

}


@media screen and (min-width: 600px) {

#wrapper {
	position: relative;	
}

#header p.sitemapBtn:before {
  color: #008AE6;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 110%;
  padding-right: 0.5em;
  text-decoration: none;
  font-size:15px;
}
#header .rightBlock .foreignLanguage {
	float: right;
	display: none;
}
#header .rightBlock .foreignLanguage li {
	float: left;
	font-size: 0.8em;
	margin: 3px 0 0 1px;	
}
#header .rightBlock .foreignLanguage li a {
	text-decoration: none;
	padding: 5px 15px;
	background-color: #FFF;	
}
#header .rightBlock .foreignLanguage li a:hover,
#header .rightBlock .foreignLanguage li a:active {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #0E97A6;	
}


#wrapper .headerWrapper {
	height: 95px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E97A6;
}

#header {
	width: 100%px;
	margin: 0 auto;
}

#header .logo {
	float: left;
	width: 75%;
	padding: 21px 0px 0px;	
}
#header .freeTel {
	display: block;		
	float: left;
	width: 190px;
	padding: 28px 0 0 2%;
}
#header .sitemapBtn {
	display: none;
	padding: 26px 0px 0px 2%;
	float: left;
}
#header .sitemapBtn a {
	color: #333;
	text-decoration: none;
}
#header .sitemapBtn a:hover,a:active {
	color: #1392DE;
	text-decoration: underline;
}
#header #fontSize {
	display: none;	
}
#header a.contactBtn {
	display: none;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #0E97A6;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:hover {
	display: block;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #56B0F3;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:before {
  color: #FFF;
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  padding-right: 0.5em;
  text-decoration: none;
}

/*--下層ページ--*/

#titleArea {
	background-image: url(../img/common/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: auto;
	border-top: 1px solid #D1D1D1;
}

#titleArea .titleInner {
	width: auto;
	margin: 0 auto;
}
#titleArea .titleInner .title {
font-size: 1.7em;
font-weight: bold;
color: #FFF;
background-image: url(../img/common/title_icon.png);
background-repeat: no-repeat;
background-position: left 23px;
min-width: 300px;
float: left;
padding: 30px 0 20px 20px;
}
#titleArea .titleInner .titleEng {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #B8E4E6;
min-width: 300px;
float: right;
padding: 30px 0 0 0;
text-align: right;
	display: block;
}

#gNav {
	height: auto;
}

#gNav .gNavInner {
	width: auto;
	margin: 0 auto;
}
#gNav .gNavInner li {
	float: left;
	width: 25%;
}
#wrapper #gNav {
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center top;
	border-bottom: 1px solid #B4D9D9;
}


}

@media screen and (min-width: 1020px) {

#wrapper {
	position: relative;
	
}

#header p.sitemapBtn:before {
  color: #008AE6;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 110%;
  padding-right: 0.5em;
  text-decoration: none;
  font-size:15px;
}
#header .rightBlock .foreignLanguage {
	float: right;
	display:block;
}

#header .rightBlock .foreignLanguage li {
	float: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 1px;	
}
#header .rightBlock .foreignLanguage li a {
	text-decoration: none;
	padding: 5px 15px;
	background-color: #FFF;	
	display: block;	
}
#header .rightBlock .foreignLanguage li a:hover,
#header .rightBlock .foreignLanguage li a:active {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #0E97A6;	
}
	
#header .rightBlock .foreignLanguage li.active a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #0E97A6;
	display: block;
}


#wrapper .headerWrapper {
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E97A6;
}

#header {
	width: 1020px;
	margin: 0 auto;
}

#header .rightBlock {
	float: right;
	width: 350px;
}

#header .logo {
	float: left;
	width: 440px;
	padding: 21px 0px 0px;	
}
#header .freeTel {
	display: block;	
	float: left;
	width: 190px;
	padding: 28px 0 0 30px;
}
#header .sitemapBtn {
	display: block;
	margin: 0 0 0 10px;
	padding: 28px 0px 0px 0px;
	float: left;
}
#header .sitemapBtn a {
	color: #333;
	text-decoration: none;
}
#header .sitemapBtn a:hover,a:active {
	color: #1392DE;
	text-decoration: underline;
}
#header a.contactBtn {
	display: block;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #008AE6;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:hover {
	display: block;
	color: #FFF;
	width: 17%;
	float: right;
	background-color: #56B0F3;
	background-repeat: repeat;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 20px 0 0 0;
	border-radius: 2px; /* CSS3草案 */
	text-decoration: none;
}
#header a.contactBtn:before {
  color: #FFF;
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  padding-right: 0.5em;
  text-decoration: none;
}
#header p.sitemapBtn:before {
  color: #008AE6;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 110%;
  padding-right: 0.5em;
  text-decoration: none;
  font-size:15px;
}

#header #fontSize {
	display: block;	
}

/*--メニューボタン--*/

#contents .ruleBtnArea li {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 18px;
	display: inline-block;
}
#contents .ruleBtnArea li.last {
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 18px;
}

/*--メニューボタン--*/
.menuBtn {
  display: none;
}

.menuBtn a {
  color: #85C501;
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 0.1em 0.6em 0.3em 0.6em;
  background: #0E97A6;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 0.5;
  text-decoration: none;
}

.menuBtn a i {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}

.menuBtn a span {
  font-size: 7px;
  font-size: 0.7rem;
  text-decoration: none;
}

}

/*=================================================
	グローバルナビ
===================================================*/

.navWrapper #nav {
	width: 1000px;
	margin: 0 auto;
	z-index:100;	
}
.lowerMainWrapper {
	margin-top: -4px;
	background-image: url(../img/common/pattern02_bg.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #CCC;
	border-top: none;	
	margin:0px;
    margin-top:-4px;
    position:relative;	
	height: 110px;
	z-index: 50;
}

#nav ul li {
	float: left;
}

/* ドロップダウンメニュー */

/*#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}*/

#menu li {
    padding: 0 0 10px 0;
    position: relative;
}

/*#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}*/

#menu li:hover > a {
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
/*    background-image: linear-gradient(#444, #111);*/    
    -moz-border-radius: 3px;
    border-radius: 3px;
	opacity: 0.9;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
/*    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #555555;*/
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {
	width: 154px;
	color: #FFF;    
    padding: 11px 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-decoration: none;
    text-transform: none;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0082D9;
    background-image: linear-gradient(#0082D9, #0078C8);
}

#menu ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #0082D9; 
}


@media screen and (min-width: 320px) {

/* ドロップダウンメニュー */

/*#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}*/

#menu li {
    padding: 0 0 10px 0;
    position: relative;
}

/*#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}*/

#menu li:hover > a {
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
/*    background-image: linear-gradient(#444, #111);*/    
    -moz-border-radius: 3px;
    border-radius: 3px;
	opacity: 0.9;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
/*    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #555555;*/
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {
	width: 154px;
	color: #FFF;    
    padding: 14px 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-decoration: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #0082D9;
    background-image: linear-gradient(#0082D9, #0078C8);
}

#menu ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #0082D9; 
}

 
.wayBtn a {
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	padding:12px 25px 10px;
	margin: 3px; 
	display: block;
	float: left;
}

.wayBtn a:link,
.wayBtn a:visited {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wayBtn a:hover,
.wayBtn a:active {
	color: #FFF;
	background-color: #27A2A8;
}

}

@media screen and (min-width: 600px) {

/* ドロップダウンメニュー */

/*#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}*/

#menu li {
    padding: 0 0 10px 0;
    position: relative;
}

/*#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}*/

#menu li:hover > a {
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
/*    background-image: linear-gradient(#444, #111);*/    
    -moz-border-radius: 3px;
    border-radius: 3px;
	opacity: 0.9;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
/*    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #555555;*/
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {
	width: 154px;
	color: #FFF;    
    padding: 14px 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-decoration: none;
    text-transform: none;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0082D9;
    background-image: linear-gradient(#0082D9, #0078C8);
}

#menu ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #0082D9; 
}

.wayBtn a {
	margin: 5px; 
}


}

@media screen and (min-width: 1020px) {


#titleArea {
	height: 80px;
}
#titleArea {
	background-image: url(../img/common/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 80px;
	border-top: 1px solid #D1D1D1;
}

#titleArea .titleInner {
	width: 1020px;
	margin: 0 auto;
}
#titleArea .titleInner .title {
font-size: 1.7em;
font-weight: bold;
color: #FFF;
background-image: url(../img/common/title_icon.png);
background-repeat: no-repeat;
background-position: left 23px;
min-width: 300px;
float: left;
padding: 30px 0 20px 20px;
}
#titleArea .titleInner .titleEng {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #B8E4E6;
min-width: 300px;
float: right;
padding: 30px 0 0 0;
text-align: right;
	display: block;
}

#gNav {
	height: 159px;
}

#gNav .gNavInner {
	width: 1020px;
	margin: 0 auto;
}
#gNav .gNavInner li {
	float: left;
}
#wrapper #gNav {
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center top;
	border-bottom: 1px solid #B4D9D9;
}


/* ドロップダウンメニュー */

/*#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}*/

#menu li {
    padding: 0 0 10px 0;
    position: relative;
}

/*#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}*/

#menu li:hover > a {
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
/*    background-image: linear-gradient(#444, #111);*/    
    -moz-border-radius: 3px;
    border-radius: 3px;
	opacity: 0.9;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
/*    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #555555;*/
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {
	width: 175px;
	color: #FFF;    
    padding: 11px 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-decoration: none;
    text-transform: none;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0082D9;
    background-image: linear-gradient(#0082D9, #0078C8);
}

#menu ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #0082D9; 
}
}




/*=================================================
	メインイメージ
===================================================*/

#wrapper #lowerMain {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/common/underlayer_header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 50;	
}
#lowerMain ul li.lowerTitle {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	color: #111;
	font-size: 24px;
	text-align: center;
	width: 27%;
	padding: 40px 0 0 0;
	letter-spacing: 3px;
}
#lowerMain ul li.eng {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	width: 50%;
	padding: 39px 0 0 60px;
	display: block;		
}


@media screen and (min-width: 320px) {
#wrapper #lowerMain {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background-color: #0082D9;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 50;	
}
#lowerMain ul li.lowerTitle {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: none;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	width: auto;
	padding: 26px 0px 0px 0px;
	letter-spacing: 3px;
}
#lowerMain ul li.eng {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	width: 23%;
	padding: 26px 0px 0px 10px;
	display: none;	
}

/*--種類別ボタン--*/
	
#contents .ruleBtnArea li {
	float: none;
	margin: 0px 0px 8px 0px;
	text-align: center;
}
#contents .ruleBtnArea li.last {
	float: none;
	margin:0px 0px 5px 0px;
	text-align: center;	
}

}

@media screen and (min-width: 600px) {
#wrapper #lowerMain {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background-color: #0082D9;
	background-image: url(../img/common/underlayer_header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 50;	
}

#lowerMain ul li.lowerTitle {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	width: 40%;
	padding: 46px 0px 0px;
	letter-spacing: 3px;
}
#lowerMain ul li.eng {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	width: 23%;
	padding: 47px 0px 0px 10px;
	display: none;	
}
}


@media screen and (min-width: 1020px) {
#wrapper #lowerMain {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/common/underlayer_header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 50;	
}
#lowerMain ul li.lowerTitle {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	color: #111;
	font-size: 24px;
	text-align: center;
	width: 27%;
	padding: 40px 10px 0px;
	letter-spacing: 2px;
}
#lowerMain ul li.eng {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	width: 50%;
	padding: 39px 0 0 60px;
	display: block;		
}
}

/*=================================================
	パンくず
===================================================*/

#path {
	height: 30px;
	padding: 20px 0 0 0;
	display: block;	
}
#path ul {
	width: 1000px;
	font-size: 12px;
	margin: 0 auto;
}
#path ul li {
	float: left;
	margin: 0 10px 0 0;
}
#path ul li a {
	padding: 0px 17px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (min-width: 320px) {
#path {
	height: 30px;
	padding: 20px 0 0 0;
	display: none;	
}
#path ul {
	width: 1000px;
	font-size: 12px;
	margin: 0 auto;
}
#path ul li {
	float: left;
	margin: 0 10px 0 0;
}
#path ul li a {
	padding: 0px 17px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
}

@media screen and (min-width: 600px) {
#path {
	height: 30px;
	padding: 20px 0 0 0;
	display: none;	
}
#path ul {
	width: 1000px;
	font-size: 12px;
	margin: 0 auto;
}
#path ul li {
	float: left;
	margin: 0 10px 0 0;
}
#path ul li a {
	padding: 0px 17px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
}

@media screen and (min-width: 1020px) {
#path {
	height: 30px;
	padding: 8px 0 0 0;
	display: block;	
}
#path ul {
	width: 1020px;
	font-size: 0.9em;
	margin: 0 auto;
}
#path ul li {
	float: left;
	margin: 0 10px 0 0;
}
#path ul li a {
	padding: 0px 3px 0px 0px;
}
}





/*=================================================
	コンテンツ
===================================================*/

#contents .mainArea h3 {
	font-size: 17px;
	font-weight: bold;
	background-color: #F1F1F1;
	padding: 18px 0px 20px 20px;
	margin: 0 0 20px;
	border-top: 2px solid #0082D9; 
	letter-spacing: 2px;
}

#contents .mainArea h4 span {
	display: inline-block;
	height: 3px;
	width: 14px;
	margin: 0px 14px 4px 0px;
	background-color: #FFF;
	background-size: 12px 3px;
}
#contents .mainArea h4 {
	font-size: 1.2em;
	width: 98%;
	color: #FFF;
	display: inline-block;
	background-color: #0082D9;
	margin: 0px 0px 20px;
	padding: 8px 0 8px 2%;
}
#contents .mainArea h5 {
	font-size: 1em;
	width: 98%;
	color: #333;
	display: inline-block;
	background-color: #C8E9FF;
	margin: 20px 0px 20px 0px;
	padding: 8px 0 8px 2%;
}
#contents .mainArea h3 span.eng {
	display: block;	
	float: right;
	font-size: 16px;
	font-weight:normal;
	color:#999999;
	padding: 0 20px 0 0;
	letter-spacing: 1px;
}
#contents .mainArea h4 span {
	display: inline-block;
	height: 3px;
	width: 14px;
	margin: 0px 14px 4px 0px;
	background-color: #FFF;
	background-size: 12px 3px;
}
#contents h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0px 5px 30px;
	margin: 10px 0 10px 0;
	background-image: url(../img/common/whiteright_arrow_icon.png),url(../img/common/captionBg01.gif);
	background-repeat: no-repeat,repeat;
	background-position: 15px center,left top;
}

/*  地図で探す検索フォーム   */

#contents input.place {
  width: 300px;
	height: 24px;
	padding-left: 5px;
	display: block;
}

/*  searchArea検索フォーム   */

#searchArea form input {
	width: 300px;
	height: 25px;
}

#wrapper form input {
  	width: 200px;
	height: 24px;
	padding-left: 5px;
}

@media screen and (min-width: 320px) {
#wrapper #contents {
	width: auto;
	margin: 0px auto 10px;
}	

#contents .mainArea h3 span.eng {
	display: none;
	float: right;
	font-size: 16px;
	font-weight:normal;
	color:#999999;
	padding: 0 20px 0 0;
	letter-spacing: 1px;
}
#contents .mainArea h4 span {
	display: none;
	height: 3px;
	width: 14px;
	margin: 0px 14px 4px 0px;
	background-color: #FFF;
	background-size: 12px 3px;
}
#contents .leftContents {
	float: none;
	height: auto;
	width: 100%;
	padding: 10px 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#contents .rightContents {
	float: none;
	height: auto;
	width: 100%;
}

#contents .rightContents .bnrArea ul li {
	width: 250px;
	text-align: center;
	float: none;
	margin: 0 auto 6px;
}

#contents .rightContents .bnrArea ul li:nth-child(odd) {
	margin-right: auto;
}

/*--五十音順ボタン--*/

ul.syllabaryOrder li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.syllabaryOrder li a {
	height: auto;
	width: auto;
	font-size: 1em;
	margin: 0 auto;
padding: 20px 52% 20px 10%;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.syllabaryOrder li span {
	font-size: 1.5em;
}

ul.syllabaryOrder li {
	width: 40%;
    float: left;
	margin: 0 2% 10px 4%;
}

ul.syllabaryOrder .last {
	float: none;
	margin: 0 0px 10px 0;
}

/*--地域別ボタン--*/

.areaContent {
	display: block;
	margin-bottom: 5px;
}

.areaContent div {
	margin: 0px 0px 5px 5px;	
}

.areaContent form {
	margin-bottom: 10px;
}

ul.areaList li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.areaList li a {
	height: 42px;
	width: 152px;
	font-size: 1.5em;
	margin: 0 auto;
padding: 27px 70px 0px 20px;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.areaList li {
    float: none;
	margin: 0 0 10px 0;
}

ul.areaList .last {
	float: none;
	margin: 0 0px 10px 0;
}

ul.areaList {
	margin: 0px 0px 60px 0px;	
}		

.clickBtn {
	width: 100%;
	margin: 10px 0;
}

.clickBtn a {
	width: auto;
	color: #0F979E;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #0F979E;	
	font-size: 1em;
	background: url(../img/common/arrow_r_icon.png),#E6F5F5;
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block;
	padding: 7px 10px;
}

.clickBtn a:hover {
	color: #FFF;
	border: 3px solid #0F979E;	
	background-color: #0F979E;
	font-size: 1em;
}

/*-- table --*/

#searchArea table {
	width: 100%;	
}

#searchArea th.areaTitle {
	font-weight: bold;
	color: #152B33;
	width: auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-image: url(../../img/common/map_icon.png),url(../../img/common/area_bg.png);
	background-repeat: no-repeat,repeat;
	background-position:50px center,left top;
	display: block;
}

/*#searchArea table tr td {
	float: left;
	margin: 10px 5px 0px 0px;
}*/

#searchArea th.areaTitle {
	font-weight: bold;
	color: #152B33;
	width: auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-image: url(../img/common/map_icon.png),url(../img/common/area_bg.png);
	background-repeat: no-repeat,repeat;
	background-position:50px center,left top;
	display: block;
}
 
.wayBtn a {
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	padding:12px 25px 10px;
	display: block;
	float: left;
}

.wayBtn a:link,
.wayBtn a:visited {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wayBtn a:hover,
.wayBtn a:active {
	color: #FFF;
	background-color: #27A2A8;
}

/*  地図で探す検索フォーム   */

#contents input.place {
  width: 300px;
	height: 24px;
	padding-left: 5px;
	display: none;
}

}
@media screen and (min-width: 600px) {
#wrapper #contents {
	width: auto;
	margin: 0px auto 10px;
}	
	
#contents .mainArea h3 span.eng {
	display: block;	
	float: right;
	font-size: 16px;
	font-weight:normal;
	color:#999999;
	padding: 0 20px 0 0;
	letter-spacing: 1px;
}
#contents .mainArea h4 span {
	display: inline-block;
	height: 3px;
	width: 14px;
	margin: 0px 14px 4px 0px;
	background-color: #FFF;
	background-size: 12px 3px;
}
#contents .leftContents {
	float: none;
	height: 430px;
	width: 494px;
	padding: 40px 0 0 11px;
	margin: 10px auto;
	background-image: url(../img/top/fb_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents .rightContents {
	float: none;
	height: auto;
	width: 505px;
	margin: 10px auto 20px;	
}
#contents .rightContents .bnrArea ul li {
	width: 250px;
	text-align: center;
	float: left;
	margin: 0 auto 6px;
}

#contents .rightContents .bnrArea ul li:nth-child(odd) {
	margin-right: 5px;
}

/*--五十音順ボタン--*/

ul.syllabaryOrder li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.syllabaryOrder li a {
	height: 42px;
	width: auto;
	font-size: 1.5em;
	margin: 0 auto;
padding: 27px 70px 0px 20px;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.syllabaryOrder li span {
	font-size: 1.5em;
}

ul.syllabaryOrder li {
	width: auto;
    float: left;
	margin: 0 12px 10px 0;
}

ul.syllabaryOrder .last {
	float: left;
	margin: 0 0px 10px 0;
}

/*--地域別ボタン--*/

ul.areaList li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.areaList li a {
	height: 42px;
	width: 152px;
	font-size: 1.5em;
	margin: 0 auto;
padding: 27px 70px 0px 20px;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.areaList li {
    float: left;
	margin: 0 12px 10px 0;
}

ul.areaList .last {
	float: left;
	margin: 0 0px 10px 0;
}

/*--種類別ボタン--*/
	
#contents .ruleBtnArea li {
	width: 31%;
	display: inline-block;
	margin: 0 1% 18px 1%;
}
#contents .ruleBtnArea li.last {
	width: 31%;
	margin-right: 1%;
}

/*--//種類別ボタン--*/

/*-- table --*/

#searchArea th.areaTitle {
	font-weight: bold;
	color: #152B33;
	width: auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-image: url(../img/common/map_icon.png),url(../img/common/area_bg.png);
	background-repeat: no-repeat,repeat;
	background-position:50px center,left top;
	display: table-cell;
}

#searchArea th.areaTitle {
	font-weight: bold;
	color: #152B33;
	width: 170px;
	text-align: center;
	padding: 0px 0px 28px 20px;
	background-image: url(../img/common/map_icon.png),url(../img/common/area_bg.png);
	background-repeat: no-repeat,repeat;
	background-position:35px 20px,left top;
}

 
.wayBtn a {
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	padding:12px 25px 10px;
}

.wayBtn a:link,
.wayBtn a:visited {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wayBtn a:hover,
.wayBtn a:active {
	color: #FFF;
	background-color: #AAA;
}

.areaContent div {
	margin: 0px 0px 20px 5px;	
}

.areaContent {
	margin-left: 10px;
}

.areaContent {
	display: block;
	margin-bottom: 5px;
}

#searchArea {
	margin-bottom: 20px;	
}

#searchArea table p.address {
		float: left;
	margin:4px 5px 0px 5px;	
}

#path ul .first {
	background-image: url(../img/common/home_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#path ul li a:after {
  color: #008AE6;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 110%;
  margin: 0 0 0 10px;
  text-decoration: none;
  font-size:15px;
}

}

@media screen and (min-width: 1020px) {

#wrapper #contents {
	width: 1020px;
	margin: 10px auto 20px;
}
#contents .leftContents {
	float: left;
	height: 430px;
	width: 494px;
	padding: 40px 0 0 11px;
	background-image: url(../img/top/fb_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;	
}
#contents .rightContents {
	float: right;
	height: 300px;
	width: 505px;
	margin: 0;
}
#contents .rightContents .bnrArea ul li {
	width: 250px;
	text-align: left;
	float: left;
	margin: 0 auto 6px;
}

#contents .rightContents .bnrArea ul li:nth-child(odd) {
	margin-right: 5px;
}

/*--五十音順ボタン--*/

ul.syllabaryOrder li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.syllabaryOrder li a {
	height: 42px;
	width: auto;
	font-size: 1.5em;
	margin: 0 auto;
padding: 27px 70px 0px 20px;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.syllabaryOrder li span {
	font-size: 1.5em;
}

ul.syllabaryOrder li {
	width: auto;
    float: left;
	margin: 0 12px 10px 0;
}

ul.syllabaryOrder .last {
	float: left;
	margin: 0 0px 10px 0;
}

/*--地域別ボタン--*/

ul.areaList li a:hover {
	color: #FFF;
	border: 2px solid #0F979E;	
	background-color: #0F979E;
}

ul.areaList li a {
	height: 42px;
	width: 152px;
	font-size: 1.5em;
	margin: 0 auto;
padding: 27px 70px 0px 20px;
	display: block;
color: #333;
border: 2px solid #DDD;
text-decoration: none;
background: url(../img/common/arrow_r_icon.png) no-repeat right 5px center,#FFF;
}

ul.areaList li {
    float: left;
	margin: 0 12px 10px 0;
}

ul.areaList .last {
	float: left;
	margin: 0 0px 10px 0;
}
/*--//地域別ボタン--*/


/*--種類別のリストボタン--*/

#contents .ruleBtnArea li {
	float: left;
	width: auto;
	margin-right: 19px;
	margin-bottom: 18px;
}
#contents .ruleBtnArea li.last {
	float: left;
	width: auto%;
	margin-right: 0px;
	margin-bottom: 18px;
}
	
#contents .ruleBtnArea li {
	float: left;
	margin: 0px 19px 18px 0px;
}
#contents .ruleBtnArea li.last {
	width: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 18px;
}

/*--//種類別のリストボタン--*/
	
#searchArea th.areaTitle {
	font-weight: bold;
	color: #152B33;
	width: 170px;
	text-align: center;
	padding: 0px 0px 28px 20px;
	background-image: url(../img/common/map_icon.png),url(../img/common/area_bg.png);
	background-repeat: no-repeat,repeat;
	background-position:35px 20px,left top;
	display: table-cell;
}

#searchArea table tr td p {
	margin: 0px 5px 5px 0px;
}

.wayBtn a {
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	padding:12px 25px 10px;
	float: left;
}

.wayBtn a:link,
.wayBtn a:visited {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wayBtn a:hover,
.wayBtn a:active {
	color: #FFF;
	background-color: #AAA;
}

/*  地図で探す検索フォーム   */

#contents input.place {
  width: 300px;
	height: 24px;
	padding-left: 5px;
	display: inline-block;
}

}

#path ul li a:link,a:visited {
	text-decoration: none;
}

#path ul li a:hover,a:active {
	color: #0E97A6;
	text-decoration: none;
}


/*=================================================
	footer
===================================================*/

#footer .footerLinkWrapper {
	height: auto;
	background-color: #F9F9F9;
	background-repeat: repeat;
	margin: 30px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;	
}
#footer .footerLink {
	width: 1000px;
	margin: auto;
	padding: 25px 0 25px 0;
}
#footer .footerLink dl {
	float: left;
	width: 200px;
}
#footer .footerLink dl dt {
	font-size: 14px;
	color: #000;
	margin: 0 0 15px 0;
}

#footer .footerLink dl dd {
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
}

#footer .companyGuide {
	height: 50px;
	width: 1000px;
	margin: 0 auto;
}

#footer .companyGuide ul {
	float: left;
	padding-top: 30px;
}
#footer .companyGuide ul li span {
	font-size: 20px;
	padding:0 10px 0 0;
}

@media screen and (min-width: 320px) {
#wrapper #footer .companyGuide .pageTop {
	float: none;
	display: none;
	margin: 22px 0px 0px;
}
#footer .footerLinkWrapper {
	height: auto;
	background-color: #F9F9F9;
	background-repeat: repeat;
	margin: 30px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;	
}
#footer .footerLink {
	width: 94%;
	margin: auto;
	padding: 10px 0px;
}
#footer .footerLink dl {
	float: none;
	width: 100%;
}
#footer .footerLink dl dt {
	font-size: 14px;
	color: #000;
	margin: 10px 0px 5px;
}

#footer .footerLink dl dd {
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
}

#footer .companyGuide {
	height: auto;
	width: 94%;
	margin: 0 auto;
}

#footer .companyGuide ul {
	float: none;
	padding: 20px 0 10px 0;
}
#footer .companyGuide ul li span {
	font-size: 20px;
	padding:0 10px 0 0;
}

}

@media screen and (min-width: 600px) {

#wrapper #footer .companyGuide .pageTop {
	float: right;
	margin: 22px 0px 0px;
}
#footer .footerLinkWrapper {
	height: auto;
	background-color: #F9F9F9;
	background-repeat: repeat;
	margin: 30px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;	
}
#footer .footerLink {
	width: 100%;
	margin: auto;
	padding: 25px 0 10px 0;
}
#footer .footerLink dl {
	float: left;
	width: 20%;
}
#footer .footerLink dl dt {
	font-size: 14px;
	color: #000;
	margin: 0 0 15px 0;
}

#footer .footerLink dl dd {
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
}

#footer .companyGuide {
	height: auto;
	width: 100%;
	margin: 0 auto;
}

#footer .companyGuide ul {
	float: left;
	padding-top: 30px;
}
#footer .companyGuide ul li span {
	font-size: 20px;
	padding:0 10px 0 0;
}
}

@media screen and (min-width: 1020px) {

#footer .footerLinkWrapper {
	height: auto;
	background-color: #F9F9F9;
	background-repeat: repeat;
	margin: 30px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;	
}
#footer .footerLink {
	width: 1020px;
	margin: 0 auto 4px;
	padding: 25px 0 5px 0;
}
#footer ul.footerLink li {
	font-size: 0.9em;
	float: left;
}
#footer .footerLink dl {
	float: left;
	width: 200px;
}
#footer .footerLink dl dt {
	font-size: 14px;
	color: #000;
	margin: 0 0 15px 0;
}

#footer .footerLink dl dd {
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
}

#footer .companyGuide {
	height: 50px;
	width: 1000px;
	margin: 0 auto;
}

#footer .companyGuide ul {
	float: left;
	padding-top: 30px;
}
#footer .companyGuide ul li span {
	font-size: 20px;
	padding:0 10px 0 0;
}

}

#footer ul.footerLink li {
	font-size: 0.9em;
	float: left;
	background-image: url(../img/common/right_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 8px;
}

/*=================================================
	pageTop
===================================================*/

#wrapper #footer .companyGuide .pageTop {
	display: block;
	float: right;
	margin: 22px 0px 0px;
}
.pageTopSmh {
	display: none;
	width: auto;
	background-color:#BBBBBB;
	text-align: center;
}
.pageTopSmh img {
	width: 70px;
	margin: 0 auto;	
}

@media screen and (min-width: 320px) {
#wrapper #footer .companyGuide .pageTop {
	display: none;
	float: right;
	margin: 22px 0px 0px;
}	
.pageTopSmh {
	display: block;
	width: auto;
	background-color:#BBBBBB;
	text-align: center;
}
.pageTopSmh img {
	width: 70px;
	margin: 0 auto;	
}
#topcontrol {
	display: none;
}
}

@media screen and (min-width: 600px) {
#wrapper #footer .companyGuide .pageTop {
	display: block;
	float: right;
	margin: 0px;
}	
.pageTopSmh {
	display: none;
	width: auto;
	background-color:#BBBBBB;
	text-align: center;
}
.pageTopSmh img {
	width: 70px;
	margin: 0 auto;	
}
#topcontrol {
	display: block;
}
}

@media screen and (min-width: 1020px) {
#wrapper #footer .companyGuide .pageTop {
	display: block;
	float: right;
	margin: 0px;
}
.pageTopSmh {
	display: none;
	width: auto;
	background-color:#BBBBBB;
	text-align: center;
}
.pageTopSmh img {
	width: 70px;
	margin: 0 auto;	
}
#topcontrol {
	display: block;
}
}





/*=================================================
	copyRight
===================================================*/

#footer .copyWrapper .copy {
	font-size:12px;
	color: #FFF;
	height: 22px;
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
}
#footer .copyWrapper {
	background-color: #0E97A6;
	height: 30px;
}

@media screen and (min-width: 320px) {
#footer .copyWrapper .copy {
	font-size:12px;
	color: #FFF;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#footer .copyWrapper {
	background-color: #0E97A6;
	height: auto;
}

}
@media screen and (min-width: 600px) {
#footer .copyWrapper .copy {
	font-size:12px;
	color: #FFF;
	height: 22px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
}
#footer .copyWrapper {
	background-color: #0E97A6;
	height: 30px;
}
}
@media screen and (min-width: 1020px) {
#footer .copyWrapper .copy {
	font-size:12px;
	color: #FFF;
	height: 22px;
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
}
#footer .copyWrapper {
	background-color: #0E97A6;
	height: 35px;
}
}
