@charset "utf-8";

/* -------------------------------------------------
     info
 --------------------------------------------------- */
#info_title {
	clear:both;
	width:1100px;
	height:auto;
	margin:10px auto;
	text-align: center;
}

/*
#info_title img {
	width:1100px;
	height:200px;
}
*/

#info_main_img {
	clear:both;
	width:1100px;
	height:auto;
	margin:10px auto;
}

#info_main_img img {
	width:1100px;
	height:400px;
}

#info_main_txt {
	clear:both;
	width:1100px;
	height:auto;
	margin:10px auto;
}


.err {
	clear:both;
	width:1100px;
	height:auto;
	margin:0 auto;
}

.err .chk {
	color:#F00;
	margin:5px 0;
}

@media screen and (max-width: 770px) {
	#info_title {
		width:100%;
	}
	
	#info_title img {
		width:100%;
		height:auto;
	}
		
	#info_main_img {
		float:none;
		width:98%;
		height:auto;
	}
	
	#info_main_img img {
		width:100%;
		height:auto;
	}

	#info_main_txt {
		float:none;
		width:98%;
	}
	
	.err {
		float:none;
		width:98%;
	}

}

/* -------------------------------------------------
    info_form
 --------------------------------------------------- */
#info_form {
	clear:both;
	width:900px;
	height:auto;
	margin:30px auto;
	background-color:#fff;
	border:solid 1px #ccc;
	box-sizing:border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}


#info_form .form_item { margin:10px 0; }

#info_form .form_space { margin:10px 0 20px 0; }

input.input_name, input.input_mail, input.input_tel, input.input_line, select { 
	border:0;
	padding:10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input.input_age { 
	border:0;
	padding:10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:30%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea.input_txt { 
	border:0;
	padding:10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.submit_button {
	margin:10px 0;
}

@media screen and (max-width: 770px) {
	#info_form {
		width:90%;
	}

	input.input_age { 
		width:50%;
	}

}