/*tab3_sub2*/
#tab3_sub2 h1 {
	margin: 20px 0;
}
#tab3_sub2 h1 p{
	font-size: 16px;
  font-weight: 500;
}

#tab3_sub2 h3{
	line-height: 22px;
    font-size: 22px;
	position: relative;
}
#tab3_sub2 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_sub2 .txt_bold {
	font-weight: 900;
	color: #333333;
}
#tab3_sub2 .present-ment h3.mt_50 {
	margin-top: 50px;
}
#tab3_sub2 .txt_bold {
	font-weight: 900;
	color: #333333;
	margin: 0;
}
#tab3_sub2 .txt_red {
	font-weight: 900;
	color: #ff0000;
}
#tab3_sub2 .txt_blue{
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	color: rgb(1, 103, 255);
	padding: 5px 0;
}
ul, li, dl, dt, dd {
	padding:0;
	margin: 0;
}
#tab3_sub2 ul li.sty_none {
	list-style: none;
}
#tab3_sub2 dl {
	padding-top: 20px;
}
#tab3_sub2 dl.dl_01 {
	padding-top:0;
}

@media only screen and (max-width: 540px) {
	#tab3_sub2 dl dd img {
		width: 100%;
	}
}
