@charset "UTF-8";

/* フォーム共通 */
.b1 {width: 100%;}
.b2 {width: 50px;}
.b3 {width: 450px;}

.article_area table input {padding: 1px;}
.article_area table textarea {padding: 1px;}
.btn {
	margin: 0 0 0px 0;
	padding: 30px 0px 0px 0px;
	text-align:center;
}
.btn input {
	width: 150px;
	vertical-align: middle;
	height: 30px;
}
.hs {
	color:#C9171D;
	font-size:80%;
}
.fnotice {
	padding: 5px 0px 0px 0px;
	color:#C9171D;
	font-size:90%;
}




table.fm {
	width: 100%;
	margin: 20px 0 0px 0;
	padding: 0px;
	border-collapse: collapse;
	border-top: solid #b3b3b3 1px;
	border-bottom: none;
	line-height: 1.4em;
}

table.fm th, table.fm td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: solid #b3b3b3 1px;
	display: block;
	width: 100%;
}

table.fm th {
	vertical-align:top;
	background-color:#f5f5f5;
	border-right: solid #b3b3b3 1px;
	border-left: solid #b3b3b3 1px;
}
.noline {
	border-bottom: none;
}
.bbox {
	margin: 0 0 0 0;
	padding: 25px 0 15px 0;
	text-align:center;
}