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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shop:before {
  content: "\e901";
}
.icon-store_mall_directory:before {
  content: "\e900";
}

.w100 {width: 100%;}
.fs1 {font-size: 12px;}
.fs2 {font-size: 22px;}
.fs3 {font-size: 32px;}
.fs4 {font-size: 42px;}
.fs8 {font-size: 82px;}
.fs10 {font-size: 102px;}
.border{border:1px solid rgba(0,0,0,1);}

.p10{padding:10px;}
.p20{padding:20px;} 
.pt20{padding-top:20px;} 
.pt120{padding-top:120px;}

.store{position:relative;}
.store a{display:inline-block;text-decoration: none !important;}
.store a{
	-webkit-transition: color 0.2s, background-color 0.2s;
	   -moz-transition: color 0.2s, background-color 0.2s;
			transition: color 0.2s, background-color 0.2s;}
.store a:hover{background-color:#ea6c41;color:#fff;border-color:#ea6c41;}

