@charset "UTF-8";
/* CSS Document */
body {
	font-size: 18px;
	color: #000;
  font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	background:#FFFFFF;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, div, table, thead, tbody, tfoot, th, td, dd, dt, dl, address {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table {
	font-size: 100%;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
ol {
	list-style-position: inside;
}
ul li {
	list-style-type: none;
}
address {
	font-style: normal;
}
input[type="text"], select, textarea {
	font-size: 100%;
}
textarea {
	resize: vertical;
}
a {
  color: #1a2d73;
}
a:hover {
  text-decoration: none;
}