@charset "utf-8";
@media screen and (max-width: 480px) {
.footer {
	float: left;
	height: auto;
	width: 100%;
}
.box-footer-top {
	background-color: #40495a;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.box-footer-left {
	float: left;
	width: 100%;
	height: auto;
}
.box-footer-center {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
}
.box-footer-right {
	float: right;
	height: auto;
	width: 100%;
	margin-top: 5px;
}


.title-footer {
	font-family: serithairegular;
	font-size: 3vw;
	color: #0e8fab;
	margin-bottom: 5%;
}
.menu-footer {
	font-family: serithairegular;
	font-size: 3vw;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	line-height: 4vw;
}
.menu-footer a {
	color: #FFF;
	text-decoration: none;
}

.contact-footer-01 {
	float: left;
	height: auto;
	width: 80%;
	font-family: serithairegular;
	font-size: 3vw;
	color: #FFF;
	background-image: url(../images/icon-footer-01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-size: 5vw;
}
.contact-footer-01 a {
	color: #FFF;
	text-decoration: none;
}
.contact-footer-02 {
	float: left;
	height: auto;
	width: 30%;
	font-family: serithairegular;
	font-size: 3vw;
	color: #FFF;
	background-image: url(../images/icon-footer-02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-size: 5vw;
}
.contact-footer-03 {
	float: left;
	height: auto;
	width: 80%;
	font-family: serithairegular;
	font-size: 3vw;
	color: #FFF;
	background-image: url(../images/icon-footer-03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-size: 5vw;
	line-height: 4vw;
}
.icon-footer {
	float: left;
	height: auto;
	width: 100%;
}
.icon-footer img {
	margin-right: 5%;
	height: auto;
	width: 10%;
}
.copy {
	font-family: serithairegular;
	color: #636e80;
	float: left;
	height: auto;
	width: 100%;
	font-size: 3vw;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
}
