@charset "utf-8";

/*-------------------------
reset
---------------------------*/
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: メイリオ,Meiryo,"游ゴシック",YuGothic,'Yu Gothic',sans-serif;
	color: #646464;
	font-size: 14px;
	line-height: 1.75;
	position: relative;
	overflow-x: hidden;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 12px;
	}
}
img,a,ul,li,iframe,fieldset {
	border: none;
	outline: none;
}
img {
	line-height: 0;
}
a {
	color: #646464;
	text-decoration: none;
}
a,
a img {
	-webkit-transition: .2s;
	transition: .2s;
}
a:hover img {
	opacity: .8;
}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,from,iframe,fieldset,legend {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4 {
	font-size: 100%;
	font-weight: normal;
}
em {
	font-style: normal;
}
article,aside,footer,header,main,nav,section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}