@charset "UTF-8";

/* GLOBAL RESET */
body,h1,h2,h3,h4,h5,h6,p,
ol,ul,dl,li,dt,dd,
table,th,tr,td,div,form
{
margin: 0;
padding: 0;
list-style-type: none;
}

/* BASIC */
img {
border-width: 0;
}

/* FONT */
body{
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial,Helvetica,clean,sans-serif;
font-size: 100%;
line-height: 1.3em;
}

/* 見出し */
.webFont {
font-family: 'Noto Sans Japanese', sans-serif;
}

p,ol,ul,dl,table{
font-size: 0.84em;
}

table td,
dd p{
font-size: 1.0em;
line-height: 1.5em;
}

li p,
dd li{
font-size: 1.1em;
line-height: 1.5em;
}

a:link{
text-decoration: none;
}

a:visited{
}

a:hover,
a:focus,
a:active{
color: #f00;
}

a[name]{
color: #333;
}

.rollover{
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}