@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix, .trading-view-func-head .update .update-frequency {
  zoom: 1;
}

.clearfix:after, .trading-view-func-head .update .update-frequency:after {
  content: "";
  display: table;
  clear: both;
}

/*absolute書き方例
p{
    @include absolute(0, 0, 0, 0);
}
p{
    @include absolute($top: calc(50% - 200px), $bottom: 50px);
}
*/
.typography, .commission {
  font-family: sans-serif;
  line-height: 1.4;
  letter-spacing: 0.7px;
  -webkit-font-kerning: none;
          font-kerning: none;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.scrollbar::-webkit-scrollbar, .trade-right-area .currency-select-area-list::-webkit-scrollbar, #chat-box #cc_area::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track, .trade-right-area .currency-select-area-list::-webkit-scrollbar-track, #chat-box #cc_area::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
          box-shadow: inset 0 0 5px #e0e0e0;
}

.scrollbar::-webkit-scrollbar-thumb, .trade-right-area .currency-select-area-list::-webkit-scrollbar-thumb, #chat-box #cc_area::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
          box-shadow: 0 0 0 1px #e0e0e0;
}

.button, .trade-right-area .new-order-buy .btn-limit-rate,
.trade-right-area .new-order-sell .btn-limit-rate, .trade-right-area .new-order-buy .btn-buy,
.trade-right-area .new-order-buy .btn-mbuy,
.trade-right-area .new-order-buy .btn-sell,
.trade-right-area .new-order-buy .btn-msell,
.trade-right-area .new-order-sell .btn-buy,
.trade-right-area .new-order-sell .btn-mbuy,
.trade-right-area .new-order-sell .btn-sell,
.trade-right-area .new-order-sell .btn-msell, .trade-right-area .order-log .open-order .btn-cancel,
.trade-right-area .order-log .complete-order .btn-cancel, .trading-view-func-head .update .update-frequency .refresh-rate-btn, .btn-chart-period,
.btn-indicator,
.btn-snap-shot,
.btn-price-alert, .btn-chart-sp button,
.btn-chat-sp button, .trade-btn-chat button, .trade-btn-chat-tab button, .order-book .order-book__btn-reconnect, .modal-trade .modal-dialog .modal-content .modal-footer button {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  width: 232px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
}

.button:hover, .trade-right-area .new-order-buy .btn-limit-rate:hover,
.trade-right-area .new-order-sell .btn-limit-rate:hover, .trade-right-area .new-order-buy .btn-buy:hover,
.trade-right-area .new-order-buy .btn-mbuy:hover,
.trade-right-area .new-order-buy .btn-sell:hover,
.trade-right-area .new-order-buy .btn-msell:hover,
.trade-right-area .new-order-sell .btn-buy:hover,
.trade-right-area .new-order-sell .btn-mbuy:hover,
.trade-right-area .new-order-sell .btn-sell:hover,
.trade-right-area .new-order-sell .btn-msell:hover, .trade-right-area .order-log .open-order .btn-cancel:hover,
.trade-right-area .order-log .complete-order .btn-cancel:hover, .trading-view-func-head .update .update-frequency .refresh-rate-btn:hover, .btn-chart-period:hover,
.btn-indicator:hover,
.btn-snap-shot:hover,
.btn-price-alert:hover, .btn-chart-sp button:hover,
.btn-chat-sp button:hover, .trade-btn-chat button:hover, .trade-btn-chat-tab button:hover, .order-book .order-book__btn-reconnect:hover, .modal-trade .modal-dialog .modal-content .modal-footer button:hover {
  cursor: pointer;
  opacity: 0.75;
}

.button:active, .trade-right-area .new-order-buy .btn-limit-rate:active,
.trade-right-area .new-order-sell .btn-limit-rate:active, .trade-right-area .new-order-buy .btn-buy:active,
.trade-right-area .new-order-buy .btn-mbuy:active,
.trade-right-area .new-order-buy .btn-sell:active,
.trade-right-area .new-order-buy .btn-msell:active,
.trade-right-area .new-order-sell .btn-buy:active,
.trade-right-area .new-order-sell .btn-mbuy:active,
.trade-right-area .new-order-sell .btn-sell:active,
.trade-right-area .new-order-sell .btn-msell:active, .trade-right-area .order-log .open-order .btn-cancel:active,
.trade-right-area .order-log .complete-order .btn-cancel:active, .trading-view-func-head .update .update-frequency .refresh-rate-btn:active, .btn-chart-period:active,
.btn-indicator:active,
.btn-snap-shot:active,
.btn-price-alert:active, .btn-chart-sp button:active,
.btn-chat-sp button:active, .trade-btn-chat button:active, .trade-btn-chat-tab button:active, .order-book .order-book__btn-reconnect:active, .modal-trade .modal-dialog .modal-content .modal-footer button:active {
  -webkit-box-shadow: inset 0 2px 2px #9e9e9e;
          box-shadow: inset 0 2px 2px #9e9e9e;
}

.button:disabled, .trade-right-area .new-order-buy .btn-limit-rate:disabled,
.trade-right-area .new-order-sell .btn-limit-rate:disabled, .trade-right-area .new-order-buy .btn-buy:disabled,
.trade-right-area .new-order-buy .btn-mbuy:disabled,
.trade-right-area .new-order-buy .btn-sell:disabled,
.trade-right-area .new-order-buy .btn-msell:disabled,
.trade-right-area .new-order-sell .btn-buy:disabled,
.trade-right-area .new-order-sell .btn-mbuy:disabled,
.trade-right-area .new-order-sell .btn-sell:disabled,
.trade-right-area .new-order-sell .btn-msell:disabled, .trade-right-area .order-log .open-order .btn-cancel:disabled,
.trade-right-area .order-log .complete-order .btn-cancel:disabled, .trading-view-func-head .update .update-frequency .refresh-rate-btn:disabled, .btn-chart-period:disabled,
.btn-indicator:disabled,
.btn-snap-shot:disabled,
.btn-price-alert:disabled, .btn-chart-sp button:disabled,
.btn-chat-sp button:disabled, .trade-btn-chat button:disabled, .trade-btn-chat-tab button:disabled, .order-book .order-book__btn-reconnect:disabled, .modal-trade .modal-dialog .modal-content .modal-footer button:disabled {
  background-color: #bdbdbd;
  color: #616161;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  cursor: inherit;
}

@media (max-width: 767px) {
  .button, .trade-right-area .new-order-buy .btn-limit-rate,
  .trade-right-area .new-order-sell .btn-limit-rate, .trade-right-area .new-order-buy .btn-buy,
  .trade-right-area .new-order-buy .btn-mbuy,
  .trade-right-area .new-order-buy .btn-sell,
  .trade-right-area .new-order-buy .btn-msell,
  .trade-right-area .new-order-sell .btn-buy,
  .trade-right-area .new-order-sell .btn-mbuy,
  .trade-right-area .new-order-sell .btn-sell,
  .trade-right-area .new-order-sell .btn-msell, .trade-right-area .order-log .open-order .btn-cancel,
  .trade-right-area .order-log .complete-order .btn-cancel, .trading-view-func-head .update .update-frequency .refresh-rate-btn, .btn-chart-period,
  .btn-indicator,
  .btn-snap-shot,
  .btn-price-alert, .btn-chart-sp button,
  .btn-chat-sp button, .trade-btn-chat button, .trade-btn-chat-tab button, .order-book .order-book__btn-reconnect, .modal-trade .modal-dialog .modal-content .modal-footer button {
    line-height: 48px;
    height: 48px;
    width: 256px;
  }
}

