@charset "utf-8";
/*------ベース-----*/
h1,h2,h3,h4,h5,h6,a,li,td,th,dd,dt,p,a{
	max-height:999999px;
}
* {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}
body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	background:#F5F2EB;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
}
.line {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	border-bottom: 1px dotted #bbb;
}
p {
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {
	border: none;
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a img {
	border: none;
}
a:hover img{
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
img{vertical-align: bottom;}
