@charset "utf-8";
.ctct #Gnavi #Navigation #nav #contact {
	color: #aed7a9;
	cursor:default;
	}

#Content{
	margin:30px;
}
#Content h1{
	margin-bottom:30px;
}
.caution{
	color:#f00;
	margin-top:10px;
}

/* フォームデザイン */
#Content table{
	width:100%;
	border-collapse: collapse;
	margin:20px 0;
}

#Content th{
	border:solid 1px #aaa;
	background:#eeeeed;
	font-weight:normal;
	text-align:left;
	padding:20px;
	width:30%;
}

#Content td{
	border:solid 1px #aaa;	
	padding:20px;
	width:70%;
}

#Content td label{
	margin-right:7px;
}

input{
	margin-right:3px;
}

input[type=text]{
	height:20px;
	font-size:1.0em;
}
#name,#kana{
	width:300px;
}
#school-name{
	margin-top:10px;
	margin-left:5px;
	width:400px;
}
#school-year{
	margin-top:10px;
	margin-left:5px;
}
#parent, #tel, #email, #email_retype{
	width:300px;
}
#zip{
	margin-left: 2px;
}
select{
	font-size:1.0em;
}
#address{
	width:99%;
}
#station_1,#station_2{
	width:200px;
	margin-left:5px;
	text-align:right;
}
#station_3,#station_4{
	width:50px;
	margin-left:5px;
	margin-top:5px;
	text-align:right;
}
.station-wrap{
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
}
.station_wrap2{
	display:inline-block;
	vertical-align:top;
}
#requests{
	width:100%;
}

/* フォームボタン */
.button-box{
	padding:20px;
}
.button-box p{
	text-align:center;
}
.privacypolicy{
	color:#549b35;
}
.privacypolicy a{
	color:#549b35;
}
.button{
	width:390px;
	height:60px;
	background:#549b35;
	font-size:1.2em;
	font-weight:bold;
	border-radius:8px;
	color:#fff;
	border: none;
	cursor:pointer;
	margin:10px;
}
.button:hover{
	opacity:0.8;
	transition: all 0.3s;
	background:#285a2f;
}


/* 入力エラー */
.result_input{
	margin-top:10px;
	padding:5px 10px;
	border: solid 2px #f00;
	color:#f00;
	font-weight:bold;
}

.error, th span{color: red;}
input[type=text]{width:100%;}
textarea{padding: 5px;}

/*----------お母さん相談室----------*/
#mama_mini p img {
	margin-bottom:30px;
	margin-left:200px;
}
