@charset "utf-8";


h2.contact{
margin-top: 50px;
margin-bottom: 50px;
text-align:center;
}

.txtBox {
margin-bottom: 30px;
font-size: 14px;
}

.contactForm dt {
	display: block;
	margin-bottom: 3px;
	font-size: 13px;
}
.contactForm dt span.required {
	margin-left: 10px;
	padding: 1px 3px;
	background-color: #f45555;
	font-size: 10px;
	color: #FFFFFF;
}
.contactForm dd {
	margin-bottom: 15px;
}

input.submitBtn {
	width: 310px;
	height: 54px;
	cursor: pointer;
	background-color: #9299ac;
	border: none;
	font-size: 15px;
	font-weight: ;
	color: #FFFFFF;
}
#postcard{
position: absolute;
right: 0;
bottom: 350px;	
	
}
