@charset "UTF-8";
/* header */
.headert {
	position: relative;
	height: 50px;
	background: #af3b84;
}
.headert .mtel {
	display: block;
	width: 250px;
	padding: 6px 0 0 10px;
}
.headert .mtel img {
	display: block;
	width: 100%;
}
.headert .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}

@media (min-width:640px) {
body {
	width: 640px;
	margin: auto;
}
}
