@charset "utf-8";
/**************************
property reset,tool
**************************/

* {
  margin: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
img {
  border: 0;
}
table, th, td {
  border: none;
}
form {
  display: inline;
}
br.clear, p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}
#contents p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 1em 0;
}
.clear {
  clear: both;
}
.skipmenu {
  position: absolute;
  right: 0pt;
  top: -10em;
}
a {
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1; /* for IE6/7 */
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  text-align: center;
  min-width: 1000px;
}
header {
  text-align: left;
  border-top: 15px solid #005689;
  height: 115px;
}
#headerWrap {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
#headerLeft {
  float: left;
}
header h1,
header p#siteID {
  padding-top: 24px;
  margin: 0;
  line-height: 24px;
}
#headerLeft p {
  margin: 10px 0;
  font-size: 14px;
}
#searchArea {
  width: 270px;
  float: right;
  background: #D5EEFF;
  border-radius: 8px;
  padding: 6px 12px;
  margin-top: 27px;
  overflow: hidden;
}
#searchBox {
  width: 148px !important;
  height: 28px !important;
  float: left;
}
#searchButton {
  border: 0;
  width: 95px;
  height: 28px;
  background: url(images/searchButton.png) no-repeat left top;
  float: right;
}

#gNaviArea {
  background: url(images/gNaviBack.png);
}
#toggle {
  display: none;
}
nav#gNavi {
  width: 950px;
  height: 76px;
  margin: 0 auto 40px;
  overflow: hidden;
}
#menu {
  display: block;
}
#gNavi ul li {
  float:left;
  height:76px;
}
#gNavi li a {
  background:url(images/gNavi.png) no-repeat;
  height:0;
  display:block;
  padding-top:100px;
  overflow:hidden;
  line-height: 2;
}

#gNavi li {width: 119px;}
#gNavi li#gNavi0 {width: 118px;}
#gNavi li#gNavi7 {width: 118px;}

li#gNavi0 a {background-position:0px 0px;}
li#gNavi0 a:hover {background-position:0px -76px;}
li#gNavi1 a {background-position:-118px 0px;}
li#gNavi1 a:hover {background-position:-118px -76px;}
li#gNavi2 a {background-position:-237px 0px;}
li#gNavi2 a:hover {background-position:-237px -76px;}
li#gNavi3 a {background-position:-356px 0px;}
li#gNavi3 a:hover {background-position:-356px -76px;}
li#gNavi4 a {background-position:-475px 0px;}
li#gNavi4 a:hover {background-position:-475px -76px;}
li#gNavi5 a {background-position:-594px 0px;}
li#gNavi5 a:hover {background-position:-594px -76px;}
li#gNavi6 a {background-position:-713px 0px;}
li#gNavi6 a:hover {background-position:-713px -76px;}
li#gNavi7 a {background-position:-832px 0px;}
li#gNavi7 a:hover {background-position:-832px -76px;}

li#gNavi0 a.active {background-position:0 -76px;}
li#gNavi1 a.active {background-position:-118px -76px;}
li#gNavi2 a.active {background-position:-237px -76px;}
li#gNavi3 a.active {background-position:-356px -76px;}
li#gNavi4 a.active {background-position:-475px -76px;}
li#gNavi5 a.active {background-position:-594px -76px;}
li#gNavi6 a.active {background-position:-713px -76px;}
li#gNavi7 a.active {background-position:-832px -76px;}


aside {
  text-align: left;
  width: 260px;
  float: left;
}
#localNavi h2 {
  color: #FFF;
  background: #005689;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}
#localNavi h2 a {
  color: #FFF;
  text-decoration: none;
}
#localNavi ul li {
  border-bottom: 1px dotted #CCC;
}
#localNavi ul li a {
  display: block;
  padding: 14px 10px 14px 20px;
  background: url(images/liLeaf.png) no-repeat left 14px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
#localNavi ul li a:hover,
#localNavi ul li a.active {
  background: url(images/liLeafHover.png) no-repeat left 14px #FFFFEB;
}
.bannerArea p {
  margin-bottom: 8px;
}
#koseishi {
  border: 1px solid #979797;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 10px 8px;
  margin: 20px 0;
}
#koseishi h2 {
  text-align: center;
  border-bottom: 1px solid #005689;
  color: #005689;
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
#koseishi ul {
  margin-left: 25px;
}
#koseishi ul li {
  font-size: 95%;
  background: url(images/liStandard.png) no-repeat left center;
  padding-left: 10px;
  line-height: 1.8em;
}
#koseishi ul li a {
  color: #4A4A4A;
  text-decoration: none;
}
#koseishi ul li a:hover {
  color: #B06969;
}

