@charset "utf-8";

/* =======================================
	contact CSS
========================================== */

/* sec1
------------------------------------------ */
#sec1 {
	width: 100%;
	background: #FFF;
}
#sec1 h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
	margin: 2em 0 1em;
}
#sec1 h1 span {
	border-bottom: 4px solid #333;
	padding: 0 2em;
}
#sec1 table {
	width: 100%;
	margin-bottom: 3em;
}
#sec1 table th {
	width: 12em;
	padding: 6px 10px;
	border: 1px solid #ddd;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#sec1 table td {
	padding: 6px 10px;
	border: 1px solid #ddd;
}

/* form parts
------------------------------------------ */
input,
textarea {
	padding: 4px;
	font-family: Meiryo , Hiragino Kaku Gothic ProN , sans-serif;
	font-size: 16px;
}
textarea {
	width: 90%;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #6F98F5;
	background: #6F98F5;
	cursor: pointer;
	color: #fff;
	padding: 4px 10px;
}
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	background: #eee;
	cursor: pointer;
	padding: 4px 10px;
}




