﻿
/* html5doctor.com Reset Stylesheet v1.6 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    /*margin:0;
    padding:0; */
    border:0;
    outline:0;
    font-size:98.5%;
    vertical-align:baseline;
    background:transparent;
    line-height:1.7 !important;
}

body {
	background-color:#ffffff;
}
div#baseall {
	margin: 0 auto;
	padding: 0;
	width: auto;
	position: relative;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    word-break: break-all;
}
/*  通常のリンク色  */
a:link {
	color: #004B8C;
	text-decoration: none;
}
a:visited {
	color: #004B8C;
}
a:hover {
	color: #e20000;
}
a:active {
	color: #e20000;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
	display: block;
	height: 0;
	background: none;
	border: 0;
	clear: both;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from macIE */

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.search-box {
	background-color: #e2e2e2;
	margin: 8px 3px 0 3px;
	padding: 8px;
	height: 40px;
	line-height :40px;
}

.search_text {
	float: left;
	font-size: 85% ;
}

.search_txt_box {
	float: left;
	margin: 0 7px;
}

.search_submit {
	float: left;
}

.search_submit input[type='submit'] {
	border: 1px solid #999999;
	background: #2b497b;
	color: #fff;
	width: 45px;
	height: 25px;
}

.search-box input {
	-webkit-appearance: none;
}

table {
	margin: 10px 10px 10px 10px;
}

table p {
	margin: 0;
	padding: 0;
}
th {
	padding: 10px;
	border: 1px #C5C5C5 solid;
	font-weight: bold;
	color:#FFF;
	background-color:#6699CC;
}

td {
	padding: 5px;
	border: 1px #C5C5C5 solid;
	background-color:#FFFFFF;
	color:#333333;
}

table caption {
font-weight:bold;
text-align: center;
padding: 0px 0px 0px 0px;
}

/* テーブル『th』文字色再指定 */
th span.text-color-red,
th span.text-color-green,
th strong.text-color-red,
th strong.text-color-green {
	color: #E5FFE1;
}

th p {
	color: #FFF;
}

/* テーブル『th』のリンク色 */
th a:link {
	color: #E5FFE1;
}
th a:visited {
	color: #D0D0FF;
}
th a:hover {
	color: #FFC0C0;
}
th a:active {
	color: #D0D0FF;
}

p.linktxt {
	margin-left: 10px;
}

p.filelink {
	clear: both;
	margin: 0.56em 10px 0.1em 7px;
	padding: 0 0 2px 15px;
	background-image: url(../images/c_icon_filelink.png);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	line-height: 1.2em;
	_height: 1%;
}
p.filelink a {
	color: #333333;
}


div.update p {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px 10px 0;
    line-height: 1.0em;
    text-align: right;
    font-size: 90%;
    color: #444;
}

.text-color-red {
	color:#bb0000;
	font-weight:bold;
}

.text-color-green {
	color:#006600;
	font-weight:bold;
}

.text-color-brown {
	color:#A25100;
	font-weight:bold;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #333333;
}

p img.img-guidance {
    margin: 0 0 0 -1px;
    padding: 0 0 0 0;
    display: block;
}

.contentsui {
	padding: 10px 10px 20px 10px;
	list-style-type:none;
	list-style:none;
	color: #333333;
}

.contentsui li{
	margin-bottom:7px;
}

.contentsui span {
	padding-left: 3px;
	border-left: 5px solid #004A8E;
}

ul.contentsui {
	padding: 10px 10px 20px 10px;
	list-style-type:none;
	list-style:none;
	color: #333333;
}
ul.contentsui li{
	margin: 0 0 7px 0;
	padding-left: 10px;
	background-image: url(../images/c_icon_li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	_height: 1%;
}
ul.contentsui li span {
	padding-left: 5px;
	border-left: none;
	display:block;
}

.imglink a {
	margin-left: 20px;
}


.linknavi h2{
	background: linear-gradient(center top, #00772f 0%, #134b06 100%);
	background: -o-linear-gradient(center top, #00772f 0%, #134b06 100%);
	background: -moz-linear-gradient(center top , #00772f 0%, #134b06 100%);
	background: -webkit-linear-gradient(center top, #00772f 0%, #134b06 100%);
	
	margin-top:12px;
	padding-left: 10px;
	color: #fff;
	line-height: 2.2em;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #00772f),
		color-stop(0.9, #134b06)
	);
}

.linknavi h2 span {
	padding-left: 7px;
	border-left: 8px solid #00772f;
}

.linknavi {
	background-color:#ffffff;
}

.linknavi ul {
	margin:0;
}

.linknavi ul li{
	position:relative;
}

.linknavi ul li a {
	display: block;
	font: bold 100% "Lucida Grande";
	color: #333333;
	text-shadow:1px 1px 1px #ffffff;
	margin:0;
	padding: 12px 30px 12px 10px;
	border-top: none;
	border-bottom: 1px solid #ccc;
	background-image: none;
	text-decoration: none;
}

.linknavi ul li a:after{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    border-color: #0000FF;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 5px;

}


.linknavi ul li {
	background-image: linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,255,241) 0%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,255,241) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,255,241) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,255,241) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,255,241) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(255,255,255)),
		color-stop(0, rgb(250,250,250))
	);
}

