#page_title{
	background:url('../images/contact/pagetitle.svg') no-repeat top center;
}
#contents1 table{
	width:100%;
	border-top:1px solid #999999;
}
#contents1 th,
#contents1 td{
	border-bottom:1px solid #999999;
}
#contents1 th{
	width:320px;
	vertical-align:middle;
}
#contents1 th span{
	display:block;
	line-height:48px;
	border:1px solid #999999;
	text-align:center;
}
#contents1 td{
	padding-left:60px;
	vertical-align:middle;
}
form table{
	width:100%;
	margin:0 auto 50px;
}
form th {
	white-space: nowrap;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
	padding:10px 0;
}

form td {
	padding: 10px 10px 10px 40px;
	vertical-align: top;
}

.hissu {
	color: #cf6b4b;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.year {
	width: 100px !important;
}

.gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day {
	width: 60px !important;
	margin-left: 20px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submit_btn{
	text-align:center;
}
#submitbutton input {
	margin:50px auto;
	color:#fff;
	width:320px;
	line-height:50px;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:0 40px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	border:0;
	background:#3fcf9e url('../images/common/arrow6.png') no-repeat left 20px center;
	cursor:pointer;
}
#submitbutton input:hover{
	background:#ff0000 url('../images/common/arrow6.png') no-repeat left 20px center;
}
#contents2 h4{
	text-align:center;
	font-size:24px;
}
#privacypolicy{
	background:#efefef;
	padding:20px;
	overflow:auto;
	height:400px;
}
#privacypolicy dt{
	font-size:120%;
	font-weight:bold;
	padding:30px 0 10px;
}
#doui{
	background:#ffe0e0;
	text-align:center;
	padding:20px;
	margin:40px auto;
}
#age{
	width:80px;
}