@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  background: #f2f2f2 url(../img/body_pat.png);
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family: 'Arial','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  word-break: break-all;
}

p {
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #1d4fb5;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover {
  color: #fc6f29;
}

img, a img {
  vertical-align: bottom;
  border: none;
  background: transparent;
}

a img {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img:hover {
  opacity: 0.8;
}

ol, ul, dl {
  list-style: none;
}

li {
  display: list-item;
  zoom: normal;
}

ins {
  background: none;
}

object, embed {
  vertical-align: top;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

body {
  width: 100%;
}

.defs {
  display: none;
}

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