#counter {
  width: 950px;
  margin: 0 auto 20px;
  text-align: left;
}

footer {
  background: #D5EEFF;
  padding-top: 5px;
  padding-bottom: 10px;
}
#footerContents {
  width: 950px;
  margin: 0 auto;
  padding: 10px 0;
  color: #4A4A4A;
  text-align: left;
  overflow: hidden;
}
#footerLeft {
  width: 610px;
  float: left;
}
#footerID {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#hojinNumber {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
address {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 10px;
}
address a {
  background: #005689;
  border-radius: 16px;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
}
address a:hover {
  background: #2380B7;
}

#footerRight {
  width: 340px;
  float: right;
  padding-top: 60px;
}
#nyusatsu {
  background: #FFF;
  border: 1px dotted #005689;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
#nyusatsu p {
  margin: 5px 0;
}
#footerRight ul {
  float: right;
}
#footerRight ul li {
  display: inline;
  font-size: 14px;
  padding: 0 10px 0 5px;
  border-right: 1px solid #4A4A4A;
}
#footerRight ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
#footerRight ul li a {
  color: #4A4A4A;
  text-decoration: none;
}
#footerRight ul li a:hover {
  color: #B06969;
}


#topicPath {
  margin-bottom: 20px;
  text-align: left;
}
#contents #topicPath p {
  margin: 0;
  color: #666;
  font-size: 12px;
}
#topicPath p a {
  color: #666;
  text-decoration: none;
}

#contentsWrap {
  width: 950px;
  margin: 0 auto 30px;
  overflow: hidden;
}

#contents {
  width: 640px;
  float: right;
  text-align: left;
}
#wide #contents {
  width: 100%;
  float: none;
  padding: 0 40px;
}
#contents * {
  line-height: 150%;
}
#contents h1 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 16px 16px 16px 12px;
	border: 4px solid #DDD;
}
#contents h1 span {
  border-left: 5px solid #005689;
  padding: 6px 6px 6px 12px;
  display: block;
}
#contents h2 {
	color: #005689;
	font-size: 16px;
	margin-bottom: 30px;
	padding: 10px 15px;
  background: #D5EEFF;
}
#contents h3 {
	font-size:110%;
	color: #FF895D;
	margin:0 0 10px;
}
#contents h4 {
	font-size:100%;
	color:#001F3B;
	margin:0 0 10px;
  border-bottom: 1px solid #CCC;
}
#contents h5 {
	font-size:95%;
	color:#333;
	margin:0 0 10px;
}
#contents h6 {
	font-size:95%;
	color:#333;
	margin:0 0 10px;
}
#contents p {
	font-size:95%;
	line-height:150%;
	margin:0 0 15px;
	text-align: justify;
}

#contents ul {
	margin:0 0 20px 20px;
}

#contents ul li {
	background:url(images/liStandard.png) no-repeat left 6px;
	padding-left:17px;
}

#contents ol {
	margin:0 0 20px 30px;
}

#contents ol li {
	list-style-type:decimal;
	margin-left:0.5em;
}

#contents ol.alpha li {
	list-style-type:lower-alpha;
}

#contents li {
	margin:0 auto 5px;
	line-height:150%;
	font-size:90%;
}

#contents ul li ul {
	margin:5px 0;
	font-size:110%;
}

#contents ul li ul li {
	background:url(images/liRound.png) no-repeat left 6px;
}

#contents ol li ul {
	margin:10px 0;
	font-size:110%;
}

#contents ol li ul li {
	list-style-type:none;
	background:url(images/liRound.png) no-repeat left 6px;
}

#contents dl {
	margin-left:20px;
	font-size:90%;
}
#contents dl.mailform {
  margin-left: 0;
}
#contents dt {
	font-weight:bold;
}

#contents dd {
	margin:10px 0 30px 1em;
	line-height:150%;
}

