@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5;
}
.form {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form table {
	border: 1px solid #ccc;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
	background: #eeeeee;
	width: 20%;
}
.form table td {
	border-bottom: 1px dashed #ccc;
	width: 80%;
}
.form table td input{
	height:2em;
	display: table-cell;
	vertical-align: middle;
	font-size:0.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form table td textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8em;
}
.form table th, .form table td {
	padding: 2%;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.form table td.submit {
	border: 0;
	text-align: center;
}
li {
	list-style-type: square;
	list-style-position: inside;
}

@media (max-width: 979px) {
body {
	font-size: 0.75em;
}
.form {
	width: 100%;
}
.form table {
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.form table th, .form table td {
	padding: none;
	width: auto;
}
.form table th {
	width: 35%;
}
.form table td {
	width: 65%;
}
}

@media (max-width: 479px) {
.form table td input{
	height:1em;
}
}