@charset "UTF-8";
#render-mode-switch ul li {
  float: right; }
  #render-mode-switch ul li a {
    padding: 15px 0; }
    #render-mode-switch ul li a span {
      background: transparent;
      border: none;
      text-align: left;
      padding: 0;
      margin: 0;
      font-size: 100%;
      box-shadow: none;
      text-shadow: none;
      outline: none;
      color: inherit;
      height: auto;
      text-align: center; }
      #render-mode-switch ul li a span:before, #render-mode-switch ul li a span:after {
        display: none; }

.no-spacer {
  /*pcで表示させない空のTD等に付ける*/
  display: none; }

/*	Mixin用css
---------------*/
/*	Mixin用css---------------*/
.txg-tgallery-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.txg-tgallery-wrapper .tx_td {
  float: left;
  margin: 0 3px 3px;
  width: 48%; }

.smp-img_none {
  display: none; }

#mainImg_smp,
#mainImg_smp img {
  /*position: absolute;*/
  width: 100%; }

.text-button {
  display: block;
  background: #124ea0;
  text-align: center;
  padding: 1em;
  border-radius: 5px; }

a .text-button {
  color: #fff;
  text-shadow: none; }

/*	data-role
---------------------*/
div[data-role=header] {
  text-align: center;
  border: none;
  border-top: 3px solid #124ea0;
  background: white; }
  div[data-role=header] h1.ui-title {
    margin: 8px 0; }

div[data-role=navbar] {
  margin: 0px; }

div[data-role=content] {
  border: none;
  background: #eee; }

/*	Reset
---------------------*/
.ui-grid-a {
  margin: 0;
  padding: 0; }

.ui-mobile .ui-page {
  min-height: 0px !important; }

.ui-body-c,
.ui-dialog.ui-overlay-c {
  background: #ffffff; }

.ui-bar {
  padding: 0px; }

/*	header
---------------------*/
#site-title {
  padding: 15px;
  margin: 0;
  float: none;
  clear: both;
  display: block;
  font-weight: bold;
  text-shadow: 0 1px 1px #232e24;
  text-align: center;
  border: none; }
  #site-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }

/*	design
---------------------*/
html {
  -webkit-text-size-adjust: none; }

body {
  background-color: #FFFFFF !important; }

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

p {
  margin: 0px 0px 5px;
  padding: 0px; }

p.align-center {
  text-align: center; }

/*	Main Nav
---------------------*/
#main-nav {
  border-bottom: 1px solid #CCC; }

#main-nav li {
  border-top: 1px solid #CCC; }

ul#topNav {
  margin-top: -15px;
  margin-bottom: 10px; }

ul#topNav li {
  margin-top: -1px; }

/*	Footer
---------------------*/
#footer {
  border: none;
  border-top: 1px solid #CCC; }
  #footer li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC; }

/*	Contents
---------------------*/
#main-contents {
  display: block;
  height: auto;
  clear: both;
  float: none;
  text-shadow: none !important;
  margin: 15px auto;
  line-height: 1;
  background: #FFF;
  border-radius: 6px;
  width: 98%;
  padding: 1%;
  color: #666; }

#sub-nav {
  font-size: small;
  clear: both; }
  #sub-nav h4 {
    font-size: small;
    color: #F60; }
  #sub-nav li {
    font-size: small; }

#crumb {
  clear: both;
  padding-bottom: 10px;
  font-size: small; }
  #crumb a:link {
    color: #F93;
    text-decoration: none; }
  #crumb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/*	form
---------------------*/
#mailform-section {
  width: 90%;
  margin: 0 auto 10px; }
  #mailform-section .form-item {
    margin: 0 0 20px 0; }
    #mailform-section .form-item input[type="text"] {
      border-radius: 0;
      box-shadow: none !important;
      background: #efefef;
      border: none;
      height: 50px; }
    #mailform-section .form-item .label label {
      border-left: solid 4px #124ea0;
      padding: 0 0 0 5px; }

