h2  {
	font-size: 20px;
	color: #165196;
	padding-bottom: 25px;
	text-align: center;
}
#catch {
	width: 100%;
	padding-bottom: 30px;
}
#catch .detail {
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
}
#catch .detail span {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 26px;
}
#catch .detail p {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 25px;
	padding-top: 10px;
}
#catch .detail .attend {
	font-size: 12px;
	line-height: 18px;
}
#catch .detail img {
	width: 50%;
}
#form-area {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
}
#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 th {
	text-align: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	width: 100%;
	display: block;
}
form table tr {
	padding-bottom: 10px;
}
form table tr td {
	font-size: 12px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
}
form input, form select, form textarea{
	font-size: 14px;
	color: #333;
}
form #rdcomment {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
}
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: 14px;
	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;
}
input[type="submit"]{
-webkit-appearance: none;
}