/*
Mixin用css
---------------*/
.w100 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
.container {
  width: 930px;
  margin: 0 auto 0 auto;
  display: block;
}
.mp0 {
  margin: 0;
  padding: 0;
}
.radius10 {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.radius05 {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.radius03 {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.box-shadow {
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.main-banner_table01 .spacer {
  width: 12px;
}
.main-banner_jet-top {
  border: solid 1px #ABABAB;
  display: block;
  padding: 3px;
}
.main-banner_jet-top .images {
  display: block;
}
.main-banner_jet-top .text {
  display: block;
  padding-top: 3px;
  text-align: right;
  font-size: 115%;
	color: #333;
}
.toppage {
  margin: 10px 0 0 0;
}
.toppage .spacer {
  width: 28px;
}
.toppage .side-cont {
  vertical-align: top;
  width: 230px;
}
.toppage .main-cont {
  vertical-align: top;
  width: 670px;
}
.top-cont01 {
  color: #666;
}
.top-cont01 td {
  vertical-align: top;
}
.side-ban_01 {
  border: solid 1px #B1B1B1;
  margin: 0 auto 10px;
}
.side-ban_01 .images img {
  padding: 3px;
}
.side-ban_01 ul {
  width: 95%;
  display: block;
  padding: 0;
  margin: 0 auto;
  list-style-image: url(../img/topic-guide.jpg);
  list-style-position: inside;
}
.side-ban_01 ul li {
  border-bottom: 1px dotted #ccc;
  padding: 8px;
}
.side-ban_01 ul li:last-child {
  border-bottom: none;
}
.side-ban_01 ul a {
  color: #888;
}
.side-ban_01 ul a:hover {
  color: #333333;
  text-decoration: underline;
}
/* -------------------
		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 {
  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: 12px;
}
::-webkit-scrollbar-track-piece {
  background-color: #ccd7ff;
  /*スクロール部分背景色*/
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
  background-color: #444fd9;
  /* スクロールバー アクティブ時 */
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000b95;
  /* スクロールバー本体の色 */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #000b95;
  /*ウィンドウがアクティブでないときの色*/
}
/* 	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;
  background-image: url(../img/bg.jpg);
}
#main-bg {
  width: 100%;
  background-image: url(../img/main-bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #FFF;
  clear: both;
  border-top: solid 1px #d0cfcd;
}
#contents {
  width: 930px;
  margin: 0 auto 0 auto;
  display: block;
  background-color: #FFF;
  padding: 0 10px 10px 10px;
  border-left: solid 1px #e4e4e3;
  border-right: solid 1px #e4e4e3;
  /*background-image: url(../img/main-top-wrap.png);
	background-repeat: repeat-x;
	background-position: center top;*/
  clear: both;
  overflow: hidden;
}
/* 	header
--------------------------- */
header {
  border-bottom: 1px solid #d0cfcd;
}
header #top {
  background-color: #000b95;
  border: none;
}
header #header {
  width: 930px;
  margin: 0 auto 0 auto;
  display: block;
  padding: 0;
}
header #header-img {
  float: right;
  display: block;
  padding: 0px;
  margin-top: 15px;
  clear: right;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#site-title {
  padding: 0px;
  float: left;
  display: block;
  margin: 15px 0;
}
#header-contents {
  color: #FFF;
  width: 930px;
  margin: 0 auto 0 auto;
  display: block;
  padding: 5px 0;
  background-color: #000b95 !important;
}
#header-nav {
  width: 600px;
  float: right;
  padding: 0px;
  display: block;
  overflow: hidden;
  margin: 0px;
  list-style-type: none;
}
#header-nav li {
  float: right;
  padding: 0 0 0 13px;
  background: url(../img/header-menu-guide.jpg) no-repeat left center;
  margin: 0 0 0 10px;
}
#header-nav li a.text:link,
#header-nav li a.text:visited {
  color: #333333;
  text-decoration: none;
}
#header-nav li a.text:link:hover,
#header-nav li a.text:visited:hover {
  text-decoration: underline;
}
/*
#header-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}*/
/* 	mainNav
--------------------------- */
nav#main {
  margin-bottom: 10px;
}
nav#main ul {
	width: 930px;
	margin: 0 auto 0 auto;
	display: block;
	text-align: center;
	clear: both;
	height: 43px;
	padding: 0px;
	background: url(../img/main-menu-bg.jpg) repeat-x center top;
	list-style-type: none;
}
nav#main ul li {
  float: left;
  height: 43px;
  width: 155px;
  margin: 0px;
  text-align: center;
}
nav#main ul li a.text,
nav#main ul li a:visited {
  color: #d9dbef;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 155px;
  background: url(../img/main-menu-btn.jpg) no-repeat left top;
  padding-top: 12px;
  height: 31px;
}
nav#main ul li a:hover,
nav#main ul li a.text:active,
nav#main ul li a.active {
  height: 31px;
  width: 155px;
  padding-top: 12px;
  background: url(../img/main-menu-btn-r.jpg) no-repeat left top;
  color: #a0d3ff;
}
nav#main ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 	header
--------------------------- */
/* 	Footer
--------------------------- */
#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e3fbfe;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
}
#footer-warp {
  width: 100%;
  background-color: #000b95;
}
ul#footer-nav {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  list-style-type: none;
  display: block;
  padding: 5px 0;
}
ul#footer-nav li {
  float: left;
  text-align: center;
  display: block;
  margin: 0px;
  padding: 2px 6px 0 9px;
  background: url(../img/footer-menu-guide.png) no-repeat left center;
}
ul#footer-nav li a:hover {
  text-decoration: underline;
}
ul#footer-nav li#toPageTop {
  border: none;
  float: right;
  font-size: 80%;
  background-image: none;
}
#footer-contents {
  color: #FFFFFF;
  width: 930px;
  margin: 0 auto 0 auto;
  display: block;
  text-align: left;
  padding: 15px 0;
  clear: both;
  background-color: #000b95 !important;
}
/* 	contents
--------------------------- */
#main-contents h3 {
  background: url(../img/h3.jpg) no-repeat left top;
  font-size: 160%;
  color: #000b95;
  height: 50px;
  font-weight: normal;
  padding: 30px 0 0 30px;
  margin: 0 0 15px 0;
}
#main-contents h4 {
  background-repeat: no-repeat;
  height: 30px;
  font-size: 140%;
  color: #fff;
  font-weight: normal;
  background: url(../img/h4.jpg) no-repeat left top;
  display: block;
  margin: 0 0 15px 0;
  padding: 17px 0 10px 20px;
}
#main-contents h5 {
  font-size: 130%;
  color: #393939;
  background: url(../img/h5.jpg) no-repeat left top;
  font-weight: normal;
  padding: 10px 0 10px 5px;
  margin: 0 0 15px 0;
}
#main-contents h6 {
  background: url(../img/h6.jpg) no-repeat left top;
  font-size: 120%;
  font-weight: bold;
  height: 19px;
  color: #1823AC;
  margin: 0 0 15px 0;
  padding: 2px 0 5px 30px;
}
/* --- sitemap --- */
#main-contents #sitemap-section h4 {
  background-repeat: no-repeat;
  height: 30px;
  font-size: 140%;
  color: #fff;
  font-weight: normal;
  background: url(../img/h4.jpg) no-repeat left top;
  display: block;
  margin: 0 0 15px 0;
  padding: 17px 0 10px 20px;
}
#main-contents #sitemap-section h4 a {
  color: #FFF;
}
IMG.qrcode {
  border: 1px solid #cccccc;
}
/* ------------------------
		mail form
------------------------- */
#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;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
#mailform-section div.form-layout div.form-items div.form-item {
  clear: both;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #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-top: 9px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 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-width: 1px;
  border-left-style: dotted;
  border-left-color: #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;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #adacac;
}
#mailform-section input.input-text {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 410px;
  border: 1px solid #adacac;
  height: 30px;
}
#mailform-section textarea.input-textarea {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  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: 120%;
}
#topic-list-section dt a {
  color: #48B4FF;
}
#topic-list-section dt .date {
  font-weight: bold;
  display: block;
  clear: both;
  float: none;
  background-image: url(../img/h6.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 0 0 25px;
  margin: 0 10px 10px 0;
  height: 17px;
  font-weight: normal;
  font-size: 90%;
}
#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;
}
