@charset "UTF-8";
.container {
  width: 930px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  clear: both;
}

/* ---------------------
common
---------------------- */
a:link {
  color: #06C;
  text-decoration: none;
}

a:visited {
  color: #06F;
}

a:hover {
  color: #3CF;
}

a img {
  border: none;
}

p {
  margin: 0px 0px 5px;
  padding: 0px;
}

table {
  font-size: inherit;
  /* not IE */
  font: 100%;
  /* IE */
}

#main-contents a:hover img, #side-contents a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70 )";
}

#font-size a:hover img, #font-size a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70 )";
}

a:focus {
  outline: none;
}

a {
  overflow: hidden;
}

#main-contents .twtr-widget h3 {
  background-image: none;
  font-size: medium;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  height: auto;
  width: auto;
}

#main-contents .twtr-widget h4 {
  font-size: medium;
  font-weight: normal;
  background-image: none;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
}

.error {
  background: #ff6699;
  padding: 20px;
  text-align: center;
}

.render-mode-switch {
  font-size: 40px !important;
  text-align: center;
  color: #FFF;
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* HTML5用 */
header, footer, nav, section, article, figure, aside, main {
  display: block;
}

.txg-tgallery-wrapper img {
  border: 3px solid #ccc;
}

.txg-tgallery-wrapper td {
  vertical-align: top;
}

.scrollFixIt {
  color: #666;
  margin-right: 3px;
}

/* スマホ用 */
.thp_pc-none {
  display: block;
}

/* scrollbar CSS3対応ブラウザでのみ対応
------------------------------------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #d9ffff;
  /* スクロール部分背景色 */
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
  background-color: #d9ffff;
  /* スクロールバー アクティブ時 */
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background: #0dac92;
  /* スクロールバー本体の色 */
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #0dac92;
  /* ウィンドウがアクティブでないときの色 */
}

