@charset "utf-8";
.maintenance {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
}
*:first-child+html .maintenance {
	width:782px;
	zoom:1;
	display:block;
	float:left;
}
.maintenance_wide {
	width:100%;
	margin:100px auto;
}
.maintenance_img {
	width: 330px;
	height: 410px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -100%;
	background: url(../images/sorry_in_white_bg.png) 0 0 no-repeat;
	background-size: contain;
	overflow: hidden;
}
.maintenance_wide .maintenance_img {
	width:460px;
	height:410px;
	background-image:url(../images/sorry.png);
}
.maintenance_text {
	width: 420px;
	float:left;
	margin:150px 0;
	padding:0;
	display:block;
}
*:first-child+html .maintenance_text {
	width:300px;

}
.maintenance_text p {
	font-size:12px;
	padding-bottom:20px;
	line-height:2em;
}
.maintenance_wide .maintenance_text p {
	font-size:14px;
}
.maintenance_text p strong{
	font-size: 14px;
}
.maintenance_wide .maintenance_text p strong {
	font-size: 18px;
}
