@charset "utf-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
	background-image: url("../img/BG_01.jpg");
	background-size: 100vw,100vh;
	background-repeat: no-repeat;
	background-color: #000000;
}
body{
	margin:0;
	padding:0;
}
.DI_bu{
	position: fixed;
	height:60px;
	line-height: 60px;
	text-align: center;
	width:100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}
.DI_bu a{
	color:#888888;
	text-decoration:none;
}
.HE_class{
	position:relative;
	width:100%;
	height:60px;
	margin-bottom: 60px;
}
.HE_class span{
	float: left;
	height: 100%;
	width: 200px;
	font-size: 14px;
	line-height: 60px;
	color:#585858;
	text-align: center;
	cursor:default;
}
.HE_class img{
	float: left;
	margin-left: 20px;
	height:100%;
	width: 200px;
}
