@charset "utf-8";

#sec1{
	overflow:hidden;
	zoom:1;
	}
#sec1 h1{
	font-size:24px;
	line-height:1.4;
	text-align:center;
	position:relative;
	}
#sec1 h1 span{
	font-size:15px;
	display:block;
	font-weight:normal;
	margin-top:30px;
	}
#sec1 h1:after{
	position:absolute;
	display:block;
	content:"";
	width:100px;
	height:2px;
	background-color:#000;
	top:45px;
	left:50%;
	margin-left:-50px;
	}
#sec1 h2{
	font-size:20px;
	margin-top:90px;
	}
#sec1 p{
	margin-top:10px;
	}
#sec1 ol{
	padding:10px 0 20px 30px;
	}
#sec1 ol li{
	font-size:15px;
	list-style-type:decimal;
	margin:20px 0 0 20px;
	line-height:1.5;
	}
@media screen and (max-width:900px){
#sec1 h1{
	font-size:18px;
	}
#sec1 h1 span{
	font-size:14px;
	margin-top:20px;
	}
#sec1 h1:after{
	top:35px;
	}
#sec1 h2{
	font-size:18px;
	margin-top:60px;
	}
}