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

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #666666;
}
/*body { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }*/

body#bg9 {
	background-image: url(../img/body_bg9.jpg);
	background-color: #497216;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


#head {
/*	height: 100px;
	width: 100%;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#head_bg {
width: 100%;
background-color:rgba(232,245,251,0.8);}

#head_bg {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99ccff', endColorstr = '#ebe9f9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99ccff', endColorstr = '#ebe9f9')";
	background-image: -moz-linear-gradient(top, #99ccff, #ebe9f9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#99ccff), to(#ebe9f9));
	background-image: -webkit-linear-gradient(top, #99ccff, #ebe9f9);
	background-image: linear-gradient(top, #99ccff, #ebe9f9);	
}
#logo {
	width: 204px;
	height: 70px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	background-size: cover;
	display: block;

}
#logo a {
	text-indent: -9999px;
	display: block;
}
#counselor {
	display: none;}
/*#counselor {
	width: 200px;
	height: 36px;
	float: right;
}
#counselor a {
	width: 200px;
	height: 36px;
	text-indent: -9999px;
	display: block;

}
#counselor a:hover {
	height: 36px;
	background-position: left bottom;
}
*/
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	width: 100%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
#navi_container {
	height: 50px;
	width: 100%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color:rgba(232,245,251,0.8);}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

.left { float: left;}
.right { float: right;}


#contents_head {
	width: 100%;
	background-image: url(../img/contents_head_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 35px;
	height: 140px;
}

/*.tab {
	padding-left: 43px;
}
*/#contents {
	background-image: url(../img/bg_contents.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	color: #333333;
}

#footer {
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ebe9f9', endColorstr = '#99ccff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ebe9f9', endColorstr = '#99ccff')";
	background-image: -moz-linear-gradient(top, #ebe9f9, #99ccff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ebe9f9), to(#99ccff));
	background-image: -webkit-linear-gradient(top, #ebe9f9, #99ccff);
	background-image: linear-gradient(top, #ebe9f9, #99ccff);
}
#foot_container {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	font-size: 14px;
	padding-bottom: 10px;
}


/*--------------------
  Page
----------------------*/

.box {
	float: left;
}


/*--- foot_navi ---*/
#foot_navi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.75em;
}
#foot_navi a {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#foot_navi a:hover {
	text-decoration: underline;
	color: #258FCD;
	margin-bottom: 0px;
}

/*--- go_top ---*/
.go_top {
	height: 40px;
	width: 100px;
	float: right;
	clear: both;
	padding-top: 10px;
}
.go_top a {
	height: 40px;
	background-image: url(../img/go_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}
.go_top a:hover {
	height: 40px;
	background-position: left bottom;
}
.white{
	color: #FFFFFF;
}
h1 {
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 235px;
	margin-right: 1em;
}
h3.h3_01 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6666FF;
	color: #6666FF;
}
h3.h3_02 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6633FF;
	color: #6633FF;
}
h3.h3_03 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC66CC;
	color: #CC66CC;
}
h3.h3_04 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5AB500;
	color: #5AB500;
}
h3.h3_05 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BDBD00;
	color: #BDBD00F;
}
h3.h3_06 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0099;
	color: #FF0099;
}
h3.h3_07 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	color: #0066FF;
}
h3.h3_08 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #990099;
	color: #990099;
}

h4.h4_04 {
	color: #5AB500;
}

/*--- table_form ---*/
.tbl-form {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.tbl-form td, .tbl-form th {
	padding: 12px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BDBD00;
}
.tbl-form td {
	display: block
}
.tbl-form th {
	font-weight: normal;
}

.form {
	margin-top: 30px;
	margin-bottom: 20px;
}

ul.square li {
	list-style-type: square;
	line-height: 1.3em;
}
ul.square a {
	text-decoration: none;
	color: #990099;
}
ul.square a:hover {
	text-decoration: underline;
	color: #990099;
}

/**************************************************************************************/

#navigation {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#navigation li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	padding: 10px 0;
	background-color: #E6F2FB;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #fff;
	font-size: 90%;
}
#navigation li:last-child a{
	border: none;
}
#navigation li a:hover{
	background: #4baacb;
}
#navigation li span {
	display: block;
}
#navigation li.sp {
	display: none;
}

#toggle {
	display: none;
}

  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  textarea{
    border-radius: 4px;
    padding:6px 10px;
	width:90%;
	box-sizing: border-box;
	line-height: 1.5;
}


select{
	font-size:100%;
	border:1px;
	margin: 5px 0;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#navigation li {
		width: 25%;
		border-bottom: 1px solid #fff;
	}

#navigation li.sp {
	display: block;
}


}

@media only screen and (max-width: 680px) {
.tbl-form td, .tbl-form th {
	padding: 12px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BDBD00;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tbl-form th {
	font-weight: normal;
}

ul.square {
	padding-left: 1em;}


}
 
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#navigation {
		display: none;
	}
	#navigation li {
		width: 100%;
	}
	
	
	#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #258FCD;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 15px 0 15px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


.address {
	font-size:90%;
	color:#333;
}



/*	#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #258FCD;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background-color: #258FCD;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
*/

#navigation li span { display: inline-block;}

.pc {
	display: none;
}

.sp {
	display: block;}

}

@media only screen and (min-width: 481px) {
#navigation li a {
	min-height: 42px;
	padding-top: 10px;

}
#contents_head img{
	width: 100%;
}
.sp {
	display: none;
}

.pc {
	display: block;}
	
.address {
	position: absolute;
	bottom: 0;
	right: 1em;
	text-align: right;
	color:#333;
	font-size:90%;
}

}


