@charset "utf-8";

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

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;
	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: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic';
	color: #121212;
	line-height:1.6;
	-webkit-text-size-adjust: none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {list-style:none;}

a{text-decoration:none; color:#4494d5; cursor:pointer;}

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


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