@charset "utf-8";
/* 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:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.5;
	background-color:#FBF8F8;
}

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;
}

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:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0 0 0;
    padding:0;
}

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;
  /**/
}


/* トップページ（災害） */
/* /////////////////////////////////////// */
/*【トップページ】▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽災害ページボタン▽▽▽*/
div.saigai-btn-area {
  /*margin: 10px auto 2px auto;*/
  padding: 15px 0 0 0;
  text-align: center;
  background-color: #CADDEB;
}

p.smph_saigai {
  display: inline-block;
  margin: 10px 10px 15px 10px;
  padding: 0 0 0 0;
  width: 350px;
  border: 1px solid #999999;
  background: #b51c18;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b51c18 0%, #b52021 50%, #9c2c29 51%, #a52c29 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b51c18), color-stop(50%, #b52021), color-stop(51%, #9c2c29), color-stop(100%, #a52c29));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b51c18 0%, #b52021 50%, #9c2c29 51%, #a52c29 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b51c18 0%, #b52021 50%, #9c2c29 51%, #a52c29 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b51c18 0%, #b52021 50%, #9c2c29 51%, #a52c29 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b51c18 0%, #b52021 50%, #9c2c29 51%, #a52c29 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51c18', endColorstr='#a52c29',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  p.smph_saigai {
    width: 82%;
  }
}
p.smph_saigai a {
  margin: 0 0 0 0;
  padding: 20px 0 20px 0;
  display: block;
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font: bold 150% "Lucida Grande";
  line-height: 1.0em;
}

/*【トップページ】△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△災害ページボタン△△△*/
/*緊急情報、災害情報*/
section#kinkyu, section#saigai {
  text-align: left;
  padding:0 0 10px 0;
  margin-bottom: 0;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
  line-height: 1.6;
}
section#kinkyu h2 {
	color:#FFF;
	font-weight:bold;
	font-size:120%;
  line-height: 1.6;
  margin: 0;
  padding:8px 0 8px 5px;
  border-left: none;
