@charset "shift_jis";
/* CSS Document */

#k_titleArea{
	position:relative;
	padding:50px 0;
	text-align:center;
	}


	
.k_btnFree{
	position:absolute;
	width:107px;
	height:106px;
	top:100px;
	right:40px;
	}
	


#k_mainCont{
	background:#268300;
	padding:25px;

	}


	
ul.k_nav{
	margin-bottom:20px;
	text-align:center;
	}	
ul.k_nav li{
	text-align:center;
	display:inline-block;
	margin-right:12px;
	margin-bottom:8px;
	}
ul.k_nav li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



.k_posRe{
	position:relative;
	}



.k_areaCont{
	background:#FFF;
	 border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
	padding-top:25px;
	margin:15px 0 25px 0;

	}
.k_areaInner{
	padding:30px;
	}
.Inner_2nd{
	clear:both;
	padding:30px 15px 30px 30px;
	}
	
.k_areaCont h4{
	background:url(../img/bg_title_h4.jpg) no-repeat;

	padding:6px 0 0 35px;
	margin-bottom:30px;
	border-top:1px solid #0e7e02;
	border-bottom:1px solid #0e7e02;
	}
	
.k_areaCont h5{
	font-size:20px;
	border-bottom:1px dashed #0c7f00;
	border-left:6px solid #0c7f00;
	margin:0 0 20px 23px;
	padding:3px 10px;
	font-weight:bold;
	color:#0c7f00;
	}
	
	
.k_areaInner .txtCont{
	float:left;
	width:70%;
	}
.k_areaInner p{
	font-size:14px;
	color:#141414;
	line-height:1.9;
	
	}
.k_areaInner .imgCont{
	float:right;
	width:295px;
	}
.k_areaInner .imgCont img{
	margin-bottom:2px;
	}
.s-caption{
	font-size:12px !important;
	margin-bottom:10px;
	}
table.formatTable{
	font-size:13px;
	width:800px;
	margin:20px auto;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.formatTable th {

	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.formatTable td {

	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.t-title{
	background:#666;
	color:#FFF;
	text-align:center;
	}
	
table.s-sch{
	width: 690px;
	font-size:12px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:15px 0 8px 25px !important;
}
table.s-sch th {

	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.s-sch td {

	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
	
	
dl.faqList{
	width:980px;
	float:right;
	text-align:left;
	margin:12px 0 0 0;
	}	
dl.faqList dt{
	background:url(../img/icon_Q.gif) no-repeat;
	line-height:1;
	height:44px;
	color:#0c7f00;
	font-size:18px;
	padding:14px 0 0 58px;	

	}
dl.faqList dd{
	background:url(../img/icon_A.gif) no-repeat 20px 15px;
	min-height:44px;
	font-size:13px;
	padding:14px 0 0 100px;
	margin-bottom:22px;
	}


.btn-Kmembers{
	margin-top:15px;
	}
.btn-Kmembers a{
	padding:14px 10px 0 45px;
	color:#FFF;
	display:block;
	width:330px;
	min-height:43px;
	 border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
	font-size:13px !important;
	float:right;
	text-decoration:none;
	margin:7px;
	}
	
.event-info{
	width:400px;
	position:absolute;
	top:38px;
	left:750px;
	}
.event-info p{
	float:left;
	margin:8px 0 0 10px;
	}
.ic-enable{
	float:left;
	display:block;
	background:#c90000;
	color:#FFF;
	padding:5px 8px;
	font-size:12px;
	margin:7px 0 0 7px;
	}	
	
.btn-Kmembers a:hover{
	color:#FFF;
	background-color:#0088d6;
	}
.btnDown a{
	background:url(../img/icon_download.png) no-repeat 5px 5px #005bd6;

	}
.btnMail a{
	background:url(../img/icon_mail.png) no-repeat 5px 5px #005bd6;

	}
.mR{
	margin-right:0 !important;
	}
.mailAd{
	width:450px;
	text-align:center;
	font-size:20px;
	border:1px solid #666;
	padding:8px;
	margin:10px auto;
	}
.mailAd2{
	text-align:center !important;
	font-size:18px !important;
	font-weight:bold;
	}
	
.viewPC{
	display:block;
	}
.viewSP{
	display:none;
	}	

div.link_list {
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}
div.link_list > ul{
	overflow: hidden;
}
div.link_list > ul > li {
	width: 100%;
	float: left;
	padding: 5px;
}
div.link_list > ul > li > a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	color: #0069a8;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
div.link_list > ul > li > a:hover {
	background-color: #fff8e1;
}
div.link_list > ul > li > a > .inner {
	display: table;
	margin: 0 auto;
}
div.link_list > ul > li > a > .inner > i {
	color: #188542;
	vertical-align: middle;
	padding-right: 10px;
	text-align: left;
}
div.link_list > ul > li > a > .inner > p.txt {
	display: table-cell;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #0069a8;
}
	
	
@media screen and (max-width: 1100px) {
.k_btnFree{
	position:static;
	margin:5px auto 0 auto;
	}
#k_titleArea{
	padding:10px 0;
	}

.mR{
	margin-right:12px !important;
	}

.k_areaInner .txtCont{
	float:none !important;
	width:100%;
	}
.mailAd{
	width:90%;
	word-break:break-all;
	}

	
table.s-sch{
	width:100%;
	}
table.formatTable{
	width:100%;
}
dl.faqList{
	float:none;
	width:100%;
}

dl.faqList dt{
	background:url(../img/icon_Q_sp.gif) no-repeat;
	height:auto !important;
	}
	

	
	
}
@media screen and (max-width: 680px) {
.k_areaCont h4{
	margin-top:15px;
	}
.k_areaInner .imgCont{
	float:right;
	width:100%;
	}
.k_areaInner .imgCont img{
	margin-left:20px;
}
.btn-Kmembers a{
	width:95%;
	padding-bottom:10px;
	}
	
.Inner_2nd{
	padding:0 15px 5px 0;
	}
.viewPC{
	display:none;
	}
.viewSP{
	display:block;
	}	

}


/* 仮ヘッダーフッター
----------------------------------------------------*/

#head-blank{
	width:100%;
	text-align:center;
	background:#268300;
	}
#foot-blank{
	width:100%;
	text-align:center;
	background:url(../img/foot_blank_repeat.jpg) repeat-x;
	}


/* Finalize
----------------------------------------------------*/




.fw-b{
	font-weight:bold;
	}

.posi-rel{
	position:relative;
	}

.fl-left{
	float:left;
	}
.cntrl a{
	float:none !important;
	margin:0 auto !important;
	}
.alert{
	font-size:11px !important;
		padding-left:1em;
text-indent:-1em;
margin-left:15px;
	}
p.int{
	padding-left:1em;
text-indent:-1em;
}
.ta-r{
	text-align:right !important;
	}
.ta-c{
	text-align:center !important;
	}
.fl-r{
	float:right !important;
		}
.txt10{
	font-size:10px !important;
	}
.txt11{
	font-size:11px !important;
	}
.txt12{
	font-size:12px !important;
	}
.min-h230{
	min-height:230px;
	}
.pdg-l40{
		padding-left:40px;
	}
.pdg-l25{
		padding-left:25px;
	}
.mgn-b15{
		margin-bottom:15px;
		}
.mgn-b10{
		margin-bottom:10px;
		}
.mgn-t30{
		margin-top:30px;
		}			
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}