.linknavi p {
	margin:0px;
	background-color: #ffffff;
	display: block;
	padding: 0px;
	background-image: linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,255,229)),
		color-stop(0, rgb(241,255,241))
	);
}

.linknavi p a {
	text-decoration: none;
	display: inline-block;
	color: #333333;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	border-top: 1px solid #00772f;
	border-bottom: 1px solid #ccc;
	padding: 12px 30px 12px 10px;
}


ul.linkjump {
    margin: 0.5em 10px 0 0px;
    padding: 0;
}
ul.linkjump li {
	list-style:none;
    margin: 0.2em 0 0.2em 0;
    padding: 3px 18px 0px 25px;
    line-height: 1.2em;
	white-space:nowrap;
    background-image: url(../images/c_icon_jumplink.gif);
    background-repeat: no-repeat;
    background-position: 10px 0.3em;
    _height: 1%;
}

ul.inlinkcircle {
    margin: 0.5em 10px 0 0px;
    padding: 0;
}
ul.inlinkcircle li {
	list-style:none;
    margin: 0.2em 0 0.2em 0;
    padding: 3px 18px 0px 25px;
    line-height: 1.2em;
    background-image: url(../images/c_icon_inlink.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    _height: 1%;
}

ul.linkcircle {
    margin: 0.5em 10px 0 0px;
    padding: 0;
	line-height:1.6em;
	list-style-type:none;
	list-style:none;
}
ul.linkcircle .linkcircledeco {
	list-style:none;
    margin: 0.2em 0 0.2em 0;
    padding: 3px 18px 0px 25px;
    line-height: 1.2em;
    background-image: url(../images/c_icon_inlink.gif);
    background-repeat: no-repeat;
    background-position: 10px 0.3em;
    _height: 1%;
}

ul.outlinkcircle {
    margin: 0.5em 10px 0 0px;
    padding: 0;
	line-height:1.6em;
	list-style-type:none;
	list-style:none;
}

ul.outlinkcircle .outlinkcircledeco{
	list-style:none;
    margin: 0.2em 0 0.2em 0;
    padding: 3px 18px 0px 10px;
    line-height: 1.2em;
	background-image: url(../images/c_icon_outlink.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    _height: 1%;
}

ul.outlinkcircle a{
	margin-left:0px;
	padding: 0px 0px 0px 6px;
	}

.btntop.green {
	color: 				#666666;
}
.btntop.green:hover { 	background-color: #d0ffcf; }

.btntop {
	float: center;
	text-align: center;
	text-decoration: 		none;
	font: bold 100%/100% "Lucida Grande";
	font-weight: 			bold;
	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;
	-webkit-user-select: 	none;
	-moz-user-select: 		none;
	user-select: 			none;
	padding: 				.5em .6em .4em .6em;
	margin: 				.5em;
	margin-top: 			20px;
	margin-left: 			9px;
	margin-bottom: 			0;
	display: 				inline-block;
	position: 				relative;
	width: 85%;
	-webkit-border-radius: 	15px;
	-moz-border-radius: 	15px;
	border-radius: 	15px;
	border:1px solid #aaaaaa;
	border-top: 		1px solid #aaaaaa;
	border-bottom: 		1px solid #aaaaaa;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: 	background .2s ease-in-out;
	transition: 		background .2s ease-in-out;
	color: 				#1D4845;
    background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(2%, rgb(233,242,226)),
		color-stop(50%, rgb(255,255,255)),
		color-stop(49%, rgb(233,242,226)),
		color-stop(99%, rgb(255,255,255))
	);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.btnanzen {
	float: center;
	text-align: left;
	text-decoration: 		none;
	font: bold 100%/100% "Lucida Grande";
	font-weight: 			bold;
	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;
	-webkit-user-select: 	none;
	-moz-user-select: 		none;
	user-select: 			none;
	padding: 				.7em .6em .7em .6em;
	margin: 				0 .5em 0.2em .6em; 
	display: 				inline-block;
	position: 				relative;
	width: 85%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(2%, rgb(250,238,235)),
		color-stop(50%, rgb(255,255,255)),
		color-stop(49%, rgb(250,238,235)),
		color-stop(99%, rgb(255,255,255))
	);
	-webkit-border-radius: 	7px;
	-moz-border-radius: 	7px;
	border-radius: 	7px;
	border:1px solid #DEAA9F;
	border-top: 		1px solid #DEAA9F;
	border-bottom: 		1px solid #DEAA9F;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: 	background .2s ease-in-out;
	transition: 		background .2s ease-in-out;
	color: 				#333333;

}

.maplist h2{
	margin-top:12px;
	padding-left: 10px;
	color: #333333;
	line-height: 2.3em;
}

.maplist h2 span {
	padding-left: 30px;
	border-left: 0px solid;
	border-bottom: none;
}

.maplist h3{
	margin-top:10px;
	padding-left: 20px;
	color: #333333;
	font: bold 100%/75% "Lucida Grande";
	line-height: 26px;
}

.maplist h3 span {
	padding-left: 8px;
	border-left: 10px solid #00772f;
}

.maplist p {
	margin:0px;
	background-color: #ffffff;
	display: block;
	padding: 0px;
	background-image: linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,255,229)),
		color-stop(0, rgb(241,255,241))
	);
}

