#page_title {
	background: #fd4e01 url('../images/contact/pagetitle.png') no-repeat center center;
}

.hissu {
	color: #fff;
	background: #fd4e01;
	border-radius: 5px;
	padding: 0 5px;
	float: right;
}

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

input[type="date"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

input[type="tel"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

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

.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;
}

#submitbutton input {
	display: block;
	line-height: 60px;
	border-radius: 10px;
	margin: 20px auto;
	padding: 0 40px 0 0;
	border: 0;
	width: 800px;
	background: #fd4e01;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.shortbox {
	width: 80px !important;
}