﻿@charset "utf-8";
.contact1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact_txt1 {
	font-family: "メイリオ";
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.contact_txt2 {
	font-family: "メイリオ";
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	height: 50px;
	padding-left:5px;
	padding-top:5px;

}
.contact_txt2_1 {
	font-family: "メイリオ";
	font-size: 14px;
	line-height: 20px;
	padding-left:5px;
	padding-top:5px;

}
.contact_txt2_2 {
	border-bottom: 1px solid #9d9d9d;

}


.form1 {
	width: 100%;
}
.contact_btn {
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #FF9D02;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #FF9D02;
	text-decoration: none;
	-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
border-radius: 5px;         /* CSS3 */
}

.spa{
	float:left;
	margin-bottom: 80px;
	margin-top: 10px;
}

a .contact_btn{
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #FF9D02;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #FF9D02;
	text-decoration: none;
	-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
border-radius: 5px;         /* CSS3 */
}
a:hover .contact_btn{
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 30px;
	color: #FF9D02;
	background-color: #FFF;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #FF9D02;
	text-decoration: underline;
	-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
border-radius: 5px;         /* CSS3 */
}
