@charset "utf-8";
/* Default CSS Document */


* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #E0E0E0;
	min-width: 1010px;
	width: 100%;
}
/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 1px;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
img {
	border: none;
	vertical-align: top;
	max-width:100%;
	height:auto;
}
p, dt, dd, li {
	line-height: 1.5;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #dc143c;
	opacity: 0.8;
}
.mt1 {
	margin-top: -1px;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}

iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
#wrap{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

#headtop{
	padding:5px;
	position:relative;
	background-color: #E6E6E6;
	width:100%;
	float: right;
}

#headtop .img22{
	float: right;
	position: absolute;
	width:600px;
    top: 30px;
    left: 10px;
	text-align: left;
}

#headtop .control111 .topicbox111{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 600px;
	height:150px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}


#header {

}
.head_area {
	text-align: left;
}
.head_area .logo {
	text-align: center;
	margin-bottom:25px;
}
#gnav {
	background-color: #1e90ff;
	margin-bottom: 20px;
	border-radius:4px;
}
#gnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#gnav li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #fff;
}
#gnav li a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#gnav li a:hover {
	text-decoration:none;
    background-color: #afeeee;
}

#gnav li.current a {
    background-color: #afeeee;
    color:#000080
}


#gnav02 li {
	margin-bottom:15px;
}

#topicpath {
	text-align: left;
	font-size: 12px;
	margin-bottom: 25px;
}
#topicpath a {
	color: #333333;
}
.commontitle01 {
	font-size: 22px;
	font-weight: normal;
	color: #191970;
	line-height: 1.2;
	margin-bottom: 12px;
	background-color: #afeeee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #191970;
	padding-bottom: 10px;
	padding-right: 100px;
}
.commontitle02 {
	font-size: 22px;
	font-weight: normal;
	color: #191970;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 12px;
	background-color: #afeeee;
	padding-top: 12px;
	padding-left: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #191970;
	vertical-align: middle;
	padding-right: 100px;
}
.commontitle02 .end {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #F6B969;
	display: inline-block;
	padding: 5px;
	margin-left: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.commonblock01 {
	background-color: #FFF;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.commonblock02 {
	background-color: #FFF;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


.cmnbtn01 {
	text-align: center;
}

.maintitle {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4A8265;
	background-color: #EEE;
	margin-bottom: 20px;
	font-size: 24px;
	vertical-align: middle;
	padding-top: 22px;
	padding-right: 25px;
	padding-bottom: 22px;
	padding-left: 25px;
}
.maintitle span {
	font-size: 12px;
	color: #4A8165;
	vertical-align: middle;
	display: inline-block;
	padding-left: 15px;
}

.commonbox {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}

#commonwrap {
	float: left;
	width: 202px;
	background-color: #EEE;
	margin-left: -32767px;
	padding-left: 32767px;
	background-image: url(/web/20250529133106im_/http://kyusyu-gets.com/img/common/bg_left.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 23px;
	padding-bottom: 60px;
	/* padding-top: 30px;   左のメニューバーのトップを省く*/
}
#content_wrap {
	float: right;
	width: 765px;
	text-align: left;
	padding-top: 30px;
}


.infobox {
	position: relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.infobox a  {
	color: #000;
}
.infobox .title01 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #191970;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #191970;
}

.infobox .list {
	position: relative;
	background-color: #FFF;
	padding-bottom: 1px;
}

.infobox .list dt{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.infobox .list dd {
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.infobox .list dd:last-child {
	border:none;
}
.infobox .linktxt {
	position: absolute;
	top: 24px;
	right: 20px;
}
.infobox .linktxt a {
	color: #333;
}
.infobox .linktxt a:hover {
	text-decoration:underline;
	color:#dc143c;
}



#pagetop {
	text-align: right;
	position: fixed;
	right: 20px;
	bottom: 16px;
}
#footerwrap {
	width: 100%;
}
#footernav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footernav ul {
	font-size: 0px;
	text-align: center;
	margin-bottom: 10px;
}
#footernav ul li {
	font-size: 14px;
	display: inline-block;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	line-height: 1;
}
#footernav ul li:last-child {
	border-right-style: none;
}

#footer a {
	color: #FFF;
}
#footerbottom {
	background-color: #afeeee;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
}
#footerbottom ul {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}
#footerbottom ul li {
	font-size: 14px;
	display: inline-block;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 1;
	color: #333;
	vertical-align: middle;
}
address  {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.topmain #main {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 452px;
	width: 765px;
	margin-bottom: 25px;
}



.topmain .control01 .imgblock {
	float: left;
}
.topmain .control01 .txtblock {
	float: right;
	width: 340px;
}

.topmain .control02 .imgblock {
	float: left;
}
.topmain .control02 .txtblock {
	float: right;
	width: 340px;
}



