@charset "Shift_JIS";


*{
  margin: 0;
  padding: 0;
}
*::after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary{
  display:block;
}
body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
  color:#444444;
  margin:0;
  padding:0;
  font-size: 16px;
  line-height:1.6em;
}
img{
  margin:0;
  padding:0;
  border:0;
  vertical-align:bottom;
}
p,li,th,td{
  margin:0;
  padding:0;
  font-size: 14px;
  line-height:1.6em;
}
a:link{
  color:#444444;
  text-decoration:none;
}
a:visited{
  color:#444444;
  text-decoration:none;
}
a:hover{
  color:#444444;
  text-decoration:underline;
}
a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
table {
  border-spacing:0;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
.clear{
  clear:both;
}
.center{
  text-align:center;
}
.red{
  color:#ff0000;
}
strong{
  font-weight:normal;
  color:#ff0000;
}