/*	background: linear-gradient(center top, rgb(206,51,47) 0%, rgb(160,30,0) 100%);
	background: -o-linear-gradient(center top, rgb(206,51,47) 0%, rgb(160,30,0) 100%);
	background: -moz-linear-gradient(center top , rgb(206,51,47) 0%, rgb(160,30,0) 100%);
	background: -webkit-linear-gradient(center top, rgb(206,51,47) 0%, rgb(160,30,0) 100%); */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(206,51,47)),
		color-stop(0.6, rgb(160,30,0))
	);
}
section#kinkyu h2 span{
	border-left:5px solid #FFF;
	padding-left:5px;
}
section#kinkyu h3{
	background-color:#ECECEC;
	border-left:5px solid #A01A00;
	margin:10px 5px 5px 5px;
	padding-left:5px;
  line-height: 1.6;
}
section#kinkyu li, section#saigai li {
	margin:7px 5px 0 5px;
	padding-left:5px;
	list-style:none;
	list-style-image:none;
	background-image: none;
}
section#kinkyu ul li {
	margin:8px 5px 5px 5px;
	padding-left:15px;
	background-image: url(/images/t_icon_li_red.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
	_height: 1%;
}
p.saigaiindexbt a {
    display: block;
    text-align: center;
    margin: 10px;
    background-color: #333;
    padding: 10px;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

section#saigai h2 {
	color:#111;
	font-weight:bold;
	font-size:120%;
  line-height: 1.6;
  margin: 0;
  padding:8px 0 8px 5px;
  border-left: none;
  background: -moz-linear-gradient(top, #EFCF3A, #E9C211);
  background: -webkit-linear-gradient(top, #EFCF3A, #E9C211);
  background: linear-gradient(to bottom, #EFCF3A, #E9C211);
}
section#saigai h2 span{
	border-left:5px solid #111;
	padding-left:5px;
}
section#saigai h3{
	background-color:#ECECEC;
	border-left:5px solid #111;
	margin:10px 5px 5px 5px;
	padding-left:5px;
  line-height: 1.6;
}
section#saigai ul li {
	margin:8px 5px 5px 5px;
	padding-left:15px;
	background-image: url(/images/c_icon_inlink_saigai.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
	_height: 1%;
}
/*----------------------------------------------*/



table {
	margin: 10px 10px 10px 10px;
}
table p {
	margin: 0;
	padding: 0;
}
th {
	padding: 10px;
	border: 1px #dddddd solid;
	font-weight: bold;
	color:#FFF;
	background-color:#00599F;
}

td {
	padding: 5px;
	border: 1px #dddddd solid;
	background-color:#E8EFF5;
	color:#333333;
}

/* 130729追加　テーブル内リスト */
td ul{
	/*list-style-position:inside;*/
	padding-left:20px;
}

table caption {
font-weight:bold;
padding: 0px 0px 5px 0px;
}

/* テーブル『th』文字色再指定 */
th p,
th span.text-color-red,
th span.text-color-green,
th strong.text-color-red,
th strong.text-color-green {
	color: #FFFFFF;
}

/* テーブル『th』のリンク色 */
th a:link {
	color: #FFFFFF;
}
th a:visited {
	color: #D0D0FF;
}
th a:hover {
	color: #FFC0C0;
}
th a:active {
	color: #D0D0FF;
}

p.linktxt {
	margin-left: 10px;
}

/*.filelink {
	padding-left: 20px;

	}*/
p.filelink {
	clear: both;
	margin: 0.56em 10px 0.1em 7px;
	padding: 0 0 2px 15px;
	background-image: url(/images/c_icon_filelink.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	line-height: 1.2em;
	_height: 1%;
}

p.update {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.0em;
    text-align: right;
    font-size: 90%;
    color: #444;
}

.text-color-red {
	color:#990000;
	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 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%;
	list-style: none;
}
ul.contentsui li span {
	padding-left: 5px;
	border-left: none;
	display:block;
}

.wisiwyg ul.contentsui li span.text-color-red,
.wisiwyg ul.contentsui li span.text-color-green {
    display: inline;
    padding-left: 0;
}

.img-area:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}

.img-area {display: inline-block;}
/* Hides from macIE \*/
* html .img-area {height: 1%;}
.img-area {display: block;}
/* End hide from macIE */

.img-area {
  min-height: 1px;
  text-align: center;
}

* html .img-area {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

p.img-txt-left {
    float: left;
    margin-left: 0;
    padding-bottom: .25em;
    text-align: left;
    font-size: 100%;
    color: #555555;
    text-align: center;
}

.img-txt-left img {
    margin: 5px 5px 0px 0px;
}
.img-txt-left span {
    display: block;
    margin: 0px 0px 0px 0px;
}

p.img-txt-right {
    float: right;
    margin-right: 0;
    padding-bottom: .25em;
    text-align: right;
    font-size: 100%;
    color: #555555;
    text-align: center;
}

.img-txt-right img {
    margin: 5px 5px 0px 5px;
}
.img-txt-right span {
    display: block;
    margin: 0px 0px 0px 0px;
}

p.img-txt-center {
    padding-bottom: .25em;
    font-size: 100%;
    color: #555555;
    text-align: center;
}

.img-txt-center img {
    margin: 5px 0px 0px 0px;
}
.img-txt-center span {
    display: block;
    margin: 0px 0px 0px 0px;
}


.imglink a {
	margin-left: 20px;
}

.linknavi h2{
	background: linear-gradient(center top, rgb(202,108,15) 0%, rgb(219,73,16) 10%);
	background: -o-linear-gradient(center top, rgb(202,108,15) 0%, rgb(219,73,16) 10%);
	background: -moz-linear-gradient(center top , rgb(202,108,15) 0%, rgb(219,73,16) 10%);
	background: -webkit-linear-gradient(center top, rgb(202,108,15) 0%, rgb(219,73,16) 10%);

	margin-top:12px;
	padding-left: 10px;
	color: #fff;
	line-height: 2.2em;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(202,108,15)),
		color-stop(0.9, rgb(219,73,16))
	);
}

.linknavi h2 span {
	padding-left: 7px;
	border-left: 8px solid #00599F;
}

.linknavi {
	background-color: #E8EFF5;
	padding: 5px;
}

.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 20px;
	border-top: none;
	border: 1px solid #ccc;
	margin-bottom: 3px;
	background-image: none;
	text-decoration: none;
	background-color: #FFF;
}

