@charset "utf-8";

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

p  {
    font-size: 13pt;
    line-height: 30px;
    color: #333;
}	
.kome  {
    font-size: 11pt;
    color: #555;
}
li  {
    font-size: 13pt;
    line-height: 30px;
    color: #333;
}


/* セレクター */
	select {
    border-radius: 5px;
    /*width: 270px;*/
    height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
		}
/* テキストinput */
input {
    border-radius: 3px;
	border: 1px solid #888888;
    /*width: 270px;*/
    height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
		}

/* テーブル */
table.form {
	border: 1px solid #888888;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
    text-align: left;
    border: 1px solid #888888;
    padding: 8px;
    font-size: 16px;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

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

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

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