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

label {
	cursor: pointer;
}
input, textarea {
	padding: 5px;
}
.form_style01 {
	width: 45%;
}
.form_style02 {
	width: 70%;
}
.form_style03 {
	width: 97%;
}
.ta01.contact {
	background: none;
	border-top: 1px solid #006BBB;
}
.ta01.contact tr {
	background: none;
	border-bottom: 1px solid #006BBB;
}
.ta01.contact th {
	background-color: #F2FAFC;
	color: #000000;
	font-weight: bold;
	padding: 0 15px 0 15px;
	vertical-align: middle;
}
.ta01.contact td {
	padding-left: 15px;
	padding-right: 15px;
}
.must {
	display: block;
	float: right;
}
#btn_form {
	text-align: center;
	margin-top: 20px;
}
#btn_form button {
	padding: 0;
	margin: 0 10px;
}
.toppage {
	margin-top: 20px;
	text-align: center !important;
}
.address {
	padding-right: 10px;
}
.res {
	display: none;
}

/*--------------  resposive  --------------*/
@media only screen and (max-width: 640px) {
.res {
	display: inline;
}
.form_style01, .form_style02, .form_style03 {
	width: 97%;
}
#btn_form button[type="reset"],#btn_form button[type="button"]{
	margin-bottom: 20px;
}
input {
	padding: 15px 5px;
}
}
