@charset "shift_jis";

/* 本文 */
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;
    font-size: 15px;

}
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
    font-size: 15px;

}
table.form .title {
	background: #ffffcc;
	text-align: center;

}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #ffffcc;
}
table.form td {
	background: #ffffe8;
}
table.form .entry_redfont {
    color: #ff0000;
    font-size: 12px;
}
table.form .entry_grayfont {
    color: #999999;
    font-size: 12px;
}
table.form .registsBorder {
    background-color: #fff8cf;
    border: 2px dashed #ff0000;
    display: inline;
    float: left;
    font-size: 12px;
    margin: 10px 0 5px;
    padding-left: 10px;
    width: 775px;
}

/* タイトル装飾 */
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;
}

div.muryo_caution {
    width: 640px;
    margin: 0px auto 0px;
    padding: 2px;
    border: 4px solid #FFB0D1;
    background: none repeat scroll 0% 0% #FEFEF4;
}