hr {
	border:dotted #999;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:8px 0 16px;
	clear:both;
}

#contents table {
	max-width: 100%;
	margin:0 0 20px;
	border-collapse:collapse;
	border:1px solid #999;
	empty-cells:show ;
	font-size:90%;
}

#contents caption {
	font-size:105%;
	color:#000;
	text-align:left;
	margin-bottom:5px;
}

#contents td,
#contents th {
	border:1px solid #999;
	padding:5px 10px;
	vertical-align:top;
	line-height:130%;
}

#contents th {
	color:#000;
	background:#F8F8F8;
	text-align:left;
}

#contents th p,
#contents td p {
	margin:0;
	padding:0;
	font-size:100%;
  text-align: left;
}

#contents td ul {
	margin:0;
	padding:0;
	font-size:110%;
}

#contents td ol {
	margin:0 0 0 15px;
	padding:0;
	font-size:110%;
}

#contents th.thCenter {
	text-align:center;
}

#contents th.thRignt {
	text-align:right;
}

#contents table td.vMiddle {
	vertical-align:middle;
}

#contents blockquote {
	color:#333;
	margin:10px 0 10px 40px;
	line-height:150%;
	font-size:90%;
	font-style:italic;
}

.otoiawase {
	border:1px solid #666;
	padding-bottom:5px;
	margin: 50px 0 10px;
}

#contents .otoiawase  h2 {
	background:#005689;
  color: #FFF;
	font-size:94%;
	padding:5px 10px;
	margin: 4px 4px 15px;
	border-bottom:none;
	border-left:none;
}

#contents .otoiawase p {
	margin:0 10px 10px 20px;
	font-size:90%;
}

#contents .otoiawase p img {
	vertical-align:middle;
}

#contents .otoiawase ul {
	margin:10px 30px;
}
.dottedLine {
	border:dotted 2px #999;
	padding:10px 30px;;
}
.kakomiSingle {
	margin:0 0 20px;
	border:1px #CCC solid;
	padding:10px 10px 0;
}
#contents .kakomiSingle h2 {
	background:#F5F4F2;
	padding:4px 15px;
	font-size:100%;
	font-weight:normal;
	margin-bottom: 10px;
  color: #001F3B;
  border-left: none;
}
#contents .kakomiSingle p {
	margin:0 10px 15px;
}

.textRight {text-align:right;}
.textCenter {text-align:center;}
#contents p.textRight {text-align:right;}
#contents p.textCenter {text-align:center;}

#contents .textRed {color:red;}
#contents .textBlueBold {color:#005689; font-weight:bold;}
#contents .textPurple {color:#6A5ACD;}
#contents .textGreen {color:#20B2AA;}
#contents .textGray {color:#999;}
#contents .textGraySmall {color:#999; font-size:80%;}
#contents .textSmall {font-size:80%;}
#contents .textSmall2 {font-size:70%;}
#contents .textStandard {font-size:90%;}
#contents .textSmallRight {font-size:84%; text-align:right;}
#contents .textBackBlue {color:#FFF; background-color:#036; padding:2px 5px;}
#contents .textLarge {font-size:110%;}

#contents .textRed {color:red;}
#contents .textBlueBold {color:#4d66cc; font-weight:bold;}
#contents .textPurple {color:#6A5ACD;}
#contents .textGreen {color:#20B2AA;}
#contents .textGray {color:#999;}
#contents .textGraySmall {color:#999; font-size:80%;}


#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border:none;
	padding:0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border:none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding:10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border:none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding:20px;
}
a.pdfLink {
	padding:5px 0 5px 20px;
	background:url(images/pdf.png) no-repeat left 5px;
}
a.wordLink {
	padding:5px 0 5px 22px;
	background:url(images/word.png) no-repeat left 5px;
}
a.excelLink {
	padding:5px 0 5px 22px;
	background:url(images/excel.png) no-repeat left 5px;
}
#contents ul li.pdfLink {
	padding:5px 0 5px 25px;
	background:url(images/pdf.png) no-repeat left 5px;
}
#contents p.comment1 {
	background:url(images/diamonds.gif) no-repeat left 3px;
	padding-left:20px;
}
#contents p.comment2 {
	text-indent:-1em;
	margin-left:2em;
}

