@charset "UTF-8";

/*CSSDocument*/

/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

* {
  margin: 0px;
  padding: 0px;
  color: #142737;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

/*
html ----------------------------------------------------------*/

/* body base
===============================================================*/
