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

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


@media screen and (min-width:300px) and (max-width:998px) {
	body {
	background-color:fff;
}

	.home_page_body_image {
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}
.home_page_body_image img {
	width: 100%;
	height: auto;
}
.home_part{
	 height:auto;
	 min-height:270px;
	background-color: #B6B6B6;
	}
.footer_bar {
	margin-top: 57%;
}
}

@media screen and (min-width:998px) and (max-width:5000px) {
	body {
	background-color: #B6B6B6;
}
.home_page_screen{
	 background-image:url(../image/home/home_body.jpg);
	 height:100vh;
	 background-size:cover;
	 background-position:center;
	 background-repeat:no-repeat;
	
	}
	.home_page_body_image {
	width: 100%;
	overflow: hidden;
	margin-top: 250px;
}
.home_page_body_image img {
	width: 100%;
	height: auto;
}
}
