@charset "UTF-8";

body,
img {
  padding: 0;
  margin: 0
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif
}

a,
div,
img {
  vertical-align: bottom
}

img {
  width: 100%;
  height: auto;
  border: 0;
  display: block
}

a,
div {
  display: inline-block
}

.dummy {
  position: static !important;
  opacity: 0 !important
}

a {
  -webkit-transition: all .6s 0s ease;
  -o-transition: all .6s 0s ease;
  transition: all .6s 0s ease
}

a:hover:not([href^="javascript:void(0)"]) {
  opacity: .7
}

a[href^="javascript:void(0)"] {
  cursor: default
}
