@charset "shift_jis";

/* 本文 */
body {
	font-size: 12px;
	line-height: 20px;
	background: #fff;
	color: #333333;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

blockquote{
	margin:0 auto;
}

.sp_on{
	display:none;
}

/* テーブル */

.input_box{
	width:60%
	}
table.form {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-top: 1em;
	line-height: 20px;
	max-width:1025px;
}

table.form th, table.form td {
	text-align: left;
	border: 1px solid #cccccc;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	background: #ffffcc;
}
table.form td {
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}
.form_box {
	font-size: 12px;
	color: #333333;
}

.attention{
	font-size: 12px;
	color: #ff0000;
}

@media (max-width: 640px) {
    .input_box,textarea{
		width:90%
	}
    table th,
    table td {
        display: block;
    }
	.sp_on{
	display:block;
}
}


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

