@charset "utf-8";
/* CSS Document */

.main {
	background: url(../images/member/back01.jpg) left center no-repeat;
	background-size: cover;
}

#content01 {
	background: url( ../images/common/back01.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 100px 10px 80px;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
}

#content01 #h1 img {
	width: 200px;
}

#content01 h2 {
	font-size: 28px;
	color: #0a0073;
}

#content01 p {
	font-size: 18px;
	margin: 20px 0;
}

#content01 p a {
	font-size: 18px;
}

#content01 table {
	background: #e5ebd0;
	margin: auto;
	
}

#content01 table tr {
	display: block;
}

#content01 table tr th {
	white-space: nowrap;
	display: block;
}
#content01 table tr th,#content01 table tr td {
	padding: 5px;
	font-size: 15px;
	text-align: left;
	display: block;
}

#content01 table tr td input[type="text"] {
	height: 40px;
	width: 98%;
}

#content01 table tr td textarea {
	width: 98%;
	height: 180px;
}

#content01 table tr td select {
	height: 40px;
}

#content01 .submit {
	margin: 20px 0;
}

#content01 table tr td label {
	display: inline-block;
	margin: 20px 0;
	margin-right: 10px;
}

input[type="submit"] {
	width: 246px;
	height: 130px;
	background: url(../images/contact/button.png) no-repeat;
	border: none;
	cursor: pointer;
}

input[type="submit"].soushin {
	background: url(../images/contact/submit.png) no-repeat;
}