.btn-group > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/*.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
    margin-left: -1px;
}*/
.text-link, .trade-right-area .currency-select-area-list li a, .trade-right-area .order-log .open-order table tfoot tr td a,
.trade-right-area .order-log .complete-order table tfoot tr td a, .order-book table tfoot tr td a,
.trade-history table tfoot tr td a,
.order-book-trade-history-sp table tfoot tr td a, .order-book .link-kehaine-sell a,
.order-book .link-kehaine-buy a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0288d1;
  text-decoration: underline;
}

.remove-btn-meta, .trade-right-area .order-log .open-order .btn-cancel,
.trade-right-area .order-log .complete-order .btn-cancel {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #01579b;
}

#main {
  background-color: #fff;
}

/*commission*/
.commission {
  padding: 0 8px;
  margin-top: 24px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .commission {
    padding: 0;
    margin-top: 8px;
  }
}

.commission .section-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
  .commission .section-container {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.commission .alert {
  margin: 0px 0 10px;
  padding: 5px 10px;
}

.commission .alert pre {
  margin: 0 0 1px;
  padding: 3px 5px;
}

.commission a {
  color: #0288d1;
  font-size: 16px;
}

.trade-right-area {
  width: 35%;
  padding: 0 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1440px) {
  .trade-right-area {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-right-area {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trade-right-area {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    padding: 0;
  }
}

.trade-right-area .currency-select-area {
  margin-bottom: 24px;
  padding: 0;
}

@media (max-width: 767px) {
  .trade-right-area .currency-select-area {
    padding: 0 8px;
    margin-bottom: 0;
  }
}

.trade-right-area .currency-select-area-content {
  height: 282px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: hidden;
}

.trade-right-area .currency-select-area-list {
  margin: 0;
  list-style: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
  width: 100%;
  display: block;
}

.trade-right-area .currency-select-area-list li {
  width: 100%;
  display: block;
  margin-top: 8px;
}

.trade-right-area .currency-select-area-list li span {
  width: 35%;
  display: inline-block;
  min-height: inherit;
  padding: 4px 0 2px 28px;
  background-size: 24px 24px;
  font-size: 14px;
}

.trade-right-area .currency-select-area-list li a {
  width: 15%;
  text-align: center;
  margin-left: 8px;
  height: 24px;
  line-height: 24px;
}

.trade-right-area .currency-select-area-sp {
  display: none;
}

@media (max-width: 767px) {
  .trade-right-area .currency-select-area-sp {
    display: block;
    display: none;
    width: 100%;
    padding: 8px 0;
  }
  .trade-right-area .currency-select-area-sp .swiper-slide {
    text-align: left;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 48px;
    background-color: #fff;
    background-color: #f5f5f5;
  }
  .trade-right-area .currency-select-area-sp .swiper-slide a {
    font-size: 12px;
  }
  .trade-right-area .currency-select-area-sp .swiper-slide a span[class$="_icon"],
  .trade-right-area .currency-select-area-sp .swiper-slide a a[class$="_icon"] {
    padding: 4px 0 0 16px;
    background-size: 16px;
    color: #bdbdbd;
    font-size: 12px;
  }
  .trade-right-area .currency-select-area-sp .slider-active {
    border: 1px solid #0288d1;
    background-color: #fff;
  }
  .trade-right-area .currency-select-area-sp .slider-active a span[class$="_icon"],
  .trade-right-area .currency-select-area-sp .slider-active a a[class$="_icon"] {
    color: #212121;
  }
  .trade-right-area .currency-select-area-sp .slider-active:before {
    border: 6px solid transparent;
    border-top-color: #0288d1;
    border-bottom-width: 0;
    bottom: -6px;
    margin-left: -6px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    z-index: 100;
    width: 0;
  }
  .trade-right-area .currency-select-area-sp .slider-no-active {
    opacity: 0.5;
  }
  .trade-right-area .currency-select-area-sp .swiper-button-prev,
  .trade-right-area .currency-select-area-sp .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 40px;
  }
  .trade-right-area .currency-select-area-sp .swiper-button-prev {
    background: url(/images/trade/arrow_back.svg);
    left: 8px;
  }
  .trade-right-area .currency-select-area-sp .swiper-button-next {
    background: url(/images/trade/arrow_forward.svg);
    right: 8px;
  }
}

.trade-right-area .label-currency {
  display: none;
  padding: 0;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .trade-right-area .label-currency {
    display: block;
  }
}

.trade-right-area .label-currency-name {
  color: #212121;
  margin: 0;
  padding: 0 8px;
  text-align: center;
}

.trade-right-area .label-currency-name .currency-name {
  font-size: 24px;
}

.trade-right-area .label-currency-price {
  text-align: center;
  color: #212121;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trade-right-area .label-currency-price .currency-price {
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

.trade-right-area .label-currency-commission {
  text-align: center;
}

.trade-right-area .label-currency-commission .currency-commission {
  font-size: 12px;
  padding-left: 8px;
}

.trade-right-area .label-currency-percent {
  font-size: 12px;
}

.trade-right-area .trade-swap-box {
  display: block;
}

.trade-right-area .trade-swap-box .set-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

@media (max-width: 767px) {
  .trade-right-area .trade-swap-box .set-box {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.trade-right-area .trade-swap-box-sp {
  display: none;
}

@media (max-width: 767px) {
  .trade-right-area .trade-swap-box-sp {
    display: none;
  }
}

.trade-right-area .trade-swap-box-sp .set-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.trade-right-area .trade-swap-box-sp .set-phn {
  padding-right: 8px;
}

.trade-right-area .trade-swap-box-sp .swap_ask,
.trade-right-area .trade-swap-box-sp .swap_rate_ask {
  color: #43a047;
}

.trade-right-area .trade-swap-box-sp .swap_bid,
.trade-right-area .trade-swap-box-sp .swap_rate_bid {
  color: #ef5350;
}

.trade-right-area .trade-swap-box .trade-swap {
  width: 1150px;
  margin: auto;
}

@media (max-width: 767px) {
  .trade-right-area .trade-swap-box .trade-swap {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-right-area .trade-swap-box .trade-swap {
    width: 100%;
  }
}

.trade-right-area .trade-swap-box .trade-swap .menu-title {
  font-weight: bold;
}

.trade-right-area .trade-swap-box .trade-swap small {
  font-size: 10px;
  color: #666;
  word-spacing: 1em;
}

.trade-right-area .trade-swap-box .set {
  padding: 0px 8px;
  text-align: center;
}

.trade-right-area .trade-swap-box .set-phn {
  padding: 6px 3px;
  text-align: center;
}

.trade-right-area .trade-swap-box .swap-btn {
  margin-bottom: 0px;
}

.trade-right-area .trade-swap-box .swap_ask {
  color: #43a047;
}

.trade-right-area .trade-swap-box .swap_bid {
  color: #ef5350;
}

.trade-right-area .new-order {
  position: relative;
}

@media (max-width: 767px) {
  .trade-right-area .new-order {
    padding: 0 8px;
  }
}

.trade-right-area .new-order-mode-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-bottom: none;
}

.trade-right-area .new-order-mode-select li {
  width: 50%;
}

.trade-right-area .new-order-mode-select li a.buy,
.trade-right-area .new-order-mode-select li a.sell {
  text-align: center;
  font-size: 16px;
  padding: 5px 3px 5px 3px;
  margin-right: 0px;
  font-weight: bold;
  color: #bdbdbd;
  line-height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
}

.trade-right-area .new-order-mode-select li a.buy span,
.trade-right-area .new-order-mode-select li a.sell span {
  color: #bdbdbd;
  font-size: 14px;
  letter-spacing: 0;
}

.trade-right-area .new-order-mode-select li.active a.buy,
.trade-right-area .new-order-mode-select li.active a:hover.buy {
  color: #fff;
  background-color: #43a047;
  border: 1px solid #43a047;
}

.trade-right-area .new-order-mode-select li.active a.buy span,
.trade-right-area .new-order-mode-select li.active a:hover.buy span {
  color: #fff;
}

.trade-right-area .new-order-mode-select li.active a.sell,
.trade-right-area .new-order-mode-select li.active a:hover.sell {
  color: #fff;
  background-color: #ef5350;
  border: 1px solid #ef5350;
}

.trade-right-area .new-order-mode-select li.active a.sell span,
.trade-right-area .new-order-mode-select li.active a:hover.sell span {
  color: #fff;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy {
  width: 25%;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy a.buy,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.sell,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.mbuy,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.msell {
  text-align: center;
  font-size: 16px;
  padding: 5px 3px 5px 3px;
  margin-right: 0px;
  font-weight: bold;
  color: #bdbdbd;
  line-height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy a.buy span,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.sell span,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.mbuy span,
.trade-right-area .new-order-mode-select li.hasmargin_buy a.msell span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 8px;
  border-radius: 0;
  color: #bdbdbd;
  font-weight: 400;
  font-size: 12px;
  padding: 0 2px;
  margin-right: 4px;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.buy,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.buy,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.mbuy,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.mbuy {
  color: #fff;
  background-color: #43a047;
  border: 1px solid #43a047;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.buy span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.buy span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.mbuy span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.mbuy span {
  background-color: #fff;
  color: #212121;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.sell,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.sell,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.msell,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.msell {
  color: #fff;
  background-color: #ef5350;
  border: 1px solid #ef5350;
}

.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.sell span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.sell span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a.msell span,
.trade-right-area .new-order-mode-select li.hasmargin_buy.active a:hover.msell span {
  background-color: #fff;
  color: #212121;
}

.trade-right-area .new-order-buy,
.trade-right-area .new-order-sell {
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
}

.trade-right-area .new-order-buy input.control-form,
.trade-right-area .new-order-sell input.control-form {
  display: block;
  width: 100%;
  color: #212121;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 0 8px;
  margin-top: 4px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}

.trade-right-area .new-order-buy input.control-form:focus,
.trade-right-area .new-order-sell input.control-form:focus {
  border-color: #0288d1;
}

.trade-right-area .new-order-buy input.control-form:-moz-read-only,
.trade-right-area .new-order-sell input.control-form:-moz-read-only {
  border-radius: 0;
  background: #e0e0e0;
}

.trade-right-area .new-order-buy input.control-form:read-only,
.trade-right-area .new-order-sell input.control-form:read-only {
  border-radius: 0;
  background: #e0e0e0;
}

.trade-right-area .new-order-buy textarea,
.trade-right-area .new-order-sell textarea {
  border-width: 1px;
}

.trade-right-area .new-order-buy .market-limit-select,
.trade-right-area .new-order-sell .market-limit-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trade-right-area .new-order-buy .market-limit-select .btn-market-limit,
.trade-right-area .new-order-sell .market-limit-select .btn-market-limit {
  display: inline-block;
  width: 50%;
}

.trade-right-area .new-order-buy .market-limit-select .btn-market-limit a,
.trade-right-area .new-order-sell .market-limit-select .btn-market-limit a {
  margin-bottom: 8px;
  text-align: center;
  display: block;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.trade-right-area .new-order-buy .market-limit-select .btn-market-limit.active a,
.trade-right-area .new-order-sell .market-limit-select .btn-market-limit.active a {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  color: #212121;
  font-weight: 700;
}

.trade-right-area .new-order-buy .select-leverage,
.trade-right-area .new-order-buy .select-leverage-airfx,
.trade-right-area .new-order-buy .select-limit-rate,
.trade-right-area .new-order-sell .select-leverage,
.trade-right-area .new-order-sell .select-leverage-airfx,
.trade-right-area .new-order-sell .select-limit-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 4px;
}

.trade-right-area .new-order-buy .select-leverage p,
.trade-right-area .new-order-buy .select-leverage-airfx p,
.trade-right-area .new-order-buy .select-limit-rate p,
.trade-right-area .new-order-sell .select-leverage p,
.trade-right-area .new-order-sell .select-leverage-airfx p,
.trade-right-area .new-order-sell .select-limit-rate p {
  width: 100%;
  margin: 0;
  margin-top: 16px;
}

.trade-right-area .new-order-buy .select-leverage input,
.trade-right-area .new-order-buy .select-leverage-airfx input,
.trade-right-area .new-order-buy .select-limit-rate input,
.trade-right-area .new-order-sell .select-leverage input,
.trade-right-area .new-order-sell .select-leverage-airfx input,
.trade-right-area .new-order-sell .select-limit-rate input {
  display: none;
}

.trade-right-area .new-order-buy .select-leverage label,
.trade-right-area .new-order-buy .select-leverage-airfx label,
.trade-right-area .new-order-buy .select-limit-rate label,
.trade-right-area .new-order-sell .select-leverage label,
.trade-right-area .new-order-sell .select-leverage-airfx label,
.trade-right-area .new-order-sell .select-limit-rate label {
  width: 24%;
  margin: 0;
  display: block;
}

.trade-right-area .new-order-buy .select-leverage span,
.trade-right-area .new-order-buy .select-leverage-airfx span,
.trade-right-area .new-order-buy .select-limit-rate span,
.trade-right-area .new-order-sell .select-leverage span,
.trade-right-area .new-order-sell .select-leverage-airfx span,
.trade-right-area .new-order-sell .select-limit-rate span {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 24%;
  width: calc(25% - 4px);
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.trade-right-area .new-order-buy .select-leverage span:hover,
.trade-right-area .new-order-buy .select-leverage-airfx span:hover,
.trade-right-area .new-order-buy .select-limit-rate span:hover,
.trade-right-area .new-order-sell .select-leverage span:hover,
.trade-right-area .new-order-sell .select-leverage-airfx span:hover,
.trade-right-area .new-order-sell .select-limit-rate span:hover {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.trade-right-area .new-order-buy .select-leverage input[type="radio"]:checked + span,
.trade-right-area .new-order-buy .select-leverage input[type="checkbox"]:checked + span,
.trade-right-area .new-order-buy .select-leverage-airfx input[type="radio"]:checked + span,
.trade-right-area .new-order-buy .select-leverage-airfx input[type="checkbox"]:checked + span,
.trade-right-area .new-order-buy .select-limit-rate input[type="radio"]:checked + span,
.trade-right-area .new-order-buy .select-limit-rate input[type="checkbox"]:checked + span,
.trade-right-area .new-order-sell .select-leverage input[type="radio"]:checked + span,
.trade-right-area .new-order-sell .select-leverage input[type="checkbox"]:checked + span,
.trade-right-area .new-order-sell .select-leverage-airfx input[type="radio"]:checked + span,
.trade-right-area .new-order-sell .select-leverage-airfx input[type="checkbox"]:checked + span,
.trade-right-area .new-order-sell .select-limit-rate input[type="radio"]:checked + span,
.trade-right-area .new-order-sell .select-limit-rate input[type="checkbox"]:checked + span {
  color: #0288d1;
  font-weight: 700;
  border: 1px solid #0288d1;
  background-color: #fff;
  line-height: 36px;
}

.trade-right-area .new-order-buy .select-leverage-airfx label,
.trade-right-area .new-order-sell .select-leverage-airfx label {
  width: 48%;
  width: calc(20% - $space-rule/2);
}

.trade-right-area .new-order-buy form h4,
.trade-right-area .new-order-sell form h4 {
  margin-bottom: 0;
}

.trade-right-area .new-order-buy form label,
.trade-right-area .new-order-sell form label {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
}

.trade-right-area .new-order-buy form label.new-order-buy-how,
.trade-right-area .new-order-buy form label.new-order-sell-how,
.trade-right-area .new-order-buy form label.new-order-buy-price,
.trade-right-area .new-order-buy form label.new-order-sell-price,
.trade-right-area .new-order-sell form label.new-order-buy-how,
.trade-right-area .new-order-sell form label.new-order-sell-how,
.trade-right-area .new-order-sell form label.new-order-buy-price,
.trade-right-area .new-order-sell form label.new-order-sell-price {
  margin-top: 0;
}

.trade-right-area .new-order-buy input,
.trade-right-area .new-order-sell input {
  font-size: 16px;
  margin-top: 4px;
}

.trade-right-area .new-order-buy button,
.trade-right-area .new-order-sell button {
  margin: 8px 0 0;
}

.trade-right-area .new-order-buy .help-inline-required,
.trade-right-area .new-order-sell .help-inline-required {
  font-size: 12px;
  color: #d32f2f;
}

.trade-right-area .new-order-buy .btn-limit-rate,
.trade-right-area .new-order-sell .btn-limit-rate {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 116px;
}

.trade-right-area .new-order-buy .form-group,
.trade-right-area .new-order-sell .form-group {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .trade-right-area .new-order-buy .form-group,
  .trade-right-area .new-order-sell .form-group {
    width: 100%;
  }
}

.trade-right-area .new-order-buy .btn-trade-order,
.trade-right-area .new-order-sell .btn-trade-order {
  text-align: center;
}

.trade-right-area .new-order-buy .btn-buy,
.trade-right-area .new-order-buy .btn-mbuy,
.trade-right-area .new-order-buy .btn-sell,
.trade-right-area .new-order-buy .btn-msell,
.trade-right-area .new-order-sell .btn-buy,
.trade-right-area .new-order-sell .btn-mbuy,
.trade-right-area .new-order-sell .btn-sell,
.trade-right-area .new-order-sell .btn-msell {
  margin-top: 16px;
}

.trade-right-area .new-order-buy {
  border: 3px solid #a5d6a7;
}

.trade-right-area .new-order-buy .btn-buy,
.trade-right-area .new-order-buy .btn-mbuy {
  background: #43a047;
  color: #fff;
  font-weight: 700;
}

.trade-right-area .new-order-sell {
  border: 3px solid #ffcdd2;
}

.trade-right-area .new-order-sell .btn-sell,
.trade-right-area .new-order-sell .btn-msell {
  background: #ef5350;
  color: #fff;
  font-weight: 700;
}

.trade-right-area .order-log {
  width: 100%;
  font-size: 12px;
}

@media (max-width: 767px) {
  .trade-right-area .order-log {
    padding: 0 8px;
  }
}

.trade-right-area .order-log .open-order,
.trade-right-area .order-log .complete-order {
  width: 100%;
  background-color: #f5f5f5;
  padding: 16px 16px 8px;
}

.trade-right-area .order-log .open-order-name,
.trade-right-area .order-log .complete-order-name {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.trade-right-area .order-log .open-order table thead tr,
.trade-right-area .order-log .complete-order table thead tr {
  width: 100%;
}

.trade-right-area .order-log .open-order table thead tr th,
.trade-right-area .order-log .complete-order table thead tr th {
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 2px solid #e0e0e0;
  vertical-align: middle;
}

.trade-right-area .order-log .open-order table tbody tr,
.trade-right-area .order-log .complete-order table tbody tr {
  height: 24px;
  width: 100%;
}

.trade-right-area .order-log .open-order table tbody tr td,
.trade-right-area .order-log .complete-order table tbody tr td {
  font-size: 12px;
  padding: 2px;
  vertical-align: middle;
  height: 40px;
  line-height: 1;
  word-break: normal;
  vertical-align: middle;
}

.trade-right-area .order-log .open-order table tfoot tr td,
.trade-right-area .order-log .complete-order table tfoot tr td {
  padding: 8px 0 0;
}

.trade-right-area .order-log .open-order table tfoot tr td a,
.trade-right-area .order-log .complete-order table tfoot tr td a {
  display: block;
  text-align: right;
}

.trade-right-area .order-log .open-order .btn-cancel,
.trade-right-area .order-log .complete-order .btn-cancel {
  font-weight: 400;
  width: 100%;
}

.trade-right-area .order-log .open-order table thead tr th,
.trade-right-area .order-log .open-order table thead tr td,
.trade-right-area .order-log .open-order table tbody tr th,
.trade-right-area .order-log .open-order table tbody tr td {
  width: 28%;
}

.trade-right-area .order-log .open-order table thead tr th:first-child,
.trade-right-area .order-log .open-order table thead tr td:first-child,
.trade-right-area .order-log .open-order table tbody tr th:first-child,
.trade-right-area .order-log .open-order table tbody tr td:first-child {
  width: 10%;
}

.trade-right-area .order-log .open-order table thead tr th:last-child,
.trade-right-area .order-log .open-order table thead tr td:last-child,
.trade-right-area .order-log .open-order table tbody tr th:last-child,
.trade-right-area .order-log .open-order table tbody tr td:last-child {
  width: 6%;
  padding: 0;
  margin: 0;
}

.trade-right-area .order-log .open-order .order_timestamp {
  text-align: center;
}

.trade-right-area .order-log .open-order .order_price {
  text-align: right;
}

.trade-right-area .order-log .open-order .order_amount {
  text-align: right;
}

.trade-right-area .order-log .open-order .order_limit {
  text-align: right;
}

.trade-right-area .order-log .open-order .order_cancel {
  text-align: center;
}

.trade-right-area .order-log .open-order .trading_timestamp {
  text-align: center;
}

.trade-right-area .order-log .open-order .trading_price {
  text-align: right;
}

.trade-right-area .order-log .open-order .trading_amount {
  text-align: right;
}

.trade-right-area .order-log .open-order .trading_limit {
  text-align: right;
}

.trade-right-area .order-log .open-order .trading_cancel {
  text-align: center;
}

.trade-right-area .order-log .complete-order table thead tr th {
  width: 29%;
}

.trade-right-area .order-log .complete-order table thead tr th:first-child {
  width: 13%;
}

.trade-right-area .order-log .complete-order table tbody tr td {
  width: 29%;
}

.trade-right-area .order-log .complete-order table tbody tr td:first-child {
  width: 13%;
}

.trade-right-area .order-log .complete-order .trade_action {
  text-align: center;
}

.trade-right-area .order-log .complete-order .trade_price {
  text-align: right;
}

.trade-right-area .order-log .complete-order .trade_amount {
  text-align: right;
}

.trade-right-area .order-log .complete-order .trade_timestamp {
  text-align: center;
}

.trade-left-area {
  display: inline-block;
  width: 40%;
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (min-width: 1440px) {
  .trade-left-area {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-left-area {
    width: 100%;
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  .trade-left-area {
    width: 100%;
  }
}

.trade-left-area .currency-name {
  font-size: 34px;
  margin: 0;
}

.trade-left-area .currency-name-tooltip {
  font-size: 14px;
}

@media (max-width: 767px) {
  .trade-left-area .currency-name {
    font-size: 24px;
  }
}

.trade-left-area .currency-name .spot-price {
  font-size: 16px;
}

.trade-left-area .currency-name-commission {
  font-size: 12px;
  display: inline-block;
}

@media (max-width: 767px) {
  .trade-left-area .currency-name-commission {
    display: block;
    margin-top: 4px;
  }
}

.trade-left-area .currency-name-commission a {
  color: #01579b;
  font-size: 12px;
}

.trading-view-func-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 8px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .trading-view-func-head {
    margin-top: 8px;
  }
}

.trading-view-func-head .big-chart {
  text-align: left;
  display: block;
}

@media (max-width: 767px) {
  .trading-view-func-head .big-chart {
    display: none;
  }
}

.trading-view-func-head .update {
  padding-right: 2px;
  text-align: right;
}

.trading-view-func-head .update-label {
  font-size: 12px;
  margin-right: 4px;
}

.trading-view-func-head .update .update-frequency .refresh-rate-btn {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  border-radius: 8px;
  width: inherit;
  padding: 0 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  float: left;
}

.trading-view-func-head .update .update-frequency .refresh-rate-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.trading-view-func-head .update .update-frequency .refresh-rate-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.trading-view-func-head .update .update-frequency .refresh-rate-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.trading-view-func-head .update .update-frequency .refresh-rate-btn.active {
  -webkit-box-shadow: inset 0 3px 5px #e0e0e0;
          box-shadow: inset 0 3px 5px #e0e0e0;
}

.chart-func-group {
  width: 100%;
  margin-top: 8px;
  position: relative;
}

@media (max-width: 767px) {
  .chart-func-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.chart-func-group ul.dropdown-menu {
  top: inherit;
  bottom: 100%;
  margin-bottom: 16px;
}

.btn-chart-period,
.btn-indicator,
.btn-snap-shot,
.btn-price-alert {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #0288d1;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .btn-chart-period,
  .btn-indicator,
  .btn-snap-shot,
  .btn-price-alert {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .btn-chart-period,
  .btn-indicator,
  .btn-snap-shot,
  .btn-price-alert {
    font-size: 10px;
    width: 24%;
  }
}

#trading-view-area {
  border: 1px solid #e0e0e0;
  height: 600px !important;
}

#chat-box {
  clear: both;
}

.chat-change-btn {
  margin-top: -5px;
}

@media only screen and (max-width: 967px) {
  .unread-message {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
  }
  .unread-message:after {
    content: "";
    height: 1px;
    display: block;
  }
}

.btn-chart-sp,
.btn-chat-sp {
  margin: 0 auto;
  margin-top: 32px;
  display: none;
  text-align: center;
}

@media (max-width: 767px) {
  .btn-chart-sp,
  .btn-chat-sp {
    display: block;
  }
}

.btn-chart-sp button,
.btn-chat-sp button {
  width: 256px;
  background-color: #fff;
  border: 1px solid #0288d1;
  color: #0288d1;
  line-height: 48px;
  height: 48px;
  position: relative;
}

.btn-chart-sp button object,
.btn-chat-sp button object {
  position: absolute;
  top: 49%;
  top: calc(50% - 12px);
  left: 16px;
}

.btn-chat-sp {
  margin-top: 16px;
}

.trade-btn-chat, .trade-btn-chat-tab {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-btn-chat, .trade-btn-chat-tab {
    display: block;
    margin: 8px 0 16px;
  }
}

@media (max-width: 767px) {
  .trade-btn-chat, .trade-btn-chat-tab {
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
  }
}

.trade-btn-chat button, .trade-btn-chat-tab button {
  background-color: #fff;
  border: 1px solid #0288d1;
  color: #0288d1;
  position: relative;
}

.trade-btn-chat button object, .trade-btn-chat-tab button object {
  position: absolute;
  top: 49%;
  top: calc(50% - 12px);
  left: 16px;
}

.chat {
  border: 1px solid #e0e0e0;
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  #chat-box {
    display: block;
    clear: both;
  }
  .chat-log {
    overflow-y: auto;
    display: block;
    height: 264px;
    width: 100%;
    padding: 0;
  }
  .chat-log li {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
  }
  .chat-user-box {
    color: #555;
  }
  .chat-user-name {
    float: left !important;
  }
  .chat-timestamp {
    float: right !important;
  }
  .chat-coment {
    padding-top: 3px;
  }
  #chat-box form {
    padding-top: 8px;
  }
}

.trade-btn-chat-tab {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-btn-chat-tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .trade-btn-chat-tab {
    display: none;
  }
}

.trade-trading-view-link {
  margin-top: 8px;
  margin-left: 0;
}

.note {
  margin-top: 80px;
  display: block;
  text-align: left;
  color: #777;
  font-size: 12px;
}

.note ol {
  list-style-type: none;
  padding: 0;
}

.note ol li {
  line-height: 1.4;
}

.note ol li a {
  font-size: 12px;
}

.note ol div {
  padding: 8px;
}

.trade-center-area {
  width: 25%;
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1440px) {
  .trade-center-area {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .trade-center-area {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trade-center-area {
    width: 100%;
  }
}

.order-book,
.trade-history,
.order-book-trade-history-sp {
  display: block;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 8px;
  background: #fff;
}

.order-book p,
.trade-history p,
.order-book-trade-history-sp p {
  margin: 0;
}

.order-book-name,
.trade-history-name,
.order-book-trade-history-sp-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.order-book-name h3,
.trade-history-name h3,
.order-book-trade-history-sp-name h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}

.order-book-name h3 span,
.trade-history-name h3 span,
.order-book-trade-history-sp-name h3 span {
  font-weight: normal;
  display: block;
}

.order-book-name span,
.trade-history-name span,
.order-book-trade-history-sp-name span {
  display: inline-block;
  padding: 4px;
}

.order-book table thead tr,
.trade-history table thead tr,
.order-book-trade-history-sp table thead tr {
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
}

.order-book table thead tr th,
.trade-history table thead tr th,
.order-book-trade-history-sp table thead tr th {
  width: 33%;
  width: calc(100%/3);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: top;
  border: none;
  height: 24px;
}

.order-book table thead tr th:first-child,
.trade-history table thead tr th:first-child,
.order-book-trade-history-sp table thead tr th:first-child {
  text-align: left;
}

.order-book table thead tr th:nth-child(2) p,
.trade-history table thead tr th:nth-child(2) p,
.order-book-trade-history-sp table thead tr th:nth-child(2) p {
  text-align: center;
}

.order-book table thead tr th:nth-child(3) p,
.trade-history table thead tr th:nth-child(3) p,
.order-book-trade-history-sp table thead tr th:nth-child(3) p {
  text-align: right;
}

.order-book table tbody tr,
.trade-history table tbody tr,
.order-book-trade-history-sp table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.order-book table tbody tr td,
.trade-history table tbody tr td,
.order-book-trade-history-sp table tbody tr td {
  width: 33%;
  width: calc(100%/3);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  vertical-align: top;
  border: none;
  height: 24px;
  line-height: 24px;
  letter-spacing: -1px;
}

.order-book table tbody tr td:first-child,
.trade-history table tbody tr td:first-child,
.order-book-trade-history-sp table tbody tr td:first-child {
  text-align: left;
}

.order-book table tbody tr td:nth-child(2),
.trade-history table tbody tr td:nth-child(2),
.order-book-trade-history-sp table tbody tr td:nth-child(2) {
  text-align: center;
}

.order-book table tbody tr td:nth-child(3),
.trade-history table tbody tr td:nth-child(3),
.order-book-trade-history-sp table tbody tr td:nth-child(3) {
  text-align: right;
}

.order-book table tfoot tr td,
.trade-history table tfoot tr td,
.order-book-trade-history-sp table tfoot tr td {
  border-top: none;
  padding: 8px 0 0;
}

.order-book table tfoot tr td a,
.trade-history table tfoot tr td a,
.order-book-trade-history-sp table tfoot tr td a {
  display: block;
  text-align: right;
  font-size: 12px;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .order-book table tfoot tr td a,
  .trade-history table tfoot tr td a,
  .order-book-trade-history-sp table tfoot tr td a {
    font-size: 10px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1590px) {
  .order-book table tfoot tr td a,
  .trade-history table tfoot tr td a,
  .order-book-trade-history-sp table tfoot tr td a {
    font-size: 10px;
  }
}

.order-book .buy_line_box,
.trade-history .buy_line_box,
.order-book-trade-history-sp .buy_line_box {
  position: relative;
  margin: 0 0px 0 -10px;
}

.order-book .buy_line_box .bar,
.trade-history .buy_line_box .bar,
.order-book-trade-history-sp .buy_line_box .bar {
  height: 24px;
  z-index: 1;
  position: absolute;
  background-color: #a5d6a7;
}

.order-book .buy_line_box p,
.trade-history .buy_line_box p,
.order-book-trade-history-sp .buy_line_box p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  position: absolute;
  overflow: hidden;
  text-align: right;
}

.order-book .buy_line_box p span,
.trade-history .buy_line_box p span,
.order-book-trade-history-sp .buy_line_box p span {
  display: block;
  padding-right: 1px;
}

.order-book .sell_line_box,
.trade-history .sell_line_box,
.order-book-trade-history-sp .sell_line_box {
  position: relative;
  margin: 0 -10px 0 0px;
}

.order-book .sell_line_box .bar,
.trade-history .sell_line_box .bar,
.order-book-trade-history-sp .sell_line_box .bar {
  height: 24px;
  z-index: 1;
  position: absolute;
  background-color: #ffcdd2;
  right: 0;
}

.order-book .sell_line_box p,
.trade-history .sell_line_box p,
.order-book-trade-history-sp .sell_line_box p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  position: absolute;
  overflow: hidden;
  text-align: left;
  padding-right: 8px;
}

.order-book .sell_line_box p span,
.trade-history .sell_line_box p span,
.order-book-trade-history-sp .sell_line_box p span {
  display: block;
  padding-left: 1px;
}

.order-book .kehaine-sell,
.trade-history .kehaine-sell,
.order-book-trade-history-sp .kehaine-sell {
  color: #d32f2f;
}

.order-book .kehaine-buy,
.trade-history .kehaine-buy,
.order-book-trade-history-sp .kehaine-buy {
  color: #2e7d32;
}

.order-book #message {
  border-radius: 0;
  background-color: #43a047;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 400;
}

.order-book .link-kehaine-sell,
.order-book .link-kehaine-buy {
  text-align: left;
  padding: 0;
}

.order-book .link-kehaine-sell a,
.order-book .link-kehaine-buy a {
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .order-book .link-kehaine-sell a,
  .order-book .link-kehaine-buy a {
    font-size: 10px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1590px) {
  .order-book .link-kehaine-sell a,
  .order-book .link-kehaine-buy a {
    font-size: 10px;
  }
}

.order-book .link-kehaine-buy {
  text-align: right;
}

.order-book .link-kehaine-buy a {
  text-align: right;
}

.order-book .order-book__btn-reconnect {
  height: 36px;
  line-height: 36px;
  color: #212121;
  font-weight: 400;
  width: 80px;
  position: absolute;
  top: 0;
  left: 33%;
  z-index: 33;
}

.order-book___label-reconnect {
  font-size: 12px;
  color: #212121;
  font-weight: 400;
  background-color: #bdbdbd;
  border-radius: 0;
  line-height: 40px;
}

.trade-history {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .trade-history {
    margin-top: 8px;
  }
}

.trade-history .log_row {
  font-size: 16px;
}

.trade-history__label-technical {
  color: #212121;
  border-radius: 0;
}

.trade-history__label-technical .label {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  padding: 4px 8px;
}

.trade-history__label-technical .label-danger {
  background: #ef5350;
}

.trade-history__label-technical .label-success {
  background: #43a047;
}

.order-book-trade-history-sp {
  display: none;
}

@media (max-width: 767px) {
  .order-book-trade-history-sp {
    display: block;
    width: 100%;
    padding: 0 8px;
    border: none;
  }
}

.nav.nav-tabs.tab2 li a {
  font-size: 16px;
}

.nav.nav-tabs.tab2 li a.tab-itajouhou,
.nav.nav-tabs.tab2 li a.tab-ayumichi {
  border-radius: 8px 8px 0 0;
  color: #e0e0e0;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.nav.nav-tabs.tab2 li.active a {
  color: #212121;
  font-weight: 700;
}

.modal-trade .modal-dialog .modal-content {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px #e0e0e0;
          box-shadow: 0 1px 1px #e0e0e0;
}

.modal-trade .modal-dialog .modal-content .modal-header {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.modal-trade .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 16px;
}

.modal-trade .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  width: 40px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

@media (max-width: 767px) {
  .modal-trade .modal-dialog .modal-content .modal-header .close {
    line-height: 48px;
    width: 48px;
  }
}

.modal-trade .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 16px 16px 0;
}

.modal-trade .modal-dialog .modal-content .modal-body table {
  border: 1px solid #bdbdbd;
  margin: 0;
}

.modal-trade .modal-dialog .modal-content .modal-body table tr td {
  border: 1px solid #bdbdbd;
}

.modal-trade .modal-dialog .modal-content .modal-body table tr td input,
.modal-trade .modal-dialog .modal-content .modal-body table tr td select {
  padding: 0 8px;
  margin: 0;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  line-height: 36px;
  height: 36px;
}

.modal-trade .modal-dialog .modal-content .modal-body .btn-modal {
  border: 1px solid #bdbdbd;
  color: #0288d1;
  background-color: #fff;
}

.modal-trade .modal-dialog .modal-content .modal-body .price-alert-caption {
  font-size: 12px;
  margin-top: 8px;
}

.modal-trade .modal-dialog .modal-content .modal-footer {
  background-color: #fff;
  padding: 16px 16px 0;
  text-align: center;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-trade .modal-dialog .modal-content .modal-footer button.btn-border {
  border: 1px solid #0288d1;
  color: #212121;
  background-color: #fff;
  width: calc(50% - 8px);
}

.modal-trade .modal-dialog .modal-content .modal-footer button.btn-border:hover {
  color: #fff;
}

.modal-trade .modal-dialog .modal-content .modal-footer button.btn-cover {
  border: 1px solid #0288d1;
  color: #fff;
  font-weight: 700;
  background-color: #0288d1;
  width: calc(50% - 8px);
}

.modal-trade .modal-dialog .modal-content .modal-footer button.btn-cover:hover {
  color: #fff;
}

.modal-trade .modal-dialog .modal-content .modal-message {
  margin: 0;
  background-color: #fff;
  padding: 16px;
  text-align: left;
}

.warning-high-leverage-header {
  padding: 16px;
  color: #fff;
  background-color: #d32f2f;
  border: none;
}

.warning-high-leverage.dialog .modal-body {
  padding-bottom: 16px;
}

.warning-high-leverage-body {
  background-color: #fff;
  color: #212121;
  padding: 16px;
}

.warning-high-leverage-footer {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  border-top: none;
}

.warning-high-leverage-btn {
  background-color: #d32f2f;
  color: #fff;
  width: 232px;
}

.warning-high-leverage-btn:hover {
  color: #fff;
  opacity: 0.75;
}

.dialog .modal-footer {
  background-color: #fff;
}

.trade-log__title {
  font-size: 16px;
}

@media (max-width: 767px) {
  .trade-log__title {
    margin-top: 8px;
  }
}

.trade-log-chart {
  max-width: 1160px;
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .trade-log-chart {
    padding: 0 8px;
  }
}

.trade-log-chart .chart-selector {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.trade-log-chart .chart-selector button {
  width: 16%;
  width: calc(100% /6 - 4px);
}

.trade-log-refine {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .trade-log-refine {
    width: 100%;
    padding: 0 8px;
  }
}

.trade-log-refine__name {
  font-size: 16px;
}

.trade-log-refine__credit {
  width: 100%;
  text-align: right;
}

.trade-log-refine__csv {
  width: 100%;
  text-align: right;
}

.trade-log-refine__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .trade-log-refine__date {
    display: block;
  }
}

.trade-log-refine__date-start {
  margin-top: 8px;
  margin-right: 16px;
  width: 232px;
}

@media (max-width: 767px) {
  .trade-log-refine__date-start {
    width: 100%;
  }
}

.trade-log-refine__date-end {
  margin-top: 8px;
  width: 232px;
}

@media (max-width: 767px) {
  .trade-log-refine__date-end {
    width: 100%;
  }
}

.trade-log-refine__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.trade-log-refine__btn-search {
  display: inline-block;
  background-color: #0288d1;
  color: #fff;
  width: 56px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .trade-log-refine__btn-search {
    width: 48%;
    width: calc(50% - 16px);
  }
}

.trade-log-refine__btn-cancel {
  display: inline-block;
  background-color: #fff;
  color: #0288d1;
  width: 56px;
}

@media (max-width: 767px) {
  .trade-log-refine__btn-cancel {
    width: 48%;
    width: calc(50% - 16px);
  }
}

.trade-log-reference {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .trade-log-reference {
    padding: 0 8px;
  }
}

.banner-aria-inner {
  margin: 0 8px;
}

.banner-head-ewarrant {
  width: 100%;
  padding: 5px 0;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-head-ewarrant {
    display: none;
  }
}

.banner-head-ewarrant-bottom {
  width: 65%;
  padding: 0 16px;
}

@media (min-width: 1440px) {
  .banner-head-ewarrant-bottom {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-head-ewarrant-bottom {
    display: none;
  }
}

.banner-head-ewarrant .banner-aria {
  max-width: 371px;
  margin: 0 auto;
}

.banner-head-ewarrant .close {
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #a0a0a0;
  border-radius: 50%;
  color: white;
  text-shadow: none;
  opacity: .8;
  position: relative;
  top: -12px;
  left: -12px;
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-head-ewarrant .close {
    top: -5px;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .banner-head-ewarrant .close {
    top: -5px;
    left: 1px;
  }
}

.banner-head-ewarrant .banner-head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  margin: 0 auto;
}

.banner-head-ewarrant .banner-head-inner-mobile {
  width: 100%;
}

.banner-head-ewarrant .banner-head-inner .swiper-container-setting {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.banner-head-ewarrant .banner-head-inner .swiper-container-top {
  width: 100%;
  max-width: 371px;
}

.banner-head-ewarrant .banner-head-inner .swiper-container-bottom {
  width: 100%;
  max-width: 910px;
}

.banner-head-ewarrant-mobile {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-head-ewarrant-mobile {
    display: block;
    width: 95%;
  }
}

.banner-head-ewarrant-mobile-top {
  width: 95%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-head-ewarrant-mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .banner-head-ewarrant-mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-head-ewarrant .swiper-slide a img {
  width: 100%;
  height: auto;
}

.banner-head-ewarrant .swiper-button-prev,
.banner-head-ewarrant .swiper-button-next {
  top: 43%;
  width: 20px;
  height: 50px;
  background-size: 20px 50px;
  margin-top: -25px;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-top,
.banner-head-ewarrant .swiper-button-next.swiper-button-top {
  top: 37%;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-invisible,
.banner-head-ewarrant .swiper-button-next.swiper-button-invisible {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-invisible:hover,
.banner-head-ewarrant .swiper-button-next.swiper-button-invisible:hover {
  opacity: 1;
}

.banner-head-ewarrant .swiper-button-prev.banner-head-prev {
  background-image: url(/images/banner/banner_50_prev.png);
  left: 0;
}

.banner-head-ewarrant .swiper-button-next.banner-head-next {
  background-image: url(/images/banner/banner_50_next.png);
  right: 0;
}

/* ----------------------------------------------------------
css3 animations
---------------------------------------------------------- */
.commission .section-wrapper form {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1.0;
}

.commission .section-wrapper form.sending {
  opacity: 0.5;
}

.user-box span.update,
#action_str.update,
#price_str.update,
#amount_str.update {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: blink;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

/* chat reconnect button animation */
#chat-reconnect-button {
  -webkit-animation-name: chamaeleon;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: chamaeleon;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  animation-name: chamaeleon;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/*chat-btn-area*/
.dropdown-menu.right {
  min-width: 220px;
  right: 0;
  left: auto;
}

.dropdown-menu.right::before {
  left: auto !important;
  right: 9px;
}

.dropdown-menu.right::after {
  left: auto !important;
  right: 10px;
}

.scltipicon {
  background: url(images/chat/tip.png) no-repeat left center;
}

span.scltipicon,
a.scltipicon,
span.chaticon,
a.chaticon {
  padding: 2px 0 2px 30px;
  display: inline-block;
  vertical-align: middle;
  min-height: 29px;
  background-size: 30px;
}

#chat-box .btn-scltip {
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-right: 4px;
}

#chat-box #dropdownMenuNs {
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

#chat-box #cc_nickname {
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 8px;
}

#chat-box #cc_register {
  background-color: #0288d1;
  border: 1px solid #0288d1;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0;
  width: 56px;
}

#chat-box .help-block {
  font-size: 12px;
  color: #212121;
}

#chat-box .help-block a {
  color: #0288d1;
  font-size: 12px;
}

span.chaticon-inner {
  color: #90A4AE;
}

@-webkit-keyframes chamaeleon {
  0% {
    background-color: #428bca;
    border-color: #357ebd;
  }
  50% {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  100% {
    background-color: #428bca;
    border-color: #357ebd;
  }
}

@keyframes chamaeleon {
  0% {
    background-color: #428bca;
    border-color: #357ebd;
  }
  50% {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  100% {
    background-color: #428bca;
    border-color: #357ebd;
  }
}

/* toaster style */
#toaster,
.toaster {
  z-index: 10001000 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
}

#toaster-fixed {
  position: fixed;
  top: 80px;
  right: 10px;
  width: 300px;
}

@media only screen and (max-width: 967px) {
  #toaster-chat {
    position: absolute;
    top: 360px;
    right: 30px;
  }
}

@media only screen and (min-width: 1024) {
  #toaster-chat {
    position: absolute;
    top: 120px;
    right: 30px;
  }
}

/* board price change animation */
.ask_row .change,
.bid_row .change,
.itayose_row .change {
  -webkit-animation-name: blink2;
  -webkit-animation-duration: .8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: blink2;
  -moz-animation-duration: .8s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  animation-name: blink2;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.ask_row .bar.change,
.bid_row .bar.change,
.itayose_row .bar.change {
  -webkit-animation: none;
  animation: none;
  -webkit-transition: width .8s ease-in-out;
  transition: width .8s ease-in-out;
}

@-webkit-keyframes blink2 {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blink2 {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1.0;
  }
}

/* trade history animation */
.log_row.enter {
  -webkit-animation-name: enter;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: enter;
  -moz-animation-duration: 1.0s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  animation-name: enter;
  animation-duration: 1.0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes enter {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

/* chart style */
#chartDiv + .loading {
  display: none;
  position: absolute;
}

#chartDiv.loading + .loading {
  display: block;
  z-index: 99999;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

#chartIndicators,
#chartToolbar,
#chartSelector {
  display: inline-block;
}

@media only screen and (max-width: 967px) {
  .chart-box-wrapper {
    padding-bottom: .5em;
  }
}

/*トーストメッセージの調整*/
#toaster .close {
  margin-right: 15px;
}

.refresh-rate-group {
  margin-top: -5px;
  margin-right: 0px;
  width: 400px;
}

.refresh-rate-group-mobile {
  margin-right: 10px;
  width: 300px;
}

.popover {
  max-width: 100%;
  font-size: 12px;
}

.trade_log_topbox {
  width: 100%;
}

#trade_list {
  left: 16px;
  margin-top: 0;
  max-width: 50%;
  width: 49%;
  width: calc(50% - 8px);
  width: 100%;
  padding: 24px;
  margin-left: 8px;
}

#trade_list .nav li {
  text-align: center;
}

#trade_list .nav li.active a {
  background-color: #0288d1;
}

.chaticon {
  background: url(../../images/chat/chat.png) no-repeat left center;
}

.chart-page {
  margin: 24px;
  margin-bottom: 80px;
}

.link-trade-page {
  margin-bottom: 8px;
}

/*message*/
.unread-message {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#note:focus {
  background-color: #d9edf7;
}

.note-wrapper div {
  margin-top: 0;
}

@media only screen and (max-width: 967px) {
  .column1 .note-wrapper {
    width: 100%;
  }
}

/*news*/
.news ul {
  margin-top: 1em;
}

.news .section-container h3 {
  font-weight: bold;
  padding-bottom: 1em;
}

.news .news-box {
  border: 1px solid #e0e0e0;
  padding: 15px;
  background: #fff;
}

/*form*/
.form .form-box-wrapper {
  width: 50%;
  margin: 0.5em auto 0;
  border: 1px solid #e0e0e0;
  padding: 0 30px 1em;
  background: #fff;
  text-align: center;
}

.form .form-box-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}

#account .form .form-box-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}

.form .form-box-wrapper h2 {
  padding-top: 30px;
}

.form .form-box-wrapper input[type=text],
.form .form-box-wrapper input[type=password],
.form .form-box-wrapper textarea {
  width: 100%;
}

@media only screen and (max-width: 967px) {
  .form .form-box-wrapper {
    width: 100%;
    padding: 0 1em 1em;
  }
}

/*marketinfo*/
.marketinfo h2 span {
  font-weight: normal;
  padding-left: 1em;
}

.marketinfo .marketinfo-box-wrapper {
  border: 1px solid #e0e0e0;
  background: #fff;
  margin: 0 5px;
  padding: 15px;
}

@media only screen and (max-width: 467px) {
  .marketinfo h2 span {
    display: block;
    padding: 0.5em 0 0;
  }
}

/*message-box*/
.message-box {
  padding: 10px 0;
}

.message-read-box {
  border: 1px solid #e0e0e0;
  padding: 15px;
  background: #fff;
  margin-top: 1em;
}

.message-read-box h3 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 1em;
}

/*list*/
.r-btn-list {
  width: 100%;
  display: table;
}

.r-btn-list .content {
  vertical-align: middle;
  min-height: 1em;
  display: table-cell;
  width: 80%;
}

.r-btn-list .r-btn {
  vertical-align: middle;
  min-height: 1em;
  display: table-cell;
  text-align: right;
  width: 20%;
}