@charset "utf-8";
/*********          背景画像          *********/
.bg-cover{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-contain{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
/*********           マスク           *********/
#mask,
.mask{
	background-color: #000000;
	background-image: url('/cgibin/lib-img/r2-loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: progress;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	filter: alpha(opacity=30);
	-webkit-opacity: 0.30;
	-moz-opacity: 0.30;
	-ms-opacity: 0.30;
	-o-opacity: 0.30;
	opacity: 0.30;
}
/*********       ボックスリンク       *********/
a.box-link{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	background/*\**/: #fff\9; /* IE7, IE8 Hack */
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
