@charset "utf-8";

html {-webkit-text-size-adjust: 100%}

body {
	font-family: serif;
	background-color: #F6F5EA;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
area{
	border:none;
	outline:none;
}

.clr {
	clear: both;
	height: 0px;
}
a {
	text-decoration: none;
	color: #191919;
}
a:hover {
	text-decoration: underline;
}
a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, p {
	display: block;
	margin: 0px;
	padding: 0px;
}




.page {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
img {
	display: block;
	width: 100%;
	height: auto;
}






/* header */

.header_sp {
	height: 60px;
}
.logo_head {
	width: 125px;
	height: 60px;
}




/* footer */

.footer {
	padding-bottom: 100px;
}



