/* **********************************************
 ヘッダー
********************************************** */

/* スマホ用css */
.blog-masthead #headerbox{
	position: relative;
	margin: 0px;
	width: 100%;
	padding: 0;
}

.blog-masthead .container,
body.home .blog-masthead .container {
	padding: 0px;
}

.blog-masthead .headertxt {
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	background: #63a62b;
	font-size: 80%;
}
.blog-masthead .headertxt_res_sp {
    float: left;
    color: #fff;
    font-size: 85%;
    margin-bottom: 0;
    line-height:100%;
    padding-top:0.8%;
}
.blog-masthead .headertxt_res{display:none;}

.blog-masthead #schlbtn_sp {
    background: #63a62b;
    padding: 6px;
    text-align: right;
}

.blog-masthead #schlbtn_sp .schoolbtn_sp_arrow {
	position: relative;
    right: 4px;
    top: -1px;
    z-index: 3;
    width: 13px;
    margin: 3px 0 2px;
}

.blog-masthead #schlbtn_sp a {
    padding: 3px 5px 3px 0px;
    position: relative;
    right: -3px;
    font-weight: bold;
    color: #000;
    font-size: 80%;
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 25%,#a1d54f 25%,#80c217 53%,#80c217 77%,#80c217 80%,#80c217 85%,#80c217 95%,#80c217 95%,#7cbc0a 100%);
    border-radius: 4px;
    border: solid #3B8A16 1px;
    height: 100%;
}

.blog-masthead #schlbtn_sp a:hover, 
.blog-masthead #schlbtn_sp a:active {
	text-de
	filter: alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Firefox */
	opacity: 0.70; /* Opera・Safari */
	text-decoration: none;
}


@media (min-width: 767px) {
	.blog-masthead .headertxt {
		margin: 0;
		padding: 0;
		text-align: right;
		font-size: 80%;
		color: #999;
		font-weight: normal;
		text-shadow: none;
		background: transparent;
		position: absolute;
		right: 20px;
		top: 0px;
	}
    .blog-masthead .headertxt_res,
    .blog-masthead .headertxt_res{
	display:none;
}
	.blog-masthead #schlbtn_sp {
		display: none;
	}
}

.blog-masthead .headerstrip {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: solid 2px #63a62b;
	left: 0px;
	width: 100%;
	z-index: 5;
	background: #fff;
}

.blog-masthead .logostrip {
	position: relative;
    margin-right: 5px;
    margin-bottom: 3px;
}

.blog-masthead img.headerlogo {
	position: relative;
	margin: 0;
	width: 200px;
}

.blog-masthead p.callcenter{
	float: right;
	display: none;
}

.blog-masthead .globalbtn {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 100%;
	width: auto;
}

.blog-masthead .globalbtn img {
    width: 30px;
    height: auto;
    float: right;
    margin-top: 5px;
}

@media (min-width: 767px) {
	.blog-masthead div#headerbox{
		padding: 10px 0 0 0;
	}

	.blog-masthead .headerstrip {
		position: relative;
		height: 90px;
		border-bottom: none;
		background: transparent;
		overflow: visible;
	}
	.blog-masthead .logostrip {
		padding: 0 20px 0 15px;
		overflow: visible;
	}
	.blog-masthead img.headerlogo {
		width: 40%;
	}
	.blog-masthead p.callcenter{
		margin: -10px 0 0 0;
    	display: block;
	}
	.blog-masthead p.callcenter .schoolbtn {
	    border-radius: 7px;
		display: block;
		position: absolute;
	    right: 30px;
	    bottom: 9px;
	}
	.blog-masthead p.callcenter .schlbtntxt {
	    position: absolute;
	    right: 37px;
	    bottom: 10px;
	    font-size: 94%;
	    font-weight: bold;
	    color: #000;
	    text-shadow: 2px 2px 1px #fff,;
	}
	.blog-masthead p.callcenter a:hover,
	.blog-masthead p.callcenter a:active {
		filter: alpha(opacity=70); /* IE */
		-moz-opacity: 0.70; /* Firefox */
		opacity: 0.70; /* Opera・Safari */
	}
	.blog-masthead .globalbtn {
		display: none;
	}
}

@media (min-width: 992px) {
	.blog-masthead .headerstrip {
		height: 95px;
	}
	.blog-masthead .headertxt_res {
		display:block;
		position: absolute;
		top: 0;
		left: 335px;
		font-size: 120%;
		color:#aaa;
	}
	.blog-masthead .headertxt_res img {
		vertical-align: bottom;
		margin-right: 3px;
	}
	.blog-masthead .headertxt_res strong {
		color: #6d6d6d;
		font-weight: normal;
	}
	.blog-masthead .headertxt_res>span{
		color:#ffc74d;
		font-weight:bold;
	}
	.blog-masthead .headertxt_res_sp{
		display:none;
	}
	.blog-masthead img.headerlogo {
		width: 32%;
	}
	.blog-masthead p.callcenter .schoolbtn {
		display: block;
		position: absolute;
	    right: 30px;
	    bottom: 12px;
	}
	.blog-masthead p.callcenter .schlbtntxt {
	    position: absolute;
	    right: 37px;
	    bottom: 13px;
	    font-size: 94%;
	    font-weight: bold;
	    color: #000;
	    text-shadow: 2px 2px 1px #fff,;
	}
}