.linknavi ul li a:after{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    border-color: #005AA0;
    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,250,255) 0%);
	/* background-image: -o-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,250,255) 0%); */
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,250,255) 0%); */
	/* background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,250,255) 0%); */
	/* background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(241,250,255) 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,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,242,255)),
		color-stop(0, rgb(241,250,255))
	);
}

.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 #00599F;
	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 22px;
    line-height: 1.2em;
	word-break: break-word;
    background-image: url(/images/c_icon_jumplink_blue.gif);
    background-repeat: no-repeat;
    background-position: 10px 0.7em;
}

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 22px;
    line-height: 1.2em;
    background-image: url(/images/c_icon_inlink_blue.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 22px;
	line-height: 1.2em;
	background-image: url(/images/c_icon_inlink_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px .65em;
	_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_blue.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: #cff2ff; }

.btntop {
	float: center;
	text-align: center;
	text-decoration: 		none;
	font: bold 100%/100% "Lucida Grande";
	line-height: 1.5;
	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(226,227,242)),
		color-stop(50%, rgb(255,255,255)),
		color-stop(49%, rgb(226,227,242)),
		color-stop(99%, rgb(255,255,255))
	);
    background-repeat: no-repeat;
    background-position: 95% 50%;
	/*-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em,hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px,rgba(0,0,0,0.2) 0 .5em 5px;
	-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em,hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, rgba(0,0,0,0.2) 0 .5em 5px;
	box-shadow:	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em,hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px,rgba(0,0,0,0.2) 0 .5em 5px;*/
}

.btnanzen {
	float: center;
	text-align: left;
	text-decoration: 		none;
	font: bold 100%/100% "Lucida Grande";
	line-height: 1.5;
	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;

}
/*
.btnsisetu {
	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(247,243,247)),
		color-stop(50%, rgb(255,255,255)),
		color-stop(49%, rgb(247,243,247)),
		color-stop(99%, rgb(255,255,255))
	);
	-webkit-border-radius: 	7px;
	-moz-border-radius: 	7px;
	border-radius: 	7px;
	border:1px solid #ccc;
	border-top: 		1px solid #ccc;
	border-bottom: 		1px solid #ccc;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: 	background .2s ease-in-out;
	transition: 		background .2s ease-in-out;
	color: 				#333333;

}
.btnservice {
	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: 				.6em .6em .6em .6em;
	margin: 				0.2em .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(247,243,247)),
		color-stop(50%, rgb(255,255,255)),
		color-stop(49%, rgb(247,243,247)),
		color-stop(99%, rgb(255,255,255))
	);
	-webkit-border-radius: 	7px;
	-moz-border-radius: 	7px;
	border-radius: 	7px;
	border:1px solid #ccc;
	border-top: 		1px solid #ccc;
	border-bottom: 		1px solid #ccc;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: 	background .2s ease-in-out;
	transition: 		background .2s ease-in-out;
	color: 				#333333;
}

.btntop a {
	text-decoration: none;
	display:inline-block;
	color: #666666;
	width:100%;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	background-image:url(../images/smph_toplink.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.btnanzen a {
	padding-left:40px;
	text-decoration: none;
	display:inline-block;
	color: #333333;
	width:70%;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	background-image:url(../images/smph_anshinanzen.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	line-height:26px;
}
.btnsisetu a {
	padding-left:40px;
	text-decoration: none;
	display:inline-block;
	color: #333333;
	width:70%;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	background-image:url(../images/smph_sisetu.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	line-height:24px;
}
.btnservice a {
	padding-left:40px;
	text-decoration: none;
	display:inline-block;
	color: #333333;
	width:70%;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	background-image:url(../images/smph_service.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	line-height:26px;
}

ul.footerui{
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
	background-color:#bce0fb;
	border-top:1px solid #3F8ED8;
	border-bottom:1px solid #3F8ED8;
}
ul.footerui li{
	float:left;
	padding: 				.9em 0 .9em 0;
	margin: 				0;
	display: 				inline-block;
	text-decoration: 		none;
	font: bold 100%/100% "Lucida Grande";
	font-weight: 			bold;
	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;
	width:33%;
	height:120%;
	border-left:1px solid #3F8ED8;
	background-image: linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	color:#333333;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,242,255)),
		color-stop(0, rgb(241,250,255))
	);
}
ul.footerui a {
	text-align:center;
	text-decoration: none;
	display:inline-block;
	color: #333333;
	width:100%;
	text-shadow:1px 1px 1px #ffffff;
	font: bold 100% "Lucida Grande";
	/*background-image:url(../images/smph_listArrow.gif);
	background-repeat:no-repeat;
	background-position:35% 10%;
}*/

.maplist h2{
	margin-top:12px;
	padding-left: 10px;
	color: #333333;
	line-height: 2.3em;/*
	background-image: url(../images/smph_map_link.png);
	background-repeat: no-repeat;*/
}

.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: 1.5;
	line-height: 26px;
}

.maplist h3 span {
	padding-left: 8px;
	border-left: 10px solid #00599F;
}