.maplist p a {
	text-decoration: none;
	display: block;
	color: #333333;
	font: bold 100% "Lucida Grande";
	border-top: 1px solid #00772f;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 12px 30px 12px 10px;
}

.imglink a {
	margin-left: 20px;
}

.phonelist h2{
	margin-top:12px;
	padding-left: 12px;
	color: #333333;
	line-height: 2.3em;
}

.phonelist h2 span {
	padding-left: 30px;
	border-left: 0px solid;
	border-bottom: none;
}


.phonelist p {
	margin:0px;
	background-color: #ffffff;
	display: block;
	padding: 0px;
	background-image: linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,255,229) 100%, rgb(241,255,241) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,255,229)),
		color-stop(0, rgb(241,255,241))
	);
}

.phonelist p a {
	text-decoration: none;
	display: block;
	color: #333333;
	
	font: bold 100% "Lucida Grande";
	border-top: 1px solid #00772f;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 12px 30px 12px 10px;
}

footer {
	background-color:#e1ffe2;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
}

footer p{
	padding:8px 0;
}

pagetop {
	width: 320px;
	padding-top:10px;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	clear: both;

}

pagetop p{
	padding:10px 0;
}

pagetop p.pagetop{
	text-align:center;
	margin:0 5px 8px 5px;
	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
	border-radius: 	2px;
	border:1px solid #CCCCCC;
	background: linear-gradient(center top, #FFFFFF 0%, #E3E3E3 100%);
	background: -o-linear-gradient(center top, #FFFFFF 0%, #E3E3E3 100%);
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #E3E3E3 100%);
	background: -webkit-linear-gradient(center top, #FFFFFF 0%, #E3E3E3 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #FFFFFF),
		color-stop(0, #E3E3E3)
	);
}

pagetop p.pagetop a{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	display:block;

}
.lettersapcing {
	margin:0px 5px;
}

.linknavimargintopaddlarge {
	margin-top:50px;
}


.linknavimargintopaddmiddle {
	margin-top:30px;
}

.paddingtopsmall {
	padding-top:15px;
}

.margintopsmall {
	margin-top:15px;
}

.paddingtopmiddle {
	padding-top:30px;
}

.margintopmiddle {
	margin-top:30px;
}

.paddingbottomsmall {
	padding-bottom:15px;
}

.marginbottomsmall {
	margin-bottom:15px;
}

.paddingbottommiddle {
	padding-bottom:30px;
}

.marginbottommiddle {
	margin-bottom:30px;
}

.paddingbottomlarge {
	padding-bottom:100px;
}

.linknavimargintopaddsmall{
	margin-top:5px;
}

.toplinknavimiddle {
	margin-top:20px;
}
div.copyright{
	margin-bottom:0;
	font-size:90%;
	padding: 0;
	text-align:center;
	font-weight: bold;
	background-color: #2b5797;
}
#footcontent{
	width: 320px;
	margin-top:0px;
	color: #FFF;
	font-style: normal;
	font-size: 90%;
	background-color:#000000;
	text-align:center;
}
#footcontent p {
              color: #FFF;
              text-decoration: none;
}
#footcontent p a {
              color: #FFF;
              text-decoration: none;
}
#top{
	background-color:#ffffff;
	padding: 0;
}

