@charset "UTF-8";

/* =========================================
   icons.css
   icon font
========================================= */

@font-face {
  font-family: 'icomoon';
  src: url('/common/assets/fonts/icomoon.eot');
  src:
    url('/common/assets/fonts/icomoon.eot') format('embedded-opentype'),
    url('/common/assets/fonts/icomoon.ttf') format('truetype'),
    url('/common/assets/fonts/icomoon.woff') format('woff'),
    url('/common/assets/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flag-Italy .path1:before { content: "\e90c"; color: rgb(0, 146, 70); }
.icon-flag-Italy .path2:before { content: "\e90d"; margin-left: -1.5em; color: rgb(255, 255, 255); }
.icon-flag-Italy .path3:before { content: "\e90e"; margin-left: -1.5em; color: rgb(206, 43, 55); }
.icon-flag-france .path1:before { content: "\e90f"; color: rgb(237, 41, 57); }
.icon-flag-france .path2:before { content: "\e910"; margin-left: -1.5em; color: rgb(255, 255, 255); }
.icon-flag-france .path3:before { content: "\e911"; margin-left: -1.5em; color: rgb(0, 35, 149); }
.icon-flag-jpan .path1:before { content: "\e912"; color: rgb(255, 255, 255); }
.icon-flag-jpan .path2:before { content: "\e913"; margin-left: -1.5em; color: rgb(188, 0, 45); }

.icon-facebook:before { content: "\e904"; }
.icon-hatena:before { content: "\e900"; }
.icon-instagram:before { content: "\e901"; }
.icon-twitter:before { content: "\e902"; }
.icon-line:before { content: "\e903"; }
.icon-heart:before { content: "\f004"; }
.icon-star1:before { content: "\f005"; }
.icon-star-o:before { content: "\f006"; }
.icon-heart-o1:before { content: "\f08a"; }
.icon-square-o:before { content: "\f096"; }
.icon-globe:before { content: "\f0ac"; }
.icon-square:before { content: "\f0c8"; }
.icon-registered:before { content: "\f25d"; }
.icon-amazon:before { content: "\f270"; }
.icon-tag:before { content: "\e909"; }
.icon-caret-right:before { content: "\e907"; }
.icon-list:before { content: "\e908"; }
.icon-info-circle:before { content: "\e906"; }
.icon-star:before { content: "\e905"; }
.icon-search:before { content: "\f002"; }
.icon-check:before { content: "\f00c"; }
.icon-folder:before { content: "\f07b"; }
.icon-copy:before { content: "\f0c5"; }
.icon-angle-left:before { content: "\f104"; }
.icon-home1:before { content: "\f015"; }
.icon-circle-close:before { content: "\f057"; }
.icon-tel:before { content: "\f095"; }
.icon-mail:before { content: "\f0e0"; }
.icon-angle-right:before { content: "\f105"; }
.icon-folder-o:before { content: "\f114"; }
.icon-circle-right:before { content: "\f138"; }
.icon-play:before { content: "\f04c"; }
.icon-bars:before { content: "\f0ca"; }
.icon-arrow-right:before { content: "\e90a"; }
.icon-quill:before { content: "\e90b"; }
.icon-book:before { content: "\e91f"; }

.icon-facebook { color: #3d5b99; }
.icon-twitter  { color: #64bef6; }
.icon-hatena   { color: #0ba8df; }
.icon-line     { color: #00c300; }
