@charset "utf-8";
/* CSS Document */

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* ----------------------------------------
 * 0. HTML, BODY, etc
 * ---------------------------------------- */
html {
	height: 100%;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	width: 100%;
}
body {
	font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow: visible;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table, h1, h2, h3, h4, h5, h6, p, span, th, ul, li, address, img, dl, dt, dd, strong {
	border: 0;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a img {
	border:0;
}
a:hover img.btn {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
img.btn {
transition: 0.6s ;
}
a {
	color: #1A0DAB;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1A0DAB;
}
a:hover {
	color: #1A0DAB;
	text-decoration: underline;
}
a:active {
	color: #1A0DAB;
	text-decoration: underline;
}
