@charset "UTF-8";
/* ---------------------------------------

	Reset

--------------------------------------- */

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,form{
	padding: 0;
	margin: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	font-style:normal;
}
figure,nav,nav li,li a {
	display: block;
}
.clearfix:after {
	content : "";
	display: block;
	clear : both;
	*zoom : 1;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.2rem;
}
a {
  text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
a:hover {
	text-decoration: none!important;
}
ul {
  list-style: none;
}
.fa:before {
	font-size: 3rem;
}
