@charset "UTF-8";

/*
Goldilocks Approach to Responsive Web Design Boilerplate

Author: Design by Front - @designbyfront
Version: 0.1
URL: http://www.goldilocksapproach.com
----------------------------------------------------------------------------------------

CONTENTS - GLOBAL.CSS
-----------------------------------------
1. RESET
2. ROOT
3. CORE TYPOGRAPHY
4. LINKS
5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
7. BROWSER AND NON-SEMANTIC STYLING
8. MODULE

CONTENTS - LAYOUT.CSS
-----------------------------------------
8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)

*/

/* 1. RESET
----------------------------------------------------------------------------------------*/

#transferArea {
  /* HTML5 display-role reset for older browsers */
  /* 2. ROOT
  ----------------------------------------------------------------------------------------*/
  /* /ht Ethan Marcotte - http://front.ie/l8rJaA */
  /* 3. CORE TYPOGRAPHY
  ----------------------------------------------------------------------------------------*/
  /* @media screen and (max-width: 479px) {

  body { max-width:320px; margin:0 auto; }

  }
  @media screen and (min-width: 480px) and (max-width:640px) {

  body { max-width:460px; margin:0 auto; }

  } */
  /* 4. LINKS
  ----------------------------------------------------------------------------------------*/
  /* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
  ----------------------------------------------------------------------------------------*/
  /* 6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
  ----------------------------------------------------------------------------------------*/
  /* 7. BROWSER AND NON-SEMANTIC STYLING
  ----------------------------------------------------------------------------------------*/
  /* 8. MODULE
  ----------------------------------------------------------------------------------------*/
}

#transferArea html,
#transferArea body,
#transferArea div,
#transferArea span,
#transferArea applet,
#transferArea object,
#transferArea iframe,
#transferArea h1,
#transferArea h2,
#transferArea h3,
#transferArea h4,
#transferArea h5,
#transferArea h6,
#transferArea p,
#transferArea blockquote,
#transferArea pre,
#transferArea a,
#transferArea abbr,
#transferArea acronym,
#transferArea address,
#transferArea big,
#transferArea cite,
#transferArea code,
#transferArea del,
#transferArea dfn,
#transferArea em,
#transferArea img,
#transferArea ins,
#transferArea kbd,
#transferArea q,
#transferArea s,
#transferArea samp,
#transferArea small,
#transferArea strike,
#transferArea strong,
#transferArea sub,
#transferArea sup,
#transferArea tt,
#transferArea var,
#transferArea b,
#transferArea u,
#transferArea i,
#transferArea center,
#transferArea dl,
#transferArea dt,
#transferArea dd,
#transferArea ol,
#transferArea ul,
#transferArea li,
#transferArea fieldset,
#transferArea form,
#transferArea label,
#transferArea legend,
#transferArea table,
#transferArea caption,
#transferArea tbody,
#transferArea tfoot,
#transferArea thead,
#transferArea tr,
#transferArea th,
#transferArea td,
#transferArea article,
#transferArea aside,
#transferArea canvas,
#transferArea details,
#transferArea embed,
#transferArea figure,
#transferArea figcaption,
#transferArea footer,
#transferArea header,
#transferArea hgroup,
#transferArea menu,
#transferArea nav,
#transferArea output,
#transferArea ruby,
#transferArea section,
#transferArea summary,
#transferArea time,
#transferArea mark,
#transferArea audio,
#transferArea video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "�q���M�m�p�S ProN W3", ���C���I, sans-serif;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  /* �t�H���g�T�C�Y�������� */
}

#transferArea article,
#transferArea aside,
#transferArea details,
#transferArea figcaption,
#transferArea figure,
#transferArea footer,
#transferArea header,
#transferArea hgroup,
#transferArea menu,
#transferArea nav,
#transferArea section {
  display: block;
}

#transferArea body {
  line-height: 1;
}

#transferArea ol,
#transferArea ul {
  list-style: none;
}

#transferArea blockquote,
#transferArea q {
  quotes: none;
}

#transferArea blockquote:before,
#transferArea blockquote:after,
#transferArea q:before,
#transferArea q:after {
  content: "";
  content: none;
}

#transferArea table {
  border-collapse: collapse;
  border-spacing: 0;
}

