html {
	overflow: auto;
}

body {
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


form #font_size {
	font-size:12px;
	color:#343434;
}

form table{
	width:100%;
	background:#ccc;
	margin:0 0 20px 0;
}

form table td{
	padding:8px;
	line-height:2;
	background:#fff;
	border-bottom: 1px solid #ccc;
}

form table th{
	width:30%;
	padding:8px;
	line-height:2;
	background:#f1f1f1;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
}

form input{
	line-height:1.0;
}

.btn{
	width:630px;
	text-align:center;
	margin-bottom:30px;
}

#message{
	font-size:12px;
}

span.small {
	font-size: 11px;
	color: #343434;
}

.btn input {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact-form .require{
	color:red;
	font-weight:900;
}
.contact-form .center{
	text-align:center;
}
.contact-form .button_area{
	display:flex;
	justify-content:center;	
}
.contact-form .button_area .sm-link{
	margin-right:10px;	
}

@media screen and (max-width:640px){

	.contact-form table th {
		display: block;
		width:100%;
	}
	.contact-form table td{
		display: block;
		width:100%;		
	}
	.contact-form table td input[type=text],
.contact-form table td textarea {
  width: 100%;
  outline: none;
}
}