.topmain .control03 .topicbox2{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 370px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.topmain .control03 .topicbox2 a{
	display:block;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.topmain .control03 .topicbox2:nth-child(1) , .topmain .control03 .topicbox2:nth-child(3) , .topmain .control03 .topicbox2:nth-child(5) {
	margin-left: 0;
	clear:both;
}
.topmain .control03 .topicbox2 dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;	
}
.topmain .control03 .topicbox2 dl dd{
	margin-bottom: 5px;
	font-size: 12px;
}
.topmain .control03 .topicbox2 .img {
	text-align:center;
	padding-top: 10px;
}

/* Topic 2列 */

.topmain .control03 .topicbox22{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 370px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.topmain .control03 .topicbox22:nth-child(1) , .topmain .control03 .topicbox22:nth-child(3) , .topmain .control03 .topicbox22:nth-child(5) {
	margin-left: 0;
	clear:both;
}
.topmain .control03 .topicbox22 dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;	
}
.topmain .control03 .topicbox22 dl dd{
	margin-bottom: 5px;
	font-size: 12px;
}
.topmain .control03 .topicbox22 .img {
	text-align:center;
	padding-top: 10px;
}



/* Topic三列 */

.topmain .control03 .topicbox3{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 240px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.topmain .control03 .topicbox3 a{
	display:block;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.topmain .control03 .topicbox3:nth-child(1) , .topmain .control03 .topicbox3:nth-child(4) , .topmain .control03 .topicbox3:nth-child(7) {
	margin-left: 0;
	clear:both;
}
.topmain .control03 .topicbox3 dl dt{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;	
}
.topmain .control03 .topicbox3 dl dd{
	margin-bottom: 5px;
	font-size: 12px;
}
.topmain .control03 .topicbox3 .img {
	text-align:center;
	padding-top: 10px;
}

/* Topic1列 */

.topmain .control03 .topicbox1{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 765px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}

.topmain .control03 .topicbox1:nth-child(1) , .topmain .control03 .topicbox1:nth-child(2) , .topmain .control03 .topicbox1:nth-child(3) {
	margin-left: 0;
	clear:both;
}
.topmain .control03 .topicbox1 dl dt{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;	
}
.topmain .control03 .topicbox1 dl dd{
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
}
.topmain .control03 .topicbox1 .img {
	text-align:center;
	padding-top: 10px;
}

/* Topic1列　改 */

.topmain .control03 .topicbox11{
	background-color: #FFF;
	margin-bottom: 22px;
	border-radius: 4px;
	float: left;
	width: 765px;
	margin-left: 22px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}

.topmain .control03 .topicbox11:nth-child(1) , .topmain .control03 .topicbox11:nth-child(2) , .topmain .control03 .topicbox11:nth-child(3)  , .topmain .control03 .topicbox11:nth-child(4) {
	margin-left: 0;
	clear:both;
}
.topmain .control03 .topicbox11 dl dt{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;	
}
.topmain .control03 .topicbox11 dl dd{
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
}
.topmain .control03 .topicbox11 .img {
	text-align:center;
	padding-top: 10px;
}


.topmain .control04 {
	padding-bottom:10px;
}

.formwrap {
	border: 5px solid #E6E6E6;
	margin-bottom: 30px;
}
.formwrap .formlist {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	display:table;
}
.formwrap .formlist:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E6E6E6;
}
.formwrap .formlist dt {
	vertical-align: top;
	display: table-cell;
	padding: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	width: 16em;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	padding-top: 15px;
}
.formwrap .formlist dd {
	/* float : left; これを入れると左寄りになるが、長さが短い */
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 12px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.formwrap .formlist dd ul li {
	margin-bottom: 7px;
}
.formwrap .formlist dd ul li .name {
	width: 8em;
	display: inline-block;
}


.formwrap .formlist input{
	width:100%;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	padding:5px;
}

.formwrap .formlist .list01 input{
	width: 30%;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	padding: 5px;
}

.formwrap .formlist textarea{
	width:100%;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	padding:5px;
	height:150px;
}

.formwrap .require {
	color: #D80000;
}

.formwrap .formlist select{
	width:100%;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	padding:5px;
}

table {
	border-collapse: collapse;
}

.formwrap .formlist dd2 {
	float : left; /*これを入れると左寄りになるが、長さが短い */
	vertical-align: top;
	display: table-cell;
	padding: 12px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}

.formwrap .formlist input[type=checkbox] {
	text-align: left;
	padding:5px;
	/* display: none;  */
	
}



.pagenav {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	text-align: center;
	position: relative;
	min-height: 30px;
	margin-top: 30px;
}
.pagenav a {
	color: #4A8265;
}
.pagenav .prev {
	position: absolute;
	left: 0px;
	top: 15px;
}
.pagenav .next {
	position: absolute;
	top: 15px;
	right: 0px;
}

.col {
	color: #D80000;
}


.wp-pagenavi {
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
	text-align: center;
}
.wp-pagenavi a ,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
		display:inline-block;
		margin: 0 3px 0 auto !important;
		padding:15px 0 0 !important;
		width:45px;
		height:30px !important;
		color:#4D4D4D !important;
		font-size:15px !important;
		text-align:center;
		text-decoration:none !important;
		background:#FFFFFF !important;
		border:solid 1px #d2d2d2 !important;
		line-height:1;
}
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #636363 !important;
		background:#4D4D4D !important;
		border-color:#d2d2d2 !important;
}
.wp-pagenavi span.current{
		display: inline-block;
		margin: 0 3px 0 auto !important;
		padding:15px 0 0 !important;
		width:45px;
		height:30px;
		color:#fff !important;
		text-align:center;
		vertical-align: top;
		background-color:#4D4D4D !important;
		border:solid 1px #d2d2d2 !important;
		line-height:1;
}

.wp-pagenavi span.pages{
	display:none;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
	width:120px;
}



label.error{
	position:absolute;
	right:0;
	top:0;
	color:#C00;
	background:rgba(255,255,255,0.8);
	border:1px solid #C00;
}


#wpstats{
    display:none;
}





a#back {
	display:inline-block;
	padding:3px;
	background-color:#eee;
	border:solid 1px #CCCC;
	margin:5px;

}
/*
     FILE ARCHIVED ON 13:31:06 May 29, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:14:22 Jun 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.656
  load_resource: 113.738
  PetaboxLoader3.resolve: 90.731
  PetaboxLoader3.datanode: 20.629
*/