@charset "utf-8";
/* CSS Document */
/* ===============================
 * Reset
 * ===============================*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
    color: #E7410A;
}
ol, ul {
	list-style: none;
}
p {
	line-height: 1.5;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
   	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}