/**example*****************************/
#main_img{
	position: relative;
	min-width: 100%;
}
#main_img h3{
	text-indent: -9999px;
	background: url(../img/reform/head.jpg) no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 20.0520833%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);	
}
#main_img div.title{
	position: absolute;
	background: url(../img/reform/h3_title.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	width: 45%;
	height: 0;
	padding-top: 14.041%;
	/*width: 407px;
	height: 127px;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#Main h4{
	margin: 10px auto 20px;
	color: #009fe3;
	font-size: 120%;
	font-weight: 300;
	text-align: center;
}

div.head_copy{
	text-align: center;
	line-height: 150%;
	margin: 0 0 50px;
}
div.example{
	margin: 0 0 20px;
	padding: 5px;
	border: dotted 2px #ccc;
}
div.ex_title h4{
	background: linear-gradient(#f6b7c2, #e74f6b);
	color: #fff !important;
	padding: 10px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
div.ex_title p{
	color: #d8569a;
}
div.imgbox{
	
}
div.imgbox img{
	margin: 0 auto;
}
div.imgbox p{
	margin: 0 0 20px !important;
	padding: 0 !important;
	text-align: center;
	line-height: 1 !important;
}