@charset "utf-8";

table.form {
	margin-top:1em;
}
.th,.td {
	text-align:left;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding:8px;
	font-weight:normal;
}
.th {
	background:#679;
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
.td {border-color: #666;}
strong.ttl {
	text-align:left;
	border-left:solid 4px #cc0000;
	display:block;
	padding:2px 5px;
	margin-top:2em;
}
.hissu{
	font-size: 85%;
	text-align: right;
}
.btn{text-align: center;}
.btn > input{
	margin: 0 10px;
}
.main > p{
	max-width: 45em;
}
.main blockquote{
	margin: 15px;
}
ul{
	list-style: none;
}
ol{
	margin-left: 1em;
}
input[type="text"],textarea{
	width: 20em;
}
@media screen and (max-width: 380px){
	input[type="text"],textarea{
		width: 13em;
	}
}