@charset "UTF-8";
/* line 6, ../sass/frame/__reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../sass/frame/__reset.scss */
body {
  line-height: 1;
}

/* line 30, ../sass/frame/__reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, ../sass/frame/__reset.scss */
ul, ol {
  list-style: none;
}

/* line 37, ../sass/frame/__reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/frame/__reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/frame/__reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 54, ../sass/frame/__reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../sass/frame/__reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 66, ../sass/frame/__reset.scss */
del {
  text-decoration: line-through;
}

/* line 69, ../sass/frame/__reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 73, ../sass/frame/__reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 78, ../sass/frame/__reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 86, ../sass/frame/__reset.scss */
input, select {
  vertical-align: middle;
}

/* line 89, ../sass/frame/__reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 1, ../sass/frame/_layouts.scss */
html, body {
  height: 100%;
  font-family: Arial,"微軟正黑體","新細明體";
  color: #545454;
  font-size: 1rem;
  line-height: 140%;
}

/* line 8, ../sass/frame/_layouts.scss */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/frame/_layouts.scss */
a {
  text-decoration: underline;
  color: #f64268;
}

/* line 17, ../sass/frame/_layouts.scss */
u {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* line 23, ../sass/frame/_layouts.scss */
.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
/* line 203, ../sass/define/___mixins.scss */
.crop img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 25, ../sass/frame/_layouts.scss */
.crop a {
  display: block;
}

/* line 29, ../sass/frame/_layouts.scss */
.inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 33, ../sass/frame/_layouts.scss */
.hide {
  display: none;
}

/* line 13, ../sass/define/___mixins.scss */
.container, .clearfix {
  zoom: 1;
}
/* line 16, ../sass/define/___mixins.scss */
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 39, ../sass/frame/_layouts.scss */
.container {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 979px) {
  /* line 39, ../sass/frame/_layouts.scss */
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 47, ../sass/frame/_layouts.scss */
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 52, ../sass/frame/_layouts.scss */
  .hidden-pad {
    display: none;
  }
}

@media (min-width: 1000px) {
  /* line 57, ../sass/frame/_layouts.scss */
  .hidden-desktop {
    display: none;
  }
}

/* line 62, ../sass/frame/_layouts.scss */
.col-left {
  float: left;
}

/* line 65, ../sass/frame/_layouts.scss */
.col-right {
  float: right;
}

/* line 68, ../sass/frame/_layouts.scss */
.center {
  text-align: center;
}

/* line 71, ../sass/frame/_layouts.scss */
.right {
  text-align: right;
}

/* line 74, ../sass/frame/_layouts.scss */
.font-14 {
  font-size: 0.875rem;
}

/* line 78, ../sass/frame/_layouts.scss */
.font-20 {
  font-size: 1.25rem;
}

/* line 82, ../sass/frame/_layouts.scss */
ol.decimal {
  list-style-type: decimal;
}
/* line 84, ../sass/frame/_layouts.scss */
ol.decimal li {
  margin-left: 18px;
}

/* line 89, ../sass/frame/_layouts.scss */
hr {
  background: url(../img/hr.jpg) repeat-x;
  display: block;
  height: 4px;
  width: 100%;
  border-color: #e7b7b7;
  margin: 24px 0;
}

/* line 97, ../sass/frame/_layouts.scss */
input[type=text], select {
  height: 46px;
  line-height: 46px;
  border: 1px solid #d4d4d4;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff;
  color: #545454;
  font-size: 1.25rem;
  font-weight: normal;
  width: 100%;
  font-family: "微軟正黑體";
}

/* line 110, ../sass/frame/_layouts.scss */
input[type="checkbox"] {
  display: none;
}

/* line 113, ../sass/frame/_layouts.scss */
input[type="checkbox"] + label p {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  cursor: pointer;
  color: #000000;
}

/* line 120, ../sass/frame/_layouts.scss */
input[type="checkbox"] + label > span {
  display: inline-block;
  width: 22px;
  height: 24px;
  line-height: 24px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../img/checkbox.png) 0 0 no-repeat;
  cursor: pointer;
}

/* line 130, ../sass/frame/_layouts.scss */
input[type="checkbox"]:checked + label > span {
  background: url(../img/checkbox.png) 0 -24px no-repeat;
}

/* line 133, ../sass/frame/_layouts.scss */
input[type="checkbox"]:disabled + label > span {
  background: url(../img/checkbox.png) 0 -48px no-repeat;
}

