@charset "UTF-8";

article>h1 {
	background-image: url(../img/contact/contact_main.png);
}

.contact .center {
	text-align: center;
}

h2 {
	padding-top: 90px;
	padding-bottom: 100px;
	text-align: center;
}
h3 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}

.contact .intro {
	font-size: 82%;
	padding: 40px 120px;
}
.contact .intro p {
	line-height: 230%;
	color: #6ee6f8;
	font-size: 100%;
}



.contact table {
	margin: 20px auto;
}
.contact tr {
}
.contact th,
.contact td {
	line-height: 230%;
	vertical-align: top;
	text-align: left;
	padding: 0 0 20px;
}

.contact th {
	font-weight: normal;
	padding-right: 40px;
}

.contact th span {
	border-bottom: 2px solid #6ee6f8;
	padding-bottom: 5px;
	margin-right: 50px;
}

input.w350 {
	border: 1px solid #6ee6f8;
	width: 350px;
	height: 2em;
}
input.w400 {
	border: 1px solid #6ee6f8;
	width: 400px;
}
textarea {
	border: 1px solid #6ee6f8;
	width: 400px;
	height: 250px;
}