@charset "euc-jp";

#top-message {
	width: 63%;
	margin: 0 auto 50px;	
	padding: 2em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#top-message p{
	margin: 2em 0 1.8em 108px;
	line-height: 1.8em;
}
			@media (max-width: 768px) {
				#top-message {
					width: 95%;
					padding: 0;
					border-top: none;
				}
				#top-message p{
					margin: 2em 0 0 0;
				}
}