@charset "UTF-8";
/* CSS Document */


body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/00/background.jpg");
background-size: 100%;
	box-sizing: border-box;
}

img{display: block;}

@media screen and (max-width:3200px){
	img{
	width: 15%;
		margin-left: auto;
		margin-right: auto;
			position: absolute;
		top:50%; left:50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (max-width:2600px){
	img{width:20%;}
	}
@media screen and (max-width:1400px){
	img{width:30%;}	
	}
@media screen and (max-width:829px){
		img{width:75%;}
}
@media screen and (max-width:480px){	
	img{width:100%;}
}
/* CSS Document */