@charset "UTF-8";
/* ---------------------
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: #ffffcc;
  /* スクロール部分背景色 */
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
  background-color: #fff044;
  /* スクロールバー アクティブ時 */
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background: #FFAC00;
  /* スクロールバー本体の色 */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #FFAC00;
  /* ウィンドウがアクティブでないときの色 */
}

/* 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: #777777;
}

.inner-container {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
}

/* header
---------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 10px;
}
header #header-top {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #FFAC00;
  padding: 8px 0;
}
header #header-contents {
  color: #b19f7f;
  text-align: left;
  font-weight: normal;
  padding: 5px 0;
  margin: 0 0 10px;
}
header #header {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
header #header #site-title {
  display: block;
  margin: 0;
  padding: 0;
}
header #header .header-tel {
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
}
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header #header-left {
  width: 70%;
  float: left;
}
header #header-right {
  width: 25%;
  float: right;
}

#font-size {
  list-style-type: none;
  margin: 2px 0 10px;
  padding: 3px 1px 2px 0;
  height: auto;
  width: 160px;
  text-align: left;
  float: right;
  background-color: #FFAC00;
}
#font-size #font-size-text {
  float: left;
  margin: 0px;
  padding: 3px 12px 0 8px;
  display: block;
  vertical-align: middle;
  color: #ffffff;
  background: url(../img/line_text-size.png) no-repeat 100% 50%;
}
#font-size #s,
#font-size #m,
#font-size #l {
  float: right;
  margin-right: 2px;
}
#font-size #s a,
#font-size #m a,
#font-size #l a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #ffc425;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  padding-top: 2px;
}
#font-size #s a:hover,
#font-size #m a:hover,
#font-size #l a:hover {
  background-color: #bb6800;
}

/* header navigation */
#header-nav {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
  float: right;
  padding: 0;
  list-style: none;
  margin: 0;
  color: #FFF;
  border-right: 2px solid #FFF;
}
#header-nav li {
  float: right;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
}
#header-nav li a {
  padding: 0 16px;
  line-height: 1;
  display: block;
  text-decoration: none;
  color: #FFF;
  border-left: 2px solid #FFF;
}
#header-nav li a:hover, #header-nav li a:active {
  color: #fbff9a;
}

/* groval Navigation
---------------------------------------- */
#groval-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
#groval-nav ul {
  width: 930px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  list-style: none;
  overflow: hidden;
  border-left: solid 1px #c4baa3;
  border-right: solid 1px #fff;
}
#groval-nav ul li {
  float: left;
  width: 148px;
  padding: 0 3px 0 2px;
  text-align: center;
  display: block;
  border-right: solid 1px #c4baa3;
  border-left: solid 1px #fff;
}
#groval-nav ul li a.text {
  color: #3a3a3a;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
  padding: 8px 0;
}
#groval-nav ul li a.text:hover, #groval-nav ul li a.text:active, #groval-nav ul li a.text.active {
  background-color: #FFAC00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  padding: 8px 0;
}

#main-contents h3 {
  font-size: 170%;
  color: #4a4b4b;
  background: url(../img/h3.jpg) no-repeat 0 0;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 33px 10px 30px 30px;
  display: block;
  position: relative;
}
#main-contents h4 {
  font-size: 140%;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 20px 0 20px 25px;
  font-weight: bold;
  font-weight: normal;
  background: url(../img/h4.jpg) no-repeat 0 0;
}
#main-contents h5 {
  font-size: 130%;
  color: #4a4b4b;
  padding: 10px 0 8px 5px;
  margin: 0 0 10px 0;
  font-weight: normal;
  background: url(../img/h5.png) no-repeat 0 100%;
}
#main-contents h6 {
  background: url(../img/h6.png) no-repeat 5px center #fff;
  color: #4a4b4b;
  font-size: 120%;
  font-weight: normal;
  padding: 10px 0 8px 30px;
  margin: 0 0 10px 0;
}
#main-contents #sitemap-section h4 {
  font-size: 140%;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 20px 0 20px 25px;
  font-weight: bold;
  font-weight: normal;
  background: url(../img/h4.jpg) no-repeat 0 0;
}
#main-contents #sitemap-section h4 a{
  color: #fff;
}
#main-contents #sitemap-section li {
  list-style-type: circle;
  text-decoration: none;
}

img.qrcode {
  border: 1px solid #cccccc;
}

/* Side
---------------------------------------- */
.side-bnr {
  display: block;
  vertical-align: middle;
  width: 222px;
  padding: 32px 0 31px 8px;
  border: 1px solid #ababab;
  position: relative;
  color: #777777 !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.side-bnr .image {
  vertical-align: middle;
  position: absolute;
  top: 3px;
  right: 3px;
}
.side-bnr:hover {
  color: #aaaaaa !important;
}

/* お問い合わせフォーム */
#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: 0 auto;
}
#topic-list-section dt {
  width: 670px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #777777;
  font-size: 140%;
}
#topic-list-section dt a {
  color: #FFAC00;
}
#topic-list-section dt .date {
  font-weight: bold;
  display: block;
  clear: both;
  float: none;
  background: url(../img/ico_news.png) no-repeat 0 20%;
  padding: 2px 0 0 20px;
  margin: 0 10px 10px 0;
  height: 17px;
  font-weight: normal;
  font-size: 80%;
}
#topic-list-section dd {
  width: 670px;
  border-bottom: 1px dotted #a0a0a0;
  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-top: 80px;
  background: #fff;
  /* footer navigation */
}
footer #footer {
  border-top: solid 1px #FFAC00;
  background-color: #FFAC00;
  overflow: hidden;
}
footer #footer #footer-contents {
  display: block;
  padding: 15px 0;
  color: #FFF;
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
}
footer #footer #footer-contents h4 {
  margin: 0 0 3px;
  font-weight: normal;
}
footer #footer #footer-contents p {
  color: #FFF;
}
footer #page-nav {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
  margin: 0 auto 5px auto;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
footer #page-nav li {
  display: inline;
  margin-right: 5px;
}
footer #page-nav li:last-child {
  margin-right: 10px;
}
footer #footer-nav-wrap {
  padding: 8px 0;
  background: url(../img/line_footer-navi.png) repeat-x 0 100% #FFAC00;
}
footer #footer-nav {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
  padding: 0;
  list-style: none;
}
footer #footer-nav li {
  float: left;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 90%;
}
footer #footer-nav li a {
  padding: 2px 0 0 15px;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #FFF;
  background: url(../img/ico_footer-navi.png) no-repeat left center;
}
footer #footer-nav li a:hover, footer #footer-nav li a:active {
  color: #fff372;
}

/*# sourceMappingURL=contents.css.map */
