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

html,body,h1,h2,h3,h4,h5,h6,ul,o,ul,li,dt,dd,dl,p,div,span,em,img,a,table,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	text-decoration:none;
	font-style:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	letter-spacing: 0em;
	}



*{
	font-family:'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    word-wrap: break-word;/* 自動改行回避*/
	-webkit-font-smoothing: antialiased;/* フォントにアンチエリアス */
	-moz-font-smoothing:antialiased; /* 非対応 */
	-ms-font-smoothing:antialiased; /* 非対応 */
	-o-font-smoothing:antialiased; /* 非対応 */
	font-smoothing:antialiased;	
	line-height: 1.75em;
	font-size:14px;
}

body{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;}

ol,ul{
	list-style:none;
	list-style-type:none;
	font-size:0;
	}
li,p{ font-size:14px;}


table{border-collapse:collapse;}
th,td{padding:0;}

a{ color:inherit;}