@charset "UTF-8";
html, body {
	font-style:normal;
	font-weight:normal;
	line-height:135%;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

img {border: 0px}

a{ text-decoration: none;
}

a:link{color: #333;}
a:visited,a:active {
	color: #333; font-weight:normal;
}
a:hover {
	color: #30B4FD; font-weight:normal; text-decoration:underline;
} 




h1,h2,h3,h4,h5{ margin:0px 0px 0px 0px; padding:0px 0px; margin-top:0px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px;margin:0px; line-height:200%;}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }