@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

body {
  background: #F5F5F5;
  color: #212121;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

/** Tags
------------------------------ **/
a {
  color: #03A9F4;
}
a:hover {
  color: #2196F3;
}

img {
  vertical-align: bottom;
}

dl dt {
  font-weight: bold;
}

/** Classed tags
------------------------------ **/
table.table-edit {
  width: 100%;
  border-collapse: collapse;
}
table.table-edit th, table.table-edit td {
  padding: 10px 5px;
  border-bottom: solid 1px #E0E0E0;
  line-height: 20px;
  vertical-align: top;
}
table.table-edit th {
  width: 160px;
  font-weight: bold;
  text-align: right;
}
table.table-edit tbody tr:hover {
  background: #FAFAFA;
}
table.table-edit tbody tr.error {
  background: #FFEBEE;
}
table.table-edit tbody th.must {
  position: relative;
}
table.table-edit tbody th.must:before {
  content: "必須";
  display: block;
  float: left;
  padding: 3px;
  border-radius: 3px;
  background: #F44336;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}
table.table-edit tfoot th, table.table-edit tfoot td {
  border: none;
}

table.table-list {
  width: 100%;
  border-collapse: collapse;
}
table.table-list th, table.table-list td {
  padding: 10px 5px;
  border: solid 1px #E0E0E0;
  line-height: 20px;
}
table.table-list th {
  font-weight: bold;
}
table.table-list thead tr {
  background: #EEEEEE;
}
table.table-list thead th, table.table-list thead td {
  padding: 5px;
}
table.table-list thead th {
  text-align: center;
}
table.table-list tbody tr {
  background: #fff;
}
table.table-list tfoot tr {
  background: #EEEEEE;
}
table.table-list tfoot th, table.table-list tfoot td {
  padding: 5px;
  font-weight: bold;
}
table.table-list td.buttons {
  text-align: center;
}
table.table-list td.name {
  font-weight: bold;
}
table.table-list td.noData {
  text-align: center;
  color: #616161;
}
table.table-list td.number {
  text-align: right;
  white-space: nowrap;
}
table.table-list td.price {
  color: #F44336;
  text-align: right;
  white-space: nowrap;
}

nav.pankuz {
  margin-bottom: 20px;
}
nav.pankuz li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 5px;
  font-size: 12px;
}
nav.pankuz li a {
  color: inherit;
}

nav.paging {
  overflow: hidden;
  margin-top: 10px;
}
nav.paging .counts {
  float: right;
  line-height: 20px;
}
nav.paging .counts .current {
  font-weight: bold;
}
nav.paging .pages li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 2px;
}
nav.paging .pages li a {
  display: block;
  padding: 0 9px;
  border: solid 1px #E0E0E0;
  background: #F5F5F5;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
}
nav.paging .pages li a:hover, nav.paging .pages li.current a {
  border-color: #BDBDBD;
  background: #fff;
}
nav.paging .pages li.current a {
  font-weight: bold;
}

ul.notes li {
  position: relative;
  margin: 5px 0;
  padding-left: 1.2em;
  line-height: 16px;
  color: #616161;
  font-size: 12px;
}
ul.notes li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/** Classes
------------------------------ **/
.columns {
  overflow: hidden;
}

