/*
Mixin用
---------------*/
.w100 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
.container {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
}
.mp0 {
  margin: 0;
  padding: 0;
}
.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);
}
.after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ---------------------
		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: #ffffff;
  /*スクロール部分背景色*/
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: #fff08e;
  /* スクロールバー アクティブ時 */
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  background: #fbac4a;
  /* スクロールバー本体の色 */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #fbac4a;
  /*ウィンドウがアクティブでないときの色*/
}
/* 	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: 14px;
  color: #333333;
  border-top: 9px solid #fbac4a;
}
.home {
  background-image: url(../img/top-bg.jpg);
  background-repeat: repeat-x;
}
/*	
	header
----------------------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  height: auto;
}
header #header h1 {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
header #header-top {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #fbac4a;
}

header #header {
  width: 930px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
}
header #header #site-title {
	float: left;
	clear: left;
/*
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  */
}
header #header-contents {
	float: left;
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header #header .header-tel {
  margin: 0;
  padding: 0;
  float: right;
  display: block;
}
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: 180px;
  text-align: left;
  float: right;
  color: #333;
  display: none;
}
#font-size #font-size-text {
  float: left;
  margin: 0px;
  padding: 3px 0 0 10px;
  display: block;
  vertical-align: middle;
  color: #333;
}
#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;
  font-weight: bold;
  background-color: #fbac4a;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding: 5px 2px;
  border-radius: 0 0 5px 5px;
}
#font-size #s a:hover,
#font-size #m a:hover,
#font-size #l a:hover {
  background-color: #FF794D;
}
/* header navigation */
#header-nav {
  width: 100%;
  margin: 0;
  display: block;
  clear: both;
  float: right;
  padding: 0;
  list-style: none;
  margin: -10px 0 4px 0;
}
#header-nav li {
  float: right;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
}
#header-nav li a {
  padding: 2px 0 0 0;
  display: block;
  margin: 0;
  padding: 4px 8px;
  text-decoration: none;
  color: #FF6633;
  border: #FF6633 2px solid;
  border-radius: 5px;
}
#header-nav li a:hover,
#header-nav li a:active {
  text-decoration: none;
  background-color: #FF6633;
  color: #fff;
}
/*	
	groval Navigation
----------------------------------------*/
#groval {
  background-color: #fbac4a;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