/* Design
------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #333333;
}

/* header
---------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  height: auto;
  border-bottom: solid 1px #e8e6db;
}
header #header-top {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #feffec;
  border-bottom: solid 2px #e8e6db;
}
header #header-contents {
  text-align: left;
  font-weight: normal;
  padding: 7px 0;
  float: left;
  color: #75725f;
}
header #header-contents p {
  margin: 0;
}
header #header {
  width: 930px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
header #header #site-title {
  float: left;
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
}
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#font-size {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  text-align: left;
  float: right;
}
#font-size #font-size-text {
  float: left;
  margin: 0px;
  padding: 7px;
  display: block;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
}
#font-size #s,
#font-size #m,
#font-size #l {
  float: right;
  margin-left: 1px;
}
#font-size #s a,
#font-size #m a,
#font-size #l a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 120%;
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  background: #b1b1b1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #999999), color-stop(0, #b1b1b1));
  background: -webkit-linear-gradient(#b1b1b1, #999999);
  background: -moz-linear-gradient(#b1b1b1, #999999);
  background: -o-linear-gradient(#b1b1b1, #999999);
  background: -ms-linear-gradient(#b1b1b1, #999999);
  background: linear-gradient(#b1b1b1, #999999);
}
#font-size #s a:hover,
#font-size #m a:hover,
#font-size #l a:hover {
  background: #0dac92;
}

/* groval Navigation
---------------------------------------- */
header {
  /* header navigation */
}
header nav {
  float: right;
  border-left: solid 1px #e8e6db;
  border-right: solid 1px #e8e6db;
}
header #header-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  float: none;
  padding: 0;
  list-style: none;
  margin: 0;
  color: #0dac92;
  overflow: hidden;
  border-bottom: solid 1px #e8e6db;
}
header #header-nav li {
  float: left;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
}
header #header-nav li a {
  float: left;
  padding: 13px 15px 13px 15px;
  display: block;
  margin: 0 0 0 5px;
  text-decoration: none;
  color: #333333;
  /*
  background: url(../img/nav-icon.png)no-repeat left center;*/
}
header #header-nav li a:hover, header #header-nav li a:active {
  text-decoration: underline;
}
header #header-nav li a:before {
  float: left;
  display: block;
  font-family: FontAwesome;
  content: "\f138";
  color: #0dac92;
  margin-right: 5px;
}
header #groval-nav {
  width: 803px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  font-size: 110%;
  list-style: none;
  overflow: hidden;
  clear: both;
}
header #groval-nav li {
  float: left;
  width: 133px;
  text-align: center;
  display: block;
  border-right: solid 1px #e8e6db;
}
header #groval-nav li:last-child {
  border: none;
}
header #groval-nav li a.text {
  color: #333333;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 1px;
  padding: 23px 0;
  background: #feffe4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #feffe4), color-stop(0.5, white));
  background: -webkit-linear-gradient(top, white 50%, #feffe4 100%);
  background: -moz-linear-gradient(top, white 50%, #feffe4 100%);
  background: -o-linear-gradient(top, white 50%, #feffe4 100%);
  background: -ms-linear-gradient(top, white 50%, #feffe4 100%);
  background: linear-gradient(to bottom, white 50%, #feffe4 100%);
  border-bottom: solid 6px #0dac92;
}
header #groval-nav li a.text:hover, header #groval-nav li a.text:active, header #groval-nav li a.text.active {
  color: #333333;
  background: #eaffd7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eaffd7), color-stop(0.5, white));
  background: -webkit-linear-gradient(top, white 50%, #eaffd7 100%);
  background: -moz-linear-gradient(top, white 50%, #eaffd7 100%);
  background: -o-linear-gradient(top, white 50%, #eaffd7 100%);
  background: -ms-linear-gradient(top, white 50%, #eaffd7 100%);
  background: linear-gradient(to bottom, white 50%, #eaffd7 100%);
  border-bottom: 6px solid #91dc28;
}

#main-contents h3 {
  font-size: 200%;
  background: url(../img/h3.png);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 1px 1em 0;
  padding: 73px 0 0px 7px;
  display: block;
  overflow: hidden;
  min-height: 1px;
  height: 87px;
}
#main-contents h4 {
  font-size: 160%;
  background: url(../img/h4.png);
  color: #fff;
  margin: 0 0 1em 0;
  padding: 18px 0 0 30px;
  font-weight: normal;
  overflow: hidden;
  min-height: 1px;
  height: 32px;
}
#main-contents h5 {
  font-size: 140%;
  background: url(../img/h5.png) no-repeat left bottom;
  color: #666;
  padding: 10px 0 0 40px;
  height: 27px;
  margin: 0 0 1em 0;
  font-weight: normal;
  min-height: 1px;
}
#main-contents h6 {
  background: #91dc28;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin: 0 0 1em 0;
  min-height: 1px;
  display: inline-block;
}
#main-contents #sitemap-section h4 {
  font-size: 130%;
  color: white;
  background: #0dac92;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-radius: 5px;
  height: auto;
}
#main-contents #sitemap-section h4 a {
  padding: 15px;
  display: block;
  color: #ffffff;
  overflow: hidden;
  height: auto;
}
#main-contents #sitemap-section h4 a:hover {
  background: #00684e;
  border-radius: 5px;
}
#main-contents #sitemap-section .box ul {
  margin: -1em 0 2em 0;
  padding: 0 0 0 1em;
}
#main-contents #sitemap-section .box ul li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  font-size: 110%;
}
#main-contents #sitemap-section .box ul li a {
  color: #666;
  display: block;
  padding: 0.5em 0.3em;
  border-bottom: dotted 1px #ccc;
}
#main-contents #sitemap-section .box ul li a:hover {
  background-color: #0dac92;
  color: white;
}

img.qrcode {
  border: 1px solid #cccccc;
}

/* お問い合わせフォーム */
#tx_form_0 {
  margin: 0;
  padding: 0;
  display: block;
  width: 670px;
}

#mailform-section {
  margin: 0;
  color: #036;
}

