/* ---------------------------------------------
main
--------------------------------------------- */
h2{
	border-bottom: 1px solid #008965;
}

#image{
	float: right;
	margin-left: 85px;
}

#storeScale th{
	width: 70px;
	padding-right: 30px;
	font-weight: normal;
}

#storeScale th,#storeScale td{
	text-align: left;
}

.storeTenant th{
	width: 42px;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}

address{
	background-color: #EBF5F2;
	border: 1px solid #69BD83;
	padding: 25px 20px 25px 50px;
	font-style: normal;
	text-indent: -1em;
}
/* ---------------------------------------------
mediaquery main
--------------------------------------------- */
@media screen and (max-width: 1019px) {
	h2 img{
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	h2 img{
		height: 30px;
	}
	h3 img{
		height: 17px;
	}
}

@media screen and (max-width: 700px) {
	#image{
		float: none;
		margin-left: 0px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	#image img{
		height: auto;
	}
}