
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);

@charset "UTF-8";
/*
Theme Name: teapresso for letterpot
Author: kirinsan.inc
Author URI: http://www.kirinsan.co.jp
Description: kirinsan.inc simple scaffold
*/
/* speeddemon */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

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

a img {
  border: none; }

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

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
html {
  font-size: 62.5%; }

body {
  color: #722e00;
  background-color: #CCC;
  background-image: url(/images/woodsozai.jpg);
  background-size: 200px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65em;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1em;
  margin: 15px 0;
  margin: 1.5rem 0; }
  h1.attention, h2.attention, h3.attention, h4.attention, h5.attention, h6.attention {
    color: #722e00; }

h1 {
  font-size: 162.5%; }

h2 {
  font-size: 150%; }

h3 {
  font-size: 137.5%; }

h4 {
  font-size: 125%; }

h5 {
  font-size: 112.5%; }

strong {
  font-weight: bold;
  word-break : break-all;
}

em {
  font-style: italic; }

small {
  font-size: 80%; }

a {
  color: #7ccbf9; }

p {
  margin: 1em 0; }

ul, ol {
  padding-left: 2em; }

ul li {
  list-style-type: disc; }

blockquote {
  font-style: italic; }

pre {
  margin-left: 5%;
  margin-right: 30%; }

code {
  font-size: 1em;
  line-height: 1.2em; }

table tr {
  border-top: 1px solid #ddd; }
  table tr:last-child {
    border-bottom: 1px solid #ddd; }

table > thead > tr > td, table > thead > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th {
  background-color: #eee; }

table > thead tr:first-child, table > tfoot tr:first-child {
  border-top-width: 2px; }

table > thead tr:last-child, table > tfoot tr:last-child {
  border-bottom-width: 2px; }

table th, table td {
  padding: 0.3em 1em; }

table th {
  font-weight: bold; }

table.stripe tr:nth-child(2n) > td, table.stripe tr:nth-child(2n) > th {
  background-color: #F9F9F9; }

button, input[type="button"], input[type="submit"] {
  width: 80%;
  margin: 10px auto 20px;
  padding: 1em 2em;
  border: none;
  display: inline-block;
  /*background-color: #5A7AB3;*/
  /*box-shadow: 0 6px #4063A4;*/
  font-size: 114%;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.button_to, .actions {
  text-align: center;
}

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
body {
  padding-top: 44px;
  overflow-x: hidden; }

#header-global {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.header-global-container {
  display: -ms-flexbox;
  display: flex; }
  .header-global-container .handle, .header-global-container .search {
    width: 44px; }
  .header-global-container .handle > a {
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
    display: block;
    transition: left 0.4s cubic-bezier(0.63, -0.29, 0.21, 1.26) 0s;
    -webkit-tap-highlight-color: transparent; }
    .handle-opened .header-global-container .handle > a {
      left: 260px; }
    .header-global-container .handle > a:after {
      content: "";
      position: absolute;
      left: 4.4px;
      top: 4.4px;
      width: 35.2px;
      height: 35.2px;
      border-radius: 900px;
      opacity: 0;
      filter: alpha(opacity=0);
      background-color: rgba(10, 0, 0, 0.1);
      transition: all 0.3s ease-in-out 0s; }
      .handle-opened .header-global-container .handle > a:after {
        display: block;
        width: 100vw;
        height: 100vh;
        left: -260px;
        top: 0;
        border-radius: 0;
        background-color: rgba(10, 0, 0, 0.35);
        opacity: 1;
        filter: alpha(opacity=100); }
    .header-global-container .handle > a > div {
      width: 22px;
      height: 3px;
      margin: -1.5px -11px;
      border-radius: 1.5px;
      background-color: #722e00;
      position: absolute;
      transition: all 0.2s linear 0s;
      z-index: 10; }
      .header-global-container .handle > a > div {
        left: 50%; }
      .header-global-container .handle > a > div:nth-child(1) {
        top: calc(50% - 7.2px); }
      .header-global-container .handle > a > div:nth-child(2) {
        top: 50%;
        opacity: 1;
        filter: alpha(opacity=100); }
      .header-global-container .handle > a > div:nth-child(3) {
        top: calc(50% + 7.2px); }
      .handle-opened .header-global-container .handle > a > div {
        background-color: #fff; }
        .handle-opened .header-global-container .handle > a > div:nth-child(1) {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          top: 50%; }
        .handle-opened .header-global-container .handle > a > div:nth-child(2) {
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg);
          opacity: 0;
          filter: alpha(opacity=0);
          top: 50%; }
        .handle-opened .header-global-container .handle > a > div:nth-child(3) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 50%; }
  .header-global-container > .brand {
    width: calc(100% - 88px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px; }
    .header-global-container > .brand h1 {
      margin: 0;
      padding: 0; }
    .header-global-container > .brand img {
      height: 28px;
      margin: 4.4px auto;
      display: block; }
  .header-global-container > .notificate {
    position: relative;
    width: 44px; }
    .header-global-container > .notificate .icon .fa-2x {
      margin: 5px;
      display: block;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .header-global-container > .notificate .badge {
      position: absolute;
      right: 4px;
      top: 4px;
      background-color: #f15555;
      color: #fff;
      border-radius: 32px;
      line-height: 1em;
      padding: .3em .6em;
      font-size: 9px;
      font-size: 0.9rem; }
  .header-global-container .notificate-listbox {
    position: absolute;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s ease-in-out 0s;
    max-width: 300px;
    max-height: 80vh;
    right: 0;
    top: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 6px; }
    .header-global-container .notificate-listbox:after, .header-global-container .notificate-listbox:before {
      content: "";
      width: 12px;
      height: 12px;
      background-color: #fff;
      position: absolute;
      top: -6px;
      right: 8.6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: 4; }
    .header-global-container .notificate-listbox:before {
      top: -5px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    .header-global-container .notificate-listbox .notificate-listbox-body {
      background-color: #fff;
      z-index: 5;
      position: relative;
      overflow: scroll;
      border-radius: 6px; }
      .header-global-container .notificate-listbox .notificate-listbox-body .ui-list-navigation {
        border-top: none; }
        .header-global-container .notificate-listbox .notificate-listbox-body .ui-list-navigation li:first-child {
          border-top: none; }
        .header-global-container .notificate-listbox .notificate-listbox-body .ui-list-navigation li > a, .header-global-container .notificate-listbox .notificate-listbox-body .ui-list-navigation li > div {
          padding: 6px; }
  .header-global-container .notificate.open .notificate-listbox {
    width: 80vw;
    right: 8px;
    opacity: 1;
    filter: alpha(opacity=100); }

#sidebar-global {
  background-color: #FCFCFC;
  overflow: scroll;
  transition: left 0.4s cubic-bezier(0.63, -0.29, 0.21, 1.26) 0s;
  position: fixed;
  width: 260px;
  height: 100vh;
  top: 0;
  left: -260px;
  z-index: 1500;
  box-shadow: 0 0 0px transparent; }
  .handle-opened #sidebar-global {
    display: block;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }

.sidebar-navlist {
  font-size: 14px;
  font-size: 1.4rem; }
  .sidebar-navlist, .sidebar-navlist li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .sidebar-navlist a {
    display: block;
    border-top: 1px solid #ccc;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #722e00;
    position: relative; }
    .sidebar-navlist a:after {
      font-family: "FontAwesome";
      position: absolute;
      right: 8px;
      right: 0.8rem;
      top: 50%;
      content: "\f054";
      font-size: 9px;
      font-size: 0.98rem;
      line-height: 1em;
      margin: -4px 0;
      margin: -0.49rem 0; }
  .sidebar-navlist:last-child {
    border-bottom: 1px solid #ccc; }

.sidebar-user-detail {
  padding: 1em 0;
  text-align: center; }
  .sidebar-user-detail img {
    border-radius: 50%;
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto; }
  .sidebar-user-detail p {
    margin: 0.8em 0 0 0; }
  .sidebar-user-detail span {
    font-size: 1.1rem;
    line-height: 1em;
    display: inline-block;
    border: 1px solid;
    padding: 0.4em 0.4em;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px; }

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
footer h1 {
  font-size: 100%; }

footer nav ul, footer nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

footer nav > ul > li {
  display: inline-block;
  position: relative; }

footer nav > ul ul {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff; }

footer nav > ul > li > ul {
  top: 1.5em; }
  footer nav > ul > li > ul ul {
    top: 0;
    left: 0; }

footer nav ul > li:hover > ul {
  display: block; }

#footer-global {
  background-color: #722e00;
  color: #fff;
  text-align: center; }
  #footer-global a {
    color: #fff; }

#footer-global-nav {
  width: 100%;
  font-size: 80%;
  display: block;
  box-sizing: border-box;
  padding: 0.5em; }
  #footer-global-nav ul {
    float: right; }
    #footer-global-nav ul li {
      line-height: 1.1em;
      padding: 0 0.3em;
      border-left: 1px solid #fff; }
      #footer-global-nav ul li:first-child {
        border: none; }
  #footer-global-nav a {
    text-decoration: none; }

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
#sidebar > ul, #sidebar > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#sidebar > ul > li {
  background-color: #fff;
  padding: 30px;
  margin: 7.5px;
  padding-top: 0.5em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  @media (max-width: 750px) {
    #sidebar > ul > li {
      padding: 15px; } }

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
.column {
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 50;
  position: relative; }
  .column.column-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  @media (min-width: 1280px) {
    .column {
      width: 1280px; }
      .column .column {
        width: auto; } }
  @media (max-width: 860px) {
    .column {
      padding: 0 7.5px; } }
  @media (max-width: 750px) {
    .column {
      padding: 0; } }

.panel,
.panel-dark {
  background-color: #fff;
  padding: 30px;
  margin: 7.5px;
  padding-top: 0.5em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  @media (max-width: 750px) {
    .panel,
    .panel-dark {
      padding: 15px; } }
  .panel.panel-dark,
  .panel-dark.panel-dark {
    background-color: #595959; }
  .panel.panel-nopadding,
  .panel-dark.panel-nopadding {
    padding: 0; }
  .panel.panel-noheading,
  .panel-dark.panel-noheading {
    padding-top: 30px; }

@media (max-width: 860px) {
  #column-main,
  #column-sub {
    float: none;
    width: auto;
    margin: 10px; } }

.nopc {
  display: none !important; }

@media (max-width: 860px) {
  .nopc {
    display: block !important; }
  .nosp {
    display: none !important; } }

.column:after {
  content: "";
  display: block;
  clear: both; }

/* カラム幅 */
[class^="col-"],
[class*=" col-"] {
  box-sizing: border-box; }
  [class^="col-"]:after,
  [class*=" col-"]:after {
    content: "";
    display: block;
    clear: both; }
  [class^="col-"].col-padding,
  [class*=" col-"].col-padding {
    padding: 8px; }
  @media (max-width: 750px) {
    [class^="col-"].col-sd-nopadding,
    [class*=" col-"].col-sd-nopadding {
      padding: 8px; } }

.col-full {
  width: 100%;
  padding: 1px 0; }

.col-11 {
  width: 100%; }

.col-12 {
  width: 200%; }

.col-13 {
  width: 300%; }

.col-14 {
  width: 400%; }

.col-15 {
  width: 500%; }

.col-16 {
  width: 600%; }

.col-17 {
  width: 700%; }

.col-18 {
  width: 800%; }

.col-19 {
  width: 900%; }

.col-21 {
  width: 50%; }

.col-22 {
  width: 100%; }

.col-23 {
  width: 150%; }

.col-24 {
  width: 200%; }

.col-25 {
  width: 250%; }

.col-26 {
  width: 300%; }

.col-27 {
  width: 350%; }

.col-28 {
  width: 400%; }

.col-29 {
  width: 450%; }

.col-31 {
  width: 33.33333%; }

.col-32 {
  width: 66.66667%; }

.col-33 {
  width: 100%; }

.col-34 {
  width: 133.33333%; }

.col-35 {
  width: 166.66667%; }

.col-36 {
  width: 200%; }

.col-37 {
  width: 233.33333%; }

.col-38 {
  width: 266.66667%; }

.col-39 {
  width: 300%; }

.col-41 {
  width: 25%; }

.col-42 {
  width: 50%; }

.col-43 {
  width: 75%; }

.col-44 {
  width: 100%; }

.col-45 {
  width: 125%; }

.col-46 {
  width: 150%; }

.col-47 {
  width: 175%; }

.col-48 {
  width: 200%; }

.col-49 {
  width: 225%; }

.col-51 {
  width: 20%; }

.col-52 {
  width: 40%; }

.col-53 {
  width: 60%; }

.col-54 {
  width: 80%; }

.col-55 {
  width: 100%; }

.col-56 {
  width: 120%; }

.col-57 {
  width: 140%; }

.col-58 {
  width: 160%; }

.col-59 {
  width: 180%; }

.col-61 {
  width: 16.66667%; }

.col-62 {
  width: 33.33333%; }

.col-63 {
  width: 50%; }

.col-64 {
  width: 66.66667%; }

.col-65 {
  width: 83.33333%; }

.col-66 {
  width: 100%; }

.col-67 {
  width: 116.66667%; }

.col-68 {
  width: 133.33333%; }

.col-69 {
  width: 150%; }

.col-71 {
  width: 14.28571%; }

.col-72 {
  width: 28.57143%; }

.col-73 {
  width: 42.85714%; }

.col-74 {
  width: 57.14286%; }

.col-75 {
  width: 71.42857%; }

.col-76 {
  width: 85.71429%; }

.col-77 {
  width: 100%; }

.col-78 {
  width: 114.28571%; }

.col-79 {
  width: 128.57143%; }

.col-81 {
  width: 12.5%; }

.col-82 {
  width: 25%; }

.col-83 {
  width: 37.5%; }

.col-84 {
  width: 50%; }

.col-85 {
  width: 62.5%; }

.col-86 {
  width: 75%; }

.col-87 {
  width: 87.5%; }

.col-88 {
  width: 100%; }

.col-89 {
  width: 112.5%; }

.col-91 {
  width: 11.11111%; }

.col-92 {
  width: 22.22222%; }

.col-93 {
  width: 33.33333%; }

.col-94 {
  width: 44.44444%; }

.col-95 {
  width: 55.55556%; }

.col-96 {
  width: 66.66667%; }

.col-97 {
  width: 77.77778%; }

.col-98 {
  width: 88.88889%; }

.col-99 {
  width: 100%; }

.col-shift-11 {
  margin-left: 100%; }

.col-shift-12 {
  margin-left: 200%; }

.col-shift-13 {
  margin-left: 300%; }

.col-shift-14 {
  margin-left: 400%; }

.col-shift-15 {
  margin-left: 500%; }

.col-shift-16 {
  margin-left: 600%; }

.col-shift-17 {
  margin-left: 700%; }

.col-shift-18 {
  margin-left: 800%; }

.col-shift-19 {
  margin-left: 900%; }

.col-shift-21 {
  margin-left: 50%; }

.col-shift-22 {
  margin-left: 100%; }

.col-shift-23 {
  margin-left: 150%; }

.col-shift-24 {
  margin-left: 200%; }

.col-shift-25 {
  margin-left: 250%; }

.col-shift-26 {
  margin-left: 300%; }

.col-shift-27 {
  margin-left: 350%; }

.col-shift-28 {
  margin-left: 400%; }

.col-shift-29 {
  margin-left: 450%; }

.col-shift-31 {
  margin-left: 33.33333%; }

.col-shift-32 {
  margin-left: 66.66667%; }

.col-shift-33 {
  margin-left: 100%; }

.col-shift-34 {
  margin-left: 133.33333%; }

.col-shift-35 {
  margin-left: 166.66667%; }

.col-shift-36 {
  margin-left: 200%; }

.col-shift-37 {
  margin-left: 233.33333%; }

.col-shift-38 {
  margin-left: 266.66667%; }

.col-shift-39 {
  margin-left: 300%; }

.col-shift-41 {
  margin-left: 25%; }

.col-shift-42 {
  margin-left: 50%; }

.col-shift-43 {
  margin-left: 75%; }

.col-shift-44 {
  margin-left: 100%; }

.col-shift-45 {
  margin-left: 125%; }

.col-shift-46 {
  margin-left: 150%; }

.col-shift-47 {
  margin-left: 175%; }

.col-shift-48 {
  margin-left: 200%; }

.col-shift-49 {
  margin-left: 225%; }

.col-shift-51 {
  margin-left: 20%; }

.col-shift-52 {
  margin-left: 40%; }

.col-shift-53 {
  margin-left: 60%; }

.col-shift-54 {
  margin-left: 80%; }

.col-shift-55 {
  margin-left: 100%; }

.col-shift-56 {
  margin-left: 120%; }

.col-shift-57 {
  margin-left: 140%; }

.col-shift-58 {
  margin-left: 160%; }

.col-shift-59 {
  margin-left: 180%; }

.col-shift-61 {
  margin-left: 16.66667%; }

.col-shift-62 {
  margin-left: 33.33333%; }

.col-shift-63 {
  margin-left: 50%; }

.col-shift-64 {
  margin-left: 66.66667%; }

.col-shift-65 {
  margin-left: 83.33333%; }

.col-shift-66 {
  margin-left: 100%; }

.col-shift-67 {
  margin-left: 116.66667%; }

.col-shift-68 {
  margin-left: 133.33333%; }

.col-shift-69 {
  margin-left: 150%; }

.col-shift-71 {
  margin-left: 14.28571%; }

.col-shift-72 {
  margin-left: 28.57143%; }

.col-shift-73 {
  margin-left: 42.85714%; }

.col-shift-74 {
  margin-left: 57.14286%; }

.col-shift-75 {
  margin-left: 71.42857%; }

.col-shift-76 {
  margin-left: 85.71429%; }

.col-shift-77 {
  margin-left: 100%; }

.col-shift-78 {
  margin-left: 114.28571%; }

.col-shift-79 {
  margin-left: 128.57143%; }

.col-shift-81 {
  margin-left: 12.5%; }

.col-shift-82 {
  margin-left: 25%; }

.col-shift-83 {
  margin-left: 37.5%; }

.col-shift-84 {
  margin-left: 50%; }

.col-shift-85 {
  margin-left: 62.5%; }

.col-shift-86 {
  margin-left: 75%; }

.col-shift-87 {
  margin-left: 87.5%; }

.col-shift-88 {
  margin-left: 100%; }

.col-shift-89 {
  margin-left: 112.5%; }

.col-shift-91 {
  margin-left: 11.11111%; }

.col-shift-92 {
  margin-left: 22.22222%; }

.col-shift-93 {
  margin-left: 33.33333%; }

.col-shift-94 {
  margin-left: 44.44444%; }

.col-shift-95 {
  margin-left: 55.55556%; }

.col-shift-96 {
  margin-left: 66.66667%; }

.col-shift-97 {
  margin-left: 77.77778%; }

.col-shift-98 {
  margin-left: 88.88889%; }

.col-shift-99 {
  margin-left: 100%; }

.col-shift-none {
  margin-left: 0px; }

.mg-right-10 {
  margin-right: 10px !important;
}

.pd00 {
  padding: 0 !important;
}

.pd01 {
  padding: 2px 0;
}

.pd10 {
  padding: 10px !important;
}

.pd-right38 {
  padding-right: 38.4px;
}

.width80 {
  width: 80px !important;
}

.width150 {
  width: 150px !important;
}

.align-center {
  text-align: center;
}

.mg00 {
  margin: 0 !important;
}

.mg-center {
  margin: 0 auto;
}

@media (min-width: 751px) {
  .only-sd {
    display: none; }
}

@media (max-width: 950px) {
  .col-nd-11 {
    width: 100%; }
  .col-nd-12 {
    width: 200%; }
  .col-nd-13 {
    width: 300%; }
  .col-nd-14 {
    width: 400%; }
  .col-nd-15 {
    width: 500%; }
  .col-nd-16 {
    width: 600%; }
  .col-nd-17 {
    width: 700%; }
  .col-nd-18 {
    width: 800%; }
  .col-nd-19 {
    width: 900%; }
  .col-nd-21 {
    width: 50%; }
  .col-nd-22 {
    width: 100%; }
  .col-nd-23 {
    width: 150%; }
  .col-nd-24 {
    width: 200%; }
  .col-nd-25 {
    width: 250%; }
  .col-nd-26 {
    width: 300%; }
  .col-nd-27 {
    width: 350%; }
  .col-nd-28 {
    width: 400%; }
  .col-nd-29 {
    width: 450%; }
  .col-nd-31 {
    width: 33.33333%; }
  .col-nd-32 {
    width: 66.66667%; }
  .col-nd-33 {
    width: 100%; }
  .col-nd-34 {
    width: 133.33333%; }
  .col-nd-35 {
    width: 166.66667%; }
  .col-nd-36 {
    width: 200%; }
  .col-nd-37 {
    width: 233.33333%; }
  .col-nd-38 {
    width: 266.66667%; }
  .col-nd-39 {
    width: 300%; }
  .col-nd-41 {
    width: 25%; }
  .col-nd-42 {
    width: 50%; }
  .col-nd-43 {
    width: 75%; }
  .col-nd-44 {
    width: 100%; }
  .col-nd-45 {
    width: 125%; }
  .col-nd-46 {
    width: 150%; }
  .col-nd-47 {
    width: 175%; }
  .col-nd-48 {
    width: 200%; }
  .col-nd-49 {
    width: 225%; }
  .col-nd-51 {
    width: 20%; }
  .col-nd-52 {
    width: 40%; }
  .col-nd-53 {
    width: 60%; }
  .col-nd-54 {
    width: 80%; }
  .col-nd-55 {
    width: 100%; }
  .col-nd-56 {
    width: 120%; }
  .col-nd-57 {
    width: 140%; }
  .col-nd-58 {
    width: 160%; }
  .col-nd-59 {
    width: 180%; }
  .col-nd-61 {
    width: 16.66667%; }
  .col-nd-62 {
    width: 33.33333%; }
  .col-nd-63 {
    width: 50%; }
  .col-nd-64 {
    width: 66.66667%; }
  .col-nd-65 {
    width: 83.33333%; }
  .col-nd-66 {
    width: 100%; }
  .col-nd-67 {
    width: 116.66667%; }
  .col-nd-68 {
    width: 133.33333%; }
  .col-nd-69 {
    width: 150%; }
  .col-nd-71 {
    width: 14.28571%; }
  .col-nd-72 {
    width: 28.57143%; }
  .col-nd-73 {
    width: 42.85714%; }
  .col-nd-74 {
    width: 57.14286%; }
  .col-nd-75 {
    width: 71.42857%; }
  .col-nd-76 {
    width: 85.71429%; }
  .col-nd-77 {
    width: 100%; }
  .col-nd-78 {
    width: 114.28571%; }
  .col-nd-79 {
    width: 128.57143%; }
  .col-nd-81 {
    width: 12.5%; }
  .col-nd-82 {
    width: 25%; }
  .col-nd-83 {
    width: 37.5%; }
  .col-nd-84 {
    width: 50%; }
  .col-nd-85 {
    width: 62.5%; }
  .col-nd-86 {
    width: 75%; }
  .col-nd-87 {
    width: 87.5%; }
  .col-nd-88 {
    width: 100%; }
  .col-nd-89 {
    width: 112.5%; }
  .col-nd-91 {
    width: 11.11111%; }
  .col-nd-92 {
    width: 22.22222%; }
  .col-nd-93 {
    width: 33.33333%; }
  .col-nd-94 {
    width: 44.44444%; }
  .col-nd-95 {
    width: 55.55556%; }
  .col-nd-96 {
    width: 66.66667%; }
  .col-nd-97 {
    width: 77.77778%; }
  .col-nd-98 {
    width: 88.88889%; }
  .col-nd-99 {
    width: 100%; }
  .col-nd-shift-11 {
    margin-left: 100%; }
  .col-nd-shift-12 {
    margin-left: 200%; }
  .col-nd-shift-13 {
    margin-left: 300%; }
  .col-nd-shift-14 {
    margin-left: 400%; }
  .col-nd-shift-15 {
    margin-left: 500%; }
  .col-nd-shift-16 {
    margin-left: 600%; }
  .col-nd-shift-17 {
    margin-left: 700%; }
  .col-nd-shift-18 {
    margin-left: 800%; }
  .col-nd-shift-19 {
    margin-left: 900%; }
  .col-nd-shift-21 {
    margin-left: 50%; }
  .col-nd-shift-22 {
    margin-left: 100%; }
  .col-nd-shift-23 {
    margin-left: 150%; }
  .col-nd-shift-24 {
    margin-left: 200%; }
  .col-nd-shift-25 {
    margin-left: 250%; }
  .col-nd-shift-26 {
    margin-left: 300%; }
  .col-nd-shift-27 {
    margin-left: 350%; }
  .col-nd-shift-28 {
    margin-left: 400%; }
  .col-nd-shift-29 {
    margin-left: 450%; }
  .col-nd-shift-31 {
    margin-left: 33.33333%; }
  .col-nd-shift-32 {
    margin-left: 66.66667%; }
  .col-nd-shift-33 {
    margin-left: 100%; }
  .col-nd-shift-34 {
    margin-left: 133.33333%; }
  .col-nd-shift-35 {
    margin-left: 166.66667%; }
  .col-nd-shift-36 {
    margin-left: 200%; }
  .col-nd-shift-37 {
    margin-left: 233.33333%; }
  .col-nd-shift-38 {
    margin-left: 266.66667%; }
  .col-nd-shift-39 {
    margin-left: 300%; }
  .col-nd-shift-41 {
    margin-left: 25%; }
  .col-nd-shift-42 {
    margin-left: 50%; }
  .col-nd-shift-43 {
    margin-left: 75%; }
  .col-nd-shift-44 {
    margin-left: 100%; }
  .col-nd-shift-45 {
    margin-left: 125%; }
  .col-nd-shift-46 {
    margin-left: 150%; }
  .col-nd-shift-47 {
    margin-left: 175%; }
  .col-nd-shift-48 {
    margin-left: 200%; }
  .col-nd-shift-49 {
    margin-left: 225%; }
  .col-nd-shift-51 {
    margin-left: 20%; }
  .col-nd-shift-52 {
    margin-left: 40%; }
  .col-nd-shift-53 {
    margin-left: 60%; }
  .col-nd-shift-54 {
    margin-left: 80%; }
  .col-nd-shift-55 {
    margin-left: 100%; }
  .col-nd-shift-56 {
    margin-left: 120%; }
  .col-nd-shift-57 {
    margin-left: 140%; }
  .col-nd-shift-58 {
    margin-left: 160%; }
  .col-nd-shift-59 {
    margin-left: 180%; }
  .col-nd-shift-61 {
    margin-left: 16.66667%; }
  .col-nd-shift-62 {
    margin-left: 33.33333%; }
  .col-nd-shift-63 {
    margin-left: 50%; }
  .col-nd-shift-64 {
    margin-left: 66.66667%; }
  .col-nd-shift-65 {
    margin-left: 83.33333%; }
  .col-nd-shift-66 {
    margin-left: 100%; }
  .col-nd-shift-67 {
    margin-left: 116.66667%; }
  .col-nd-shift-68 {
    margin-left: 133.33333%; }
  .col-nd-shift-69 {
    margin-left: 150%; }
  .col-nd-shift-71 {
    margin-left: 14.28571%; }
  .col-nd-shift-72 {
    margin-left: 28.57143%; }
  .col-nd-shift-73 {
    margin-left: 42.85714%; }
  .col-nd-shift-74 {
    margin-left: 57.14286%; }
  .col-nd-shift-75 {
    margin-left: 71.42857%; }
  .col-nd-shift-76 {
    margin-left: 85.71429%; }
  .col-nd-shift-77 {
    margin-left: 100%; }
  .col-nd-shift-78 {
    margin-left: 114.28571%; }
  .col-nd-shift-79 {
    margin-left: 128.57143%; }
  .col-nd-shift-81 {
    margin-left: 12.5%; }
  .col-nd-shift-82 {
    margin-left: 25%; }
  .col-nd-shift-83 {
    margin-left: 37.5%; }
  .col-nd-shift-84 {
    margin-left: 50%; }
  .col-nd-shift-85 {
    margin-left: 62.5%; }
  .col-nd-shift-86 {
    margin-left: 75%; }
  .col-nd-shift-87 {
    margin-left: 87.5%; }
  .col-nd-shift-88 {
    margin-left: 100%; }
  .col-nd-shift-89 {
    margin-left: 112.5%; }
  .col-nd-shift-91 {
    margin-left: 11.11111%; }
  .col-nd-shift-92 {
    margin-left: 22.22222%; }
  .col-nd-shift-93 {
    margin-left: 33.33333%; }
  .col-nd-shift-94 {
    margin-left: 44.44444%; }
  .col-nd-shift-95 {
    margin-left: 55.55556%; }
  .col-nd-shift-96 {
    margin-left: 66.66667%; }
  .col-nd-shift-97 {
    margin-left: 77.77778%; }
  .col-nd-shift-98 {
    margin-left: 88.88889%; }
  .col-nd-shift-99 {
    margin-left: 100%; }
  .col-nd-full {
    width: 100%; }
  .col-nd-shift-none {
    margin-left: 0px; } }

@media (max-width: 750px) {
  .no-sd {
    display: none; }
  .col-sd-11 {
    width: 100%; }
  .col-sd-12 {
    width: 200%; }
  .col-sd-13 {
    width: 300%; }
  .col-sd-14 {
    width: 400%; }
  .col-sd-15 {
    width: 500%; }
  .col-sd-16 {
    width: 600%; }
  .col-sd-17 {
    width: 700%; }
  .col-sd-18 {
    width: 800%; }
  .col-sd-19 {
    width: 900%; }
  .col-sd-21 {
    width: 50%; }
  .col-sd-22 {
    width: 100%; }
  .col-sd-23 {
    width: 150%; }
  .col-sd-24 {
    width: 200%; }
  .col-sd-25 {
    width: 250%; }
  .col-sd-26 {
    width: 300%; }
  .col-sd-27 {
    width: 350%; }
  .col-sd-28 {
    width: 400%; }
  .col-sd-29 {
    width: 450%; }
  .col-sd-31 {
    width: 33.33333%; }
  .col-sd-32 {
    width: 66.66667%; }
  .col-sd-33 {
    width: 100%; }
  .col-sd-34 {
    width: 133.33333%; }
  .col-sd-35 {
    width: 166.66667%; }
  .col-sd-36 {
    width: 200%; }
  .col-sd-37 {
    width: 233.33333%; }
  .col-sd-38 {
    width: 266.66667%; }
  .col-sd-39 {
    width: 300%; }
  .col-sd-41 {
    width: 25%; }
  .col-sd-42 {
    width: 50%; }
  .col-sd-43 {
    width: 75%; }
  .col-sd-44 {
    width: 100%; }
  .col-sd-45 {
    width: 125%; }
  .col-sd-46 {
    width: 150%; }
  .col-sd-47 {
    width: 175%; }
  .col-sd-48 {
    width: 200%; }
  .col-sd-49 {
    width: 225%; }
  .col-sd-51 {
    width: 20%; }
  .col-sd-52 {
    width: 40%; }
  .col-sd-53 {
    width: 60%; }
  .col-sd-54 {
    width: 80%; }
  .col-sd-55 {
    width: 100%; }
  .col-sd-56 {
    width: 120%; }
  .col-sd-57 {
    width: 140%; }
  .col-sd-58 {
    width: 160%; }
  .col-sd-59 {
    width: 180%; }
  .col-sd-61 {
    width: 16.66667%; }
  .col-sd-62 {
    width: 33.33333%; }
  .col-sd-63 {
    width: 50%; }
  .col-sd-64 {
    width: 66.66667%; }
  .col-sd-65 {
    width: 83.33333%; }
  .col-sd-66 {
    width: 100%; }
  .col-sd-67 {
    width: 116.66667%; }
  .col-sd-68 {
    width: 133.33333%; }
  .col-sd-69 {
    width: 150%; }
  .col-sd-71 {
    width: 14.28571%; }
  .col-sd-72 {
    width: 28.57143%; }
  .col-sd-73 {
    width: 42.85714%; }
  .col-sd-74 {
    width: 57.14286%; }
  .col-sd-75 {
    width: 71.42857%; }
  .col-sd-76 {
    width: 85.71429%; }
  .col-sd-77 {
    width: 100%; }
  .col-sd-78 {
    width: 114.28571%; }
  .col-sd-79 {
    width: 128.57143%; }
  .col-sd-81 {
    width: 12.5%; }
  .col-sd-82 {
    width: 25%; }
  .col-sd-83 {
    width: 37.5%; }
  .col-sd-84 {
    width: 50%; }
  .col-sd-85 {
    width: 62.5%; }
  .col-sd-86 {
    width: 75%; }
  .col-sd-87 {
    width: 87.5%; }
  .col-sd-88 {
    width: 100%; }
  .col-sd-89 {
    width: 112.5%; }
  .col-sd-91 {
    width: 11.11111%; }
  .col-sd-92 {
    width: 22.22222%; }
  .col-sd-93 {
    width: 33.33333%; }
  .col-sd-94 {
    width: 44.44444%; }
  .col-sd-95 {
    width: 55.55556%; }
  .col-sd-96 {
    width: 66.66667%; }
  .col-sd-97 {
    width: 77.77778%; }
  .col-sd-98 {
    width: 88.88889%; }
  .col-sd-99 {
    width: 100%; }
  .col-sd-shift-11 {
    margin-left: 100%; }
  .col-sd-shift-12 {
    margin-left: 200%; }
  .col-sd-shift-13 {
    margin-left: 300%; }
  .col-sd-shift-14 {
    margin-left: 400%; }
  .col-sd-shift-15 {
    margin-left: 500%; }
  .col-sd-shift-16 {
    margin-left: 600%; }
  .col-sd-shift-17 {
    margin-left: 700%; }
  .col-sd-shift-18 {
    margin-left: 800%; }
  .col-sd-shift-19 {
    margin-left: 900%; }
  .col-sd-shift-21 {
    margin-left: 50%; }
  .col-sd-shift-22 {
    margin-left: 100%; }
  .col-sd-shift-23 {
    margin-left: 150%; }
  .col-sd-shift-24 {
    margin-left: 200%; }
  .col-sd-shift-25 {
    margin-left: 250%; }
  .col-sd-shift-26 {
    margin-left: 300%; }
  .col-sd-shift-27 {
    margin-left: 350%; }
  .col-sd-shift-28 {
    margin-left: 400%; }
  .col-sd-shift-29 {
    margin-left: 450%; }
  .col-sd-shift-31 {
    margin-left: 33.33333%; }
  .col-sd-shift-32 {
    margin-left: 66.66667%; }
  .col-sd-shift-33 {
    margin-left: 100%; }
  .col-sd-shift-34 {
    margin-left: 133.33333%; }
  .col-sd-shift-35 {
    margin-left: 166.66667%; }
  .col-sd-shift-36 {
    margin-left: 200%; }
  .col-sd-shift-37 {
    margin-left: 233.33333%; }
  .col-sd-shift-38 {
    margin-left: 266.66667%; }
  .col-sd-shift-39 {
    margin-left: 300%; }
  .col-sd-shift-41 {
    margin-left: 25%; }
  .col-sd-shift-42 {
    margin-left: 50%; }
  .col-sd-shift-43 {
    margin-left: 75%; }
  .col-sd-shift-44 {
    margin-left: 100%; }
  .col-sd-shift-45 {
    margin-left: 125%; }
  .col-sd-shift-46 {
    margin-left: 150%; }
  .col-sd-shift-47 {
    margin-left: 175%; }
  .col-sd-shift-48 {
    margin-left: 200%; }
  .col-sd-shift-49 {
    margin-left: 225%; }
  .col-sd-shift-51 {
    margin-left: 20%; }
  .col-sd-shift-52 {
    margin-left: 40%; }
  .col-sd-shift-53 {
    margin-left: 60%; }
  .col-sd-shift-54 {
    margin-left: 80%; }
  .col-sd-shift-55 {
    margin-left: 100%; }
  .col-sd-shift-56 {
    margin-left: 120%; }
  .col-sd-shift-57 {
    margin-left: 140%; }
  .col-sd-shift-58 {
    margin-left: 160%; }
  .col-sd-shift-59 {
    margin-left: 180%; }
  .col-sd-shift-61 {
    margin-left: 16.66667%; }
  .col-sd-shift-62 {
    margin-left: 33.33333%; }
  .col-sd-shift-63 {
    margin-left: 50%; }
  .col-sd-shift-64 {
    margin-left: 66.66667%; }
  .col-sd-shift-65 {
    margin-left: 83.33333%; }
  .col-sd-shift-66 {
    margin-left: 100%; }
  .col-sd-shift-67 {
    margin-left: 116.66667%; }
  .col-sd-shift-68 {
    margin-left: 133.33333%; }
  .col-sd-shift-69 {
    margin-left: 150%; }
  .col-sd-shift-71 {
    margin-left: 14.28571%; }
  .col-sd-shift-72 {
    margin-left: 28.57143%; }
  .col-sd-shift-73 {
    margin-left: 42.85714%; }
  .col-sd-shift-74 {
    margin-left: 57.14286%; }
  .col-sd-shift-75 {
    margin-left: 71.42857%; }
  .col-sd-shift-76 {
    margin-left: 85.71429%; }
  .col-sd-shift-77 {
    margin-left: 100%; }
  .col-sd-shift-78 {
    margin-left: 114.28571%; }
  .col-sd-shift-79 {
    margin-left: 128.57143%; }
  .col-sd-shift-81 {
    margin-left: 12.5%; }
  .col-sd-shift-82 {
    margin-left: 25%; }
  .col-sd-shift-83 {
    margin-left: 37.5%; }
  .col-sd-shift-84 {
    margin-left: 50%; }
  .col-sd-shift-85 {
    margin-left: 62.5%; }
  .col-sd-shift-86 {
    margin-left: 75%; }
  .col-sd-shift-87 {
    margin-left: 87.5%; }
  .col-sd-shift-88 {
    margin-left: 100%; }
  .col-sd-shift-89 {
    margin-left: 112.5%; }
  .col-sd-shift-91 {
    margin-left: 11.11111%; }
  .col-sd-shift-92 {
    margin-left: 22.22222%; }
  .col-sd-shift-93 {
    margin-left: 33.33333%; }
  .col-sd-shift-94 {
    margin-left: 44.44444%; }
  .col-sd-shift-95 {
    margin-left: 55.55556%; }
  .col-sd-shift-96 {
    margin-left: 66.66667%; }
  .col-sd-shift-97 {
    margin-left: 77.77778%; }
  .col-sd-shift-98 {
    margin-left: 88.88889%; }
  .col-sd-shift-99 {
    margin-left: 100%; }
  .col-sd-full {
    width: 100%; }
  .col-sd-shift-none {
    margin-left: 0px; } }

/* flex */
.grow1 {
  flex-grow: 1;
}

.grow2 {
  flex-grow: 2;
}

.grow3 {
  flex-grow: 3;
}

.grow4 {
  flex-grow: 4;
}

/* 基本設定群 */
/* #### 配色 #### */
/* #### レイアウト #### */
/* #### スクリーンサイズ #### */
/* #### レイアウト #### */
/* #### ユーザーインターフェース #### */
input, textarea, select {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
  transition: background-color 0.2s linear 0s;
  box-sizing: border-box; }
  input:disabled, textarea:disabled, select:disabled {
    color: #666;
    background-color: #fffeef;
    border: none; }
  input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], textarea[type=datetime], textarea[type=date], textarea[type=month], textarea[type=week], textarea[type=time], textarea[type=datetime-local], select[type=datetime], select[type=date], select[type=month], select[type=week], select[type=time], select[type=datetime-local] {
    text-align: center; }
  input[type=number], textarea[type=number], select[type=number] {
    text-align: right; }
  input, textarea, select {
    background-color: #fafafa;
    border-color: #cccccc;
    color: #999999; }
    input:focus, textarea:focus, select:focus {
      background-color: white; }
  input.primary, input.positive, textarea.primary, textarea.positive, select.primary, select.positive {
    background-color: #f9e4df;
    border-color: #eaa592;
    color: #722e00; }
    input.primary:focus, input.positive:focus, textarea.primary:focus, textarea.positive:focus, select.primary:focus, select.positive:focus {
      background-color: #fdf6f4; }
  input.success, textarea.success, select.success {
    background-color: #d4ecd4;
    border-color: #94d094;
    color: #4eb14d; }
    input.success:focus, textarea.success:focus, select.success:focus {
      background-color: #e6f4e5; }
  input.info, textarea.info, select.info {
    background-color: #edf8fb;
    border-color: #a1daec;
    color: #4cb8db; }
    input.info:focus, textarea.info:focus, select.info:focus {
      background-color: white; }
  input.warning, textarea.warning, select.warning {
    background-color: #fef8ef;
    border-color: #f7d09a;
    color: #f0a43b; }
    input.warning:focus, textarea.warning:focus, select.warning:focus {
      background-color: white; }
  input.danger, textarea.danger, select.danger {
    background-color: #f9e2e1;
    border-color: #e89996;
    color: #d64842; }
    input.danger:focus, textarea.danger:focus, select.danger:focus {
      background-color: #fdf6f6; }
  input.facebook, textarea.facebook, select.facebook {
    background-color: #b5c3e1;
    border-color: #748ec7;
    color: #3d5a98; }
    input.facebook:focus, textarea.facebook:focus, select.facebook:focus {
      background-color: #c8d2e9; }

.ui-input-join {
  display: inline-block; }
  .ui-input-join > .ui-unit {
    display: inline-block; }
    .ui-input-join > .ui-unit {
      border: 1px solid;
      background-color: gray;
      border-color: #666666;
      color: white; }
      .ui-input-join > .ui-unit:hover {
        background-color: gray; }
  .ui-input-join > input, .ui-input-join > .ui-unit {
    border-radius: 0; }
    .ui-input-join > input:first-child, .ui-input-join > .ui-unit:first-child {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .ui-input-join > input:last-child, .ui-input-join > .ui-unit:last-child {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    .ui-input-join > input + input[type=text], .ui-input-join > .ui-unit + input[type=text] {
      margin-left: -1px; }

/*
  ########## ボタン ##########
*/
.ui-btn, button, input[type=submit], input[type=image], input[type=reset] {
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  padding: 0.6em 1em;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none; }
  .ui-btn.ui-btn-round, button.ui-btn-round, input[type=submit].ui-btn-round, input[type=image].ui-btn-round, input[type=reset].ui-btn-round {
    border-radius: 40px; }
  .ui-btn[type=image], button[type=image], input[type=submit][type=image], input[type=image][type=image], input[type=reset][type=image] {
    padding: 0;
    overflow: hidden; }
  .ui-btn, button, input[type=submit], input[type=image], input[type=reset] {
    background-color: #77aa60;
    border-color: gray;
    color: #fff; }
    .ui-btn:hover, button:hover, input[type=submit]:hover, input[type=image]:hover, input[type=reset]:hover {
      opacity: 0.8; }
  .ui-btn.primary, button.primary, input[type=submit].primary, input[type=image].primary, input[type=reset].primary {
    background-color: #77aa60;
    color: #fff; }
    .ui-btn.primary:hover, button.primary:hover, input[type=submit].primary:hover, input[type=image].primary:hover, input[type=reset].primary:hover {
      opacity: 0.8; }
  .ui-btn.success, button.success, input[type=submit].success, input[type=image].success, input[type=reset].success {
    background-color: #4eb14d;
    border-color: #3e8d3e;
    color: #fff; }
    .ui-btn.success:hover, button.success:hover, input[type=submit].success:hover, input[type=image].success:hover, input[type=reset].success:hover {
      background-color: #5fb95e; }
  .ui-btn.info, button.info, input[type=submit].info, input[type=image].info, input[type=reset].info {
    background-color: #4cb8db;
    border-color: #29a3cb;
    color: #fff; }
    .ui-btn.info:hover, button.info:hover, input[type=submit].info:hover, input[type=image].info:hover, input[type=reset].info:hover {
      background-color: #61c0df; }
  .ui-btn.warning, button.warning, input[type=submit].warning, input[type=image].warning, input[type=reset].warning {
    background-color: #f0a43b;
    border-color: #e68d12;
    color: #fff; }
    .ui-btn.warning:hover, button.warning:hover, input[type=submit].warning:hover, input[type=image].warning:hover, input[type=reset].warning:hover {
      background-color: #f2af53; }
  .ui-btn.danger, button.danger, input[type=submit].danger, input[type=image].danger, input[type=reset].danger {
    background-color: #d64842;
    border-color: #bc2f29;
    color: #fff; }
    .ui-btn.danger:hover, button.danger:hover, input[type=submit].danger:hover, input[type=image].danger:hover, input[type=reset].danger:hover {
      background-color: #db5c57; }
  .ui-btn.facebook, button.facebook, input[type=submit].facebook, input[type=image].facebook, input[type=reset].facebook {
    background-color: #3b5998;
    border-color: #344e86;
    color: #FFF; }
    .ui-btn.facebook:hover, button.facebook:hover, input[type=submit].facebook:hover, input[type=image].facebook:hover, input[type=reset].facebook:hover {
      background-color: #4264aa; }
  .ui-btn.twitter, button.twitter, input[type=submit].twitter, input[type=image].twitter, input[type=reset].twitter {
    background-color: black;
    color: #FFF; }
    .ui-btn.twitter:hover, button.twitter:hover, input[type=submit].twitter:hover, input[type=image].twitter:hover, input[type=reset].twitter:hover {
      opacity: 0.7; }

/*
  ########## カラーピッカー ##########
*/
input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  color: none;
  background-color: none; }

/*
  ########## ラジオ・チェックボックス ##########
*/
.ui-radios input[type="radio"], input[type="radio"].ui-radio,
.ui-checkboxes input[type="checkbox"], input[type="checkbox"].ui-checkbox {
  display: none; }
  .ui-radios input[type="radio"] + label, input[type="radio"].ui-radio + label,
  .ui-checkboxes input[type="checkbox"] + label, input[type="checkbox"].ui-checkbox + label {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
  .ui-radios input[type="radio"] + label:before, input[type="radio"].ui-radio + label:before,
  .ui-checkboxes input[type="checkbox"] + label:before, input[type="checkbox"].ui-checkbox + label:before {
    content: "";
    width: 1em;
    height: 1em;
    border: 2px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-right: 0.4em; }

.ui-radios input[type="radio"] + label:before, input[type="radio"].ui-radio + label:before {
  border-radius: 100%; }

.ui-radios input[type="radio"] + label:after, input[type="radio"].ui-radio + label:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0.6em;
  left: 1em;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 100%;
  background-color: #d64842;
  transition: -webkit-transform 0.1s ease-in-out 0s , opacity 0.1s ease-in-out 0s;
  transition: transform 0.1s ease-in-out 0s , opacity 0.1s ease-in-out 0s; }

.ui-radios input[type="radio"]:checked + label:after, input[type="radio"].ui-radio:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.ui-checkboxes input[type="checkbox"] + label:after, input[type="checkbox"].ui-checkbox + label:after {
  content: "";
  width: 0em;
  height: 0em;
  position: absolute;
  bottom: 1.02em;
  left: 1.9em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid;
  border-color: transparent transparent transparent transparent;
  transition: width 0.1s ease-in 0s ,height 0.1s ease-out 0.1s ,border-color .2s ease-in-out 0s,left .2s ease-in-out 0s; }

.ui-checkboxes input[type="checkbox"]:checked + label:after, input[type="checkbox"].ui-checkbox:checked + label:after {
  width: 0.25em;
  height: 0.6em;
  left: 1.6em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid;
  border-color: transparent #d64842 #d64842 transparent; }

.panel-nopadding .ui-btnbox {
  padding: 15px;
  padding: 1.5rem; }

.ui-btnbox {
  display: block; }
  .ui-btnbox > li, .ui-btnbox {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .ui-btnbox.vertical {
    max-width: 300px;
    margin: 0 auto; }
    .ui-btnbox.vertical > li {
      width: 100%;
      padding: 2px 0; }
    .ui-btnbox.vertical button, .ui-btnbox.vertical .ui-btn {
      width: 100%;
      display: block; }

input, textarea, select, .ui-btn, button, label, .ui-input-join > .ui-unit {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.6em 1em;
  box-sizing: border-box; }
  input:focus, textarea:focus, select:focus, .ui-btn:focus, button:focus, label:focus, .ui-input-join > .ui-unit:focus {
    outline: 0; }

.ui-form-unit {
  display: block; }
  .ui-form-unit > li, .ui-form-unit {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .ui-form-unit label {
    display: block;
    margin: 0;
    padding: 0.3em 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .ui-form-unit > li {
    padding: 0.5em 0; }
  .ui-form-unit {
    padding-bottom: 0.5em; }
  .ui-form-unit label, .ui-form-unit input, .ui-form-unit textarea, .ui-form-unit select, .ui-form-unit > li {
    width: 100%; }

.ui-list-navigation > li, .ui-list-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ui-list-navigation > li {
  border-top: 1px solid #ccc; }
  .ui-list-navigation > li > a:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    font-size: 1.2rem;
    margin: -0.6em 0;
    position: absolute;
    display: block;
    top: 50%;
    right: 8px; }
  .ui-list-navigation > li > a, .ui-list-navigation > li > div {
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    text-decoration: inherit;
    padding: 8px 4px;
    position: relative; }
    .ui-list-navigation > li > a > div, .ui-list-navigation > li > div > div {
      padding: 12px 4px; }
      .ui-list-navigation > li > a > div.thumbnail, .ui-list-navigation > li > div > div.thumbnail {
        width: 80px; }
       .ui-list-navigation > li > a > div.thumbnail.reply-action {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .ui-list-navigation > li > a > div.thumbnail img, .ui-list-navigation > li > div > div.thumbnail img {
          max-width: 100%;
          display: block;
          width: 100%; }
          .ui-list-navigation > li > a > div.thumbnail.reply-action img {
            width: 80%;
            margin: 5px 10px; }
        .ui-list-navigation > li > a > div.thumbnail > .usericon, .ui-list-navigation > li > div > div.thumbnail > .usericon {
          box-sizing: border-box;
          border-radius: 100%;
          width: 80%;
          overflow: hidden; }
        .ui-list-navigation > li > a > div.thumbnail.thumbnail.has-link > .usericon, .ui-list-navigation > li > div > div.thumbnail.thumbnail.has-link > .usericon {
          border-color: #722e00; }
      .ui-list-navigation > li > a > div.label, .ui-list-navigation > li > div > div.label {
        width: 100%; }
        .ui-list-navigation > li > a > div.label > span.label-username, .ui-list-navigation > li > div > div.label > span.label-username {
          font-size: 14px; }

.ui-list-navigation.larger > a > div.thumbnail, .ui-list-navigation.larger > div > div.thumbnail, .ui-list-navigation.larger > li > a > div.thumbnail, .ui-list-navigation.larger > li > div > div.thumbnail {
  width: 65px;
  min-width: 65px;
}

.ui-list-navigation.larger .larger-usericon {
  width: 100px !important;
  min-width: 100px !important;
  padding: 12px 0px 12px 8px;
}

/*
.ui-list-navigation.larger .larger-usericon .usericon {
  width: 100px;
}
*/

/*
  購入者ランキング
 */
.ui-list-navigation.larger .rank-text span {
  margin-left: 24px; }

.ui-list-navigation.larger .rank-icon {
  position: absolute;
  left: 70px;
  top: 0px; }

  .ui-list-navigation.larger .rank-icon > img {
    width: 36px; }

/*
  ホーム用スタートメニュー
*/
.ui-list-navigation.home .label, .ui-list-navigation.centerize .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.3em; }
  .ui-list-navigation.home .label > span small, .ui-list-navigation.centerize .label > span small {
    font-size: 70%;
    line-height: 1.2em;
    color: orange;
    display: block; }

/* 受信箱用 */
.ui-list-navigation.inbox .status.ciao-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  line-height: 1.2em; }
.ui-list-navigation.inbox .status {
  width: 32px;
  text-align: center;
  position: relative;
  font-size: 10px;
  line-height: 1.2em; }
  .ui-list-navigation.inbox .status > img {
    width: 18px; }
  .ui-list-navigation.inbox .status > i {
    margin-top: 1.5em;
    margin-bottom: 0.2em;
    font-size: 125%; }
  .ui-list-navigation.inbox .status > .point {
    color: #722e00;
    font-weight: bold; }
  .ui-list-navigation.inbox .status.unread > * {
    display: none; }
  .ui-list-navigation.inbox .status.unread:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #006FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px; }

.ui-list-navigation.inbox .label {
  position: relative; }
  .ui-list-navigation.inbox .label .letter-detail {
    line-height: 1.3em;
    font-size: 90%;
    color: #999; }
  .ui-list-navigation.inbox .label .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #ccc; }

.ui-list-navigation.contact img.placeholder,
.sender-list img.placeholder {
  background-size: cover;
  background-position: center; }

.ui-list-navigation.contact a .type {
  position: relative;
  width: 48px; }
  .ui-list-navigation.contact a .type img {
    width: 32px;
    position: absolute;
    margin: -16px 0;
    top: 50%; }

.ui-list-navigation.contact a .label {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -ms-flex-align: center;
      align-items: center; }

.ui-list-navigation.contact.larger {
  font-size: 120%; }
  .ui-list-navigation.contact.larger .label {
    font-size: 70%; }
  .ui-list-navigation.contact.larger .label .label-username {
    font-size: 120%;
    margin-right: 4px; }
    .ui-list-navigation.contact.larger .label strong {
      font-size: 130%; }

.ui-list-navigation.letterpapers {
  padding: 4px 0; }
  .ui-list-navigation.letterpapers li {
    border: none;
    padding: 0 4px; }
    .ui-list-navigation.letterpapers li a {
      position: relative; }
  .ui-list-navigation.letterpapers .letterpaper-detail {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: calc(100%);
    bottom: 0px;
    left: 0px;
    padding: 8px;
    box-sizing: border-box;
    z-index: 1;
    display: -ms-flexbox;
    display: flex; }
    .ui-list-navigation.letterpapers .letterpaper-detail > div {
      width: 50%; }
      .ui-list-navigation.letterpapers .letterpaper-detail > div:first-child {
        text-align: left; }
      .ui-list-navigation.letterpapers .letterpaper-detail > div:last-child {
        text-align: right; }
      .ui-list-navigation.letterpapers .letterpaper-detail > div > span {
        color: #966;
        border: 2px solid;
        border-radius: 4px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 0.1em 0.5em;
        line-height: 1em; }
  .ui-list-navigation.letterpapers .letterpaper-image {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 33.3%;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #ccc;
    box-shadow: 0 2px 6px #eee; }
    .ui-list-navigation.letterpapers .letterpaper-image img {
      position: absolute;
      width: 100%;
      max-width: 100%;
      left: 0;
      top: 0;
      display: block; }

.panel.panel-nopadding.panel-letterpaper-list {
  background: transparent;
  box-shadow: none; }

.ui-letterpaper-list {
  width: 100%;
  padding: 5px;
  margin: 0;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0; }
  .ui-letterpaper-list li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
    list-style-type: none;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px;
    width: calc(50% - 10px); }
    .ui-letterpaper-list li a {
      display: block;
      position: relative;
      border: 2px solid #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 8px;
      box-sizing: border-box;
      padding-bottom: 137%;
      overflow: hidden; }
      .ui-letterpaper-list li a:active {
        top: 2px; }
    .ui-letterpaper-list li .letterpaper-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #F9F9F9; }
      .ui-letterpaper-list li .letterpaper-image img {
        width: 94%;
        margin: 11% auto;
        display: block; }
    .ui-letterpaper-list li .letterpaper-detail > div {
      position: absolute;
      z-index: 10;
      font-size: 85%;
      font-weight: bold;
      padding: 0.2em 0.4em;
      border-radius: 4px; }
      .ui-letterpaper-list li .letterpaper-detail > div img {
        height: 1.6em;
        vertical-align: middle; }
      .ui-letterpaper-list li .letterpaper-detail > div > span {
        display: inline-block;
        vertical-align: middle; }
    .ui-letterpaper-list li .letterpaper-detail .stamp {
      border-style: solid;
      border-width: 6px 7px 6px;
      -o-border-image: url(/images/stamp_border.png) 30 33 32 35 round repeat;
         border-image: url(/images/stamp_border.png) 30 33 32 35 fill round repeat;
      padding: 2px 2px 2px 1px; }
      .ui-letterpaper-list li .letterpaper-detail .stamp > div {
        background-color: rgba(218, 94, 60, 0.9);
        color: #fff;
        padding: 0.4em 0.3em;
        text-align: center;
        font-size: 100%;
        line-height: 0.9em;
        border-radius: 2px; }
        .ui-letterpaper-list li .letterpaper-detail .stamp > div small {
          font-size: 60%; }
        .ui-letterpaper-list li .letterpaper-detail .stamp > div img {
          margin-right: 0.2em; }
    .ui-letterpaper-list li .letterpaper-detail .fee-per-letter {
      border: 1px solid #722e00;
      right: 4px;
      bottom: 28px;
      background-color: #fff;
      color: #722e00;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      padding: 0em 0.6em; }
      .ui-letterpaper-list li .letterpaper-detail .fee-per-letter img {
        margin-right: 0.3em; }
    .ui-letterpaper-list li .letterpaper-title {
      height: 24px;
      line-height: 24px;
      box-sizing: border-box;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 0.5em;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      background-color: #77aa60;
      color: #fff;
      overflow: hidden; }

.ui-list-navigation.single-text-only > li > a, .ui-list-navigation.single-text-only > li > div {
  padding: 10px 16px; }

.message-detail .letterpaper-image {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 33.3%;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #ccc;
  box-shadow: 0 2px 6px #eee; }
  .message-detail .letterpaper-image img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    display: block; }

.read-status {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0px 2px 4px 2px;
  position: relative;
  top: 4px;
  border-radius: 4px;
  background-color: #eee;
  color: #c8c8c8;
  padding: 0.5em 0;
  line-height: 1em;
  font-size: 80%;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .read-status.read {
    background-color: #82cd82;
    color: #3b943b; }
  .read-status.unread {
    background-color: #fcc0c0;
    color: #f64646; }

.message-screen {
  position: relative; }
  .message-screen .message-body {
    box-sizing: border-box;
    color: #777;
    width: 100%;
    height: 100%;
    word-wrap: break-all;
    word-break: break-all;
    position: relative;
    z-index: 1; }
   //.message-screen .comment-message-body {
   //  box-sizing: border-box;
   //  max-width: 480px;
   //  height: 100%;
   //  word-wrap: break-all;
   //  word-break: break-all;
   //  position: relative;
   //  z-index: 1; }
  .message-screen .message-paper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6965 0.3845 0.0945 0 0 0.1745 0.8430000000000001 0.084 0 0 0.136 0.267 0.5655 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(170%) sepia(50%);
            filter: brightness(170%) sepia(50%); }
    .message-screen .message-paper > div img {
      max-width: 100%;
      display: block; }
    .message-screen .message-paper .image-mid {
      -ms-flex-positive: 1;
          flex-grow: 1;
      position: relative;
      background-size: 100%; }
      .message-screen .message-paper .image-mid img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute; }
  .message-screen .comment-paper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    left: 5%;
    top: 0;
    height: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6965 0.3845 0.0945 0 0 0.1745 0.8430000000000001 0.084 0 0 0.136 0.267 0.5655 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(170%) sepia(50%);
            filter: brightness(170%) sepia(50%); }
  .message-screen .reply-comment-paper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    left: 5%;
    top: 0;
    height: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6965 0.3845 0.0945 0 0 0.1745 0.8430000000000001 0.084 0 0 0.136 0.267 0.5655 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(170%) sepia(50%);
            filter: brightness(170%) sepia(50%); }
  @media (max-width: 530px) {
    .message-screen .comment-paper {
      right: 5%; }
    .message-screen .reply-comment-paper {
      right: 5%; }
  }
  .comment-header .thumbnail {
    width: 40px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    border: 2px solid #722e00;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 0.3em; }
  .comment-header .reply-thumbnail {
    width: 40px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 5px;
    box-sizing: border-box;
    border: 2px solid #722e00;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 0.3em; }
  @media screen and (min-width: 531px) {
    .comment-header .reply-thumbnail {
      left: 70px; }
  }
  @media screen and (max-width: 530px) {
    .comment-header .reply-thumbnail {
      left: 30px; }
  }
    .comment-header .thumbnail img,
    .comment-header .reply-thumbnail img {
      max-width: 100%;
      width: 100%;
      display: block; }
    .comment-header .thumbnail > i,
    .comment-header .reply-thumbnail > i {
      font-size: 20px;
      font-size: 2.0rem;
      line-height: 36px;
      color: #722e00; }
  .comment-header > div.username > div.sender {
    position: absolute;
    left: 45px;
    top: 15px;
    display: inline-block;
    line-height: 0.9em;
    padding: 0.3em 0;
    font-size: 1rem; }
  .comment-header > div.reply-username {
    position: absolute;
    top: 10px;
    right: 80px;
    display: inline-block;
    line-height: 1.3em;
    padding: 0.3em 0;
    font-size: 1.1rem; }
  @media screen and (min-width: 531px) {
    .comment-header > div.reply-username {
      left: 115px; }
  }
  @media screen and (max-width: 530px) {
    .comment-header > div.reply-username {
      left: 75px; }
  }
    .comment-header > div.reply-username > div.sender {
      display: block;
      white-space: normal;
      overflow-wrap: break-word; }
  .comment-header > div.info {
    top: -8px;
    right: 5px;
    position: absolute; }
    .comment-header > div.info > span {
      font-size: 0.9rem;
      line-height: 1em;
      display: inline-block;
      border: 1px solid;
      padding: 0.4em 0.4em;
      border-radius: 4px;
      font-weight: bold; }
      .comment-header > div.info > span > span.unit {
        font-size: 0.7rem;
        letter-spacing: -1px; }
      .comment-header > div.info > span.date {
        border: none;
        //padding: 0.2em 0.1em;
        color: #999; }
  .comment-header > div.reply {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
    font-size: 1rem; }

  .message-screen .message-dialog {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; }
  .message-screen.blured .message-body, .message-screen.blured .message-paper {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
    -webkit-filter: blur(5px);
            filter: blur(5px); }

.form-letter-compose textarea {
  width: 100%; }
  .form-letter-compose textarea.error {
    background-color: #ffdcdc; }

.form-letter-compose .letter-compose-remain-counter {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  color: #999; }

.form-letter-compose .form-letter-compose-buttons {
  text-align: center; }

.amount-lists {
  display: -ms-flexbox;
  display: flex; }
  .amount-lists, .amount-lists > li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .amount-lists > li {
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    padding: 6px; }
  .amount-lists {
    max-width: 320px;
    margin: 0 auto; }
  .amount-lists .amount-disp {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    box-sizing: border-box;
    font-weight: bold; }
    .amount-lists .amount-disp > div {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 1em; }
    .amount-lists .amount-disp .amount-label {
      display: block;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 12px;
      line-height: 1.2rem;
      font-weight: normal;
      padding-bottom: 0.3em; }
      .amount-lists .amount-disp .amount-label > span {
        display: inline-block; }
    .amount-lists .amount-disp .unit {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: -1px;
      letter-spacing: -0.1rem;
      line-height: 1.1em;
      display: block; }


/* 100万まで枠内 横幅 320px 以下 */
@media (max-width: 350px) {
  .amount-lists .number {
    font-size: 2.2rem;
  }
}

.success-result {
  display: -ms-flexbox;
  display: flex; }
  .success-result, .success-result > li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .success-result > li {
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    padding: 6px; }
  .success-result {
    max-width: 320px;
    padding: 8px;
    margin: 0 auto; }
  .success-result .amount-label {
    display: inline-block;
    background-color: #77aa60;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1em;
    padding: 0.3em 0.8em;
    border-radius: 100px; }
  .success-result .amount {
    display: block;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    margin: 0.3em 0 0 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .success-result .icon {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 120px;
    padding: 0 8px; }
    .success-result .icon > img {
      width: 96px; }

.panel-nopadding .property-list {
  padding: 1.5em; }

.property-list {
  line-height: 1.2em;
  padding: 0.5em; }
  .property-list dt {
    font-weight: bold;
    font-size: 80%;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .property-list dd {
    margin-bottom: 1.5em;
    position: relative; }
    .property-list dd:after {
      content: "";
      display: block;
      border-bottom: 1px dotted #999;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -0.75em; }

.ui-actions {
  text-align: center; }

.generate-qrcode {
  text-align: center;
  padding: 32px; }
  .generate-qrcode img {
    width: 50%;
    margin: 0 auto;
    max-width: 180px;
    min-width: 150px; }

.ui-overlay-dialog {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(80, 50, 0, 0.5); }
  .ui-overlay-dialog.show {
    display: -ms-flexbox;
    display: flex; }
  .ui-overlay-dialog .panel {
    padding: 1em 1.5em; }
  .ui-overlay-dialog .text-align-center {
    text-align: center; }

.popup-buttongroup {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s; }
  .popup-buttongroup.shift-from-footer {
    bottom: 46px; }
  .popup-buttongroup.hide {
    bottom: -64px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
    filter: alpha(opacity=100); }
  25%, 75% {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes flash {
  from, 50%, to {
    opacity: 1;
    filter: alpha(opacity=100); }
  25%, 75% {
    opacity: 0;
    filter: alpha(opacity=0); } }

.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
          animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
            transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes fadeOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes lightSpeedOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    filter: alpha(opacity=100); } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
    filter: alpha(opacity=0); } }

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
            transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); } }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes zoomOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

#wrap-main {
  min-height: calc(100vh - 80px); }

.panel.panel-header {
  margin: -1px 0 0 0; }
  .panel.panel-header.panel-user {
    box-shadow: none;
    background-color: inherit; }

.brand-color {
  color: #722e00; }

.contents-header {
  display: -ms-flexbox;
  display: flex;
  height: 48px; }
  .contents-header a {
    color: #722e00; }
  .contents-header > div.back {
    width: 38.4px; }
    .contents-header > div.back > a {
      width: 38.4px;
      height: 48px;
      line-height: 48px;
      display: block;
      text-decoration: none;
      color: #722e00;
      text-align: center; }
      .contents-header > div.back > a:after {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 26px;
        font-size: 2.6rem; }
  .contents-header > div.title {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .contents-header > div.title.center {
      text-align: center; }
    .contents-header > div.title .usericon {
      display: inline-block;
      position: relative;
      top: -2px;
      width: 24px;
      height: 24px;
      overflow: hidden;
      vertical-align: middle;
      border-radius: 24px;
      margin-right: 3px;
      margin-right: 0.3rem; }
      .contents-header > div.title .usericon img {
        display: block;
        width: 100%; }
    .contents-header > div.title.title-flex {
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-size: 1.4rem; }
      .contents-header > div.title.title-flex > div.icon {
        padding-right: 0.3em; }
      .contents-header > div.title.title-flex > div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .contents-header > div.title.title-flex > div > a {
          text-decoration: none; }
  .contents-header > div.info {
    text-align: right;
    line-height: 48px;
    padding-right: 8px; }
    .contents-header > div.info > span {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1em;
      display: inline-block;
      border: 1px solid;
      padding: 0.4em 0.4em;
      border-radius: 4px;
      font-weight: bold; }
      .contents-header > div.info > span > span.unit {
        font-size: 8px;
        font-size: 0.8rem;
        letter-spacing: -1px; }
      .contents-header > div.info > span.date {
        border: none;
        padding: 0.4em 0.2em;
        color: #722e00; }
  .contents-header.comment {
    background-image: url(/images/woodsozai.jpg);
    background-size: 200px; }

.user-info {
  display: -ms-flexbox;
  display: flex;
  padding: 8px; }
  .user-info .thumbnail {
    width: 48px; }
    .user-info .thumbnail img {
      border-radius: 100%;
      width: 100%;
      display: block; }
  .user-info .username,
  .user-info .balance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .user-info .username {
    -ms-flex: 1;
        flex: 1;
    padding-left: 0.5em; }
  .user-info .balance > div {
    border: 2px solid;
    border-radius: 4px;
    line-height: 1em;
    padding: 0.25em 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    color: #df6363; }
    .user-info .balance > div > .unit {
      font-size: 80%;
      line-height: 1em; }

    .user-info {

    }


.user-info-home {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-shadow: 0 0 8px #000; }
  .user-info-home * {
    position: relative;
    z-index: 5; }
  .user-info-home .background {
    z-index: 1;
    width: calc( 100% + 64px);
    height: calc( 100% + 64px);
    position: absolute;
    left: -32px;
    top: -32px;
    background-size: cover;
    background-position: center;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
    -webkit-filter: blur(16px);
            filter: blur(16px);
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .user-info-home .detail {
    text-align: center;
    padding: 16px 0; }
  .user-info-home .thumbnail {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
    .user-info-home .thumbnail img {
      border-radius: 100%;
      width: 100%;
      display: block;
      border: 2px solid #fff;
      box-sizing: border-box; }
  .user-info-home .username {
    display: inline-block; }
  .user-info-home .balance {
    text-align: center;
    padding-bottom: 16px; }
    .user-info-home .balance a {
      color: inherit; }
    .user-info-home .balance > div {
      border: 2px solid;
      border-radius: 4px;
      line-height: 1em;
      padding: 0.25em 0.5em;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      display: inline-block; }
      .user-info-home .balance > div > .unit {
        font-size: 80%;
        line-height: 1em; }

.page-auth {
  text-align: center; }
  .page-auth #wrap-main {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .page-auth #wrap-main h1 {
      max-width: 400px;
      width: 100%;
      box-sizing: border-box;
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 1em 0; }
    .page-auth #wrap-main h2 {
      font-size: 16px;
      font-size: 1.6rem; }
    .page-auth #wrap-main [class^="col-"],
    .page-auth #wrap-main [class*=" col-"] {
      max-width: 480px; }

/* letter-history.erb/ejs */
.letter-give-result {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  .letter-give-result .from-to {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .letter-give-result .from-to-arrow {
    position: relative;
    width: 10%; }
    .letter-give-result .from-to-arrow > .arrow:after {
      margin: -20px -9.6px;
      content: "";
      display: block;
      border: 20px solid #722e00;
      border-color: transparent transparent transparent #722e00;
      position: absolute;
      left: 50%;
      top: 50%; }
  .letter-give-result .userinfo {
    width: 45%;
    text-align: center;
    position: relative;
    padding-bottom: 1em; }
    .letter-give-result .userinfo .thumbnail {
      width: 100%;
      padding-top: 100%;
      border: 2px solid #ccc;
      border-radius: 100%;
      box-sizing: border-box;
      overflow: hidden;
      position: relative; }
      .letter-give-result .userinfo .thumbnail > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
    .letter-give-result .userinfo .username-position {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
    .letter-give-result .userinfo .username {
      display: inline-block;
      background-color: #722e00;
      border-radius: 1em;
      line-height: 1.2em;
      font-weight: bold;
      padding: 0.5em 0.8em;
      color: #fff;
      font-size: 96%; }
  .letter-give-result .message {
    padding: 1em; }
    .letter-give-result .message .timestamp {
      text-align: right;
      color: #666;
      font-size: 80%; }

.sns-share {
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .sns-share > li {
    list-style-type: none;
    -ms-flex: auto;
        flex: auto;
    box-sizing: border-box;
    padding: 4px; }
    .sns-share > li a {
      display: block;
      text-align: center; }

.panel.paper {
  min-height: 1px;
  background-image: url(/images/paper_01.jpg);
  background-size: cover;
  background-position: center; }

/* edit.html.erb , compose.ejs用*/
#error_explanation > ul.error {
  padding: 0 0 0 0.4em; }
  #error_explanation > ul.error li {
    list-style-type: none; }
    #error_explanation > ul.error li i.fa {
      color: #d64842;
      margin-right: 0.2em; }

.message-destination, .message-from {
  background-color: #fff;
  position: relative;
  margin-bottom: 6px; }
  .message-destination.more-details, .message-from.more-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .message-destination.more-details .detail, .message-from.more-details .detail {
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: left;
      width: calc(100% - 130px);
      padding-right: 0; }
      .message-destination.more-details .detail .username, .message-from.more-details .detail .username {
        display: inline-block;
        position: relative;
        top: 4px;
        width: calc(100% - 154px);
        overflow: hidden;
        height: 1em;
        word-wrap: break-word;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .message-destination.more-details .info, .message-from.more-details .info {
      position: absolute;
      top: 44px;
      right: 0;
    }
  .message-destination:after, .message-from:after {
    position: absolute;
    bottom: -23px;
    left: calc(12px*-1 + 50%);
    content: "";
    display: block;
    border: 12px solid #fff;
    border-color: #fff transparent transparent transparent; }
  .message-destination .detail, .message-from .detail {
    padding: 8px;
    text-align: center; }
    .message-destination .detail .thumbnail, .message-from .detail .thumbnail {
      width: 70px;
      height: 70px;
      display: inline-block;
      box-sizing: border-box;
      border: 2px solid #722e00;
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      margin-right: 0.3em; }
      .message-destination .detail .thumbnail img, .message-from .detail .thumbnail img {
        max-width: 100%;
        width: 100%;
        display: block; }
      .message-destination .detail .thumbnail > i, .message-from .detail .thumbnail > i {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 36px;
        color: #722e00; }
    .message-destination .detail .username, .message-from .detail .username {
      display: inline-block;
      padding: 0.3em 0;
      font-size: 16px;
      font-size: 1.6rem; }
  .message-destination > div.back, .message-from > div.back {
    width: 38.4px; }
    .message-destination > div.back > a, .message-from > div.back > a {
      width: 38.4px;
      height: 48px;
      line-height: 48px;
      display: block;
      text-decoration: none;
      color: #666;
      text-align: center; }
      .message-destination > div.back > a:after, .message-from > div.back > a:after {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 26px;
        font-size: 2.6rem; }
  .message-destination > div.title, .message-from > div.title {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .message-destination > div.title.center, .message-from > div.title.center {
      text-align: center; }
    .message-destination > div.title .usericon, .message-from > div.title .usericon {
      display: inline-block;
      position: relative;
      top: -2px;
      width: 24px;
      height: 24px;
      overflow: hidden;
      vertical-align: middle;
      border-radius: 24px;
      margin-right: 3px;
      margin-right: 0.3rem; }
      .message-destination > div.title .usericon img, .message-from > div.title .usericon img {
        display: block;
        width: 100%; }
    .message-destination > div.title.title-flex, .message-from > div.title.title-flex {
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-size: 1.4rem; }
      .message-destination > div.title.title-flex > div.icon, .message-from > div.title.title-flex > div.icon {
        padding-right: 0.3em; }
      .message-destination > div.title.title-flex > div, .message-from > div.title.title-flex > div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .message-destination > div.info, .message-from > div.info {
    text-align: right;
    line-height: 48px;
    padding-right: 8px; }
    .message-destination > div.info > span, .message-from > div.info > span {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1em;
      display: inline-block;
      border: 1px solid;
      padding: 0.4em 0.4em;
      border-radius: 4px;
      font-weight: bold; }
      .message-destination > div.info > span > span.unit, .message-from > div.info > span > span.unit {
        font-size: 8px;
        font-size: 0.8rem;
        letter-spacing: -1px; }
      .message-destination > div.info > span.date, .message-from > div.info > span.date {
        border: none;
        padding: 0.4em 0.2em;
        color: #999; }

.form-letter-compose textarea {
  max-width: 100%;
  min-width: 100%; }

.form-letter-compose .letter-indicator {
  text-align: center; }
  .form-letter-compose .letter-indicator > div {
    display: inline-block;
    border: 2px solid;
    line-height: 1.1em;
    padding: 0.5em 0.8em;
    border-radius: 4px; }
  .form-letter-compose .letter-indicator.floating {
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 20;
    font-size: 60%; }

.form-letter-compose .actions {
  padding: 16px;
  text-align: center; }

.panel-nopadding-header {
  padding: 0.05px;
  text-align: center;
  background-color: #722e00;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }

@media screen and (min-width: 531px) {
  .panel.message-detail.reply {
    margin-left: 45px;
    margin-top: -15px; }
}
@media screen and (max-width: 530px) {
  .panel.message-detail.reply {
    margin-left: 45px;
    margin-top: -15px; }
}

body > div.alert, body > div.notice {
  background-color: #999;
  border: 1px solid #666;
  box-sizing: border-box;
  margin: 16px auto 8px auto;
  max-width: calc(100% - 16px);
  width: 100%;
  padding: 0.3em 1em;
  text-align: center;
  color: #fff;
  font-weight: bold; }

body > div.alert {
  background-color: #722e00; }

body > div.notice {
  background-color: #77aa60; }

#wrap-main.page-home-logoff {
  min-height: calc(100vh - 139px);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.panel .home-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 400px;
  margin: 1em auto; }

.panel .home-logo > img {
  width: 75%; }

.panel .home-button-label {
  border-bottom: 1px solid #ccc;
  margin: 1em auto 0.5em auto;
  padding: 0.3em;
  text-align: center;
  max-width: 300px;
  display: block; }

.panel .home-button-wrap {
  margin-bottom: 2em; }

/* font-size */
.font-size-s {
  font-size: 0.8em;
}


.ui-list-navigation.list-ciao > li > a, .ui-list-navigation.list-ciao > li > div {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ciao */
.ciao-link {
  cursor: pointer;
}

.letter-ciao-detail {
  text-align: center;
  padding-right: 25%;
  box-sizing: border-box;
}

.img-ciao {
  display: inline-block;
  width: 100px;
}

  .ciao-link img {
    display: block;
    background-repeat: no-repeat;
  }

.ui-list-navigation.centerize.list-ciao > li > div.ciao-link img {
  margin: 5px 10px;
}

.list-ciao .ciao-link img {
  width: 64px;
  height: 80%;
  background-size: contain;
  background-position: center center;
}
  .list-ciao .ciao-link label {
    display: inline-block;
  }

.list-ciao-right .ciao-link img {
  max-width: none !important;
  width: 50px !important;
  background-position: right center;
}

.sender-list {
  position: relative;
}

  .sender-list .username {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
  }

  .sender-list .username strong {
    font-size: 110%;
  }

  .sender-list .letter-detail {
    width: 88%;
  }

  .sender-list .ciao-sender-img {
    position: absolute;
    top: -18px;
    left: -13px;
  }

  .sender-list .ciao-sender-img img {
    width: 56px;
  }


.followed-user .ciao-thumbnail {
  margin-right: 12px;
}


.ui-list-navigation .ciao-link:after {
    /*content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    font-size: 1.2rem;
    margin: -0.6em 0;
    position: absolute;
    display: block;
    top: 50%;
    right: 8px;*/
  }

/* user info */
.user-info-large {
  width: 100%;
  height: 176px;
  position: relative;
  margin: 0 0 0 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 }

.user-info-large .user-info-bg {
  width: calc( 100% + 64px);
  height: 260px;
  text-align: center;
  position: absolute;
  left: -32px;
  top: -32px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: blur(16px);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

  .user-info-large .user-image {
    display: block;
    position: relative;
    z-index: 999;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }

  .user-info-large .username {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    color: #fff;
  }

  .user-info-large .thumbnail {
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 1000;
  }

  .user-info-large .thumbnail img {
    width: 56px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    //-webkit-filter:drop-shadow(0px 1px 6px rgba(255, 255, 255, 0.7));
    //-moz-filter:drop-shadow(0px 1px 6px rgba(255, 255, 255, 0.7));
    //-ms-filter:drop-shadow(0px 1px 6px rgba(255, 255, 255, 0.7));
    //filter:drop-shadow(0px 1px 6px rgba(255, 255, 255, 0.7));
  }


.amount-panel {
  margin: 10px 10px 0px 10px;
  text-align: center;
  position: relative;
  text-shadow: 0 0 8px #000;
  z-index: 998;
}

  .amount-panel .received-letter, .amount-panel .sent-letter {
    display: inline-block;
    margin: 0 5px;
  }

  .amount-panel .amount-label {
    display: block;
  }

  .amount-panel .amount {
    display: inline-block;
    text-align: center;
    font-size: 80%;
    line-height: 1.7;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 0 20px 0;
    padding: 0.25em 0.5em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }

  .amount-panel .number {
    font-size: 150%;
  }

.receiver_username {
  display: inline-block;
  width: 88%;
}

.txt_ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.check_box input[type="checkbox"] {
  margin: 2px 0 0 6px;
  -webkit-transform: scale(1.4);
  -webkit-transform-origin:100% 50%;
  -moz-transform: scale(1.4);
  -moz-transform-origin:100% 50%;
  -ms-transform: scale(1.4);
  -ms-transform-origin:100% 50%;
  width:20px;
  height:20px;
  vertical-align: middle;
}

/**
 * レターコメント
 */
#sendLetter {
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
  color: #722e00;
  border-color: #722e00;
  background-color: white;
}
.public-message.comment {
  margin: 15px 10px;
}
.public-message.comment:not(.reply):not(:first-child) {
  border-top: 1px solid #ccc;
}
.public-message.comment > .panel.panel-header {
  background-color: inherit;
  box-shadow: none;
}
.public-message.comment > .panel.panel-header > .comment-header {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
.public-message.comment.reply > .panel.panel-header > .comment-header {
  margin-left: 36px;
}
.public-message.comment > .panel.panel-header > .comment-header > .sender-thumbnail {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border: 2px solid #722e00;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.3em;
  margin-left: 8px;
  flex-shrink: 0;
}
.public-message.comment > .panel.panel-header > .comment-header > .sender-thumbnail > img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
.public-message.comment > .panel.panel-header > .comment-header > .sender-info {
  flex-grow: 1;
}
.public-message.comment > .panel.panel-header > .comment-header > .sender-info > div > .sent-at{
  margin-left: 10px;
  color: #999;
  font-size: 1.2rem;
}
.public-message.comment > .panel.panel-header > .comment-header > .sender-info > div > .letter-count {
  font-size: 0.9rem;
  line-height: 1em;
  display: inline-block;
  border: 1px solid;
  padding: 0.4em 0.4em;
  border-radius: 4px;
  font-weight: bold;
}
.public-message.comment > .panel.panel-header > .comment-header > .reply-btn {
  margin-left: auto;
  font-size: 24px;
  cursor: pointer;
}

.public-message.comment > .panel.panel-header > .comment-header > .reply-btn > a > img {
  width: 24px;
  height: 24px;
}
.public-message.comment > .panel.message-detail {
  background-color: inherit;
  background-image: none;
  box-shadow: none;
  margin-top: -15px;
}


/**
* 公開ポット
*/
.public-message {
  position: relative;
}

.public-message .detail a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #666;
}

.public-message .message-from.more-details .detail .username {
  display: inline-block;
  position: relative;
  top: 0px;
  width: calc(100% - 144px);
  height: auto;
  line-height: 1.2;
  overflow: visible;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: clip;
  vertical-align: middle;
}

.public-message .placeholder {
  background-size: cover;
  background-position: center;
}

.message-ciao {
  position: absolute;
  top: 6px;
  right: 2%;
  z-index: 9999;
}

.message-ciao .thumbnail img {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.search_form {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
}

.shop_search_form_wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 11px 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 900;
}

.search_shop {
  margin-top: -10px;
  height: calc(100% - 51px);
}

.search_form #search_destination_form {
  width: 100%;
  padding-right: 3.0em;
}

.search_form #search_service_form {
  width: 100%;
  padding-right: 3.0em;
}

.search_form .shop_search_form {
  width: 100%;
  display: inline-flex;margin: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.search_form .shop_search_form #shop_search_keyword {
  width: 55%;
  padding-right: 3.0em;
  padding-left: 5.0em;
  margin: 0;
  background-color: #fff;
}

.search_form .shop_search_form #shop_search_area {
  width: 45%;
  padding-right: 3.0em;
  margin: 0;
  background-color: #fff;
}

.search_form .ui-list-navigation > li:first-child {
  border: none;
}

.search_form .btn_search {
  display: block;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 1.0em;
  border: none;
  background-color: #722e00;
  color: #fff;
  position: absolute;
  width: 38px;
  height: 38px;
  text-align: center;
  right: 15px;
  top: 5px;
  outline : none;
  padding: 0;
}

_::-webkit-full-page-media, _:future, :root .search_form .btn_search {
    top: 7px;
}

/**
shop staff
*/
.shop-staff a {
  text-decoration: none;
}

.shop-staff > li > a > div.thumbnail {
  text-align: center;
}

.shop-staff > li > a > div.thumbnail > .usericon {
  border: 2px solid #722e00;
}

.shop-staff li {
  position: relative;
}

.shop-staff li  a {
  padding: 10px 4px;
}

.shop-staff > li > a > div.thumbnail {
  width: 100px;
}

.shop-staff .label {
  flex: 1;
}

.shop-staff .label-block {
  display: block !important;
}

.shop-staff .label-center {
  display: flex;
  align-items: center;
}


.shop-staff .label strong {
  font-size: 1.1em;
  color: #666;
}

.shop-staff .category-wrap {
  display: block;
  width: 100%;
  text-align: right;
  margin: -8px auto 6px auto;
  box-sizing: border-box;
}

.shop-staff .category-position {
  position: absolute;
  right: 8px;
  top: 6px;
  margin: 0;
}


.shop-staff .category {
  display: inline-block;
  text-align: center;
  min-width: 96px;
  box-sizing: border-box;
  background-color: #722e00;
  padding: 1px 10px;
  font-weight: normal;
  font-size: 0.7em;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

.shop-staff .label .txt {
  display: block;
  font-size: 1.0em;
  padding: 2px 2px 0 0;
  margin: 0 10px 0 0;
}

.shop-staff .edit {
  position: absolute;
  display: block;
  text-align:center;
  line-height: 36px;
  vertical-align: middle;
  font-size: 1.2em;
  left: 72px;
  top: 87px;
  height: 36px;
  width: 36px;
  padding: 1px 0 0 2px;
  box-sizing: border-box;
  background-color: #e8e8e8;
  font-weight: normal;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.shop-staff .edit a {
  display: block;
  color: #666;
  padding: 0px;
}

.wrap-shop-access {
  max-height: initial;
  max-height: auto;
  position: fixed;
  box-sizing: border-box;
}

@media screen and (min-width: 1280px) {
  .wrap-shop-access {
    position: relative;
  }
}

@media screen and (max-width: 1279px) {
  .wrap-shop-access {
    width: 100%;
  }
}

.shop-access {
  top: -8px;
  height: calc(100% - 215px);
}

/*
 * fixme
 */
.search_form .btn_search_shop {
  display: block;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 1.0em;
  border: none;
  background-color: #722e00;
  color: #fff;
  position: absolute;
  width: 38px;
  height: 38px;
  text-align: center;
  right: 0px;
  top: -10px;
  outline : none;
  padding: 0;
}


.bg_orange01 {
  background-color: #722e00 !important;
}

#search_result_link {
  display: block;
  padding: 5px 0;
  margin: 10px 0 0 0;
  color: #7ccbf9;
  text-decoration: underline;
  font-size: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

#search_result_link:after {
  content: none;
}

#search_result_link #keyword {
  font-weight: bold;
}

#paginator {
  border: none;
  padding: 0 0 0 8px;
  line-height: 1.5;
}

#paginator a {
  padding: 0;
}

.tab {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.tab li {
  width: 33.3%;
  display: block;
  float: left;
  vertical-align: bottom;
  border-bottom: 3px solid #fff;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.tab li a {
  width: 100%;
  padding: 3px 0;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
}

.tab li a img {
  height: 35px;
}

.tab .active {
  border-bottom: 3px solid #722e00;
}

/**
  タブ２つにする
*/
.tab.tab02 li {
  width: 50%;
}

.bnt_action_menu {
  font-size: 1.6em;
  color: #888;
}

/*
 * fixme 仮デザインです
 */
.category_tab {
  width: 56px;
  position: absolute;
  z-index: 901;
  top: 49px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-shadow: 2px 0 1px rgba(0, 0, 0, 0.2);
}

.category_tab .shops {
  display: none;
}

.category_tab li {
  width: 100%;
  display: block;
  vertical-align: bottom;
  background-color: #fff;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.category_tab p {
  margin: 0 0 8px 0;
}

.category_tab li a {
  width: 100%;
  padding: 5px 0 3px 0;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 10px;
}

.category_tab li a img {
  width: 23px;
}

.category_tab #select_category a {
  padding: 5px 0 0 0;
}

.category_tab .active {
  border-bottom: 3px solid #722e00;
}

.category_tab small {
  color: #535353;
}

#select_category {
  text-align: center;
}

.local-btn-wrap {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.local-btn-wrap .local-btn {
  margin: 0;
  box-shadow: none;
  color: #722e00;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.local-btn-wrap .local-btn a::after {
  top: 44%;
}

.local-btn-wrap .panel,
.local-btn-wrap .tab {
  box-shadow: none;
}

/**
  バルーンの内容
*/
.gm-style-iw a {
  display: block;
}

.gm-style-iw .usericon {
  display: inline-block;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.gm-style-iw .usericon img {
  display: block;
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 340px) {
  .gm-style-iw .usericon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width:341px) and ( max-width:370px) {
  .gm-style-iw .usericon {
    width: 90px;
    height: 90px;
  }
}


.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/**
管理画面のフォームなど
*/
#wrap-main table {
  width: 100%;
}

.form-wrap {
  box-sizing: border-box;
}

.form-wrap h1 {
  font-size: 1.8rem;
}

.form-wrap input[type="text"] {
  width: 100%;
}

.form-wrap textarea {
  width: 100%;
  height: 150px;
}

.table-block table {
  width: 100%;
}

.table-block table tr {
}

.table-block table th,
.table-block table td {
  display: block;
}

.table-block table th {
  padding: 5px 0 0 0;
}

.table-block table td {
  padding: 5px 0;
}

.table-block table label {
  padding: 5px 0 0 0;
}

.panel-const-pd {
  background-color: #fff;
  padding: 15px;
  margin: 7.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.panel-const-pd .parent-txt-middle {
  padding: 10px 0px;
}

.parent-txt-middle {
  position: relative;
}

.parent-txt-middle > .txt-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  line-height: 1.2;
}

.form-large {
  width: 100%;
  height: 120px;
}

.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.marker-text {
  display: inline;
  background: linear-gradient(transparent 60%, #f4c9be 50%);
  padding: 0 2px;
  box-sizing: border-box;
}

.gop01 {
  display: none;
}

.border-top01 {
  border-top: solid 1px #eee;
}

/* Lettef購入 */
.letter-purchase-menu strong {
  font-size: 120%;
  margin: 0.2em 0;
  display: block; }

/*RAILS-EULATION*/
/* ------ venobox.css --------*/

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


