@charset "utf-8";

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

/* テーブル */
table.form {
/*	border: 1px solid #7777bb; */
	border-collapse: collapse;
	margin-top: 1em;
    
}
table.form th, table.form td {
    display: block;
	text-align: center;
/*	border: 1px solid #7777bb;*/
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #010172;
    color: #fff;
}
table.form td {
	background: #eee;
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #777;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

input {
    width: 80%;
    height:2em;
}

textarea{
    width: 80%;
    height:16em;
}

.in_b {
    width:200px;
    height: 3em;
    padding:1em;
    margin:1em auto;
    display: block;
    
}

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

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
