@charset "UTF-8";
/*==========================

	contact

============================*/
span.red{
	color:#ffc90f;
}
span.blue{
	color:#00fcff;
	font-weight: bold;
}
.center {
	font-size: 14px;
	margin: 0 0 20px;
	text-align: center;
}
#contactBox{
	height:auto;
	margin:auto;
	overflow:hidden;
	width:940px;
}
#formBox{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:20px;
	width:732px;
}
table{
	font-size:14px;
	margin:auto;
	width:100%;
}
th,td{
	border-bottom:1px #fff9c5 dashed;
	padding:20px 10px;
}
th{
	text-align:left;
	width:305px;
}
td{
	word-wrap: break-word;
	overflow-wrap:break-word;
}
input[type="text"]{
	border: 1px solid #989898;
	font-size: 20px;
	height: 24px;
	padding: 5px;
	width: 248px;
}
textarea{
	width:388px;
	border:1px #989898 solid;
	height:178px;
	padding:5px;
	resize: none;
}
#buttonBox{
	padding:20px 0 0;
	text-align: center;
}
input[type="submit"]{
	background: #ba8e06;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	margin: 0 20px;
	width: 150px;
	cursor: pointer;
}
input[type="reset"]{
	float:right;
}