/*	Fb SNS
---------------------*/
.fb_iframe_widget,
.fb_iframe_widget iframe[style],
.fb_iframe_widget span {
  width: 100% !important;
  max-width: 500px; }

#side-contents .fb_iframe_widget,
#side-contents .fb_iframe_widget iframe[style],
#side-contents .fb_iframe_widget span {
  width: 100% !important;
  max-width: 230px; }

/* タイトル
-------------------------------------------*/
#main-contents h3 {
  color: white;
  background-color: #124ea0;
  font-size: x-large;
  border-radius: 6px;
  padding: 20px;
  margin: 0 2.5px 1em;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border: none; }
  #main-contents h3 a {
    display: block; }
#main-contents h4 {
  font-size: 120%;
  color: black;
  margin: 0 0 1em 0;
  padding: 10px 0 10px 40px;
  font-weight: normal;
  border-bottom: 4px solid #124ea0;
  overflow: hidden;
  min-height: 1px;
  position: relative; }
  #main-contents h4:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: solid 5px #124ea0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0; }
#main-contents h5 {
  font-size: medium;
  color: white;
  background-color: #0f4389;
  margin: 0 2.5px 1em;
  text-decoration: none;
  padding: 10px 20px;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border: none; }
  #main-contents h5 a {
    display: block; }
#main-contents h6 {
  color: white;
  font-size: medium;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #307ee8;
  margin: 0 2.5px 1em;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border: none; }
  #main-contents h6 a {
    display: block; }

/*	Topic
---------------------*/
#topic-headline-section {
  font-weight: normal;
  border: 1px solid #666;
  display: block;
  width: 100%;
  margin: 0 auto 5px auto;
  background-color: #FFF; }
  #topic-headline-section dl {
    margin: 0px;
    padding: 0 5px 0 10px;
    height: 210px;
    overflow: auto; }
    #topic-headline-section dl dt {
      color: #0066CC;
      display: block;
      margin: 0;
      padding: 10px 0; }
      #topic-headline-section dl dt .date {
        color: #333333;
        display: block;
        float: left;
        padding: 0px;
        margin: 0 10px 0 0; }
    #topic-headline-section dl dd {
      color: #4F4F4F;
      margin: 0px;
      padding: 0 0 1em 0;
      border-bottom: 1px dotted #a0a0a0; }

/* お知らせ一覧ページ */
#topic-list-section {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 5px;
  margin: 0px; }
  #topic-list-section dt {
    width: 98%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
    font-size: 140%; }
    #topic-list-section dt a {
      color: #124ea0; }
    #topic-list-section dt .date {
      font-weight: bold;
      display: block;
      clear: both;
      float: none;
      padding: 0;
      margin: 0 10px 10px 0;
      font-weight: normal;
      font-size: 80%; }
  #topic-list-section dd {
    width: 98%;
    border-bottom: 1px dotted #666;
    font-size: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0; }
    #topic-list-section dd img {
      margin: 5px; }
    #topic-list-section dd .topic-sepalator {
      clear: both;
      height: 0px;
      width: 100px; }

#sitemap-section h4 {
  font-size: 130%;
  color: white;
  background-color: #124ea0;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-radius: 5px; }
  #sitemap-section h4:before {
    content: none; }
  #sitemap-section h4 a {
    padding: 15px;
    display: block;
    color: white; }
    #sitemap-section h4 a:hover {
      background: #eee;
      border-radius: 5px;
      color: #124ea0; }
#sitemap-section .box ul {
  margin: -1em 0 2em 0;
  padding: 0 0 0 1em; }
  #sitemap-section .box ul li {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    font-size: 110%; }
    #sitemap-section .box ul li a {
      color: #666;
      display: block;
      padding: 0.5em 0.3em;
      border-bottom: dotted 1px #ccc; }
      #sitemap-section .box ul li a:hover {
        background-color: #124ea0;
        color: white; }

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block; }

.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.thp_youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block; }

.thp_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-grid-a > :nth-child(n) {
  width: 49.99%;
  margin-right: -.5px; }

