@charset "utf-8";
#contents {
	height: auto;
	width: 760px;
	clear: both;
	background-image: url(../images/allpages/back_ground.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	overflow: auto;
}
#cont-title {
	height: 90px;
	width: 560px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size:0px;
	background-image: url(../images/contact/contact.jpg);
}
#cont-title  h1 {
	text-indent: -9999px;
	overflow: hidden;
}
#cont-main {
	height: auto;
	width: 560px;
	clear: both;
}
#cont-a {
	height: 30px;
	width: 560px;
	padding-bottom: 10px;
}
#cont-b {
	height: auto;
	width: 560px;
}
.contact-area {
	height: auto;
	width: 540px;
}
.contact-area h2 {
	font-size: 16px;
	line-height: 26px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
.contact-area p {
	font-size: 12px;
	line-height: 22px;
	color: #000;
}
.contact-area .contents-button {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	margin-top: 20px;
}
.contact-area .contents-button a {
	background-color: #003b8e;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	width: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.contact-area .contents-button a:hover {
	cursor: pointer;
	color: #fff;
	background-color: #006ed0;
}



/* ******************************
contact
****************************** */

#formWrap {
	width:550px;
/*
	margin:0 auto;
*/
	color:#000;
	line-height: 22px;
	font-size: 12px;
}
table.formTable{
	width: 100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	width: 40%;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 40%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table select{
	line-height: 22px;
	font-size: 12px;
	max-width: 100%;
	height: 30px;
	background: url(../images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}
table input {
	line-height: 22px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table textarea {
	line-height: 22px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submit-area {
	margin-top: 30px;
	margin-bottom: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.submit-area input {
	background-color: #003b8e;
	border: none;
	height: 30px;
	width: 100px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
.submit-area input:hover {
	background-color: #006ed0;
}
