main section{
	max-width:800px;
	padding:0 5%;
	margin:0 auto 50px;
}
#section1{
	text-align:center;
}
#section1 .tel{
	font-size:200%;
	font-weight:bold;
	padding:15px 0 0;
}
#section2 table{
	width:100%;
}
#section2 th,
#section2 td{
	border-bottom:1px solid #ccc;
	padding:10px;
	vertical-align:top;
}
.hissu {
	color: #fff;
	background: #cc4116 ;
	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 0px 0 0;
	border: 0;
	width: 800px;
	background: #cc4116 ;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.shortbox {
	width: 80px !important;
}