*{
	padding:0px;
	margin:0px;
/*	font-family:HGSeikaishotaiPRO; */
	white-space:nowrap;
	}
	
body{
	margin:auto;
	width:1002px;
	text-size-adjust:100%;
/*	background-color:#eee;*/
	}

#head{
/*	background-color:#ddd;*/
	width:1002px;
	height:120px;
	background-color:#fff;
	}

.im-head{
	position:absolute;
	height:120px;
	}
	
#ha-head{
	z-index:2;
	margin-left:413px;
	opacity:0;
	transition-property:opacity;
	transition-duration:1.3s;
	}
	
#ha-head:hover{
	opacity:1;
	}
	
#flb-head{
	z-index:2;
	margin-left:720px;
	opacity:0;
	transition-property:opacity;
	transition-duration:3s;
	}

#flb-head:hover{
	opacity:1;
	}
	
#data{
/*	background-color:#ccc;*/
	width:1000px;
	min-height:575px;
	height:80vh;
	position:absolute;
	top:120px;
	border:1px solid #000;
	}

/*	テンプレ
	position:absolute;
	position:relative;
	position:fixed;
	z-index:1;
	display:flex;
	justify-content:center;
	border:1px solid #000;
*/
