/*tab3_sub1*/
#tab3_sub1 h1 {
	margin: 20px 0;
}
#tab3_sub1 h1 p{
	font-size: 16px;
  font-weight: 500;
}

#tab3_sub1 h3{
	line-height: 22px;
    font-size: 22px;
	position: relative;
}
#tab3_sub1 h3.sub_title:before {
	content: "";
    background-color: #555;
    border-top: 11px solid #0d93bb;
    display: inline-block;
    height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
}
#tab3_sub1 .txt_bold {
	font-weight: 900;
	color: #333333;
	margin: 0;
}
#tab3_sub1 .txt_red {
	font-weight: 900;
	color: #ff0000;
}
#tab3_sub1 .present-ment h3.mt_50 {
	margin-top: 50px;
}
#tab3_sub1 table {
	width: 800px;
	border: 1px solid #cccccc;
}
#tab3_sub1 table caption{
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	color: rgb(1, 103, 255);
}
#tab3_sub1 table tr, #tab3_sub1 table th, #tab3_sub1 table td {
	border: 1px solid #cccccc;
}
#tab3_sub1 table th {
	width:150px;
	text-align: center;
}
#tab3_sub1 table th, #tab3_sub1 table td {
	padding:5px;
}
#tab3_sub1 .tb_02, #tab3_sub1 .tb_03 {
	margin: 20px 0;
}
@media only screen and (max-width: 992px) {
	#tab3_sub1 table {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	#tab3_sub1 table th {
		width:100px;
	}
}