/*	Topic
---------------------*/
#topic-headline-section {
  font-weight: normal;
  border: 1px solid #666;
  display: block;
  width: 100%;
  margin: 0 auto 5px auto;
  background-color: #FFF; }
  #topic-headline-section dl {
    margin: 0px;
    padding: 0 5px 0 10px;
    height: 210px;
    overflow: auto; }
    #topic-headline-section dl dt {
      color: #0066CC;
      display: block;
      margin: 35 0; }
      #topic-headline-section dl dt .date {
        color: #333333;
        display: block;
        float: left;
        padding: 0px;
        margin: 0 10px 0 0; }
    #topic-headline-section dl dd {
      color: #4F4F4F;
      margin: 0px;
      padding: 0 0 1em 0;
      border-bottom: 1px dotted #a0a0a0; }

/* お知らせ一覧ページ */
#topic-list-section {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 5px;
  margin: 0px; }
  #topic-list-section dt {
    width: 98%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
    font-size: 140%; }
    #topic-list-section dt a {
      color: #124ea0; }
    #topic-list-section dt .date {
      font-weight: bold;
      display: block;
      clear: both;
      float: none;
      padding: 0;
      margin: 0 10px 10px 0;
      font-weight: normal;
      font-size: 80%; }
  #topic-list-section dd {
    width: 98%;
    border-bottom: 1px dotted #666;
    font-size: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0; }
    #topic-list-section dd img {
      margin: 5px; }
    #topic-list-section dd .topic-sepalator {
      clear: both;
      height: 0px;
      width: 100px; }

/* 新着情報部分 jQueryMobile対応 */
#main-contents .topic-headline-section.content-primary {
  border: solid 1px #ccc;
  border-bottom: none;
  margin-bottom: 15px;
  background-color: #FDFDFD;
  /**/ }
  #main-contents .topic-headline-section.content-primary .ui-listview {
    margin: 0; }
  #main-contents .topic-headline-section.content-primary .ui-body-a {
    border: none;
    background: #fff !important; }
  #main-contents .topic-headline-section.content-primary .ui-btn-up-a,
  #main-contents .topic-headline-section.content-primary .ui-btn-hover-a {
    border: 0;
    border-bottom: solid 1px #ccc; }
  #main-contents .topic-headline-section.content-primary .ui-btn-up-a {
    background: #FDFDFD !important; }
  #main-contents .topic-headline-section.content-primary .ui-btn-hover-a {
    background: #eee !important;
    color: #333 !important;
    text-shadow: none !important; }
  #main-contents .topic-headline-section.content-primary .ui-li-static.ui-li-has-arrow {
    padding-right: 0;
    color: #ccc; }
  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    color: #333;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    margin: 5px 0 10px;
    text-shadow: none;
    box-shadow: none;
    border: none; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
      display: none; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
      font-size: 80%; }
  #main-contents .topic-headline-section.content-primary .ui-link-inherit {
    border: 0;
    padding-bottom: 5px;
    white-space: initial; }
  #main-contents .topic-headline-section.content-primary .ui-btn-inner {
    margin-top: 0;
    border-top: 0; }
  #main-contents .topic-headline-section.content-primary .ui-icon {
    background-color: #aaa; }
  #main-contents .topic-headline-section.content-primary .topic-text_dd {
    font-weight: normal;
    font-size: 12px;
    color: #333; }
  #main-contents .topic-headline-section.content-primary li {
    display: none; }
    #main-contents .topic-headline-section.content-primary li:first-child, #main-contents .topic-headline-section.content-primary li:nth-child(2), #main-contents .topic-headline-section.content-primary li:nth-child(3) {
      display: list-item;
      margin-bottom: -1px;
      border-bottom: solid 2px #ccc; }
    #main-contents .topic-headline-section.content-primary li:nth-child(3) {
      border-bottom: solid 1px #ccc; }

