@charset "utf-8";

.table-form{
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	color: #333333;
	line-height: 15px;
}
.table-form th{
	font-size: 13px;
	background-color: #EFF0E6;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 180px;
}
.table-form td{
	font-size: 13px;
	background-color: #F2F2F2;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 420px;
	padding-left: 5px;
}

.img-right {
	float:right;
	margin-left:10px;
}

.point{
	font-size: 11px;
	font-weight: bold;
	color: #F00F00;
}

.rei{
	font-size: 12px;
	color: #666666;
}

.txtbox{
	background-color: #FAF9F3;
	padding: 5px;
	border: 1px solid #D5C7C4;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.txtbox h5{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

hr{
	margin-bottom: 15px;
}
