body{
	padding:0px 120px;
	background-size:cover;
	background-image: url("/fileshare/user_mix/Aokigahara_Forest.jpg");
}
li{
	background-image: url("/images/assets/background/check.gif");
	max-width:80%;
}
#Aokigahara_Forest, #config{
	display:none;
}
#style{
	background:none;
	color:white;
	overflow:visible;
}
@media screen and (max-width: 600px) {
	body{
		padding:0px;
	}
	li{
		max-width:100%;
	}
}