@charset "utf-8";
/* CSS Document */
body {
	/*background-image: url(common/img/body_bk.jpg);
	background-repeat: repeat;*/
}
.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: 35px;
	/*color: #FF9933;*/
	color: rgba(51,167,42,1.00);
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
