@charset "utf-8";

/* 本文 */
body {
	font-size: 18px;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

/* テーブル */
table.form {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 1em;
	font-size: 12px;
}

table.form th, table.form td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 8px;
	font-family: "メイリオ";
}
table.form th {
	white-space: nowrap;
	vertical-align: middle;
}
table.form td input {
	padding: 3px;	
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}
tel {
pointer-events: none;
cursor: default;
text-decoration: none;
}


/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
table.form td {
	padding-top: 10px;
}
table .form th {
	padding: 10px 10px 2px 10px;
	text-align: middle;
}
.cocolo {
	text-align: middle;
	}

/* 文字 */
.hissu {
	color: #F00;
}	
.bibit {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "メイリオ";
}