@charset "utf-8";
/* CSS Document */

#contents .company_address {
	margin:40px auto 0;
	width:50%;
	border:1px solid #999;
	background:#efefef;
	padding:30px;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
#contents .company_address {
	width:100%;
	text-align:center;
}
}