/* ブログ機能用　一覧 */
#main-contents #blog-headline-section.content-primary {
  border: solid 1px #ccc;
  border-bottom: none;
  margin-bottom: 15px;
  background-color: #FDFDFD; }
  #main-contents #blog-headline-section.content-primary .ui-listview {
    margin: 0; }
  #main-contents #blog-headline-section.content-primary .ui-body-a {
    border: none;
    background: #fff !important; }
  #main-contents #blog-headline-section.content-primary .ui-btn-up-a,
  #main-contents #blog-headline-section.content-primary .ui-btn-hover-a {
    border: 0;
    border-bottom: solid 1px #ccc; }
  #main-contents #blog-headline-section.content-primary .ui-btn-up-a {
    background: #FDFDFD !important; }
  #main-contents #blog-headline-section.content-primary .ui-btn-hover-a {
    background: #eee !important;
    color: #333 !important;
    text-shadow: none !important; }
  #main-contents #blog-headline-section.content-primary .ui-li-static.ui-li-has-arrow {
    padding-right: 0;
    color: #ccc; }
  #main-contents #blog-headline-section.content-primary .blog-intro,
  #main-contents #blog-headline-section.content-primary .ui-li-desc {
    color: #333; }
  #main-contents #blog-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    color: #333;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    margin: 5px 0 10px;
    text-shadow: none;
    box-shadow: none;
    border: none; }
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt span {
      white-space: normal;
      display: block; }
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt:before, #main-contents #blog-headline-section.content-primary h3.topic-title_dt:after {
      display: none; }
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt .date {
      font-size: 80%;
      margin-bottom: 5px; }
  #main-contents #blog-headline-section.content-primary .ui-link-inherit {
    border: 0;
    padding-bottom: 5px;
    white-space: initial; }
  #main-contents #blog-headline-section.content-primary .ui-btn-inner {
    margin-top: 0;
    border-top: 0; }
  #main-contents #blog-headline-section.content-primary .ui-icon {
    background-color: #aaa; }
  #main-contents #blog-headline-section.content-primary .topic-text_dd {
    font-weight: normal;
    font-size: 12px;
    color: #333; }

/*gallery 調整*/
#cboxTitle {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  text-align: left; }

#txg-tgallery-1 .tx_td .txg-tgallery-image-box {
  width: auto !important; }

#txg-tgallery-1 .tx_td .txg-tgallery-image-box {
  width: auto !important; }

.txg-tgallery-wrapper .tx_td {
  float: left;
  margin: 0 3px 3px;
  width: 48%; }

/*	form---------------------*/
#mailform-section {
  width: 95%;
  margin: 0 auto 10px; }
  #mailform-section .form-item {
    margin: 0 0 20px 0; }
    #mailform-section .form-item input[type="text"] {
      border-radius: 0;
      box-shadow: none !important;
      background: #efefef;
      border: none;
      height: 50px; }
    #mailform-section .form-item .label label {
      border-left: solid 4px #124ea0;
      padding: 0 0 0 5px; }

/*子ページ一覧パーツ用---*/
#main-contents .txg-subpagelist-wrapper {
  text-decoration: none;
  color: #4d4d4d; }

#main-contents .txg-subpagelist-wrapper:hover {
  text-decoration: underline; }

#main-contents .txg-subpagelist-wrapper a {
  text-decoration: none;
  color: #4d4d4d; }

#main-contents .txg-subpagelist-wrapper a:hover {
  text-decoration: underline; }

#main-contents ul.txg-subpagelist {
  overflow: hidden;
  margin: 0 auto 1% auto;
  padding: 0 0 0 1%;
  display: block; }

#main-contents ul.txg-subpagelist li {
  list-style: none;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  position: relative;
  /*float: left;*/
  width: 47%;
  min-height: 130px;
  padding: 0 0 40px;
  margin: 1%; }

#main-contents ul.txg-subpagelist li:nth-child(odd) {
  float: left;
  clear: left; }

#main-contents ul.txg-subpagelist li:nth-child(even) {
  float: right;
  clear: right; }

#main-contents ul.txg-subpagelist .txg-subpagelist-title {
  margin: 5px 0 0 5px;
  padding: 5px 0px 0px 5px;
  border-left: 5px solid #aaaaaa;
  min-height: 23px; }

