@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;
}


img{
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

/* Design
------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #333333;
}
.layout5 #main-contents {
  width: 94%;
  margin: 0;
  padding: 3%;
}
#body-wrap {
  width: 930px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 1px 0 1px;
  position: relative;
}
#header_line {
  background: #d10000;
  height: 10px;
  display: block;
  clear: both;
  overflow: hidden;
  z-index: 5;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* header
---------------------------------------- */
header {
  height: auto;
  position: relative;
  margin: -10px 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.18, #fff), color-stop(0, #f2f2f2));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 18%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 18%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #fff 18%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #fff 18%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 18%);
  z-index: 0;
}
header #header-contents {
  float: left;
  margin-top: 10px;
  text-align: left;
  font-weight: normal;
  padding: 2px 0 0 10px;
  clear: left;
}
header #header-contents p {
  margin: 0;
}
header #site-title {
  float: left;
  display: block;
  padding: 0;
  margin: 10px 0 10px 15px;
  clear: left;
}
 .header-tel {
	padding: 0;
	float: right;
	display: block;
	clear: right;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size {
  list-style-type: none;
  margin: -10px 0 0 0;
  padding: 2px;
  height: auto;
  text-align: left;
  float: right;
  background-color: #d10000;
  font-size: 100%;
  position: absolute;
  right: 10px;
  z-index: 10;
}
#font-size #font-size-text {
  float: left;
  margin: 0px;
  padding: 3px 10px 0 10px;
  display: block;
  vertical-align: middle;
  color: #fff;
}
#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: #fff;
	text-decoration: none;
	background-color: #c72424;
	padding: 2px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #de7d7d;
	border-right-color: #b82121;
	border-bottom-color: #460c0c;
	border-left-color: #b82121;
}
#font-size #s a:hover, #font-size #m a:hover, #font-size #l a:hover {
  background-color: #8d0000;
  transition: 0.3s;
}

#header-menu {
	color: #666;
	display: block;
/*	width: 920px;*/
	width: 700px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	clear: both;*/
	clear: right;
/*	float: none;*/
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#header-menu  A.text:link,
#header-menu  A.text:visited {
	color: #727272;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu  A.text:hover{

}
#header-menu DIV.menu-icon {
	height: 9px;
	width: 9px;
	display: inline;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	float: left;
	margin-top: 3px;
	background-color: #d10000;
	padding: 0px;
}
#header-menu DIV.menu-item {
	float: right;
	text-align: left;
	height: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	}




