@charset "utf-8";
@media screen and (max-width: 480px) {
.header {
	float: left;
	height: auto;
	width: 100%;
}
.header-top {
	background-color: #1e8800;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	display: none;
}
.header-top-left {
	float: left;
	height: auto;
	width: 50%;
}
.header-top-left-01 {
	background-image: url(../images/icon-top-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: auto;
	padding-left: 30px;
	font-family: promptregular;
	font-size: 16px;
	color: #FFF;
	margin-right: 20px;
	padding-top: 5px;
}
.header-top-left-02 {
	background-image: url(../images/icon-top-02.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: auto;
	padding-left: 30px;
	font-family: promptregular;
	font-size: 16px;
	color: #FFF;
	margin-right: 20px;
	padding-top: 5px;
}
.header-top-left-03 {
	background-image: url(../images/icon-top-03.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: auto;
	padding-left: 30px;
	font-family: promptregular;
	font-size: 16px;
	color: #FFF;
	padding-top: 5px;
}
.header-top-right {
	float: right;
	width: 30%;
	text-align: right;
}
.header-middle {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E8800;
}

.logo {
	float: right;
	height: auto;
	width: 50%;
	text-align: center;
}
.logo img {
	float: right;
	width: 50%;
	height: 50%;
}

.box-menu {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	visibility: visible;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.banner {
	float: left;
	width: 100%;
	height: auto;
	display: none;
}

.banner-m {
	float: left;
	width: 100%;
	height: auto;
	display: inline;
}
.banner #slippry-slider .demo_block #demo1 li img {
	height: 100%;
}
}