@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
overflow: auto;
width: 100%;
height: 100%;
}
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif!important;
font-size: 14px;
line-height: 140%;
line-height: 1.4;
color:#333!important;
background-color: #fff;
/*letter-spacing: -0.04em;*/
}
a:hover img {
	opacity: 0.7;
    transition: 0.2s;
}
a img[alt="HOKEN FORUM.com"]{
    opacity: 1;
}

.text10px { font: 10px/14px; text-decoration: none }
.text10pxb { font: bold 10px/14px; text-decoration: none }
.text10u { font: 10px/14px; text-decoration: underline }
.text12 { font: 12px/16px; text-decoration: none }
.text12bu { font: 12px/16px; text-decoration: underline }
.text12pxb { font: bold 12px/16px; text-decoration: none }
.text14 { font: 14px/17px; text-decoration: none }
.text14px { font: bold 14px/17px; text-decoration: none }
.text16px { font: bold 16px/19px; text-decoration: none }
.text9px { font: 9px/11px; text-decoration: none }