@charset "utf-8";

*{-webkit-tap-highlight-color:(0,0,0,0);}

html, body, main, p, div, table, td, th, span, h1, h2, h3, h4, h5, h6, ul, ol, li, img, a, a img, canvas, pre, header, footer, section, article, address{
	margin:0;padding:0;
	text-decoration:none;
	border:0px none transparent;
	font-size:inherit;
	font-weight:inherit;
	font-stretch:inherit;
	font-family:inherit;
	font-style: inherit;
	text-decoration:inherit;
	color:inherit;
/* 	cursor:default; */
	text-align:inherit;
	line-height:inherit;
	letter-spacing: inherit;
	box-sizing:border-box;
}
main, section, article {
	display: block;
}

html, body{
	height:100%; width:100%;
	letter-spacing: normal;
	font-weight:normal;
	font-stretch:normal;
	font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic';
	color: #666666;
	line-height:1.6;
    -webkit-text-size-adjust: 100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {list-style:none;}

a{color:#1f5192; cursor:pointer;}

a:hover{
	opacity: 0.8;
	transition: .5s opacity;
}

/* a:focus{text-decoration:none; color:indianred;} */

a *{cursor: inherit;}
td,
th {vertical-align:top;}