﻿@charset "utf-8";
.main .tb{
	width:100%;
	border:1px solid #a40000;
	border-right:none;
	border-bottom:none;
}
.main .tb td{
	line-height:44px;
	height:44px;
	font-size:18px;
	color:#a40000;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #a40000;
	border-right:1px solid #a40000;
	width:20%;
}
.main .tb h3{
	font-weight:normal;
}
.main .tb h1{
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#a40000;
	margin-left:24px;
	line-height:40px;
}
.main .tb h2{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	line-height:34px;
	text-align:left;
	margin-left:24px;
}
.main .tb p{
	text-align:left;
	font-size:14px;
	color:#333333;
	line-height:30px;
	margin-left:24px;
	font-weight:normal;
}









