@charset "utf-8";
/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:auto;
	padding:0;
}
ol, ul{
 list-style:none;
}
h1, h3, h4, h5, h6{
 font-size:100%; font-weight:normal;
}

h2{
	color:#FFF;
	background-color:#41A3CD;
	font-weight: bold;
	font-size:120%;
	line-height:150%;
	margin:5px;
	padding:5px;
}

img{
	border:none;
	vertical-align:bottom;
}


/* page */
body{
	background-color:#F2EFEE;
}
hr{
 border:none;
 background-image:url(../image/hr.gif);
 height:2px;
}
.clean{
 clear:both;
}
#container{
 width:980px;
 margin: auto;
}
#content{
 /*width:730px;*/
 float:left;
}
#content .title{
	margin:20px auto;
}
#content .text{
	/*width:700px;*/
	margin: 0 auto;
}
#content hr{
 margin:0 20px;
}

#feature{
	width: 700px;
}

#feature img{
	float: left;
	width: 175px;
}



/* 20130928 臨時取り付け */
.opacity:hover { opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
background:#fff;}

#box{
	text-align:center;
}

.tit_taikenki{
	background-color:#59BECB;
	margin:20px 0 20px 0;
	padding:8px 0 8px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}

/*head*/
#top{
 text-align:center;
 background:#FFF;
}
#top .area_header {
	background-color: #009999;
	padding-top: 8px;
	padding-bottom: 5px;
}

#topmenu {
	background-color: #F2EFEE;
	width:980px;
	margin-bottom:10px;
	position:relative;
}

#topmenu img {
	margin-right:40px;
}


#head{
 width:980px;
}

/* side menu */
#side{
 width:240px;
 margin-left:5px;
 float:right;
}
#side .area{
 background-color:#FFF;
 padding:20px 0;
}
#side .area *{ margin-left:5px; }
#side .area h2 img{ margin-left:0;}
#side .area a.arrow{
 font-size:14px;
 font-weight:bold;
 color:#333;
 background:url(../image/arrow.gif) no-repeat;
 display:inline-block;
 padding-left:23px;
}
#side .area a.arrow:hover{ color:#B32424; }
#side .area p{ font-size:12px; margin-right:10px;}
#side .area a.arrow, #side .area p{
 color:#333;
 margin-top:10px;
 line-height:100%;
}
#menu_button{ margin-bottom:35px; }

#side a:link {
    color: #FF0066;
    font-size: 12px;
    text-decoration: none;
}

#side img{
	margin-left: 0px;
}

/* foot */
#foot{
 text-align:center;
 background-image:url(../image/bggrid.gif);
 padding-bottom:10px;
}
#foot p.button{
 margin:30px 0 15px 0;
}
#foot p.text{
 font-size:10px;
 color:#000;
}
#foot p.text a{
 color:#000;
}

/*apply-box*/
.apply-box {
	display: flex;
	width: 1000px;
}

.honka_school h3{
	margin: auto;
	width: 50%;
	text-align: center;
	font-weight: bolder;
	padding-top: 10px;
}

.installation{
	background-color: #009380;
	font-weight: bold;
	width: 400px;
	color: #fff;
	margin: 10px auto;
	font-size: 22px;
	height: 30px;
	text-align: center;

}

.kousya {
	font-size: 15px;
}

.kousyabox {
	display: flex;
	margin:20px auto;
	text-align: center;
}

.box-upper {
	width: 400px;
}

.box-upper .kousha_detail {
	margin-left: 10px;
}

.kousya_detail {
	border:3px solid #009380;
	width: 65px;
	text-align: center;
	height: 20px;
	padding:4px 0;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
}

.apply_es {
	margin: 0 auto;
}


.apply_es_p {
	font-size: 36px;
	border: 4px solid #009380;
    width: 300px;
    text-align: center;
    height: 50px;
    margin-top: 25px;
}