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

.font-gothic-jp {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

/* Section */

.section-inner-960 {
	width: 960px;
	height: 1000px;
	margin: 0;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Mailform */

.section-mailform-place {
	margin-top: 0px;
	font-size: 16px;
	color: #333333;
}

.section-mailform-table {
	display: table;
	width: 100%;
	margin: 20px 0;
}

.section-mailform-row {
	display: table-row;
}

.section-mailform-label {
	display: table-cell;
	width: 230px;
	vertical-align: top;
	padding: 10px 0;
}

.section-mailform-cell {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0;
	font-size: 16px;
}

.section-mailform-btn {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}

.mailform-btn {
	display: inline;
	width: 180px;
	height: 50px;
	border: 1px solid #2A85BA;
	background: #2A85BA;
	color: #ffffff;
	font-size: 16px;
}

.mailform-btn:hover {
	display: inline;
	width: 180px;
	height: 50px;
	border: 1px solid #6DB4DD;
	background: #6DB4DD;
	color: #ffffff;
	font-size: 16px;
}

input,
textarea {
	width: 90%;
}

input {
	padding: 0.5em;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	height: 30px;
}

textarea {
	height: 200px;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
