@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/open_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.wrapper-updating {
	margin-top: 250px;
	margin-bottom: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
}
.updaiting-box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	padding: 20px;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	line-height: inherit;
	color: #b09035;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.address-box {
	text-align: left;
	display: block;
	font-size: small;
	line-height: 20px;
	color: #666;
	clear: both;
	padding-left: 30px;
}
.address-box img {
	float: left;
	width: 120px;
	padding-bottom: 60px;
	margin-right: 20px;
}
.company {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.end {
	clear: both;
}
