@charset "UTF-8";

@font-face{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,th,td,form {
  margin : 0;
  padding : 0;
  font-style : normal;
  font-weight : normal;
  line-height : 1.5;
  /*letter-spacing: 0.3em;*/
  text-align: justify;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,form{
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-style:normal;
  line-height : 1;
}
*/

/* font size */
html{
  font-size : 62.5%;
}

body {
  font-size : 1.6rem;
}

/* border padding 計算しやすいように */
*,*::before,*::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

ul {
  list-style-type: none;
}

/*floatの解除ここから*/
.clearfix: after{
  display: block;
  clear: both;
  content: "";
}

.clearfix{
  *zoom   : 1;
}

.clearfix {
  min-height: 1px; /*IE6、7対策*/
}


/*floatの解除ここまで*/
