/*@charaset "utf-8";*/

html{
	width:100%;
	height: 100%;
	background:url("images/bg.jpg") no-repeat top center #000;
	/*background-size:cover;*/
}

/*共通*/
#wrapper{
	position:relative;
}

/*index*/
#t_wrapper{
	position:relative;
	overflow:hidden;
	min-width:980px;

}
.bitoku{
	width:50%;
	min-width:490px;
	min-height:900px;
	padding-top:30px;
	position:relative;
	float:left;
	background:url("images/bitoku_off.png") no-repeat right;
}
.bitoku:hover{
	background:url("images/bitoku_on.png") no-repeat right;
}
#bitoku_btn{
	margin-top:300px;
}
.taizai{
	width:50%;
	min-width:490px;
	min-height:970px;
	position:relative;
	float:left;
	background:url("images/taizai_off.png") no-repeat;
}
.taizai:hover{
	background:url("images/taizai_on.png") no-repeat;
}
#taizai_btn{
	margin-top:325px;
}
#t_wrapper{
	position:relative;
	overflow:hidden;
	min-height:970px;
}
.top_relative{
	position:relative;
	overflow:hidden;
	min-width:980px;
}
.top_text{
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:170px;
	width:100%;
	z-index:100;
	/*margin:170px 0 30px;*/
}
.copy{
	text-align:center;
	padding:20px 0 10px;
}
