/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
/*@media screen and (min-width: 769px){*/


*{
    margin:0;
    padding:0;
    border:0;
    text-decoration: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
color:#ff0;
text-decoration:underline;
}

ul, li {list-style-type: none;}
h2{
	font-size:30px;
	line-height:35px;
	color:#063;
}
dt{
	font-size:25px;
	line-height:30px;
	color:#063;
	padding-top:30px;
}
dd{
	font-size:20px;
	line-height:25px;
	color:#000;
	padding-top:10px;
}
img.btl:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
img.nbt100{
	width:100%;
}

body{
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#fff;
}

/*見出し*/
.md01{
	width:100%;
	background-color:#e0fa9f;
	text-align:center;
	padding:30px 0;
	margin:30px 0 50px;
	line-height:20px;
}
.md01 p{
	font-size:40px;
	line-height:20px;
	color:#063;
}
h3 {
	margin-bottom:0.35em;
	font-size:18px;	
}


/*---------------------------------------------ヘッダー--------------------------------------------*/
#head_bk{
	margin:0 auto;
}
#head{
	width:1000px;
	height:10px;
	margin:0 auto;
}
#head_md{
	width:1000px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
#topbnbak{
	width:auto 0;
	margin-top:50px;
}
.top_info{
	width:1000px;
	text-align:center;
	margin:0 auto;
		padding:20px 5px;
		margin-bottom:20px;
		font-size:40px;
}
.top_info p{
	width:1000px;
	text-align:center;
	margin:0 auto;
		padding:20px 5px;
		margin-bottom:20px;
		font-size:28px;
		line-height:45px;
}
#topbn{
	width:100%;
	margin:0 auto;
	height:400px;
	background-image:url(../img/topimg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position: bottom;
	background-color:#e0fa9f;
}





/*---------------------------------------------ボタン--------------------------------------------*/
.imgbt{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	list-style:none;
}
.imgbt_l{
	float:left;
	padding:10px;
}
.imgbt_r{
	float:right;
	padding:10px;
}
.imgbt_c{
	margin:0 auto;
	padding:10px;
}

/*--------------------------------------カテゴリー----------------------------------------*/

#ct01box{
	width:1000px;
	padding:0px 20px 0px 20px;
	margin:0 auto;
}

#ct02box{
	width:1000px;
	margin:0 auto;
}
.ct02box_img{
	padding:0px 20px 30px 20px;
}

#ct03box{
	width:1000px;
	margin:0 auto;
}
.ct03box_img{
	padding:0px 20px 30px 20px;
}

#ct04box{
	width:1000px;
	margin:0 auto;
}

#ct05box{
	width:1000px;
	margin:0 auto;
	border:1px solid #666;
}


#ct06box{
	width:1000px;
	margin:0 auto;
}

#ct07box{
	width:900px;
	margin:0 auto;
}

/*--------------------------------------FAQ----------------------------------------*/

#faq{
	width: 1000px;
	background: #fff;
	margin: 0 auto 30px auto;
	border: 2px solid #5292a4;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	}

#faq div.box{
	padding: 18px;
	}

#faq h3{
	margin-top: 0.8em;
	color: #2b2b2b;
	padding: 0.3em 0.5em;
	background: #dedede;
	}
	
.head {
	font-weight: bold;
	cursor: pointer;
	background: url(../img/icon_Q.png ) 0px 0px no-repeat;
	margin-left: 20px;
	margin-bottom: 4px;
	padding-left: 40px;
	line-height: 40px;
	}
.row{
	display: none;
	background: url(../img/icon_A.png ) 0px 8px no-repeat;
	margin: 0 0 8px 30px;
	padding: 10px 10px 20px 34px;
	color: #2b2b2b;
	line-height: 30px;
	} 

/*フォーム*/

.hissu{ color:#D00;}
input, textarea, select{border:1px solid #666;}
table.apply{width: 100%;}
table.apply td{padding:10px;}
table.apply td.mm{ font-size: 1em; width:300px;}

#m01,
#m02,
#m03,
#m04{
	height: 40px;
	text-indent: -9999px;
	clear: both;
	}


dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}



/*---------------------------------------------footer--------------------------------------------*/
#ft{
	margin-top:0px;
	background-color:#fff;
-ms-box-shadow:0px 5px 5px -5px #666 inset;
-moz-box-shadow:0px 5px 5px -5px #666 inset;
-webkit-box-shadow:0px 5px 5px -5px #666 inset;
-o-box-shadow:0px 5px 5px -5px #666 inset;
box-shadow:0px 5px 5px -5px #666 inset;
}
.footer{
	text-align:center;
	/*background-image: url(../img/flogo.gif);
	background-repeat: no-repeat;*/
	width:100%;
	padding:0px 0px 10px 0px;
	/*padding-right:0;
	padding-bottom:10px;
	padding-left:0;*/

}
.footer p{
	padding-top:10px;
		color: #000;
	font-size:12px;
	line-height:16px;
	}

#page-top {
	z-index: 30;
    position: fixed;
    bottom: 100px;
    right: 0px;
    font-size: 100%;
}



/*--------------------------------------others----------------------------------------*/
/*nav*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*nav_inner*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
	background-color:#00561f;
	border-bottom:solid 3px #00270e;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin-top:5px;
    font-size: 36px;
}
#global-nav ul {
    top: 10px;
    list-style: none;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 18px;
}
#global-nav ul li {
    float: left;
	border-left:solid 1px #FFF;
}
#global-nav ul li a {
    padding: 0 10px;
}

#global-nav2 ul {
    top: 30px;
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 22px;
	font-weight:bold;
}
#global-nav2 ul li {
    float: left;
	/*border-left:solid 1px #FFF;*/
}
#global-nav2 ul li a {
    padding: 0 30px;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
	padding-left:10px;
    height: 60px;
	background-color:#00561f;
	border-bottom:solid 3px #00270e;
}
#top-head.fixed .logo {
	margin-top:5px;
    font-size: 24px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 10px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