/* groval Navigation
---------------------------------------- */
#groval-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #9e0000), color-stop(0.49, #d10000));
  background: -webkit-linear-gradient(top, #d10000 49%, #9e0000 51%);
  background: -moz-linear-gradient(top, #d10000 49%, #9e0000 51%);
  background: -o-linear-gradient(top, #d10000 49%, #9e0000 51%);
  background: -ms-linear-gradient(top, #d10000 49%, #9e0000 51%);
  background: linear-gradient(to bottom, #d10000 49%, #9e0000 51%);  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 50px -18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 50px -18px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 50px -18px;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#groval-nav ul {
  width: 930px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  font-size: 110%;
  list-style: none;
  overflow: hidden;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);    /*background:url(../img/main-nav_spacer.png)no-repeat left center;*/
}
#groval-nav ul li {
  float: left;
  width: 16.66%;
  text-align: center;
  display: block;
  position: relative;      /*background:url(../img/main-nav_spacer.png)no-repeat right center;*/
}
#groval-nav ul li:before {
  content: "";
  display: block;
  float: left;
  width: 1px;
  height: 100%;
  background: #6b0000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d10000), color-stop(0.6, #6b0000), color-stop(0.4, #6b0000), color-stop(0, #d10000));
  background: -webkit-linear-gradient(top, #d10000 0%, #6b0000 40%, #6b0000 60%, #d10000 100%);
  background: -moz-linear-gradient(top, #d10000 0%, #6b0000 40%, #6b0000 60%, #d10000 100%);
  background: -o-linear-gradient(top, #d10000 0%, #6b0000 40%, #6b0000 60%, #d10000 100%);
  background: -ms-linear-gradient(top, #d10000 0%, #6b0000 40%, #6b0000 60%, #d10000 100%);
  background: linear-gradient(to bottom, #d10000 0%, #6b0000 40%, #6b0000 60%, #d10000 100%);
  position: absolute;
  top: 0;
  right: 0;
}
#groval-nav ul li:after {
  content: "";
  display: block;
  float: left;
  width: 1px;
  height: 100%;
  background: #ff3838;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d10000), color-stop(0.6, #ff3838), color-stop(0.4, #ff3838), color-stop(0, #d10000));
  background: -webkit-linear-gradient(top, #d10000 0%, #ff3838 40%, #ff3838 60%, #d10000 100%);
  background: -moz-linear-gradient(top, #d10000 0%, #ff3838 40%, #ff3838 60%, #d10000 100%);
  background: -o-linear-gradient(top, #d10000 0%, #ff3838 40%, #ff3838 60%, #d10000 100%);
  background: -ms-linear-gradient(top, #d10000 0%, #ff3838 40%, #ff3838 60%, #d10000 100%);
  background: linear-gradient(to bottom, #d10000 0%, #ff3838 40%, #ff3838 60%, #d10000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#groval-nav ul li a.text {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 11px 0;
  margin: 0;
  transition: 0.3s;
}
#groval-nav ul li a.text:hover, #groval-nav ul li a.text:active, #groval-nav ul li a.text.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #6b0000), color-stop(0.49, #9e0000));
  background: -webkit-linear-gradient(top, #9e0000 49%, #6b0000 51%);
  background: -moz-linear-gradient(top, #9e0000 49%, #6b0000 51%);
  background: -o-linear-gradient(top, #9e0000 49%, #6b0000 51%);
  background: -ms-linear-gradient(top, #9e0000 49%, #6b0000 51%);
  background: linear-gradient(to bottom, #9e0000 49%, #6b0000 51%);
  transition: 0.3s;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
#main-contents h3 {
  font-size: 170%;
  color: #666;
  font-weight: normal;
  margin: 0 1px 1em 0;
  padding: 30px 0 7px 7px;
  display: block;
  border: 5px solid #fff;
  outline: 1px solid #ccc;
  overflow: hidden;
  min-height: 1px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3f3f3), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: -moz-linear-gradient(#fff, #f3f3f3);
  background: -o-linear-gradient(#fff, #f3f3f3);
  background: -ms-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
}
#main-contents h3:before {
  content: "";
  margin: -23px 10px 0 0;
  display: block;
  width: 5px;
  height: 65px;
  float: left;
  background: #ff4444;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d10000), color-stop(0, #ff4444));
  background: -webkit-linear-gradient(#ff4444, #d10000);
  background: -moz-linear-gradient(#ff4444, #d10000);
  background: -o-linear-gradient(#ff4444, #d10000);
  background: -ms-linear-gradient(#ff4444, #d10000);
  background: linear-gradient(#ff4444, #d10000);
}
#main-contents h4 {
  font-size: 160%;
  color: #fff;
  margin: 0 1px 1em 0;
  padding: 18px 0 8px 10px;
  font-weight: normal;
  box-shadow: 0 0 0 1px #d10000;
  border: solid 1px #fff;
  overflow: hidden;
  min-height: 1px;
  background: #f32222;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d10000), color-stop(0, #f32222));
  background: -webkit-linear-gradient(#f32222, #d10000);
  background: -moz-linear-gradient(#f32222, #d10000);
  background: -o-linear-gradient(#f32222, #d10000);
  background: -ms-linear-gradient(#f32222, #d10000);
  background: linear-gradient(#f32222, #d10000);
}
#main-contents h4:before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  margin: -10px 10px 0 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
}
#main-contents h4 a {
  display: block;
  color: #fff;
}
#main-contents .gxblog-article-header h4 {
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
}
#main-contents .gxblog-article-header h4:before, #main-contents .gxblog-article-header h4:after {
  display: none;
}
#main-contents .gxblog-article-header h4 a {
  display: block;
  color: #fff;
  padding: 15px;
}
#main-contents .gxblog-article-header h4 a:hover {
  background: #9e0000;
}
#main-contents h5 {
  font-size: 140%;
  color: #666;
  padding: 10px 0 0 0;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: solid 3px #ccc;
  min-height: 1px;
}
#main-contents h5:after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #d10000;
  margin: 5px 0 -3px 0;
}
#main-contents h6 {
  color: #5e5747;
  font-size: 120%;
  font-weight: normal;
  min-height: 1px;
}
#main-contents h6:before {
  content: url(../img/h6-arrow.png);
  background: #d10000;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 10px;
}
#main-contents #sitemap-section h4 {
  font-size: 130%;
  color: white;
  background-color: #d10000;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-radius: 5px;
  width: 667px;
}
#main-contents #sitemap-section h4:before {
  display: none;
}
#main-contents #sitemap-section h4 a {
  padding: 15px;
  display: block;
  color: #fff;
}
#main-contents #sitemap-section h4 a:hover {
  background: #8d0000;
  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: #d10000;
  color: #fff;
}
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: 90%;
}
#mailform-section div.form-layout div.form-items {
  border: 1px solid #aaa;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  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 #aaa;
}
#mailform-section div.form-layout div.form-items div.form-item:last-child {
  border-bottom: none;
}
#mailform-section div.form-layout div.form-items div.form-item div.label {
  float: left;
  width: 23%;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  background-color: #eee;
  padding: 9px 1% 0 1%;
  color: #003366;
}
#mailform-section div.form-layout div.form-items div.form-item div.field {
  float: left;
  width: 72%;
  text-align: left;
  vertical-align: top;
  padding: 8px 1% 8px 1%;
  border-left: 1px dotted #aaa;
}
#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: 99%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #aaa;
}
#mailform-section input.input-text {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  border: 1px solid #aaa;
  height: 30px;
}
#mailform-section textarea.input-textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #aaa;
}
#mailform-section input.input-select {
  border: 1px solid #aaa;
}
#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 #aaa;
  padding: 30px;
}
#mailform-section div.submitee {
  clear: both;
  text-align: center;
}
#mailform-section div.submitee button {
  cursor: pointer;
  border-width: 0px;
  height: 51px;
  width: 144px;
  margin-top: 5px;
  border-radius: 5px;
  background: #d10000;
}
#mailform-section div.submitee button:hover {
  background: #ff0505;
  transition: 0.5s;
}
#mailform-section div.submitee button span {
  color: #ffffff;
  font-size: 180%;
}
#mailform-section input[type=radio], #mailform-section input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
  display: none;
  margin: 0;
}
#mailform-section input[type=radio] + label, #mailform-section input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  padding: 0 0 0 20px;
}
#mailform-section input[type=radio] + label:hover, #mailform-section input[type=checkbox] + label:hover {
  color: #d10000;
}
#mailform-section input[type=radio] + label::before, #mailform-section input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #FFF;
}
#mailform-section input[type=radio]:checked + label::after, #mailform-section input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#mailform-section input[type=radio] + label::before {
  border: 1px solid #666;
  border-radius: 30px;
}
#mailform-section input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -2px;
  background: #d10000;
  border-radius: 8px;
}
#mailform-section input[type=checkbox] + label::before {
  border: 1px solid #666;
}
#mailform-section input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #d10000;
  border-bottom: 3px solid #d10000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ドキュメントビュー用 --- */
