@charset "utf-8";

/* layout
---------------------------*/
body {
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 font-size:80%;
 color: #4d4d4d;
 font-family:"ＭＳＰゴシック", "ヒラギノ角ゴ Pro W3",helvetica, sans-serif;
 background-color:#FFFFFF;
 line-height:1.4;

 }

/* -------------------------------
footerArea Layout
------------------------------- */
#footerArea {
  width: 100%;
  height: 5%;
  clear: both;
 }

/* -------------------------------
Reset
------------------------------- */
*{
  margin:0;
  padding:0;
}

#table{
  font-size:inherit;
}

th{
  text-align:left;
  font-weight:normal;
}

img{
  border:0;
}

a{
  text-decoration:underline;
  overflow: hidden;
}

a:link{
color:#3366cc;
text-decoration:none;
}

a:visited {
color:#3366cc;
}

a:hover {
text-decoration: underline;
}

a:active {
color:#333333;
}


/* -------------------------------
clearfix
------------------------------- */

/* float */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
  height:1%;
}
.clearfix{
  display:block;
}
/* End hide from IE-mac */
html>/**/body #h_navi{
  display:block;
}