@charset "UTF-8";
/* CSS Document */

/* Resst */

html,
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}

/* common */

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8;
}

a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}


img,picture {
	width: auto;
	max-width: 100%;
	height: auto;
	font-size: 0;
	vertical-align: middle;
}

@media only screen and (min-width: 980px) {
	
	body {
		font-size: 2.6rem;
	}
	img,picture {
		width: auto;
		height: auto;
	}

}

