#cont01 h2 {
	width: 94%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 35px;
	padding-left: 6%;
	background-image: url(../img/brown.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 5px 5px;
}

#cont01 .cont01_float {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 3px dotted #4D4D4D;
}

#cont01 .cont01_float .ct01fl_left {
	width: 26%;
	float: left;
}

#cont01 .cont01_float .ct01fl_left img {
	width: 100%;
}

#cont01 .cont01_float .ct01fl_right {
	width: 60%;
	float: left;
	margin-left: 4%;
}

#cont01 .cont01_float .ct01fl_right h3 {
	font-size: 20px;
	font-weight: 800;
	color: #4D4D4D;
	letter-spacing: 2px;
}

#cont01 .cont01_float .ct01fl_right p {
	font-size: 14px;
	font-weight: 400;
	color: #4D4D4D;
	margin-top:10px;
}

#cont01 .cont01_float .ct01fl_right p a{
	font-size: 14px;
	font-weight: 400;
	color: #F47EBD;
	margin-top: 10px;
	pointer-events: none;
}

#cont01 iframe {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}