.button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 4px 9px;
  line-height: 20px;
  border: solid 1px #BDBDBD;
  border-radius: 3px;
  outline: none;
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -moz-linear-gradient(#ffffff, #fafafa);
  background: -webkit-linear-gradient(#ffffff, #fafafa);
  background: linear-gradient(#ffffff, #fafafa);
  color: #212121;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  box-shadow: 0 -1px 0 0 #9E9E9E inset;
  border-color: #9E9E9E;
  background: #FAFAFA;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
  background: -moz-linear-gradient(#fafafa, #f5f5f5);
  background: -webkit-linear-gradient(#fafafa, #f5f5f5);
  background: linear-gradient(#fafafa, #f5f5f5);
  color: #212121;
}
.button:active {
  box-shadow: 0 1px 0 0 #BDBDBD inset;
}
.button.button-s {
  line-height: 14px;
  font-size: 12px;
}
.button.button-l {
  padding: 9px 14px;
  font-size: 16px;
}
.button.button-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.button.button-primary, .button.button-success, .button.button-info, .button.button-warning, .button.button-danger {
  color: #fff;
}
.button.button-primary {
  background: #3F51B5;
  border-color: #3849a2;
}
.button.button-primary:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #606fc7), color-stop(100%, #3f51b5));
  background: -moz-linear-gradient(#606fc7, #3f51b5);
  background: -webkit-linear-gradient(#606fc7, #3f51b5);
  background: linear-gradient(#606fc7, #3f51b5);
}
.button.button-success {
  background: #4CAF50;
  border-color: #449d48;
}
.button.button-success:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ec071), color-stop(100%, #4caf50));
  background: -moz-linear-gradient(#6ec071, #4caf50);
  background: -webkit-linear-gradient(#6ec071, #4caf50);
  background: linear-gradient(#6ec071, #4caf50);
}
.button.button-info {
  background: #00BCD4;
  border-color: #00a5bb;
}
.button.button-info:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #08e3ff), color-stop(100%, #00bcd4));
  background: -moz-linear-gradient(#08e3ff, #00bcd4);
  background: -webkit-linear-gradient(#08e3ff, #00bcd4);
  background: linear-gradient(#08e3ff, #00bcd4);
}
.button.button-warning {
  background: #FF9800;
  border-color: #e68900;
}
.button.button-warning:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffad33), color-stop(100%, #ff9800));
  background: -moz-linear-gradient(#ffad33, #ff9800);
  background: -webkit-linear-gradient(#ffad33, #ff9800);
  background: linear-gradient(#ffad33, #ff9800);
}
.button.button-danger {
  background: #F44336;
  border-color: #f32c1e;
}
.button.button-danger:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f77066), color-stop(100%, #f44336));
  background: -moz-linear-gradient(#f77066, #f44336);
  background: -webkit-linear-gradient(#f77066, #f44336);
  background: linear-gradient(#f77066, #f44336);
}
.button.button-upgrade-ace, .button.button-upgrade-leo {
  padding: 9px 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.button.button-upgrade-ace {
  background: #E91E63;
  border-color: #d81558;
}
.button.button-upgrade-ace:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee4c83), color-stop(100%, #e91e63));
  background: -moz-linear-gradient(#ee4c83, #e91e63);
  background: -webkit-linear-gradient(#ee4c83, #e91e63);
  background: linear-gradient(#ee4c83, #e91e63);
}
.button.button-upgrade-leo {
  background: #4CAF50;
  border-color: #449d48;
}
.button.button-upgrade-leo:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ec071), color-stop(100%, #4caf50));
  background: -moz-linear-gradient(#6ec071, #4caf50);
  background: -webkit-linear-gradient(#6ec071, #4caf50);
  background: linear-gradient(#6ec071, #4caf50);
}

.button-ex {
  position: relative;
}
.button-ex a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.button-ex a:hover {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.button-ex:before, .button-ex:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  z-index: 0;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.button-ex:before {
  top: 0;
}
.button-ex:after {
  bottom: 0;
}
.button-ex:hover:before, .button-ex:hover:after {
  height: 50%;
}

.flash {
  margin-bottom: 20px;
  padding: 10px;
  border-left: solid 5px #E0E0E0;
  background: #fff;
}
.flash .flash-title {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.flash .flash-body {
  line-height: 20px;
  color: #212121;
  font-size: 14px;
}
.flash.flash-info {
  border-color: #00BCD4;
}
.flash.flash-info .flash-title {
  color: #00BCD4;
}
.flash.flash-success {
  border-color: #4CAF50;
}
.flash.flash-success .flash-title {
  color: #4CAF50;
}
.flash.flash-error {
  border-color: #F44336;
}
.flash.flash-error .flash-title {
  color: #F44336;
}

/** Input classes
------------------------------ **/
.input-text {
  max-width: 90%;
  padding: 4px 9px;
  border: solid 1px #E0E0E0;
  border-radius: 3px;
  line-height: 20px;
  font-size: 14px;
}
.input-text.input-text-l {
  width: 360px;
}
.input-text.input-text-m {
  width: 240px;
}
.input-text.input-text-s {
  width: 120px;
}
.input-text.input-text-wide {
  width: 100%;
  max-width: 100%;
  *max-width: 90%;
  box-sizing: border-box;
}

.input-label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input-description {
  margin: 5px 0;
  color: #616161;
}

span.input-description {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input-description:first-child {
  margin-top: 0;
}

.input-description:last-child {
  margin-bottom: 0;
}

.input-error {
  color: #F44336;
  font-weight: bold;
}

/** Main blocks
------------------------------ **/
.container {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  padding: 0 10px 40px;
}

.main {
  float: left;
  width: 710px;
}

.side {
  float: right;
  width: 250px;
}

header {
  height: 60px;
  margin-bottom: 10px;
  padding: 10px 0;
}
header .logo {
  float: left;
}
header .support {
  float: right;
}

footer {
  position: relative;
  font-size: 12px;
}
footer a {
  color: inherit;
}
footer .buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
}
footer .buttons a {
  display: block;
  float: left;
  padding: 9px 10px 10px 9px;
  background: #fff;
  border: solid 1px #E0E0E0;
  border-right: none;
  border-bottom: none;
  text-decoration: none;
}
footer .buttons a:hover {
  background: #F5F5F5;
  color: inherit;
}
footer .buttons a.contact {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
footer .buttons a.contact .md {
  color: #757575;
}
footer .buttons a.toTop {
  height: 40px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-align: center;
}
footer .buttons a.toTop span {
  display: block;
  line-height: 20px;
  font-size: 10px;
}
footer .buttons.floating {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1;
}
footer .links {
  width: 980px;
  margin: auto;
  padding: 20px 10px 0;
}
footer .links ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;
}
footer .copyright {
  background: #3F51B5;
  color: #fff;
}
footer .copyright p {
  width: 980px;
  margin: auto;
  line-height: 30px;
}
footer .copyright p a {
  color: inherit;
}

/** Side contents
------------------------------ **/
.side section {
  margin-bottom: 20px;
  z-index: 0;
}
.side section.docs {
  border: solid 1px #E0E0E0;
  background: #fff;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.side section.docs:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.side section.docs h1 {
  padding: 5px 10px;
  font-size: 16px;
  background: #fff;
  background: linear-gradient(#ffffff, #eeeeee);
  line-height: 20px;
}
.side section.docs h1.ui-accordion-header {
  cursor: pointer;
}
.side section.docs h1.ui-accordion-header:hover {
  border-color: #BDBDBD;
  background: #EEEEEE;
}
.side section.docs ul.docs-list li {
  border-top: dotted 1px #E0E0E0;
}
.side section.docs ul.docs-list li a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.side section.docs ul.docs-list li a:hover {
  background: #F5F5F5;
}
.side section.conditions,
.side section.research {
  border: solid 1px #E0E0E0;
  background: #fff;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.side section.conditions:hover,
.side section.research:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.side section.conditions {
  position: relative;
  padding: 10px 0 0;
  border-top: none;
  z-index: 10;
}
.side section.conditions .logout {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  border-left: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  background: #3F51B5;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.side section.conditions .logout:hover {
  background: #673AB7;
}
.side section.conditions .code {
  padding: 0 9px;
  line-height: 20px;
  font-size: 12px;
}
.side section.conditions .code .label {
  font-weight: bold;
}
.side section.conditions .user {
  margin-bottom: 5px;
  line-height: 20px;
}
.side section.conditions .user .name {
  padding: 5px 9px;
  font-size: 16px;
  font-weight: bold;
}
.side section.conditions .user .siteSwitcher {
  position: relative;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current {
  position: relative;
  margin: 0 9px;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-site {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-right: 25px;
  padding: 2px 0 2px 30px;
  text-decoration: none;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-site:hover {
  text-decoration: underline;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-site:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "HP";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  margin-right: 5px;
  border-radius: 3px;
  background: #03A9F4;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-site span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-site span.url {
  line-height: 1.2;
  color: #616161;
  font-size: 10px;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 3px;
  border: solid 1px #BDBDBD;
  border-radius: 30px;
  line-height: 16px;
  color: #BDBDBD;
  font-size: 16px;
  text-align: center;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-current .siteSwitcher-trigger:hover {
  background: #F5F5F5;
  border-color: #757575;
  color: #757575;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 5px 5px 10px;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more a {
  display: block;
  padding: 5px 10px;
  color: inherit;
  text-decoration: none;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li {
  border-bottom: solid 1px #E0E0E0;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a {
  position: relative;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a:hover {
  background: #F5F5F5;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a span.url {
  line-height: 1.2;
  color: #616161;
  font-size: 10px;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a span.icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-right: 0px;
  line-height: 1;
  color: #BDBDBD;
  font-size: 16px;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li a:hover span.icon {
  display: block;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more ul li.current a span.icon {
  display: block;
  color: #03A9F4;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more a.new {
  background: #FAFAFA;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more a.new span.icon {
  color: #BDBDBD;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more a.new:hover {
  background: #F5F5F5;
}
.side section.conditions .user .siteSwitcher .siteSwitcher-more a.new:hover span.icon {
  color: #757575;
}
.side section.conditions .user .siteSwitcher.siteSwitcher-active .siteSwitcher-current .siteSwitcher-trigger {
  background: #BDBDBD;
  color: #fff;
}
.side section.conditions .user .siteSwitcher.siteSwitcher-active .siteSwitcher-more {
  display: block;
}
.side section.conditions .button-ex {
  background: #03A9F4;
}
.side section.conditions .button-ex:before {
  background: #14b4fc;
}
.side section.conditions .button-ex:after {
  background: #0398db;
}
.side section.conditions dl {
  overflow: hidden;
  padding: 10px 4px;
  background: #EEEEEE;
  line-height: 20px;
  font-size: 12px;
}
.side section.conditions dl dt {
  float: left;
  clear: both;
  width: 90px;
  text-align: right;
}
.side section.conditions dl dd {
  float: right;
  width: 140px;
}
.side section.conditions dl dd.plan {
  text-indent: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.side section.research h1 {
  padding: 5px 10px;
  line-height: 20px;
  font-size: 14px;
}
.side section.research .counts {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 9px;
}
.side section.research .counts .yesterday {
  float: left;
  min-width: 120px;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.side section.research .counts .diff {
  float: right;
  width: 90px;
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 40px;
  font-size: 20px;
}
.side section.research .counts .diff.diff-up {
  background-image: url('../img/arrow_up.png');
}
.side section.research .counts .diff.diff-down {
  background-image: url('../img/arrow_down.png');
}
.side section.research .button-ex {
  background: #4CAF50;
}
.side section.research .button-ex:before {
  background: #5cb860;
}
.side section.research .button-ex:after {
  background: #449d48;
}
.side section.research .uaEndMessage {
  padding: 10px;
  line-height: 16px;
  border: solid 1px #FF6F00;
  background: #FFF8E1;
}
.side section.research .uaEndMessage p {
  margin-bottom: .5em;
}
.side section.research .uaEndMessage p:last-child {
  margin-bottom: 0;
}
.side section.faq h1 {
  margin-bottom: 10px;
  line-height: 20px;
}
.side section.faq li {
  position: relative;
  background: #fff;
  margin-bottom: 5px;
}
.side section.faq li:last-child {
  margin-bottom: 0;
}
.side section.faq li a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 30px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
}
.side section.faq li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #E0E0E0;
}
.side section.faq li a:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: solid 4px transparent;
  border-left-color: #fff;
}
.side section.faq li a:hover:before {
  background: #BDBDBD;
}
.side section.populars h1 {
  margin-bottom: 5px;
  line-height: 20px;
}
.side section.populars li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.side section.populars li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: solid 4px transparent;
  border-left-color: #757575;
}
.side section.populars li:last-child {
  margin-bottom: 0;
}
.side section.populars li a {
  line-height: 20px;
  color: inherit;
}
.side section.banners ul li {
  margin-bottom: 10px;
}
.side section.banners ul li img {
  max-width: 100%;
}

/** Main contents
------------------------------ **/
.main section {
  margin-bottom: 40px;
}
.main section section {
  margin-bottom: 20px;
}
.main h1 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
}
.main h2 {
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 3px #ccc;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}
.main h3 {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.main p.description {
  margin-bottom: 10px;
  color: #616161;
}

/** Components
------------------------------ **/
.annotation {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #212121;
  margin-top: 3px;
}
.annotation-important {
  color: #F44336;
  font-weight: bold;
  margin-top: 4px;
}

a.annotation-link {
  font-size: 12px;
  vertical-align: top;
}

dl.annotations {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 10px;
  padding: 19px;
  border: solid 1px #E0E0E0;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5) inset;
  background: #EEEEEE;
  line-height: 1.2;
}
dl.annotations .annotation-important {
  color: #F44336;
  font-weight: bold;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10000;
}
.popup.popup-active, .popup.popup-loading {
  display: block;
}
.popup .popup-window {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-height: 440px;
  margin-left: -320px;
  padding: 19px;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.popup .popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  border-left: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  border-radius: 0 0 0 5px;
  line-height: 18px;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}
.popup .popup-close:hover {
  background: #616161;
  color: #fff;
}
.popup .popup-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: url('../img/loader_b_l.gif') center no-repeat;
}
.popup.popup-loading .popup-window {
  display: none;
}
.popup.popup-loading .popup-loader {
  display: block;
}
.popup .popup-contents {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.popup .popup-contents .wrap {
  overflow: auto;
  max-height: 360px;
  margin-bottom: 40px;
}
.popup .popup-contents .wrap h1 {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 20px;
}
.popup .popup-contents .wrap .date {
  margin-bottom: 5px;
  color: #616161;
  font-size: 12px;
  text-align: right;
}
.popup .popup-contents .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  padding: 4px 5px 5px;
  border-top: solid 1px #E0E0E0;
  border-radius: 0 0 5px 5px;
  background: #EEEEEE;
  text-align: right;
}
.popup.popup-upgrade .popup-contents .wrap {
  max-height: 350px;
  margin-bottom: 50px;
}
.popup.popup-upgrade .popup-contents .wrap h1 {
  margin-bottom: 10px;
  font-size: 24px;
}
.popup.popup-upgrade .popup-contents .wrap .icon {
  float: left;
  width: 100px;
  height: 100px;
}
.popup.popup-upgrade .popup-contents .wrap .body {
  margin-left: 110px;
}
.popup.popup-upgrade .popup-contents .wrap .body p {
  line-height: 1.5;
  font-size: 16px;
}
.popup.popup-upgrade .popup-contents .wrap .banner {
  clear: both;
  margin: 20px 0 10px;
  text-align: center;
}
.popup.popup-upgrade .popup-contents .buttons {
  height: 40px;
}

/** Banner hover
------------------------------ **/
.main section.topbanner a:hover,
.main section.bannerLinks ul li a:hover,
.side section.banners ul li a:hover {
  opacity: 0.7;
}