#main-contents ul.txg-subpagelist .txg-subpagelist-title a {
  display: block;
  padding: 0 0 0 5px;
  font-weight: medium;
  font-size: 100%; }

#main-contents ul.txg-subpagelist .txg-subpagelist-image img {
  display: block;
  margin: 0 auto; }

#main-contents ul.txg-subpagelist .txg-subpagelist-image-no .txg-subpagelist-title {
  width: 240px; }

#main-contents .txg-subpagelist-texts {
  margin: 5px 0 0 2%;
  height: 82px;
  width: 100%; }

#main-contents .txg-subpagelist-linktext {
  overflow: hidden;
  border: 1px solid #c0c0c0;
  background-color: #eaeaea;
  width: 90%;
  right: 5%;
  padding: 0;
  position: absolute;
  bottom: 2%; }

#main-contents .txg-subpagelist-bullet {
  margin: 3px 2px 0px 3px;
  display: none;
  font-size: 1%;
  line-height: 1%;
  float: left;
  width: 1%;
  height: 1%;
  padding: 1px;
  color: #fff;
  background-color: #aaaaaa;
  text-align: center;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#main-contents .txg-subpagelist-bullet {
  margin: 3px 2px 0px 3px;
  display: none;
  font-size: 1%;
  line-height: 1%;
  float: left;
  width: 1%;
  height: 1%;
  padding: 1px;
  color: #fff;
  background-color: #aaaaaa;
  text-align: center;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#main-contents .txg-subpagelist-linktext {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#main-contents .txg-subpagelist-linktext a {
  display: block;
  width: 100%;
  height: 2%;
  text-align: center;
  overflow: hidden;
  padding-top: 2px;
  float: left;
  background: #aaaaaa;
  padding: 5px;
  color: #ffffff;
  text-decoration: none; }

/*201711 add
------------------*/
#crumb-list {
  color: #666;
  display: block; }
  #crumb-list .crumb-item {
    float: left; }
  #crumb-list .crumb-sepalator {
    float: left; }
    #crumb-list .crumb-sepalator span {
      margin: 0 5px; }
  #crumb-list a {
    color: #0188e1;
    text-decoration: none; }

.gxblog-article-body img {
  height: auto !important; }

/*top page
------------------*/
/*--- 扉トップページ ---*/
.top-tobira {
  margin: 0 auto 50px; }

.side-tobira {
  width: 100%;
  margin: 0 auto;
  display: list-item;
  list-style: none;
  vertical-align: top;
  text-align: center; }

.spacer-tobira {
  display: none; }

.main-tobira {
  width: 100%;
  margin: 0 auto;
  display: list-item;
  list-style: none;
  vertical-align: top; }

.tobira-tbl01 {
  width: 95%;
  border-collapse: collapse;
  margin: 10px auto 0; }
  .tobira-tbl01 tr td {
    vertical-align: top;
    padding-bottom: 10px; }
    .tobira-tbl01 tr td img {
      vertical-align: bottom; }
    .tobira-tbl01 tr td.spacer-tobira-tbl01 {
      width: 10px; }

.ttl-fb {
  display: block;
  width: 90%;
  color: #124ea0;
  font-size: 140%;
  border-left: 5px solid #124ea0;
  margin: 0 auto;
  padding: 5px 0 5px 15px; }

.tobira-tbl02 {
  width: 95%;
  border-collapse: collapse;
  margin-top: 20px;
  margin: 10px auto; }
  .tobira-tbl02 tr td {
    vertical-align: top;
    padding-bottom: 20px;
    display: list-item;
    text-align: center; }
    .tobira-tbl02 tr td img {
      vertical-align: bottom; }

/*--- 行政 ---*/
.top-gyousei {
  width: 100%;
  margin: 30px auto 100px; }

.side-gyousei {
  width: 230px;
  vertical-align: top;
  display: list-item;
  list-style: none;
  margin: 0 auto; }

.spacer-gyousei {
  display: none; }

.main-gyousei {
  width: 100%;
  vertical-align: top;
  display: list-item;
  list-style: none;
  margin: 0 auto; }

