@charset "UTF-8";


.clearfix:after {
	content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*¥*//*/
 height: auto;
 overflow: hidden;
 /**/
}



/* 背景設定
-------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	background: #000;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 55.5%;
	z-index: 3;
	width: 22px; 
	height: 72px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize{
	position: fixed;
}

#supersize img, #supersize p {
	height:100%;
	width:100%;
 position:absolute;
	z-index: 0;
}

#supersize .prevslide {
	z-index: 1;
}

#supersize .activeslide {
	z-index: 2;
}

#height100 {
	height: 100px;
}



/* Information
-------------------------------------------------------------------- */

#info-area {
	width: 330px;
	padding: 10px 15px;
	position: absolute;
	z-index: 50;
	right: 20px;
	top: 30px;
	background: #000;
	opacity: 0.85;
 filter: alpha(opacity=85);
	line-height: 1.8em;
	color: #FFF;
	font-size: 10px;
}

#info-area a {
	color: #FFF;
	text-decoration: underline;
}

#info-area a:hover {
	color: #990000;
	text-decoration: underline;
}

#info-area span {
	display: inline-block;
	width: 6em;
}


#info-title {
	margin: 0 0 10px -3px;
}


#info-area2 {
	margin: 10px auto 0;
	padding: 10px;
	background: #990000;
	line-height: 1.5em;
	color: #FFF;
	font-size: 10px;
}


#btn-apply a {
	display: block;
	width: 232px;
	height: 39px;
	background: url(../images/btn_reception_o.gif) 0 0 no-repeat;
	margin-bottom: 15px;
}

#btn-apply a:hover {
	margin-bottom: 15px;
}

#btn-apply a:hover img {
	visibility: hidden;
}