@charset "utf-8";
/*!
 * This file provides to reset CSS for browsers and a lot of utility classes.
 *
 * @author    Kaoru Ishikura
 * @copyright (C) Fabric Arts inc.
 * @version   1.0.0
 */

/* Table of contents ---------------------------------- *//*

  - resets
   - structure
   - text
   - hypertext
   - list
   - object
   - presentation
   - edit
   - forms
   - tables
   - image
   - selection
  - utilities
   - float
   - hide
   - clearfix
   - panel layout
   - assistive text
   - message bar
   - text narrow
   - text justify

*//* ---------------------------------------------------- */

/* resets
=========================================================== */
/*** structure ***/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

/*** text ***/
abbr[title] {
  cursor: help;
}
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  margin: 1.414em 0 .5em;
  font-weight: inherit;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #f0f0f0;
}
h1 {
  margin-top: 0 !important;
  padding-top: 20px !important;
  font-size: 2.369em;
}
h2 {
  font-size: 1.777em;
}
h3 {
  font-size: 1.333em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
small,
.font-small {
  font-size: .75em;
}

/*** hypertext ***/
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/*** list ***/
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

/*** object ***/
embed,
object {
  vertical-align: bottom;
}

/*** presentation ***/
hr {
  display: none;
}
u {
  text-decoration: underline;
}

/*** edit ***/
del {
  color: #666;
  text-decoration: line-through;
}
ins {
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}

/*** forms ***/
legend {
  white-space: normal;
}
button,
input,
label,
select,
textarea,
form img {
  vertical-align: middle;
}
button {
  border: none;
  padding: 0;
  background: none;
}
button,
input,
select,
textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}
input[disabled],
select[disabled] {
  cursor: default;
}
textarea {
  resize: vertical;
}
input[type="password"] {
  ime-mode: disabled;
}

/*** tables ***/
table {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
table th,
table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*** image ***/
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/*** selection ***/
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* utilities
========================================================= */
/*** float ***/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear:both;
}

/*** hide ***/
.hide {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}

/*** clearfix ***/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*** panel layout ***/
.panel-layout {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.panel-layout .panel-layout-child,
.panel-layout > article,
.panel-layout > li,
.panel-layout > div,
.panel-layout > p,
.panel-layout > section {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}

/*** assistive text ***/
.assistive-text {
  position: absolute !important;
  z-index: -1;
  clip: rect(1px, 1px, 1px, 1px);
}
.assistive-text:focus {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100001;
  padding: 12px;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  font-size: 12px;
  font-size: 1.2rem;
  clip: auto !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/*** message bar ***/
.msg-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 8px 15px;
  background-color: #0078d7;
  color: #fafafa;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
          box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}

/*** text narrow ***/
.text-narrow {
  display: inline-block;
  margin-right: -17.999999999%;
  -webkit-transform: scaleX(.85);
     -moz-transform: scaleX(.85);
       -o-transform: scaleX(.85);
          transform: scaleX(.85);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

/*** text justify ***/
.text-justify {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
      text-justify: inter-ideograph;
}
