@charset "utf-8";
/* -----------------------------------------------------------------
LAYOUT CSS
LAST UPDATE:
--------------------------------------------------------------------*/
html{
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
  font-size: 62.5%;/*10px*/
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body{font-size: 1.0rem;height: 100%;}
input, textarea,select {font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;-webkit-appearance: none;
}
input:focus{outline: 0;}

/*--------------------------------
LINk
---------------------------------*/
body a,
body input{ color:#0087ca; text-decoration:none;}
body a:hover{ color:#0087ca; text-decoration:underline;}
body a:focus {outline: none;}


/*--------------------------------
wrap
---------------------------------*/
#wrap{ width: 100%; margin: 0; position: relative;}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/*--------------------------------
font
---------------------------------*/
.anton{ font-family: 'Anton', sans-serif;}


