.content_start { margin-top:35px; }

.text_tit { font-size:17px; color:#000; margin-bottom:10px; }
.text_tit strong { color:#c0232a; }

.box { border:1px solid #dddddd; padding:15px; box-sizing:border-box; background:#fafafa; margin-bottom:20px; }
.box img { margin-bottom:20px; }

.box > table { width:100%; border-top:1px solid #dddddd; border-left:1px solid #dddddd; }
.box > table th.t1 { width:35%; }
.box > table th.t2 { width:65%; }
.box > table th {
	background:#777777; color:#fff; font-weight:bold; height:30px; font-size:14px;
}
.box > table th,
.box > table td { border-right:1px solid #dddddd; border-bottom:1px solid #dddddd; padding:10px; text-align:center; }
.box > table td { font-size:13px; line-height:18px; }

.content_start table { width:100%; border-top:1px solid #dddddd; border-left:1px solid #dddddd; }
.content_start table th.t3 { width:20%; }
.content_start table th.t4 { width:40%; }
.content_start table th.t5 { width:40%; }
.content_start table th {
	background:#777777; color:#fff; font-weight:bold; height:30px; font-size:14px;
}
.content_start table th,
.content_start table td { border-right:1px solid #dddddd; border-bottom:1px solid #dddddd; padding:12px 10px; text-align:center; }
.content_start table td { font-size:13px; line-height:18px; }
.content_start table .line_color td { background:#fafafa; }
.content_start .text {
	padding-left:10px; font-size:13px; line-height:18px; color:#333333;
}