.maplist p {
	margin:0px;
	background-color: #ffffff;
	display: block;
	padding: 0px;
	background-image: linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,242,255)),
		color-stop(0, rgb(241,250,255))
	);
}

.maplist p a {
	text-decoration: none;
	display: block;
	color: #333333;
	font: bold 100% "Lucida Grande";
	border-top: 1px solid #00599F;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 12px 30px 12px 10px;
/*	background-image:url(../images/smph_map_link_a.png);
	background-repeat:no-repeat;
	background-position:right;*/
}

.imglink a {
	margin-left: 20px;
}

.phonelist h2{
	margin-top:12px;
	padding-left: 12px;
	color: #333333;
	line-height: 2.3em;
/*	background-image: url(../images/smph_link_phone.png);
	background-repeat: no-repeat;*/
}

.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,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -o-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(221,242,255) 100%, rgb(241,250,255) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(221,242,255)),
		color-stop(0, rgb(241,250,255))
	);
}

.phonelist p a {
	text-decoration: none;
	display: block;
	color: #333333;

	font: bold 100% "Lucida Grande";
	border-top: 1px solid #00599F;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 12px 30px 12px 10px;
/*	background-image:url(../images/smph_link_phone_a.png);
	background-repeat:no-repeat;
	background-position:right;*/
}

footer {
	background-color:#E8EFF5;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
}

footer p{
	padding:8px 0;
}

footer p.pagetop{
	margin:0 5px 8px 5px;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 	3px;
	border:3px 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)
	);
}

footer p.pagetop a{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	display:block;

}
/*
#switchbutton {
	clear: both;
	text-align: center;
	font-size: 115%;
}

#switchbutton_smartPhone {
	font-weight:bold;
}
*/
.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.kaicho{
	margin:0;
	padding:0;
}

div.kaicho h2{
	padding-left:10px;
	background-color:#ffffff;
	background-image:none;
	color:#333333;
	font-size:100%;
	font-weight::bold;
	border:none;

}
div.kaicho p.caption{
	margin-bottom:0;
	padding-bottom:0;
	font-size:90%;
}*/
div.copyright{
	margin-bottom:0;
	font-size:1%;
	line-height:1%;
	padding: 5px 0 5px 0px;
	text-align:center;
	background: linear-gradient(center top, #0078B9 0%, #00509F 100%);
	background: -o-linear-gradient(center top, #0078B9 0%, #00509F 100%);
	background: -moz-linear-gradient(center top , #0078B9 0%, #00509F 100%);
	background: -webkit-linear-gradient(center top, #0078B9 0%, #00509F 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #0078B9),
		color-stop(0, #00509F)
	);

}
/*
#footercopyright {
	padding-bottom:5px;
	width:60%;
	background-color:transparent;
	text-align: left;
	font-size: 90%;
	color:#555555;
}*/
#footcontent{
	margin-top:0px;
	background-color:#E8EFF5;
	text-align:center;
}

#top{
	border-top:5px solid #00589C;
	background-image:url(/images/smph_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
/* 	background-color:#C3DAE9; */
	background-color: #E2EAF1;
	text-align:center;
}

/*▽▽▽検索ボックスのスタイル設定▽▽▽*/


#search_btn {
	text-decoration: none;
	padding-bottom:3px;
	margin-left:15px;
	margin-top:18px;
	float: left;
	display: inline;
}

.search_boxouter{

	margin:2px 0 13px 0;
}

.search_box {
	font: 100% "Lucida Grande";
	display: block;
	margin-left:15px;
	margin-top:15px;
	float: left;
	display: inline;
	padding: 10px 15px 11px 26px;
	width: 56%;
	border: solid 2px #638ED6;
	outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	background: url(../images/smph_search_ico.gif) no-repeat 5px 9px,#fff;
}

/*
div#contentsheader div#logokita{
	margin: 0;
	padding: 0;
	border-top: 4px solid #106238;
}

div#contentsheader div#logohigashi{
	margin: 0;
	padding: 0;
	border-top: 4px solid #0E71C1;
}

div#contentsheader div#logochuo{
	margin: 0;
	padding: 0;
	border-top: 4px solid #003B8C;
}

div#contentsheader div#logokonan{
	margin: 0;
	padding: 0;
	border-top: 4px solid #A5AE09;
}

div#contentsheader div#logoakiha{
	margin: 0;
	padding: 0;
	border-top: 4px solid #1D902D;
}

div#contentsheader div#logominami{
	margin: 0;
	padding: 0;
	border-top: 4px solid #20AAEB;
}

div#contentsheader div#logonishi{
	margin: 0;
	padding: 0;
	border-top: 4px solid #E23E0B;
}

div#contentsheader div#logonishikan{
	margin: 0;
	padding: 0;
	border-top: 4px solid #F5A408;
}

div#contentsheader div#logonaf{
	margin: 0;
	padding: 0;
	border-top: 4px solid #B43E71;
}

div#contentsheader div#logogikai{
	margin: 0;
	padding: 0;
	border-top: 4px solid #106B42;
}

*/



/* google検索  20181204追加
============================== */
table.gsc-table-result td {
    background-color: transparent;
    border: none;
}

.gsc-above-wrapper-area td {
    background-color: transparent;
    border: none;
}

.gsc-wrapper td {
    background-color: transparent;
    border: none;
}

.search_txt_box input#q {
    width: 275px;
    box-sizing: border-box;
    height: 36px;
    font-size: 100%;
}
/* 20181207 google検索追加 */
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border: solid 1px #00519D !important;
    background-color: #00519D !important;
    height: 32px !important;
    border-radius: 0 !important;
}

