@charset "utf-8";
.header {
	float: left;
	height: auto;
	width: 100%;
}

.logo {
	float: left;
	height: auto;
	width: 15%;
}
.logo img {
	height: auto;
	width: 100%;
}

.mq {
	background-image: url(../images/icon-mq.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: auto;
	width: 30%;
	padding-left: 5%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #030;
	margin-left: 5%;
	margin-top: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.tel {
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	height: auto;
	width: 20%;
	padding-top: 2%;
	padding-left: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #030;
	margin-top: 1%;
	margin-right: 3%;
	padding-bottom: 2%;
}
.f-01 {
	float: right;
	height: auto;
	width: 150px;
	text-align: right;
	margin-top: 20px;
}
.f-01 img {
	margin-left: 10px;
}
.banner {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 80px;
}
