﻿@charset "UTF-8";


/* =============================================================

  ZETAVOCIE iframe内 common.css

============================================================= */

/*  Var
======================================================= */

:root {
  /*===================== colors */
  --color-review-basic: #000;
  --color-review-rating: #fec400;
  --color-review-grey: #d5d5d5;
  --color-review-bar: #f88329;
  /*===================== fonts */
  --font-base:  pragmatica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-en: pragmatica, sans-serif;
 }


/*  Base
======================================================= */

html {
  font-size: 62.5%;
}

@media screen and (max-width: 200px){
  html {
    font-size: calc((10 * (100vw / 200)));
  }
}

body {
  margin: 0 !important;
  font-family: var(--font-base);
}