.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: #6b0000;
}
#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 dt .date:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid 3px #d10000;
  float: left;
  border-radius: 50%;
  margin-right: 5px;
}
#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;
}

/*こページ一覧パーツ*/
#main-contents .txg-subpagelist-wrapper {
  text-decoration: none;
  color: #4d4d4d;
}
#main-contents .txg-subpagelist-wrapper a {
  text-decoration: none;
  color: #4d4d4d;
}
#main-contents .txg-subpagelist-wrapper a:hover {
  text-decoration: underline;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist {
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding: 0 0 0 10px;
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li {
  list-style: none;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  position: relative;
  margin: 1%;
  width: 47%;
  height: auto;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(odd) {
  float: left;
  clear: left;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(even) {
  float: right;
  clear: right;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item {
  display: block;
  overflow: hidden;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title {
  margin: 5px 0 0 5px;
  padding: 5px 0px 0px 5px;
  border-left: 5px solid #574c3c;
  min-height: 23px;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title a {
  display: block;
  padding: 0 0 0 5px;
  font-weight: medium;
  font-size: 120%;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts {
  margin: 5px 0 10px 15px;
  max-width: 60%;
  min-height: 50px;
  float: left;
  clear: left;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text1 {
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text2 {
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text3 {
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext {

  /*overflow: hidden;
              position: absolute;
              left: 10px;
              bottom: 10px;*/
  clear: left;
  min-width: 60px;
  min-height: 18px;
  border: 1px solid #c0c0c0;
  background-color: #d10000;
  color: #fff;
  border-radius: 5px;
  z-index: 10;
  padding: 2px;
  float: left;
  margin: 0 0 5px 5px;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext a {
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  padding: 1px 3px 0;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext .txg-subpagelist-bullet {
  border-radius: 3px;
  margin: 3px 2px 0px 3px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  float: left;
  width: 10px;
  height: 10px;
  padding: 1px;
  color: #fff;
  background-color: #ff1f1f;
  text-align: center;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image {
  position: absolute;
  right: 10px;
  top: 10px;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image a {
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image img {
  max-height: 105px;
  width: auto;
  display: block;
}
#main-contents .txg-subpagelist-wrapper .txg-subpagelist .txg-subpagelist-image-no .txg-subpagelist-title {
  width: 240px;
}

/* Footer
------------------------------------- */
footer {
  background: #d10000;
  width: 100%;
  clear: both;  /* footer navigation */
}
footer hr.footer-line {
	background-color: #ff4444;
	height: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #a61919;
	border-bottom-color: #e87f7f;
	margin: 0px;
	padding: 0px;
}
footer #footer-contents {
	display: block;
	width: 900px;
	overflow: hidden;
	display: block;
	background: #d10000 !important;
	color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 30;
}
/* フッターメニュー */
DIV#footer-menu {
	width: 910px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	overflow: hidden;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#footer-menu DIV.menu-icon {
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-top: 3px;
	background-image: url(../img/arrow2_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	float: left;
}
#footer-menu DIV.menu-item {
	text-align: left;
	display: block;
	float: left;
	height: 20px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer-menu DIV.menu-sepalator {
	overflow: hidden;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:hover{

}

/*ブログ機能*/

#side-table{
}
#side-table #side-bg{
	background-color: #333333;
	padding: 5px;
	width: 220px;
}

/* =========================== */
/* ページトップへ            　*/
/* =========================== */
#page-top {
	height: 25px;
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
	padding-right: 10px;
	padding-bottom: 10px;
}
#page-top a{
	color: #727272;
	text-decoration: none;
}
#page-top DIV.menu-icon {
	background-image: url(../img/page-top-guide.png);
	float: left;
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	background-color: #8b7653;
}
#page-top DIV.menu-items {
	float: right;
	text-align: left;
	display: block;
	margin-left: 2px;
	}
#page-top DIV.menu-items A:link {
	color: #727272;
	text-decoration: none;
}
#page-top DIV.menu-items A:hover{
	color: #960;
}
#page-top DIV.menu-sepalator {
	overflow: hidden;
	float:right;
	background-image: url(../img/footer-page-top_sepalator.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 2px;
	display: block;
	margin-right: 7px;
	}


.top-side_access {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}
#main-contents .top-side_access h4,#side-contents .top-side_access h4 {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 110%;
  padding: 0;
  margin: 0 0 5px 0;
  color: #333;
}

#main-contents .top-side_access h4:before,#side-contents .top-side_access h4:before {
  display: none;
}
.top-side_access th {
  padding: 1px 0;
}
.top-side_access td {
  padding: 10px;
}


/*　ブログ記事用　--*/
#blog-headline-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  height: 210px;
  overflow: auto;
}
#blog-headline-section dl {
  width: 95%;
  margin: 0px;
}
#blog-headline-section dt {
  margin: 0px;
  padding-top: 10px;
  font-size: 120%;
  color: #d10000;
}
#blog-headline-section dt .date {
  color: #333333;
  float: none;
  display: block;
  font-size: 11px;
  margin: 0 15px 10px 0;
  padding: 0;
  float: left;
  position: relative;
  width: 15%;
}
#blog-headline-section dt .date:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 9px;
  border-color: transparent transparent transparent #d10000;
  float: right;
  margin: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
#blog-headline-section dt a {
  text-decoration: underline;
  color: #d10000;
}
#blog-headline-section dt a:hover {
  color: #8d0000;
}
#blog-headline-section dd {
  padding: 0 0 5px 0;
  color: #333333;
  margin: 0px;
  border-bottom: 1px solid #D4D5D5;
  display: block;
  float: none;
  clear: both;
}
