@charset "utf-8";
/******************************************************************************************************
*******************************************************************************************************
CSS Document
*******************************************************************************************************
******************************************************************************************************/
.address {
	width:100%;
	margin-top:30px;
}
.address img {
	width:30%;
	float:left;
}
.address div {
	width:65%;
	float:right;
}
.address div h3 {
	width:100%;
	float:left;
	font-size:24px;
	line-height:24px;
}
.address div p {
	width:100%;
	margin-top:10px;
	float:left;
	font-size:14px;
}
.address div p strong {
	padding-right:10px;
}
h2 {
	width:100%;
	line-height:50px;
	font-size:20px;
	float:left;
}
.policy p {
	width:100%;
	float:left;
	margin:10px 0;
	line-height:24px;
	font-size:16px;
}
.policy p a:hover {
	color:#003f97;
}
/******************************************************************************************************
*******************************************************************************************************
CSS Document
*******************************************************************************************************
******************************************************************************************************/
@media only screen and (max-width: 767px) {
 .address img {
 width:100%;
 margin-bottom:10px;
}
.address div {
 width:100%;
}
}