#top img {
	padding: 0;
}

/* ヘッダー部分 */
.citymark_dir {
	width: 320px;
	height: 32px;
}

.cityimg_dir {
	margin: 2px;
	width: 108px;
	height: 28px;
}

#cityhole a {
	text-decoration: none;
}

/* 広告部分 */
.h2bg{
	margin-top:15px ;
	margin-bottom: 5px ;
	font:bold 110%/100% "Lucida Grande" ;
	color: #333333 ;
	line-height: 2.3em;
	border-bottom: 3px solid #2b5797;
	padding-left: 10px;
	background-color: #ffffff;
}

.h2bg h2{
	display: inline;
	border-bottom: none;
	padding: 0;
}

div.nihon_isan {
	margin: 0;
	padding: 2px;
}

/* 緊急エリア中見出しリンク色 */

div.kinkyu-txt h2 a {
	color: #ffffff !important;
}
div.kinkyu-txt h2 img.img-guidance {
	display: none;
}

/* ------------------------フィードバック------------------------ */
form.feedback {
 display: none;
 }

/* ------------------------ヘッダー------------------------ */
div#header0_wp {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	width: auto;
	border: none;
}
div#header {
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	background-image: none;
	background-color: transparent;
	border: none;
	_height: 1%;
	position: relative;
}
/* ヘッダーロゴ */
div.head-1 {
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 70px);
	height: auto;
	float: left;
	text-align: left;
}
div.head-1 .h0left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 10px 0 0;
	width: calc(100% - 63px);
	height: 70px;
	float: left;
}
div.head-1 .h0left a {
	height: auto;
	width: 49%;
	float: left;
}
div.head-1 .h0left a.first {
	margin-right: 2px;
}
div.head-1 .h0left img {
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 70px;
}
div.head-1 .h0right {
	margin: 22px 10px 0 0;
	padding: 0;
	width: auto;
	float: right;
}
div.head-1 .h0right img {
	width: auto;
	height: auto;
	max-height: 45px;
}
.sp-none {
	display: none;
}
@media (max-width: 530px) {
div.head-1 {
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 53px);
	height: auto;
	float: left;
	text-align: left;
}
div.head-1 .h0left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	width: calc(100% - 40px);
	height: 52.5px;
}
div.head-1 .h0left a {
	height: auto;
	width: auto;
	float: left;
}
div.head-1 .h0left a.first {
	margin-right: 2px;
	/* position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: none; */
}
div.head-1 .h0left img {
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 52.5px;
}
div.head-1 .h0right {
	margin: 17px 4px 0 0;
}
div.head-1 .h0right img {
	width: auto;
	height: auto;
	max-height: 35px;
}
}

