@charset "utf-8";

#Main img{
	width:200px;
	height:200px;
	margin:10px auto 20px;;
}
.b_sec{
	margin-bottom:30px;
}
#Main h3{
	text-align: center;
	font-size:120%;
	margin-bottom:20px;
}
#Main p{
	width:600px;
	margin:0 auto;
	margin-bottom:30px;
}
@media screen and (max-width: 320px){
	#Main img{
		width:100px;
		height:100px;
	}
	#Main p{
		width:280px;
	}
}