@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
/*# sourceMappingURL=base.css.map */