#groval #groval-nav {
  width: 930px;
  text-align: center;
  margin: 10px auto;
  padding: 0;
  display: block;
  font-size: 120%;
  list-style: none;
  overflow: hidden;
  padding: 5px 0;
}
#groval #groval-nav li {
  float: left;
  width: 230px;
  text-align: center;
  display: block;
  border-left: solid 1px #fff;
}
#groval #groval-nav li a.text {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
	font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
}
#groval #groval-nav li a.text:hover {
  background-color: #FCBE72;
}
#groval #groval-nav li:last-child {
  border-right: solid 1px #fff;
}
#main-img_pc {
  width: 100%;
  text-align: center;
  margin-top: -9px;
  margin-bottom: 10px;
  padding: 0;
}
#main-img_pc img {
  margin-bottom: 10px;
}
#main-contents h2 {
  margin: 0 0 1em 0;
  background-color: #fbac4a;
  padding: 15px 10px 15px 10px;
  font-size: 18px;
  border-radius: 5px;
}
#main-contents h3 {
  margin: 0 0 1em 0;
  background-color: #FF794D;
  padding: 15px 10px 15px 10px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
}
#main-contents h4 {
  display: block;
  margin: 0 0 1em 0;
  border-top: 6px solid #FF794D;
  border-bottom: 2px solid #ececec;
  color: #333;
  padding: 15px;
  font-size: 18px;
}
#main-contents h5 {
  font-size: 130%;
  color: #333;
  padding: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
  background-color: #ececec;
}
#main-contents h6 {
  font-size: 130%;
  color: #333;
  padding: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 2px solid #ececec;
}
#main-contents #sitemap-section h4 {
  display: block;
  margin: 0 0 1em 0;
  border-top: 6px solid #FF794D;
  border-bottom: 2px solid #ececec;
  color: #333;
  padding: 15px;
  font-size: 18px;
}
#main-contents #sitemap-section li {
  list-style-type: circle;
  text-decoration: none;
}
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(2px);*/
  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(2px);*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #adacac;
}
#mailform-section input.input-text {
  /*.border-radius(2px);*/
  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(2px);*/
  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: #fbac4a;
}
#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;
}
.date {
  display: inline-block;
  clear: both;
  float: none;
  background-color: #FBAC4A;
  border-radius: 5px;
  padding: 7px;
  margin: 0 10px 10px 0;
  height: 17px;
  font-weight: normal;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
/* 
	Footer 
------------------------------------- */
/* footer navigation */
#footer-nav {
  padding: 30px 0 0 0;
  margin: 0;
}
#footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-nav ul li {
  float: left;
  margin-right: 5px;
}
#footer-nav ul li a {
  background-color: #fbac4a;
  padding: 8px 12px;
  display: block;
  border-radius: 5px 5px 0 0 ;
  color: #333;
}
#footer-nav ul li a:hover {
  background-color: #FF794D;
  color: #fff;
}
#footer-nav ul li#toPageTop {
  float: right;
}
#footer-nav ul li#toPageTop a {
  background-color: #fff;
  padding: 8px 12px;
  display: block;
  color: #333;
}
footer {
  margin-top: 0;
}
footer #footer {
  background-color: #fbac4a;
  text-align: center;
  padding: 60px 0 20px 0;
  font-weight: bold;
}
footer #footer span {
  font-size: 16px;
}
/* 
	side 
------------------------------------- */
.side-bnr {
  list-style: none;
  padding: 1em;
  margin: 0;
  background-color: #F5C944;
  border-radius: 5px;
}
.side-bnr li {
  margin-bottom: 5px;
}
.side-bnr a {
  color: #FF7243;
  background-color: #fff;
  padding: 7px 8px;
  border: #FF7243 2px solid;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}
.side-bnr a:hover {
  color: #fff;
  background-color: #FF7243;
}
/* 
	plusstyle 
------------------------------------- */
.top-content {
	background-color: #fbac4a;
	border-radius: 5px;
	list-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
/*	width: 650px;*/
}
.top-content a {
	background-color: #fff;
	color: #333;
	border-radius: 5px;
	display: block;
	/*  width: 188px;*/
  width: 194px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
.top-content a:hover {
  color: #fbac4a;
}
.top-content .top-content--2line a {
  padding: 10px 8px;
}
.clear {
  clear: both;
  display: block;
}



#side-banner-waku{
	background-color: #F5C944;
	width: 230px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 3px;
}
#side-banner-waku #side-banner-waku-td{
	vertical-align: top;
	padding-top: 15px;
}

.side-banner-comp{
	width: 201px;
	clear: both;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FF7243;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
.side-banner-comp:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.side-banner-comp a{
	text-decoration: none;	
}

.side-banner-comp a:hover .side-banner {
  background-color: #FF7243;
}

.side-banner {
	padding: 0px;
	display: block;
	margin: 0;
}

.side-banner .banner-text{
	display: block;
	color: #FF7243;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.side-banner-comp a:hover .side-banner .banner-text{
	  color: #fff;
}



/*hyo_670_001：追加*/
.hyo_670_001{
width:670px;
border-collapse:collapse;
border:1px solid bfbfbf;
background-color: #fdf1e3;
}
.hyo_670_001 th{
padding: 10px;
border:1px solid #bfbfbf;
text-align: left;
width: 580px;
color: #f48a13;
font-size:120%;
}
.hyo_670_001 td{
width:auto;
padding:10px;
border:1px solid #bfbfbf;
}

/*hyo_670_001：追加*/