@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
font設定
--------------------- */
/*Ionicons*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("ttf"),
       url("../fonts/ionicons/ionicons.eot?v=2.0.0") format("eot"),
       url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"),
       url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal; font-style: normal;
}
/*CONDENSE*/
@font-face {
    font-family: 'CONDENSEicon';
    src:url('../fonts/condense/CONDENSEicon.woff') format('woff'),
        url('../fonts/condense/CONDENSEicon.otf') format('opentype');
}
