@charset "UTF-8";

/* -------------------------------
メインコンテンツ*/

/*必須項目*/
.must{
	color:#c33;
	margin:0 2px;
	font-size:90%;
}

/*メッセージ*/
.message{
	margin-bottom:15px;
	line-height:1.5;
}

/*エラー*/
#error{
	margin-bottom:15px;
	color:#c33;
}
#error dt{
	font-weight:bold;
}
#error dd{
	font-size:90%;
}

/*テーブル*/
.table_border{
	border:10px solid #e9e8e7;
	margin-bottom:15px;
}
.table_border table{
	width:100%;
	border:1px solid #fff;
	border-bottom:0;
}
.table_border table th{
	background:#f7f7f7;
	padding:12px 10px 10px 10px;
	border-bottom:1px solid #fff;
	width:28%;
	text-align:left;
	vertical-align:top;
}
.table_border table td{
	padding:8px 0 8px 10px;
	border-bottom:1px solid #e9e8e7;
	width:71%;
	vertical-align:top;
}
.table_border table td input[type="text"]{
	padding:4px;
}
.table_border table td label{
	margin-right:15px;
}
.table_border table .description{
	padding-bottom:5px;
}

.submit{
	text-align:center;
}

.submit input{
	margin:0 5px;
	padding:5px 20px;
}