.arrowRight {
	background:url(images/arrowRight.gif) no-repeat left center;
	padding-left:20px;
}
.arrowRight2 {
	background:url(images/arrowRight.gif) no-repeat left 7px;
	padding-left:20px;
}

#contents .indexMenu {
	overflow: hidden;
	margin:20px 0;
}
#contents .indexMenu ul {
	margin: 0 0 20px;
}
#contents .indexMenu ul li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}
#contents .indexMenu ul li a {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	padding: 10px 20px 10px 30px;
	background: url(images/liStandard.png) no-repeat 10px center;
}
#contents .indexMenu ul li a:hover {
	background: url(images/liHover.png) no-repeat 10px center #EEE;
}
#contents .indexMenu ul li ul li {
	margin:5px 0 0 40px;
}
#contents .indexMenu ul li ul li a {
	background:url(images/liStandard.png) no-repeat 10px center;
}


.linkBox {
	background:#F5F4F2;
	padding:20px 20px 15px;
	margin:20px;
}
#contents .linkBox p {
	background:url(images/linkBoxBack.gif) no-repeat right center #FFF;
	border:1px solid #CCC;
	padding:8px 20px;
	margin:0 0 5px;
}
#contents .linkBox p a {
	display:block;
}

#contents #siteResult table,
#contents #siteResult th,
#contents #siteResult td {
	border:none;
  margin: 0;
}


.photoAreaL {
	float:left;
	margin:0 20px 30px 0;
}
.photoAreaR {
	float:right;
	margin:0 0 30px 20px;
}
#contents .photoAreaL p, #contents .photoAreaR p {
	margin:0;
	padding:5px;
	background:#EEE;
	font-size:80%;
	line-height:120%;
	color:#333;
}
#contents p.marginZero {
	margin:0;
	padding:1px;
}
#contents p.marginZero img {
	border:4px solid #FFF;
}
#contents p.imgLeft {
	float:left;
	margin-right:20px;
}
#contents p.imgRight {
	float:right;
	margin-left:20px;
}
#gmaps {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

#contents table.nyusatsu {
  width: 100%;
  margin-bottom: 0;
}
#contents table.nyusatsu th {
  width: 10em;
}
#contents table.topNone {
  border-top: none;
}
#contents table.topNone tr:first-child th,
#contents table.topNone tr:first-child td {
  border-top: none;
}

#contents table.nyusatsuichiran {
  font-size: 85%;
  width: 100%;
  margin-bottom: 0;
}
#contents table.nyusatsuichiran th {
  text-align: center;
}
#contents table.nyusatsuichiran .col1 {width: 85px;}
#contents table.nyusatsuichiran .col2 {width: 270px;}
#contents table.nyusatsuichiran .col3 {width: 55px;}
#contents table.nyusatsuichiran .col4 {width: 150px;}
#contents table.nyusatsuichiran .col5 {width: 80px;}

#contents table.infoTable {
  width: 100%;
  font-size: 95%;
  margin-bottom: 40px;
}
#contents table.infoTable th {
  font-weight: normal;
  white-space: nowrap;
  padding-right: 20px;
  width: 6em;
}
#contents table.infoTable,
#contents table.infoTable th,
#contents table.infoTable td {
  border-collapse: collapse;
  border: none;
}
#contents table.infoTable th,
#contents table.infoTable td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  vertical-align: top;
  background: none;
}
#contents table.infoTable tr {
  border-bottom: 1px dotted #979797;
}

.indexWrap {
  overflow: hidden;
}
.indexBox {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #CCC;
}
#wide .indexBox {
  width: 276px;
}
.indexWrap .indexBox:nth-child(3n) {
  margin-right: 0;
}
#contents .indexBox h2 {
  background: #005689;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0;
}
#contents .indexBox ul {
  margin: 0 10px;
}
#contents .indexBox ul li {
  background: url(images/liBlue.png) no-repeat left 15px;
  padding: 10px 5px 10px 10px;
  margin-bottom: 0;
  border-bottom: 1px dotted #CCC;
  color: #999;
}
#contents .indexBox ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
#contents .indexBox ul li a:hover {
  color: #A30000;
}
#contents h2.topics {
  margin-bottom: 10px;
}
.indexBox h2 a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.linkButton {
  display: inline-block;
  background: #005689;
  color: #FFF;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 16px;
}

