@charset "utf-8";

/* 本文 */
/*
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
*/
body{
  -webkit-text-size-adjust: 100%;
}
/* テーブル */

#form-tbl {
	margin-left: 1.5em;
}
table.form {
	border: 1px solid #77b;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, td {
	text-align: left;
	border: 1px solid #77b;
	padding: 8px;
}
table.form th {
	white-space: nowrap;
	background: #95afff;
}
table.form td {
	background: #d5dfff;
	width:500px;
}
p.btn input {
	width: 110px;
	height: 32px;
}

/* タイトル装飾 */
strong.ttl1, strong.ttl2 {
	text-align: left;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
	border-width: 0 0 1px 5px;
	border-style: solid;
	border-color: #2A5FFF;
}
strong.ttl1 {
	font-size: 20px;
}
strong.ttl2 {
	font-size: 16px;
}

/* メッセージ */
p.msg {
	color: #00f;
	margin: 2em;
}
span.msg {
	color: #d00;
}
.txt_r {
	color: #F00;
}
.txt_b {
	color: #00F;
}
.txt_bk {
	color: #000;
}
.notes {
	font-size: 9pt;	
}

/* 戻りボタン */
form.back {
	margin-top: 3em;
}

