@charset "UTF-8";
/*hover*/
/* Toggle Button */
#top-head #side ul li {
  background: #fff; }
  #top-head #side ul li a.text.active, #top-head #side ul li a.text:hover, #top-head #side ul li a.text:active {
    background-color: #475e96;
    color: #fff;
    text-shadow: none;
    text-decoration: none; }
    #top-head #side ul li a.text.active .ui-icon, #top-head #side ul li a.text:hover .ui-icon, #top-head #side ul li a.text:active .ui-icon {
      background-color: #374873 !important; }
  #top-head #side ul li .ui-icon {
    background-color: #475e96; }

#nav-toggle {
  display: none;
  right: 0px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  border-radius: 5px 0 0 5px;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 0 10px; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #475e96;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 11px; }
    #nav-toggle span:nth-child(3) {
      top: 22px; }

header #header {
  width: 100%; }
  header #header #site-title {
    margin: 0 auto; }
    header #header #site-title img {
      width: auto; }
header #header-contents, header #header .header-tel {
  display: none; }

#header-nav {
  width: 100%;
  padding: 0 5px 0 0;
  margin: 0; }
  #header-nav li a {
    background: transparent;
    padding: 0 5px; }

#top-head, .inner {
  width: 100%;
  padding: 0; }

#top-head {
  top: 0;
  margin-top: 0; }

/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent; }

#mobile-head {
  background: white;
  height: 80px;
  z-index: 999;
  padding: 0 60px 0 10px; }

#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #333;
  font-size: 26px; }

#side {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  right: -100%;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 0;
  z-index: 999;
  overflow-y: scroll;
  height: calc(100vh - 80px); }

#side ul {
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 0;
  border-top: solid 1px #aaa; }

#side ul li {
  float: none;
  position: static;
  border: none; }
  #side ul li .ui-icon {
    background-color: #475e96; }

#top-head #side ul li a,
#top-head.fixed #side ul li a {
  display: block;
  border-bottom: solid 1px #aaa; }

#nav-toggle {
  display: block; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #side スライドアニメーション */
.open #side {
  /* #side top + #mobile-head height */
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

#side ul li a.text:hover:after, #side ul li a.text:active:after, #side ul li a.text.active:after {
  display: none; }

/*  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; }

.open_body {
  overflow: hidden;
  height: 100%; }
  .open_body:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    transition: 0.3s; }

#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; }

.smp-none {
  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: #475e96;
  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 #475e96;
  background: #475e96; }
  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 #475e96;
      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: #fff;
  background-color: #475e96;
  font-size: x-large;
  border-radius: 6px;
  padding: 20px;
  margin: 0 -1% 1em -1%;
  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 #475e96;
  overflow: hidden;
  min-height: 1px;
  position: relative; }
  /*#main-contents h4:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: solid 5px #475e96;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0; }*/
#main-contents h5 {
  font-size: medium;
  color: #fff;
  background-color: #263351;
  margin: 0 -1% 1em -1%;
  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: #000;
  font-size: medium;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #8094c3;
  margin: 0 -1% 1em -1%;
  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: #475e96; }
    #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: #475e96;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-radius: 5px; }
  #sitemap-section h4 a {
    padding: 15px;
    display: block;
    color: #ffffff; }
    #sitemap-section h4 a:hover {
      background: #eee;
      border-radius: 5px; }
#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: #475e96;
        color: #666; }

.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: #475e96; }
    #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 #475e96;
      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
------------------*/
.ttl-news {
  display: block;
  color: #333333;
  font-size: 158%;
  font-weight: normal;
  padding: 10px 0 10px 15px;
  background-color: white;
  border: 1px solid #dedede;
  border-left: 4px solid #475e96;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .ttl-news .en {
    font-size: 70%;
    margin-left: 10px; }

.top-tbl01 {
  width: 100%;
  border-collapse: collapse; }
  .top-tbl01 tr td {
    vertical-align: top;
    display: list-item;
    list-style: none; }
    .top-tbl01 tr td img {
      vertical-align: bottom; }
    .top-tbl01 tr td.spacer_top-tbl01 {
      display: none; }
    .top-tbl01 tr td table.inner_top-tbl01 {
      width: 290px;
      border-collapse: collapse;
      margin: 0 auto 20px; }
      .top-tbl01 tr td table.inner_top-tbl01 tr td {
        display: table;
        color: #333; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td a {
          text-decoration: none; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td.bg1 {
          background: url(../img/bg01.png) repeat-y left center; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td.bg2 {
          background: url(../img/bg02.png) repeat-y left center; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td.bg3 {
          background: url(../img/bg03.png) repeat-y left center; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td span.ttl {
          display: block;
          text-align: center;
          font-size: 150%;
          font-weight: bold;
          margin: 15px 0 10px; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td span.text {
          display: block;
          font-size: 133%;
          padding: 0 30px; }
        .top-tbl01 tr td table.inner_top-tbl01 tr td span.btn {
          display: block;
          color: white;
          font-size: 100%;
          font-weight: normal;
          width: 234px;
          margin: 15px auto 20px;
          padding: 8px 0;
          text-align: center;
          background: #475e96;
          border: 3px solid white; }
          .top-tbl01 tr td table.inner_top-tbl01 tr td span.btn:hover {
            opacity: 0.7; }

.top-tbl02 {
  width: 100%;
  border-collapse: collapse; }
  .top-tbl02 tr td {
    vertical-align: top;
    display: list-item;
    list-style: none; }
    .top-tbl02 tr td img {
      vertical-align: bottom; }
    .top-tbl02 tr td.spacer_top-tbl02 {
      display: none; }
    .top-tbl02 tr td table.inner_top-tbl02 {
      width: 225px;
      border-collapse: collapse;
      margin: 0 auto 20px; }
      .top-tbl02 tr td table.inner_top-tbl02 tr td {
        display: table;
        color: #333; }
        .top-tbl02 tr td table.inner_top-tbl02 tr td a {
          text-decoration: none; }
        .top-tbl02 tr td table.inner_top-tbl02 tr td span.btn {
          display: block;
          color: white;
          font-size: 125%;
          font-weight: normal;
          width: 225px;
          margin: 15px auto 20px;
          padding: 8px 0;
          text-align: center;
          background: #1a56ba;
          border: 1px solid #dce9ff;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px; }
          .top-tbl02 tr td table.inner_top-tbl02 tr td span.btn:hover {
            opacity: 0.7; }
