#container{
	overflow: hidden;
}
h2  {
	font-size: 24px;
	color: #165196;
	padding-bottom: 15px;
	text-align: center;
}
#main {
	/* [disabled]background-image: url(images/main.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center top; */
	/* [disabled]height: 707px; */
	background-color: #143a63;
}
#main-box {
	max-width: 1270px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main h1 img {
	width: 100%;
	vertical-align: bottom;
}

#catch {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#catch .catch-box {
	position: relative;
	width: 320px;
}
#catch .catch-box img {
	position: absolute;
	z-index: 1;
	top: -148px;
}
#catch .detail {
	width: 680px;
	padding-left: 10px;
	padding-top: 60px;
}
#catch .detail.thanks {
	padding-bottom: 200px;
}
#catch .detail span {
	display: block;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#catch .detail p {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 25px;
	padding-top: 10px;
}
#catch .detail .attend {
	font-size: 12px;
	line-height: 18px;
}
#form-area {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#thank {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	letter-spacing: 5px;
	color: #666;
}
form table span ,form h2 span{
	color: #F36;
	line-height: 1.6em;
}
#form-area .long {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
form span a {
	font-size: 10px;
}
form table tr td {
	padding: 10px;
	font-size: 14px;
}
form input, form select, form textarea{
	font-size: 16px;
}
form table th {
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-left: 15px;
	width: 250px;
	padding-right: 10px;
}
form #rdcomment {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
form p {
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
form label {
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
form label:hover {
	color: #EC4C98;
	text-decoration: underline;
}
#comment {
	width: 600px;
}
#contents .submit-btn{
	background-color: #002856;
	line-height: 50px;
	height: 56px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	padding-right: 50px;
	padding-left: 50px;
	cursor:pointer;
}
#contents .submit-btn:hover{
	background-color: #093b74;
}
