@charset 'utf-8';

/*

　base.css

*/

* {
	padding:0;
	margin:0;
}


/******************************************************************/

html {
  font-size: 62.5%;
}


body {
	font-size:1.0rem;
	position: relative;
	/*font-family:"Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"Noto Sans JP","游ゴシック", "Yu Gothic", "Century Gothic", sans-serif;
	/*font-weight:500;*/
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}