@charset "utf-8";

#text{
	background-color:#ebebeb;
	text-align:center;
	padding:50px 0;
}
.sec{
	width:600px;
	margin:0 auto;
	margin-bottom:40px;
}
.sec p{
	margin-bottom:15px;
}
@media screen and (max-width: 320px){
	.sec{
		width:280px;
	}
}
h1 {
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin: 20px auto;
	color: #333;
}