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

.cart_btn a:before, .btn_outer .layout_left:before,ul#header_nav li.icon_cart a:before,ul#header_nav li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

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

.cart_btn a:before{
	content: "\e900";
	font-size: 21px;
	color: #333;
}
.btn_outer .layout_left:before {
	content: "\e901";
	font-size: 24px;
	color: #333;
}

/* スマホ用 */
ul#header_nav li.icon_cart a:before {
	content: "\e900";
	font-size: 26px;
	color: #333;
}
ul#header_nav li a:before {
	content: "\e901";
	font-size: 28px;
	color: #333;
}