table.gsc-search-box td {
    border: none;
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    height: 30px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
    margin: 0;
    background-color: transparent;
    height: 30px;
}

.gsc-search-button-v2 svg {
    width: 25px !important;
    height: 25px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 3px 10px !important;
}
form.gsc-search-box {
    margin: 0 !important;
}

table.gsc-search-box {
    margin: 0 !important;
}

p.search_link.pagelinkin {
    float: right;
    clear: none;
}

table#gs_id50 {
    margin: 0;
}

#search {
	margin: 0 auto;
	padding: 3px;
	width: 90%;
	box-sizing: border-box;
}
/* テーブルスクロール
================================= */
.table_data.scroll {
  overflow-x: auto;
  margin-bottom: 15px;
  padding: 0;
  background-color: #EEEEEE;
}

.scroll_table {
  overflow-x: auto;
}

.scroll_table::-webkit-scrollbar {
  width: 5px;
  background: #EEEEEE;
}

.scroll_table::-webkit-scrollbar:horizontal {
  height: 5px;
  background: #EEEEEE;
}

.scroll_table::-webkit-scrollbar-thumb {
  background: #BEBEBE;
  border-radius: 15px;
}

.scroll_table::-webkit-scrollbar-thumb:horizontal {
  background: #BEBEBE;
  border-radius: 15px;
}

.scroll_table {
  padding: 0 0 10px 0;
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

.scroll_table_switch a {
  border: 1px solid #BBBBBB;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 43px 15px 15px;
  background-image: url(/images/smph_table_scroll_on.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 39px 26px;
}

.scroll_table_switch {
  text-align: right;
  margin: 0;
  padding: 10px 10px 10px 0;
  background-color: #EEEEEE;
}

.scroll_table_switch a.scroll {
  background-image: url(/images/smph_table_scroll_off.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 39px 26px;
}

.scroll_table::-webkit-scrollbar {
  height: 5px;
}

.scroll_table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll_table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.table_data {
  margin: 0;
}
/*  2020/06/12 改修分
======================== */
.pankuzu li {
    float: left;
    margin: 0;
    padding: 0 15px 0 7px;
    font-size: 84%;
    background-image: url(/images/c_arrow_pankuzu.gif);
    background-repeat: no-repeat;
    background-position: 100% 0.4em;
}

.pankuzu ul {
    list-style: none;
    padding: 5px 0;
    overflow: hidden;
    text-align: left;
}
li.pk-thispage {
    background-image: none;
}
nav.newinfo-box ul {
    padding: 0 25px;
}

p.newInfo_list {
    text-align: right;
    padding-bottom: 20px;
}

/* ==============================
03-19追加スタイル
============================== */
/* Floatのクリア */
hr.ClearFloat {
    display: block;
    clear: both;
    border: none;
    margin: 0;
}
/* 画像左右寄せ解除 */
.wisiwyg .img-left,
.wisiwyg .img-only,
.wisiwyg .img-center,
.wisiwyg .img-right {
	float: none;
	display: block;
	text-align: center;
}

.wisiwyg:after,
.smph-mt:after {
    content: " ";
    display: block;
    clear: both;
}
/* dldtdd */
dt {
    margin-left: 20px;
}
dd {
    margin-left: 40px;
}
/* table */
table {
    border-collapse: collapse;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
a:not([href]) {
  text-decoration: none;
}