.list-gyousei {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 110%; }
  .list-gyousei tr td {
    vertical-align: top; }
    .list-gyousei tr td.ttl-list-gyousei {
      display: block;
      background-image: url(../img/2018/bg-ttl-side.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding: 8px 0 0 20px;
      line-height: 1; }
      .list-gyousei tr td.ttl-list-gyousei.saigai {
        background-image: url(../img/2018/bg-ttl-saigai.png); }
    .list-gyousei tr td ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .list-gyousei tr td ul li {
        margin: 0;
        padding: 10px 10px 12px 15px;
        border-bottom: 1px dotted #ccc;
        line-height: 1.7; }
        .list-gyousei tr td ul li:last-child {
          border-bottom: none; }
        .list-gyousei tr td ul li a {
          text-decoration: underline;
          background-image: url(../img/2018/icon-list-gyousei.png);
          background-repeat: no-repeat;
          background-position: left center;
          padding-left: 15px; }
      .list-gyousei tr td ul.saigai li a {
        background-image: none; }
    .list-gyousei tr td.kouhou p {
      margin-bottom: 0;
      line-height: 1.5; }
      .list-gyousei tr td.kouhou p .text-kouhou {
        display: block;
        padding: 0 20px; }
    .list-gyousei tr td.population {
      padding: 20px; }
      .list-gyousei tr td.population p {
        line-height: 1.5; }
        .list-gyousei tr td.population p .bold {
          font-weight: bold; }

.ttl-oshirase {
  display: block;
  background-image: url(../img/2018/bg-ttl-oshirase.png);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 0 0 15px;
  padding: 12px 0 8px 20px;
  line-height: 1; }

.col2 {
  width: 100%;
  border-collapse: collapse; }
  .col2 tr td {
    vertical-align: top;
    display: list-item;
    list-style: none; }
    .col2 tr td.left-col2 {
      width: 100%; }
      .col2 tr td.left-col2 .ttl-guide {
        display: block;
        background-image: url(../img/2018/bg-ttl-guide.png);
        background-repeat: repeat-x;
        background-position: left center;
        padding: 11px 0 6px 20px; }
      .col2 tr td.left-col2 .tbl-guide {
        width: 100%;
        margin: 10px auto; }
        .col2 tr td.left-col2 .tbl-guide tr {
          display: block; }
        .col2 tr td.left-col2 .tbl-guide tr td {
          width: 230px;
          vertical-align: top;
          display: list-item;
          margin: 0 auto; }
          .col2 tr td.left-col2 .tbl-guide tr td a {
            display: block; }
            .col2 tr td.left-col2 .tbl-guide tr td a .inner-tbl-guide {
              width: 100%;
              border: 1px solid #d6d6d6;
              border-radius: 5px;
              margin-bottom: 10px;
              margin-right: 10px; }
              .col2 tr td.left-col2 .tbl-guide tr td a .inner-tbl-guide tr td {
                vertical-align: middle; }
                .col2 tr td.left-col2 .tbl-guide tr td a .inner-tbl-guide tr td.image-guide {
                  width: 100%;
                  margin: 0;
                  text-align: center;
                  height: 71px;
                  -webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
                  -moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
                  border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
                  background-image: -moz-linear-gradient(90deg, #d1f3f4 0%, white 42%);
                  background-image: -webkit-linear-gradient(90deg, #d1f3f4 0%, white 42%);
                  background-image: -ms-linear-gradient(90deg, #d1f3f4 0%, white 42%); }
                .col2 tr td.left-col2 .tbl-guide tr td a .inner-tbl-guide tr td.btn-guide {
                  width: 100%;
                  margin: 0;
                  text-align: center;
                  height: 53px;
                  border-top: 1px solid #d6d6d6;
                  -webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
                  -moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
                  border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
                  background-image: -moz-linear-gradient(90deg, #f3f3f3 0%, white 42%);
                  background-image: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 42%);
                  background-image: -ms-linear-gradient(90deg, #f3f3f3 0%, white 42%);
                  padding-top: 2px;
                  position: relative; }
                  .col2 tr td.left-col2 .tbl-guide tr td a .inner-tbl-guide tr td.btn-guide img {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    margin: 0 auto; }
          .col2 tr td.left-col2 .tbl-guide tr td .spacer-tbl-guide {
            display: none; }
    .col2 tr td.spacer-col2 {
      display: none; }
    .col2 tr td.right-col2 {
      width: 230px;
      margin: 0 auto; }
      .col2 tr td.right-col2 p {
        margin-bottom: 0; }

.head {
  display: block; }
  .head img {
    vertical-align: top; }
  .head .link-head {
    display: block;
    background-color: #10559f;
    padding: 12px; }
    .head .link-head a {
      color: white;
      text-decoration: underline;
      font-size: 116%; }
      .head .link-head a:hover {
        text-decoration: none; }

.top-info {
  border: solid 1px #4981cd;
  width: 100%;
  margin: 15px 0;
  padding: 10px 0; }
  .top-info td {
    padding: 0;
    display: list-item;
    text-align: center; }
  .top-info em {
    color: #124ea0;
    text-decoration: none;
    font-size: 133%;
    font-style: normal;
    display: block;
    margin-bottom: 10px; }
  .top-info.new-2018 {
    border: solid 1px #d6d6d6; }
    .top-info.new-2018 table {
      width: 80%;
      margin: 0 auto; }
      .top-info.new-2018 table tr td {
        padding: 0;
        vertical-align: middle; }
        .top-info.new-2018 table tr td img {
          display: inline-block; }
          .top-info.new-2018 table tr td img.qrcode {
            border: 1px solid #cccccc;
            margin-bottom: 10px; }
      .top-info.new-2018 table em {
        color: #08509c; }

/*--- 観光 ---*/
.kanko-tbl01 {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0; }
  .kanko-tbl01 tr td {
    vertical-align: top;
    display: list-item;
    list-style: none;
    padding-bottom: 10px;
    text-align: center; }
    .kanko-tbl01 tr td img {
      vertical-align: bottom; }
    .kanko-tbl01 tr td p {
      font-size: 116%;
      text-align: center;
      margin: 10px 0 0; }
    .kanko-tbl01 tr td.spacer-kanko-tbl01 {
      display: none; }

.kanko-tbl02 {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 -20px; }
  .kanko-tbl02 tr td {
    vertical-align: top;
    display: list-item;
    list-style: none; }
    .kanko-tbl02 tr td img {
      vertical-align: bottom; }
    .kanko-tbl02 tr td a {
      display: block;
      color: #333; }
      .kanko-tbl02 tr td a .bnr-kanko {
        width: 300px;
        margin: 0 auto 20px; }
        .kanko-tbl02 tr td a .bnr-kanko tr td.right {
          width: 210px;
          padding: 20px 70px 20px 20px;
          background-color: #d6e7ff;
          background-image: url(../img/2018/arrow-bnr.png);
          background-repeat: no-repeat;
          background-position: right 20px center; }
          .kanko-tbl02 tr td a .bnr-kanko tr td.right p {
            color: #333;
            font-size: 116%;
            line-height: 1.7; }
          .kanko-tbl02 tr td a .bnr-kanko tr td.right em {
            display: block;
            color: #08509c;
            font-style: normal;
            font-size: 120%;
            margin-bottom: 10px; }
      .kanko-tbl02 tr td a:hover .bnr-kanko tr td.right {
        opacity: 0.7; }

/*--- 定住 ---*/
.teijyu-tbl01 {
  width: 100%;
  border-collapse: collapse;
  margin: 0; }
  .teijyu-tbl01 tr td {
    vertical-align: top;
    padding-bottom: 20px;
    display: list-item;
    list-style: none;
    text-align: center; }
    .teijyu-tbl01 tr td img {
      vertical-align: bottom; }
    .teijyu-tbl01 tr td p {
      font-size: 116%;
      text-align: center;
      margin: 10px 0 0; }
    .teijyu-tbl01 tr td.spacer-teijyu-tbl01 {
      display: none; }