/* **********************************************
ナビゲーション
********************************************** */

.blog-nav{
	width: 100%;
}

nav {
	position: relative;
	-webkit-animation: stop 400ms ease 0s normal;
    -webkit-animation-fill-mode: forwards;
    height: 0px;
}

@-webkit-keyframes globaldown {
    0% {height: 0px;}
    100% {height: 210px;}
}

@-webkit-keyframes globalup {
    0% {height: 210px;}
    100% {height: 0px;}
}

#nav {
	list-style: none;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: solid 2px #63a62b;
}

#nav li {
	background: #ebf7c7;
	width: 100%;
	font-weight: bold;
	border-bottom: solid 2px #63a62b;
	height: 35px;
}

#nav li a{
	color: #0f5300;
    display: block;
    padding: 6px 0 6px 10px;
    border-left: solid 10px #0f5300;
}

#nav li a:hover {
	text-decoration: none;
}

#nav .n5 { display: none; }

@media (min-width: 767px) {
	nav {
		position: relative;
  		border-bottom: solid 2px #c8db93;
    	height: 38px;
    	overflow: auto;
    	overflow-x: hidden;
    	overflow-y: hidden;
	}

	#nav {
  		height: 36px;
  		border-bottom: solid 4px #e2eec1;
  		border-top: none;
	}

	#nav li {
		height: auto;
  		margin: 0;
  		padding: 0;
  		float: left;
  		color: #0f5300;
  		font-size: 100%;
  		font-weight: bold;
  		text-align: center;
  		border-top: solid 1px #d2dfaf;
  		border-right: solid 1px #d2dfaf;
  		border-left: solid 1px #fff;
  		border-bottom: none;
  		background: #f5fbe5; /* Old browsers */
  		background: -moz-linear-gradient(top,  #f5fbe5 0%, #e9f7c1 100%); /* FF3.6+ */
  		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fbe5), color-stop(100%,#e9f7c1)); /* Chrome,Safari4+ */
  		background: -webkit-linear-gradient(top,  #f5fbe5 0%,#e9f7c1 100%); /* Chrome10+,Safari5.1+ */
  		background: -o-linear-gradient(top,  #f5fbe5 0%,#e9f7c1 100%); /* Opera 11.10+ */
  		background: -ms-linear-gradient(top,  #f5fbe5 0%,#e9f7c1 100%); /* IE10+ */
  		background: linear-gradient(to bottom,  #f5fbe5 0%,#e9f7c1 100%); /* W3C */
  		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbe5', endColorstr='#e9f7c1',GradientType=0 ); /* IE6-9 */
	}

	#nav .n1 { border-left: solid 1px #d2dfaf; width: 10%; border-radius: 5px 0 0 0; }
	#nav .n2 { width: 16%; }
	#nav .n3 { width: 15%; }
	#nav .n4 { width: 14%; }
	#nav .n5 { width: 13%; display: block; }
	#nav .n6 { width: 12%; }
	#nav .n7 { width: 20%; border-radius: 0 5px 0 0;}
	
	#nav li a {
  		padding: 8px 0px 0px 0px;
  		width: 100%;
	    height: 37px;
  		text-decoration: none;
  		color: #0f5300;
  		border-left: none;
	}

	#nav li a:visited {
  		color: #0f5300;
	}

	#nav a:hover,
	#nav a:active {
		filter: alpha(opacity=70); /* IE */
		-moz-opacity: 0.70; /* Firefox */
		opacity: 0.70; /* Opera・Safari */
	}

/*
	body.home #nav .n1 a,
	body.request #nav .n3,
	body.help #nav .n4,
	body.contact #nav .n5,
	body.feature #nav .n6 {
		color: #fff;
		background: #9cca45; /* Old browsers */
		background: -moz-linear-gradient(top,  #9cca45 0%, #68ae2d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cca45), color-stop(100%,#68ae2d));
		background: -webkit-linear-gradient(top,  #9cca45 0%,#68ae2d 100%);
		background: -o-linear-gradient(top,  #9cca45 0%,#68ae2d 100%);
		background: -ms-linear-gradient(top,  #9cca45 0%,#68ae2d 100%);
		background: linear-gradient(to bottom,  #9cca45 0%,#68ae2d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cca45', endColorstr='#68ae2d',GradientType=0 );
	}
*/
}

@media (min-width: 992px) {
	#nav li {
		font-size: 110%;
	}
}

/* タブレット用css */
@media (min-width: 767px) {
	.blog-nav{
		display: block;
	}
}