@charset "UTF-8";

/* ------------------------------

 Reset Stylesheet
 Version: 1.0.1

------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
 margin: 0;
 padding: 0;
 border: 0;
 background: transparent;
 outline: 0;
 vertical-align: baseline;
}

html {
  font-size: 62.5%;
}


/* IE10以降游ゴシックオフ */
@media all and (-ms-high-contrast:none){
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

ol,
ul {
  list-style: none;
}


table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s, background-color .2s;
          transition: color .2s, background-color .2s;
}

a img {
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

/* クリアフィックス */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cl {clear: both;}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

