@charset "UTF-8";

/*GENERAL STYLE*/

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.4;
  color:#000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  /*background: url(images/bg.png);*/
}
a {
  text-decoration: underline;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #00a83b;
}
a:active {
  color: #000;
}
p, pre {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: justify;
  padding: 0px 20px;
  margin: 10px 0;
}
hr {
  height: 1px;
  margin: 10px;
  border: #CCC 1px solid;
  clear: both;
}
blockquote {
  width: 780px;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 10px auto;
  padding: 30px 20px;
  text-align: center;
  color: #19263c;
  border: #19263c 0px solid;
  background-color: #fff;
  /*background:url(images/bg.gif);**/
}
.bq_zuroku {
  color: #fff;
  background-color: #0B362C;	
}
.bq_contact {
  width: 90%;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 10px auto;
  padding: 30px 20px;
  color: #fff;
  border-bottom: #000000 0px solid;
  background-color: #e84447;
  /*background:url(images/bg.gif);**/
}
.bq_list {
  width: 60%;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 40px auto;
  padding: 20px 20px;
  color: #fff;
  border: #fff 0px solid;
  background-color: #37bede;
  /*background:url(images/bg.gif);**/
}
.bq_list a {
  color: #fff;
}
.imgcenter {
  text-align: center;
  margin: 0 auto;
}
.bq2 {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #FF2700;
}
.bq2 a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 0;
  height: auto;
}
.bq2 a:hover {
  color: #FF2700;
}
h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
  padding: 30px 20px;
  border: 1px solid #fff;
  background-color: #e84447;
  color: #fff;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #fff;
  border-top: #00a83b 1px solid;
  border-left: #00a83b 10px solid;
  border-right: #00a83b 1px solid;
  border-bottom: #00a83b 1px solid;
  padding: 20px 20px;
  margin: 10px 10px 10px 10px;
  clear: both;
}
h3 {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #e84447;
  border: 0px solid #c61a22;
  margin: 10px 0px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-left: #000 solid 5px;
  padding: 0px 0px 0px 5px;
  margin: 5px 5px 10px 20px;
  text-align: left;
}
ul {
  list-style-type: square;
  font-size: 14px;
  line-height: 1.5;
}
ol {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.5;
}
a img {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
table img {
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
th {}
td {}
/*GENERAL STYLE END*/
/*LAYOUT*/
.wwrapper {
  /*background-color: #000;*/
}
#wrapper {
  width: 100%;
  border: #000000 solid 0px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#wheader {
  height: 60px;
  width: 100%;
  padding: 0;
  background-color: #00a83b;
  border-bottom: #fff 0px solid;
  clear: both;
}
#header {
  height: 60px;
  width: 980px;
  margin: 0 auto;

}
#header-logo {
	width: 200px;
	float: left;
}
#header-home {
  width: 40px;
  float: right;
  padding: 10px 15px 0px 0px;
}
#header-home img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#header-home:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header-sns {
  width:190px;
  padding-top:20px; 
  float:right;
}
#navi{
  width: 960px;
  margin: 0 auto;
  height: 80px;
  padding-left: 0px;
  clear: both;
}
.navibtn {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  width: 105.5px;
  height: 40px;
  float: left;
  border-left: #fff 1px solid;
  padding: 0;
  margin: 10px 0;
}
.navibtn a{
  display: block;
  color:#fff;
  padding: 10px 0;
  height: 40px;
  background-color:#e84447;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.navibtn a:hover {
  color:#fff;
  padding: 10px 0;
  height: 40px;
  background-color:#D81F22;
  border: 0px solid #fff;
}
#eyecatch {
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 0px #ddb385 solid;
  border-bottom: 0px #ddb385 solid;
  background-color: #00a83b;
  clear: both;
}
#sitepass{
	width: 960px;
	margin: 0 auto;
	margin-top:10px;
	padding: 10px 10px;
	font-size: 12px;
}
#sitepass a{
	text-decoration: none;
}
#main {
  padding:10px 0;
  width: 980px;
  /*background-color: #fff;*/
  margin: 0 auto;
  clear: both;
}
#contents01 {
  clear: both;
  overflow: hidden;
}
#contents02 {
  clear: both;
}
#contents03 {
  clear: both;
}
#leftbox {
  width: 360px;
  padding: 10px;
  border: 0px solid #cccccc;
  float: left;
}
#leftbox h2 {
  margin: 0;
}
#rightbox {
  width: 360px;
  padding-bottom: 10px;
  padding: 10px;
  border: 0px solid #cccccc;
  float: right;
}
#rightbox h2 {
  margin: 0;
}
#wfooter {
  /*border-top: 2px #e8597a solid;*/
  background-color: #00a83b;
  height: 150px;
}
#footer {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  clear: both;
}
.pagetop {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 10px 0px;
  color: #990000;
  clear: both;
}
.pagetop a {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 10px 0px;
  color: #990000;
  clear: both;
}
.txt01 {
  font-size: 18px;
  font-weight: bold;
}
.txt02 {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: left;
  padding: 0px 20px;
  color: #333;
}
.txt03 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #333;
  border-left: #66150B solid 5px;
  margin: 5px 20px 5px 20px;
  text-align: left;
}
.txt04 {
  padding: 0px 20px 0px 30px;
  color: #333;
}
.txt05 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  border-top: #2c893a solid 2px;
  border-bottom: #2c893a solid 2px;
  margin: 5px 20px 5px 20px;
  text-align: left;
}
.txt06 {
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
.txt07 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #FFF;
  padding: 10px;
  margin: 10px;
  border-left: #66150B solid 10px;
  background-color: #000000;
}
.gaiyoutxt {
  margin-top: 30px;
}
.gaiyou {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
  text-align: left;
  color: #000;
  border-collapse:collapse;
  border-spacing: 2px;
  border: 0px solid #fff;
}
.gaiyou th {
  width: 140px;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  padding: 10px 5px;
  border: 1px solid #000;
  color: #fff;
  background-color: #00a83b;
}
.gaiyou td {
  color: #000;
  line-height: 1.4;
  letter-spacing: 1.1px;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #00a83b;
  background-color:#fff;
}
.cpt {
  width: 90%;
  margin: 0px auto;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 5px;
}
.cpt th {
  vertical-align: top;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
  border: 0px #e8597a solid;
  color: #fff;
  background-color: #00a83b;
}
.cpt td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #aaa;
  color: #fff;
  background-color: #fff;
}
.evt {
  width: 80%;
  margin: 10px auto;
  background-color: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #FFF;
  border-collapse: collapse;
}
.evt th {
  width: 10%;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  padding: 10px 5px;
  border-bottom: 1px dotted #e0d194;
  /*background-color: #2C0409;*/
  color: #000;
  white-space: nowrap;
}
.evt td {
  vertical-align: middle;
  padding: 10px;
  color: #000;
  border-bottom: 1px dotted #e0d194;
}
.evt2 {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #FFF;
  border-collapse: collapse;
  border-spacing: 5px;
}
.evt2 th {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 0px solid #eee;
  background-color: #eee;
  color: #333;
  white-space: nowrap;
}
.evt2 td {
  font-size: 14px;
  vertical-align: middle;
  padding: 5px;
  color: #333;
  border: 0px solid #eee;
}
.txtred {
  color: #F00;
}
.txtblue {
  color: #00F;
}
.txtyellow {
  color: #FF0;
}
.txtblack {
  color: #000;
}
.txtsmall {
  font-size: 11px;
  color: #0000FF;
}
.clearboth {
  clear: both;
}
.txtright {
  text-align: right;
}
.h2txt {
  padding: 0 0 0 20px;
}
.fontsize11 {
  font-size: 11px;
}
.center {
  text-align: center;
}
.txtcpt {
  color: #c61a22;
}
/*totop*/
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.move-page-top {
  display: block;
  background: #e84447;
  border: 1px #fff solid;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.move-page-top:hover {
  opacity: 1;
  background: #D81F22;
  color: #fff !important;
}
.move-page-top:link, .move-page-top:visited {
  color: #fff;
  opacity: 1;
}
#wrapperbanner {
  margin: 0 auto;
  text-align: center;
  width: 760px;
}
.imgcenter2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.accordion {
  padding-left:20px;
}
.accordiontxt, .accordiontxt table {
  margin :0;
  padding-left:10px;
}
.redbold{
	color: #ff0000;
	font-weight: bold;
}
.covi {
	padding: 20px;
	color: #FF0004;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	border: 2px solid #ff0000;
}