/* メニューエリア */
div.head-2 {
	display: none;/* 検証時はblockにして表示する */
	margin: 0;
	padding: 20px 0 0;
	width: auto;
	height: auto;
	text-align: center;
	background-color: #f2f9ff;
	clear: both;
}
/* メニューボタン */
a.navi-btn {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	width: 70px;
	height: 70px;
	background-image: url("../images/navi_btn.gif");
	background-size: 70px 70px;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	font-size: 0;
	text-indent: 100%;
	float: right;
}
a.navi-btn.selected {
	background-image: url("../images/navi_btn_c.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 70px;
}
@media (max-width: 530px) {
a.navi-btn,
a.navi-btn.selected {
	width: 52.5px;
	height: 52.5px;
	background-size: 52.5px 52.5px;
}
}
/* メニュー内エリア */
div.head2in {
	margin: 0 20px 20px;
	padding: 0 10px 10px;
	width: auto;
	height: auto;
	min-height: 60px;
	text-align: center;
	background-color: transparent;
}
/* メニュー内見出し */
.head2in h2.h_title {
	margin: 20px 0 10px 0;
	padding: 2px 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	border: 0;
	border-left: solid 8px #0468ba;
	line-height: 1.36em;
}
/* メニュー内snsアイコン */
div.sns-sp {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	float: none;
}
div.sns-sp img,
div.sns-sp img {
	margin: 0 10px;
	padding: 0;
	width: 40px;
	height: auto;
	vertical-align: middle;
}
/* メニュー内グローバルナビ */
div.gnavi_sp {
	margin: 30px 0;
	padding: 10px;
	border: solid 1px #0468ba;
	background-color: #ffffff;
	clear: both;
}
div.gnavi_sp ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
div.gnavi_sp ul li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/h-menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 15px;
	border-bottom: solid 1px #0468ba;
}
div.gnavi_sp ul li:last-child {
	border-bottom: 0;
}
div.gnavi_sp ul li a {
	display: block;
	margin: 0;
	padding: 14px 0 14px 20px;
	color: #333333;
	text-align: left;
}
/* メニュー内検索 */
div.head-search {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: auto;
	height: auto;
	float: none;
}
div.head-search h3 {
	margin: 11px 10px 4px 0;
	padding: 0;
	font-size: 1.24em;
	font-weight: bold;
	text-align: left;
	border: 0;
}
div.head-search form {
	margin: 20px 0 0;
	padding: 0;
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	width: auto;
	height: 40px;
	position: relative;
}
div.head-search form input#topquery1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 5px;
	width: calc(100% - 58px);
	height: 40px;
	font-size: 0.78em;
	background-color: #ffffff;
	border: solid 2px #dddddd;
	box-sizing: border-box;
}
div.head-search form button.topfedbt {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 40px;
	background-color: #0468ba;
	border: none;
	color: #ffffff;
	font-size: 0.95em;
	cursor: pointer;
	vertical-align: middle;
}
/* メニュー内検索キーワード */
div.head2in div.keyword {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.head2in div.key-title {
	margin: 0;
	padding: 4px 0 10px;
	font-weight: bold;
}
div.head2in div.keyword ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.head2in div.keyword li {
	display: inline-block;
	margin: 0 0 10px 10px;
	padding: 8px;
	background: #ffffff;
}
div.head2in div.keyword li:first-child {
	margin: 0 0 10px 0;
}
/* メニュー内ライフシーンで探す */
div.head2in div.life {
	margin: 20px 0 0;
	padding: 0;
	width: auto;
}
div.head2in div.life h3 {
	margin: 11px 10px 4px 0;
	padding: 0;
	font-size: 1.24em;
	font-weight: bold;
	text-align: left;
	border: 0;
}
div.head2in div.life-in {
	margin: 20px 0 0;
	padding: 0;
}
div.head2in div.life-box {
	margin: 0 6px 10px 0;
	padding: 0;
	width: calc(100% / 3 - 5px);
	height: auto;
	border: solid 2px #0468ba;
	box-sizing: border-box;
	background-color: #ffffff;
	float: left;
}
div.head2in div.life-box:nth-child(3n) {
	margin: 0 0 10px 0;
}
div.head2in div.life-box a {
	display: block;
	width: 100%;
	height: 100%;
	color: #004b8c;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}
div.head2in div.life-box a:hover {
	opacity: 0.8;
}
div.head2in div.life-box a img {
	margin: 3px 0 0;
	padding: 0;
	border: 0;
	width: calc(100% - 4px);
	max-width: 90px;
	height: auto;
	vertical-align: middle;
}
div.head2in div.life-box a span {
	display: block;
	margin: 0 auto;
	padding: 3px 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	background-image: none;
	text-align: center;
}
/* メニュー内ナビ */
div.head-menu {
	margin: 30px 0 0 0; 
	padding: 0;
	text-align: left;
}
ul.h-list {
	margin: 0 auto;
	padding: 0;
	width: auto;
	list-style: none;
	background-image: none;
}
ul.h-list li {
	float: none;
	margin: 0;
	padding: 0 0 0 8px;
	width: auto;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/h-menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	background-size: 15px;
}
ul.h-list li a {
	display: block;
	padding: 11px 0 0 14px;
	width: auto;
}
ul.h-list li a:hover {
	text-decoration: none;
}

/* ------------------------上部隠しエリア------------------------ */
/* 隠しメッセージ */
p.jsmessage {
	margin: 4px;
	padding: 0;
}

/* 隠しジャンプ */
div.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #999999;
	text-align: center;
}
#blockskip a {
	color: #999999;
	overflow: hidden;
}
.show {
	line-height: 1.5em !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
}