#contents ul.horizon {
  overflow: hidden;
  margin: 0 0 20px 0;
}
#contents ul.horizon li {
  background: none;
  padding: 0;
  float: left;
  margin-right: 20px;
}

.iframeBlock {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  margin-bottom: 20px;
}

.iframeBlock iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:479px) {
  body {
    min-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcShow {
    display: none !important;
  }

  header {
    width: 100%;
    height: 120px;
  }
  #searchArea {
    display: none;
  }

  #headerWrap {
    width: 100%;
    float: none;
  }
  header h1, header p#siteID {
    margin: 0 20px;
    padding-top: 20px;
  }
  #headerLeft {
    float: none;
  }
  #headerLeft p {
    color: #666;
    font-size: 12px;
    margin: 10px 20px;
    line-height: 1.4;
  }

  nav#gNavi {
    width: 100%;
    height: auto;
  }
  #menu {
  	display: none;
    width: 100%;
  }
  #toggle {
  	display: block;
  	position: relative;
  	width: 100%;
  	background: #0058A4;
  }
  #toggle a {
  	display: block;
  	position: relative;
  	padding: 12px 0 10px;
  	border-bottom: 1px solid #444;
  	color: #FFF;
  	text-align: center;
  	text-decoration: none;
  }
  #toggle:before {
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 10px;
  	width: 20px;
  	height: 20px;
  	margin-top: -10px;
  	background: #fff;
  }
  #toggle a:before, #toggle a:after {
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 10px;
  	width: 20px;
  	height: 4px;
  	background: #0058A4;
  }
  #toggle a:before{
  	margin-top: -6px;
  }
  #toggle a:after {
  	margin-top: 2px;
  }
  #gNavi ul li,
  #gNavi ul li#gNavi0,
  #gNavi ul li#gNavi7 {
  	display: block;
    float: none;
  	width: 100%;
    height: 40px;
  	margin: 0;
  	padding: 0;
  }
  #gNavi li a {
  	display: block;
    height: 40px;
  	padding: 5px 20px;
  	background: #999;
  	color: #FFF;
  	text-decoration: none;
  	text-align: left;
    border-bottom: 1px solid #FFF;
  }

  #footerContents {
    width: 100%;
    padding: 0 20px;
  }
  #footerLeft {
    float: none;
    width: 100%;
  }
  #footerRight {
    float: none;
    width: 100%;
    text-align: center;
  }
  #hojinNumber {
    font-size: 12px;
  }
  address span {
    display: block;
    line-height: 1.4;
  }
  address a {
    line-height: 40px;
  }
  #phone {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #nyusatsu p {
    line-height: 1.4;
  }
  #footerRight ul {
    float: none;
  }

  #topicPath {
    display: none;
  }
  #contentsWrap {
    width: 100%;
    margin: 0;
  }
  #contents {
    float: none;
    width: 100%;
    padding: 0 10px;
    border-bottom: 2px solid #CCC;
  }
  #wide #contents {
    padding: 0 10px;
  }

  aside {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 50px;
  }
  #localNavi ul li {
    text-align: left;
    padding: 5px 20px 5px 10px;
    background: none;
    position: relative;
  }
  #localNavi ul li a {
    background: none;
  }
  #localNavi ul li::after {
    content: url(images/liBlue.png);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
  }
  #searchBox {
    width: 58%;
  }
  #koseishi {
    text-align: left;
  }


  #contents .tableWrap {
    overflow-x: scroll;
  }
  #contents p,
  #contents h3,
  #contents h4,
  #contents h5,
  #contents h6,
  #contents table,
  #contents .otoiawase {
    margin-left: 10px;
    margin-right: 10px;
  }
  #gmapsWrap {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #gmapsWrap iframe {
    width: 100%;
    height: 300px;
  }
  #contents ul,
  #contents ol {
    margin-right: 10px;
  }
  #contents table.infoTable {
    margin: 0 0 20px;
  }
  #contents table.infoTable th,
  #contents table.infoTable td {
    display: block;
  }
  #contents table.infoTable th {
    padding: 10px 0 0;
  }
  #contents table.infoTable td {
    padding: 0 0 10px;
  }
  .indexBox,
  #wide .indexBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .iframeBlock iframe {
    width: 100%;
  }





}
