@charset "UTF-8";
html{overflow-y:scroll;}
* {box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #393939;
	font-style: normal;
	font-size: 15px;
	line-height: 2;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
	list-style-image: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	width:100%;
}
a {
	/*text-decoration: none;*/
}
a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:hover {
	color: #999;
	outline:none;
	text-decoration: none;
}
a:visited {
	color: #333;
}
body > img{
 display:none;
}

/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}