.show a {
	color: #000000 !important;
	line-height: 150% !important;
	font-size: 100% !important;
}

/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
	display: none;
}
.guidance {
	clear: both;
	font-size: 0;
	line-height: 1%;
	width: 1px;
	height: 0px;
}

/* ------------------------グローバルナビ------------------------ */
div#gnb {
	display: none;
}

/* ------------------------パンくずナビ------------------------ */
div.pankuzu {
	display: none;
}

/* ------------------------サブナビ------------------------ */
div#localnavi {
	display: none;
}

/* ------------------------フッター------------------------ */
/* このページの上へ戻る */
div.page-top {
	clear: both;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 9998;
}
div.page-top img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
/* フッター枠 */
div.f0wrap {
	clear: both;
	margin: 10px auto 0;
	padding: 0;
	width: auto;
	text-align: left;
	border-top: 1px #d9d9d9 solid;
	_height: 1%;
}
/* フッター */
div.add {
	border-top: 1px #d9d9d9 solid;
	clear: both;
	margin: 0;
	padding: 10px 10px 0 10px;
	width: auto;
}
div.addtitle{
	margin: 0;
	padding: 5px 0 3px 0;
}
div.addtitle p {
	clear: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 3px;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	background-color: transparent;

}
address {
	display: block;
	float: left;
	margin: 4px 0 0 10px;
	padding: 0;
	font-style: normal;
	font-size: 90%;
	line-height: 1.6em;
	background-color: transparent;
}
div.copyright {
	margin: 2px 0 2px 10px;
	padding: 0;
	font-style: normal;
	font-size: 80%;
	background-color: transparent;
}
div.f0bgguide {
	clear: both;
	margin: 0;
	padding: 2px 0 2px 0;
	width: 960px;
}
div.f0guide {
	position:relative;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 100%;
	background-color: transparent;
}
ul.footlist {
	position:relative;
	left:30%;
	float: left;
	margin: 0;
	padding: 3px 0 3px 0;
	width: 100%;
	background-color: transparent;
}
ul.footlist li {
	position:relative;
	float: left;
	margin: 0 0 4px 0;
	padding: 0 8px 0 8px;
	font-size: 80%;
	background-color: transparent;
	background-image: none;
}
ul.headlist li p {
	color: #000;
	text-decoration: none;
}
ul.footlist li a:link {
	color: #FFF;
	text-decoration: none;
}
ul.footlist li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.footlist li a:hover {
	color: #E20000;
	text-decoration: none;
}
ul.footlist li a:active {
	color: #FFF;
	text-decoration: none;
}