#mailform-section div.form-layout {
  display: block;
  margin: 0 auto;
  width: 600px;
}
#mailform-section div.form-layout div.form-items {
  border: 1px solid #adacac;
  width: 600px;
  overflow: hidden;
  background-color: #efefef;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#mailform-section div.form-layout div.form-items div.form-item {
  clear: both;
  overflow: hidden;
  border-bottom: solid 1px #adacac;
}
#mailform-section div.form-layout div.form-items div.form-item div.label {
  float: left;
  width: 150px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  background-color: #efefef;
  padding: 9px 8px 0 8px;
  color: #003366;
}
#mailform-section div.form-layout div.form-items div.form-item div.field {
  float: left;
  width: 413px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  border-left: 1px dotted #adacac;
}
#mailform-section div.form-layout div.form-items div.form-item div.field p.description {
  margin: 3px 0px 0px 0px;
  font-size: 9pt;
}
#mailform-section div.form-layout div.form-items .field-textarea {
  width: 405px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #adacac;
}
#mailform-section input.input-text {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 410px;
  border: 1px solid #adacac;
  height: 30px;
}
#mailform-section textarea.input-textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #adacac;
}
#mailform-section input.input-select {
  border: 1px solid #adacac;
}
#mailform-section .required {
  color: red;
  font-weight: normal;
}
#mailform-section .error {
  background-color: #fcf;
  padding: 0px;
  text-align: left;
}
#mailform-section .error-message {
  color: #f00;
}
#mailform-section .completion-message {
  border: 1px solid #adacac;
  padding: 30px;
}
#mailform-section div.submitee {
  clear: both;
  text-align: center;
}
#mailform-section div.submitee button {
  cursor: pointer;
  background-image: url(../img/form_submit.jpg);
  border-width: 0px;
  height: 51px;
  width: 144px;
  background-color: #FFF;
  margin-top: 5px;
}
#mailform-section div.submitee button span {
  display: none;
}

/* ドキュメントビュー用 --- */
.txg-doclist ul {
  list-style-type: none;
}

.txg-doclist li {
  list-style-type: none;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #5c4930;
}