#transferArea html {
  overflow-y: scroll;
  background: #FFF;
}

#transferArea img,
#transferArea embed,
#transferArea object,
#transferArea video {
  max-width: 100%;
}

#transferArea .ie6 img.full,
#transferArea .ie6 object.full,
#transferArea .ie6 embed,
#transferArea .ie6 video {
  width: 100%;
}

#transferArea body {
  /*   font-family: Georgia, "Times New Roman", serif; */
  font-size: 0.875em;
  line-height: 1.214;
  color: #333;
}

#transferArea a {
  outline: none;
  color: #5385e8;
  text-decoration: none;
}

#transferArea a:hover {
  outline: none;
  text-decoration: none;
}

#transferArea a:active,
#transferArea a:focus {
  outline: none;
}

#transferArea #container {
  /* padding: 0.809em;
  max-width: 30em; */
  /* 	width:950px;
  		margin: auto; */
}

#transferArea .cf:before,
#transferArea .cf:after {
  content: "";
  display: block;
}

#transferArea .cf:after {
  clear: both;
}

#transferArea .ie6 .cf {
  zoom: 1;
}

#transferArea .mql_sp_hide {
  display: none !important;
}

#transferArea .mt0 {
  margin-top: 0px !important;
}

#transferArea .mt5 {
  margin-top: 5px !important;
}

#transferArea .mt10 {
  margin-top: 10px !important;
}

#transferArea .mt15 {
  margin-top: 15px !important;
}

#transferArea .mt20 {
  margin-top: 20px !important;
}

#transferArea .mt25 {
  margin-top: 25px !important;
}

#transferArea .mt30 {
  margin-top: 30px !important;
}

#transferArea .mt35 {
  margin-top: 35px !important;
}

#transferArea .mt40 {
  margin-top: 40px !important;
}

#transferArea .mt45 {
  margin-top: 45px !important;
}

#transferArea .mt50 {
  margin-top: 50px !important;
}

#transferArea .mb0 {
  margin-bottom: 0px !important;
}

#transferArea .mb5 {
  margin-bottom: 5px !important;
}

#transferArea .mb10 {
  margin-bottom: 10px !important;
}

#transferArea .mb15 {
  margin-bottom: 15px !important;
}

#transferArea .mb20 {
  margin-bottom: 20px !important;
}

#transferArea .mb25 {
  margin-bottom: 25px !important;
}

#transferArea .mb30 {
  margin-bottom: 30px !important;
}

#transferArea .mb35 {
  margin-bottom: 35px !important;
}

#transferArea .mb40 {
  margin-bottom: 40px !important;
}

#transferArea .mb50 {
  margin-bottom: 50px !important;
}

#transferArea .pt0 {
  padding-top: 0px !important;
}

#transferArea .pt5 {
  padding-top: 5px !important;
}

#transferArea .pt8 {
  padding-top: 8px !important;
}

#transferArea .pt10 {
  padding-top: 10px !important;
}

#transferArea .pt15 {
  padding-top: 15px !important;
}

#transferArea .pt20 {
  padding-top: 20px !important;
}

#transferArea .pt25 {
  padding-top: 25px !important;
}

#transferArea .pt30 {
  padding-top: 30px !important;
}

#transferArea .pt35 {
  padding-top: 35px !important;
}

#transferArea .pt40 {
  padding-top: 40px !important;
}

#transferArea .pt50 {
  padding-top: 50px !important;
}

#transferArea .pb0 {
  padding-bottom: 0px !important;
}

#transferArea .pb5 {
  padding-bottom: 5px !important;
}

#transferArea .pb10 {
  padding-bottom: 10px !important;
}

#transferArea .pb15 {
  padding-bottom: 15px !important;
}

#transferArea .pb20 {
  padding-bottom: 20px !important;
}

#transferArea .pb25 {
  padding-bottom: 25px !important;
}

#transferArea .pb30 {
  padding-bottom: 30px !important;
}

#transferArea .pb35 {
  padding-bottom: 35px !important;
}

#transferArea .pb40 {
  padding-bottom: 40px !important;
}

#transferArea .pb50 {
  padding-bottom: 50px !important;
}

#transferArea .taC {
  text-align: center !important;
}
/*# sourceMappingURL=../../../sourcemaps/_transfer/common/css/mql_global.css.map */