@charset "utf-8";

html, body {
  margin: 0;
  padding: 0;
}


body {
 width: 100%;
 font-family:  "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #463F39;
 background-color: #FFF;
}


img {
 max-width: 100%;height: auto;
 vertical-align:top;
}


a {
 color: #00ADE8;
 text-decoration: none;
}
a:hover img{
 opacity: 0.7;
 filter: alpha(opacity=70);
 }


/*======================
  Goolge Material icons
  ======================*/
.material_icons{
  font-family: 'Material Icons';
  font-size: 1.5em;

  /*位置を調整*/
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding:0px 3px;
}


/* 835px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 835px) {



}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
}