/* line 136, ../sass/frame/_layouts.scss */
input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 148, ../sass/frame/_layouts.scss */
input[type=radio].css-checkbox + label.css-label {
  padding-left: 26px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
  padding-right: 15px;
}

/* line 161, ../sass/frame/_layouts.scss */
.radio-block {
  line-height: 40px;
}

/* line 164, ../sass/frame/_layouts.scss */
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

/* line 167, ../sass/frame/_layouts.scss */
input[type=radio].css-checkbox:disabled + label.css-label {
  background-position: 0 -48px;
}

/* line 170, ../sass/frame/_layouts.scss */
label.css-label {
  background-image: url(../img/radio.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 180, ../sass/frame/_layouts.scss */
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 187, ../sass/frame/_layouts.scss */
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 191, ../sass/frame/_layouts.scss */
.modal-open {
  overflow: hidden;
}

/* line 194, ../sass/frame/_layouts.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 206, ../sass/frame/_layouts.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 215, ../sass/frame/_layouts.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 221, ../sass/frame/_layouts.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 225, ../sass/frame/_layouts.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  margin-top: 3%;
  width: 730px;
}

/* line 232, ../sass/frame/_layouts.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 244, ../sass/frame/_layouts.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 253, ../sass/frame/_layouts.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 257, ../sass/frame/_layouts.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 264, ../sass/frame/_layouts.scss */
.modal-header .icon-close {
  position: absolute;
  cursor: pointer;
  right: -62px;
  top: 10px;
}

/* line 270, ../sass/frame/_layouts.scss */
.modal-title {
  margin: 0;
  line-height: 90px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  background: #0290df;
  color: #fff;
  text-align: center;
}

/* line 281, ../sass/frame/_layouts.scss */
.modal-body {
  position: relative;
  padding: 25px 32px;
  text-align: justify;
  line-height: 140%;
  color: #4a4a4a;
}

/* line 288, ../sass/frame/_layouts.scss */
.modal-footer {
  padding-bottom: 30px;
  text-align: center;
}

/* line 292, ../sass/frame/_layouts.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 296, ../sass/frame/_layouts.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 299, ../sass/frame/_layouts.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 302, ../sass/frame/_layouts.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (max-width: 767px) {
  /* line 310, ../sass/frame/_layouts.scss */
  .modal-dialog {
    width: 95%;
  }

  /* line 315, ../sass/frame/_layouts.scss */
  .m-block {
    display: block;
  }
}
/* line 39, ../sass/define/___background.scss */
.icon-act1 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-act1:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-act1:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-act1:before {
  width: 130px;
  padding-top: 130px;
  background-position: 0px 0px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-arrow {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-arrow:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-arrow:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-arrow:before {
  width: 25px;
  padding-top: 25px;
  background-position: -474px -1px;
  top: 0px;
  left: 8px;
}

/* line 39, ../sass/define/___background.scss */
.icon-arrow-l {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-arrow-l:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-arrow-l:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-arrow-l:before {
  width: 25px;
  padding-top: 25px;
  background-position: -474px -145px;
  top: 0px;
  left: -8px;
}

/* line 39, ../sass/define/___background.scss */
.icon-mail {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-mail:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-mail:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-mail:before {
  width: 104px;
  padding-top: 105px;
  background-position: -132px -1px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-news {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-news:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-news:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-news:before {
  width: 104px;
  padding-top: 105px;
  background-position: -240px -1px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-gift {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-gift:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-gift:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-gift:before {
  width: 104px;
  padding-top: 105px;
  background-position: -345px -1px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-close {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-close:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-close:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-close:before {
  width: 51px;
  padding-top: 51px;
  background-position: -449px -36px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-info {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-info:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-info:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-info:before {
  width: 61px;
  padding-top: 61px;
  background-position: -103px -135px;
  top: 0px;
  left: -9px;
}

/* line 39, ../sass/define/___background.scss */
.icon-close2 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-close2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-close2:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-close2:before {
  width: 25px;
  padding-top: 25px;
  background-position: -473px -90px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-menu {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-menu:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-menu:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-menu:before {
  width: 25px;
  padding-top: 25px;
  background-position: -473px -119px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-order {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-order:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-order:before {
    background-image: url(../img/icon_retina.png);
    background-size: 500px 500px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-order:before {
  width: 101px;
  padding-top: 101px;
  background-position: 0px -134px;
  top: 0px;
  left: 0px;
}

/* line 34, ../sass/frame/_icon.scss */
[class^="icon-"]:before,
[class*="icon-"]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