a.txg-doclist-link,
a.txg-doclist-embed {
  padding-left: 20px;
  padding-top: 5px;
  background: transparent url(../icons/icon_txt.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.pdf'],
a.txg-doclist-embed[href$='.pdf'] {
  background: transparent url(../icons/icon_pdf.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.xls'],
a.txg-doclist-embed[href$='.xls'] {
  background: transparent url(../icons/icon_xls.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.xlsx'],
a.txg-doclist-embed[href$='.xlsx'] {
  background: transparent url(../icons/icon_xls.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.doc'],
a.txg-doclist-embed[href$='.doc'] {
  background: transparent url(../icons/icon_doc.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.docx'],
a.txg-doclist-embed[href$='.docx'] {
  background: transparent url(../icons/icon_doc.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.ppt'],
a.txg-doclist-embed[href$='.ppt'] {
  background: transparent url(../icons/icon_pps.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.pptx'],
a.txg-doclist-embed[href$='.pptx'] {
  background: transparent url(../icons/icon_pps.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.zip'],
a.txg-doclist-embed[href$='.zip'] {
  background: transparent url(../icons/icon_archive.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.rar'],
a.txg-doclist-embed[href$='.rar'] {
  background: transparent url(../icons/icon_archive.gif) no-repeat center left;
}

/* お知らせ一覧ページ */
#topic-list-section {
  width: 670px;
  padding-top: 11px;
  padding-bottom: 5px;
  margin: 0px;
}
#topic-list-section dt {
  width: 670px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
  font-size: 140%;
}
#topic-list-section dt a {
  color: #0dac92;
}
#topic-list-section dt .date {
  float: none;
  display: block;
  font-size: 80%;
  margin: -4px 20px 10px 0;
  padding: 2px 5px;
  float: left;
}
#topic-list-section dt .date:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 5px;
  color: #0dac92;
}
#topic-list-section dd {
  width: 670px;
  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;
}

/* Footer
------------------------------------- */
footer {
  margin: 0;
  background: #feffec;
  /* footer navigation */
}
footer h3 {
  width: 100%;
  margin: 0 0 0.5em 0;
  color: #75725f;
  font-size: 140%;
  font-weight: normal;
}
footer h3:before {
  display: block;
  content: "";
  background: #0dac92;
  width: 5px;
  height: 22px;
  border-radius: 5px;
  float: left;
  margin: -3px 10px 0 0;
}
footer h4 {
  border-bottom: solid 3px #e8e6db;
  padding: 5px 0;
  font-size: 130%;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
footer .footer-cont01 {
  width: 100%;
  margin: 0 0 3em 0;
}
footer .footer-cont01 p {
  margin: 0 0 0.5em 0;
}
footer .footer-cont01 td {
  vertical-align: top;
}
footer .footer-cont01 .content-area {
  width: 220px;
}
footer .footer-cont01 .spacer {
  width: 10px;
}
footer .footer-cont01 a {
  color: #75725f;
  display: block;
}
footer .footer-cont01 a:hover {
  color: #0dac92;
}
footer .footer-cont01 a:before {
  float: left;
  display: block;
  font-family: FontAwesome;
  content: "\f138";
  color: #75725f;
  margin-right: 5px;
}
footer nav {
  background-color: #fff;
  border-top: solid 1px #e8e6db;
  border-bottom: solid 3px #e8e6db;
  padding: 0.5em 0;
}
footer #footer {
  overflow: hidden;
}
footer #footer #footer-contents {
  display: block;
  padding: 20px 0;
  width: 930px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
footer #footer-nav {
  width: 930px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
footer #footer-nav li {
  float: left;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}
footer #footer-nav li a {
  padding: 2px 0 0 0px;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #333333;
  /*background: url(../img/nav-icon.jpg)no-repeat left center;*/
}
footer #footer-nav li a:before {
  float: left;
  display: block;
  font-family: FontAwesome;
  content: "\f138";
  color: #0dac92;
  margin-right: 5px;
}
footer #footer-nav li a:hover, footer #footer-nav li a:active {
  text-decoration: underline;
}
footer .copyright {
  border-top: solid 2px #e8e6db;
  min-height: 30px;
}
footer .copyright small {
  text-align: center;
  display: block;
  width: 300px;
  position: absolute;
  left: 50%;
  margin: 1em 0 1em -150px;
  color: #75725f;
  font-weight: bold;
}
footer #toPageTop {
  padding: 0;
  text-align: right;
  border: none;
  display: block;
  margin: 0;
  min-height: 30px;
}
footer #toPageTop a {
  display: block;
  background: #0dac92;
  color: #ffffff;
  font-size: 40px;
  padding: 0px 5px 10px;
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
}

/* toppage
------------------------------------- */
.yakuwari-ban {
  display: block;
  clear: both;
  border: solid 2px #e8e6db;
  overflow: hidden;
  padding: 1px;
  margin-bottom: 1em;
}
.yakuwari-ban .images {
  display: block;
  float: left;
}
.yakuwari-ban .images img {
  display: block;
}
.yakuwari-ban .text {
  display: block;
  float: right;
  text-align: left;
/*  width: 45%;*/
  width: 95px;
  margin-top: 60px;
  color: #0dac92;
  font-size: 120%;
 /* padding-right:10px*/
}

.kouhou-book {
  background: url(/asset/shared/user/books_bg.jpg) no-repeat center top;
  height: 230px;
  width: 230px;
  margin-bottom: 1em;
}
.kouhou-book .date {
  padding: 16px 0 0 130px;
  height: 24px;
  vertical-align: top;
}
.kouhou-book .date a {
  color: #0dac92;
  text-decoration: none;
}
.kouhou-book .date a:hover {
  text-decoration: underline;
}
.kouhou-book .images {
  text-align: center;
}