/* ------------------------新着情報、新着情報一覧------------------------ */
ul.info-list {
	margin: 0.5em 10px 0.5em 10px;
	padding: 0 0 8px 0;
}
ul.info-list li {
	clear: both;
	margin: 0;
	padding: 4px 0 4px 0;
	position: relative;
	width: auto;
	background-color: transparent;
	background-image: none;
	_height: 1%;
}
ul.info-list .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 8.4em;
}
ul.info-list li span {
	display: block;
	margin: 0 0 0 8.7em;
	overflow: hidden;
}
/* 次階層新着情報エリア */
div.s-box2 {
	display: none;
}

div.s-box3 {
	float: none;
	margin: 0 0 18px 0;
	padding: 0px 10px 0px 10px;
}
div.s-box3::after {
	display: block;
	content: "";
	float: none;
	clear: both;
	height: 0;
	
}

div.newinfo-box {
	float: none;
	margin: 0;
	padding: 0;
	_height: 1%;
	width: auto;
	height: 220px;
	border: 1px solid #0961aa;
	background-color: #ffffff;
}
div.newinfo-box h1 {
	margin: 0;
	padding: 7px 0 5px 8px;
	font-size: 100%;
	text-align: center;
	line-height: 1.4em;
	color: #ffffff;
	background-image: none;
	background-color: #0961aa;
	background-position: 0 0;
	_height: 1%;
}

div.newinfo-box h2 {
	margin: 0;
	padding: 7px 0 5px 8px;
	font-size: 100%;
	text-align: center;
	font-weight:bold;
	color: #ffffff;
	background-image: none;
	background-color: #0961aa;
	background-position: 0 0;
	_height: 1%;
}
div.newinfo-box h2 img {
	margin: 0;
	padding: 0;
}
div.newinfo-box ul.info-list {
	margin: 0.5em 10px 0 18px;
	padding: 0 0 8px 0;
}
div.newinfo-box ul.info-list li {
	padding: 3px 0 3px 0;
	white-space: nowrap;
	overflow: hidden;
}
div.newinfo-box p {
	margin: 0.56em 20px 0.1em 16px;
}

div.newinfo-box ul.info-list .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 8em;
}

/* IE7のみ Start */
*:first-child+html div.newinfo-box ul.info-list li span {
	display: block;
	float: left;
	margin: 0 0 0 0.4em;
	padding: 0;
	_height: 1%;
}
/* IE7のみ End */

/* IE7以外 Start */
_div.newinfo-box ul.info-list li span {
	display: block;
	margin: 0 0 0 8em;
	padding: 0;
	_height: 1%;
}
/* IE7以外 End */



div.ichiran-all {
	clear: both;
	float: right;
	margin: 0 0 0.2em 0;
	padding: 0px 20px 16px 20px;
	font-size: 90%;
	text-align: right;
	background-image: url(../images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	_height: 1%;
}
div.ichiran-all img {
	margin: 0;
	padding: 0;
}
