@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;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding-bottom: 0;
}
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list, .mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a, .mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a, .mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-buttonbar > a {
  text-decoration: none;
}
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.mm-buttonbar > input:checked + label {
  border-color: transparent !important;
}
.mm-buttonbar > *:first-child, .mm-buttonbar > input:first-child + * {
  border-left: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar > * {
  border-left: none;
}
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
  padding-top: 30px;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
.mm-header .mm-next, .mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}
.mm-header [href].mm-close:after {
  content: 'x';
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-search {
  padding: 10px;
}
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  margin-right: 70px;
}
label.mm-check + a, label.mm-check + span {
  margin-right: 50px;
}
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}
a.mm-subopen + label.mm-toggle + a, a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}
a.mm-subopen + label.mm-check + a, a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + a, em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-check + a, em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
  background: #333333;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #5e5e5e;
}
#wrapper {
  background: #fff;
}
#header {
  border-top: solid 3px #f8b62d;
}
#header .inner {
  width: 960px;
  margin: 0 auto;
}
#header .header-top {
  border-bottom: solid 1px #e5e0e0;
}
#header .header-top .inner {
  height: 100px;
  position: relative;
}
#header .header-top #logo a {
  display: block;
  width: 181px;
  height: 37px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -2111px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  position: absolute;
  top: 30px;
  left: 0;
  text-indent: -9999px;
}
#header .header-top #lead {
  text-indent: -9999px;
  width: 146px;
  height: 11px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -2098px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  position: absolute;
  top: 46px;
  left: 200px;
}
#header .header-top a.btn-head-entry {
  display: block;
  width: 220px;
  height: 50px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1164px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 25px;
}
#header .header-top a.btn-head-entry:hover {
  opacity: 0.8;
}
#header .header-info {
  padding: 10px 0;
  border-bottom: solid 1px #e5e0e0;
  font-size: 12px;
  font-weight: bold;
}
#header .header-info span {
  color: #f7538a;
}
#header .header-info a {
  text-decoration: none;
  color: #f7538a;
}
#header .header-info a:hover {
  text-decoration: underline;
}
#header .global-navi {
  height: 50px;
  box-sizing: border-box;
  border-bottom: solid 5px #dbdbdb;
  background: #f8f8f8;
}
#header .global-navi ul li a {
  display: block;
  /*width: 320px;*/
  width: 50%;
  float: left;
  text-align: center;
  text-decoration: none;
  height: 45px;
  box-sizing: border-box;
  color: #5e5e5e;
  font-weight: bold;
  padding-top: 6px;
  position: relative;
}
#header .global-navi ul li a:hover, #header .global-navi ul li a.active {
  border-bottom: solid 5px #f8b62d;
}
#header .global-navi ul li a:hover .arrow, #header .global-navi ul li a.active .arrow {
  display: block;
  width: 16px;
  height: 6px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1769px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#header .global-navi ul li a span {
  display: block;
  box-sizing: border-box;
  padding: 7px 0;
}
#header .global-navi ul li a.left span, #header .global-navi ul li a.right span {
  border-left: solid 1px #e5e0e0;
  border-right: solid 1px #e5e0e0;
}
.footer-social {
  background: #f6f4f4;
  padding: 20px 0;
  text-align: center;
}
.footer-social:before, .footer-social:after {
  content: "";
  display: table;
}
.footer-social:after {
  clear: both;
}
.footer-social li {
  display: inline-block;
  margin: 0 5px;
}
.footer-social li .fb-like {
  line-height: 1;
  top: -2px;
}
.footer-social li.twitter a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -934px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.footer-social li.twitter a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -934px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.footer-social li.fb-share a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -872px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi {
  border-top: solid 1px #e5e0e0;
  padding: 0 0;
  background: #f6f4f4;
}
#footer-navi .inner {
  width: 768px;
  margin: 0 auto;
}
#footer-navi ul:before, #footer-navi ul:after {
  content: "";
  display: table;
}
#footer-navi ul:after {
  clear: both;
}
#footer-navi ul li a {
  display: block;
  float: left;
  width: 192px;
}
#footer-navi ul li:last-child a {
  margin-right: 0;
}
#footer-navi ul li.prof a {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -372px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.prof a:hover {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -434px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.topic a {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -496px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.topic a:hover {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -558px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.models a {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -248px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.models a:hover {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -310px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.bcc a {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.bcc a:hover {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -62px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.blog a {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -124px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer-navi ul li.blog a:hover {
  width: 192px;
  height: 60px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -186px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer {
  background: #5e5e5e;
  color: #fff;
  font-size: 12px;
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#footer .inner:before, #footer .inner:after {
  content: "";
  display: table;
}
#footer .inner:after {
  clear: both;
}
#footer .logo-footer {
  text-indent: -9999px;
  width: 140px;
  height: 28px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -2150px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  margin-bottom: 20px;
}
#footer .footer-block {
  width: 224px;
  margin-right: 20px;
  float: left;
}
#footer .footer-block:last-child {
  margin-right: 0;
  background: #303132;
  box-sizing: border-box;
  padding: 20px;
  float: right;
}
#footer .footer-block:last-child .heading {
  margin-bottom: 16px;
}
#footer .nav-head {
  font-weight: bold;
  padding: 0 5px 5px;
  border-bottom: solid 1px #000;
  margin-bottom: 5px;
}
#footer .foot-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 0 5px;
}
#footer .foot-list li a:hover {
  text-decoration: underline;
}
#footer .social-list {
  text-align: center;
}
#footer .social-list li {
  display: inline-block;
  margin: 0 2px;
}
#footer .social-list li a {
  display: inline-block;
}
#footer .social-list li.facebook a {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1409px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.facebook a:hover {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1445px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.twitter a {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1625px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.twitter a:hover {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1661px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.insta a {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1553px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.insta a:hover {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1589px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.gplus a {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1481px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.gplus a:hover {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1517px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.youtube a {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1697px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#footer .social-list li.youtube a:hover {
  width: 34px;
  height: 34px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1733px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
#copyright {
  font-size: 10px;
  text-align: center;
  line-height: 30px;
}
#top-main {
  background: #5e5e5e;
}
#top-main .inner {
  width: 960px;
  margin: 0 auto;
}
#top-main #img-main-wrap {
  width: 100%;
  height: 520px;
  position: relative;
}
#top-main #img-main-wrap .label-top {
  width: 132px;
  height: 132px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1964px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  position: absolute;
  top: 0;
  right: 0;
}
#top-main #img-main-wrap .label-bottom {
  width: 132px;
  height: 132px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1830px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top-main-bottom {
  padding: 24px 0;
  border-bottom: solid 1px #e5e0e0;
}
#top-main-bottom .inner {
  width: 960px;
  margin: 0 auto;
}
#top-main-bottom .inner:before, #top-main-bottom .inner:after {
  content: "";
  display: table;
}
#top-main-bottom .inner:after {
  clear: both;
}
#top-main-bottom #model-data {
  width: 490px;
  float: left;
  background: url(../images/pipe.png) no-repeat;
  background-position: top right;
  min-height: 160px;
  padding-top: 10px;
  box-sizing: border-box;
}
#top-main-bottom .data-top {
  margin-bottom: 16px;
}
#top-main-bottom .data-top:before, #top-main-bottom .data-top:after {
  content: "";
  display: table;
}
#top-main-bottom .data-top:after {
  clear: both;
}
#top-main-bottom .data-top .time {
  background: #5e5e5e;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  float: left;
}
#top-main-bottom .data-top .name {
  padding-left: 170px;
  font-size: 24px;
  font-weight: bold;
}
#top-main-bottom .data-top .name span {
  font-size: 16px;
  font-weight: normal;
}
#top-main-bottom .data-bottom dl {
  margin-bottom: 10px;
}
#top-main-bottom .data-bottom dl:before, #top-main-bottom .data-bottom dl:after {
  content: "";
  display: table;
}
#top-main-bottom .data-bottom dl:after {
  clear: both;
}
#top-main-bottom .data-bottom dl dt {
  width: 170px;
  float: left;
}
#top-main-bottom .data-bottom dl dd {
  padding-left: 170px;
}
#top-main-bottom .data-bottom dl:nth-last-child(2) {
  display: none;
}
#top-main-bottom #model-thumbs {
  width: 470px;
  float: right;
}
#top-main-bottom #model-thumbs .wrap {
  width: 380px;
  margin: 0 auto;
  position: relative;
}
#top-main-bottom #model-thumbs .wrap .heading {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  margin-bottom: 16px;
  border-bottom: solid 3px #f8b62d;
}
#top-main-bottom #model-thumbs .wrap a#btn-prof-link {
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  display: block;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
  color: #f8b62d;
  border: solid 1px #f8b62d;
  line-height: 44px;
}
#top-main-bottom #model-thumbs .wrap a#btn-prof-link:hover {
  color: #fff;
  background: #f8b62d;
}
#top-main-bottom #model-thumbs .wrap ul {
  text-align: center;
}
#top-main-bottom #model-thumbs .wrap ul li {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 0 7px;
}
#top-about {
  border-bottom: solid 1px #e5e0e0;
}
#top-about .inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#top-about .heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
#top-about p {
  margin-bottom: 40px;
  text-align: center;
}
#top-about .ad-block {
  margin: 0 auto;
  width: 728px;
}
#top-cloudcasting {
  background: url(../images/cc/background.png);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
#top-cloudcasting .inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#top-cloudcasting .heading-cc {
  width: 350px;
  margin: 0 auto 40px;
}
#top-cloudcasting .float-wrap:before, #top-cloudcasting .float-wrap:after {
  content: "";
  display: table;
}
#top-cloudcasting .float-wrap:after {
  clear: both;
}
#top-cloudcasting .float-wrap .img-wrap {
  float: left;
  width: 350px;
  padding-top: 30px;
}
#top-cloudcasting .float-wrap .content {
  float: right;
  width: 540px;
  background: rgba(255, 255, 255, 0.7);
}
#top-cloudcasting .float-wrap .content .content-inner {
  padding: 8px 20px 0;
  margin-bottom: 20px;
}
#top-cloudcasting .float-wrap .content p {
  margin-bottom: 20px;
}
#page-heading {
  background: url(../images/bg_common.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 200px;
}
#page-heading .heading {
  font-size: 18px;
  font-weight: bold;
  padding-top: 85px;
  text-align: center;
  padding-bottom: 5px;
}
#page-heading ul {
  text-align: center;
}
#page-heading ul li {
  display: inline-block;
}
#page-heading ul li a {
  display: inline-block;
  padding: 2px;
  color: #f8b62d;
  text-decoration: none;
}
#page-heading ul li a:hover {
  text-decoration: underline;
}
#main-list-content .bnr-tokeilist-top {
  background: #f6f4f4;
}
#main-list-content .bnr-tokeilist-top .bnr-block-inner {
  width: 728px;
  margin: 0 auto;
  padding: 20px 0 16px;
}
#main-list-content .bnr-modellist-bottom .bnr-block-inner {
  width: 728px;
  margin: 0 auto;
  padding: 40px 0 16px;
}
#main-list-content .inner-wrap {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#main-list-content #btn-load-more {
  background: #f6f4f4;
  border: solid 1px #e5e0e0;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#main-list-content #btn-load-more:hover {
  background: #e5e0e0;
}
#main-list-content #btn-load-more .btn {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
#main-list-content #btn-load-more .btn span {
  width: 11px;
  height: 5px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1777px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
#main-list-content #model-list {
  width: 980px;
  margin-left: -10px;
}
#main-list-content #model-list:before, #main-list-content #model-list:after {
  content: "";
  display: table;
}
#main-list-content #model-list:after {
  clear: both;
}
#main-list-content #model-list li a {
  display: block;
  width: 225px;
  float: left;
  margin: 0 10px 40px;
  text-decoration: none;
  color: #5e5e5e;
}
#main-list-content #model-list li a .img-wrap {
  margin-bottom: 10px;
}
#main-list-content #model-list li a .time {
  display: table;
  background: #5e5e5e;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin: 0 auto 10px;
}
#main-list-content #model-list li a .name {
  text-align: right;
}
#main-list-content #model-list li a .name span {
  font-size: 10px;
}
#main-list-content #model-list li a:hover .img-wrap {
  opacity: 0.9;
}
#main-list-content #model-list li a:hover .time {
  background: #f8b62d;
}
#main-list-content #model-list li a:hover .name {
  color: #f8b62d;
}
#main-list-content #model-list li#loading-img {
  text-align: center;
  padding: 60px 0;
}
#main-list-content #model-list li#loading-img img {
  width: 30px;
  display: inline;
}
#main-list-content #container {
  width: 980px;
  margin-left: -10px;
}
#main-list-content #container:before, #main-list-content #container:after {
  content: "";
  display: table;
}
#main-list-content #container:after {
  clear: both;
}
#main-list-content #container .tokei-small a {
  display: block;
  width: 176px;
  height: 164px;
  float: left;
  margin: 0 10px 20px;
  text-decoration: none;
  color: #5e5e5e;
}
#main-list-content #container .tokei-small a img {
  margin-bottom: 10px;
  width: 100%;
}
#main-list-content #container .tokei-small a .area-name {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-list-content #container .tokei-small a:hover img {
  opacity: 0.8;
}
#main-list-content #container .tokei-small a:hover .area-name {
  color: #f8b62d;
}
#main-list-content #sub-navi {
  margin-bottom: 20px;
}
#main-list-content #sub-navi:before, #main-list-content #sub-navi:after {
  content: "";
  display: table;
}
#main-list-content #sub-navi:after {
  clear: both;
}
#main-list-content #sub-navi li {
  width: 120px;
  color: #f8b62d;
  border: solid 1px #f8b62d;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#main-list-content #sub-navi li.active, #main-list-content #sub-navi li:hover {
  background: #f8b62d;
  color: #fff;
}
.tokei-page #tokei-container {
  width: 936px;
  padding: 18px;
  margin: 0 auto;
}
.tokei-page #tokei-container:before, .tokei-page #tokei-container:after {
  content: "";
  display: table;
}
.tokei-page #tokei-container:after {
  clear: both;
}
.tokei-page #banner-block-top {
  width: 728px;
  height: 90px;
  margin: 0 auto 12px;
  overflow: hidden;
}
.tokei-page #banner-block-top img {
  width: 100%;
  height: 90px;
  display: block;
}
.tokei-page #banner-block-bottom {
  width: 728px;
  height: 90px;
  margin: 24px auto 12px;
}
.tokei-page #banner-block-bottom img {
  width: 100%;
  height: 90px;
  display: block;
}
.tokei-page #ajax-data:before, .tokei-page #ajax-data:after {
  content: "";
  display: table;
}
.tokei-page #ajax-data:after {
  clear: both;
}
.tokei-page #img-main-wrap {
  width: 612px;
  float: left;
  margin: 6px;
}
.tokei-page #img-main-wrap #img-main {
  background-color: #f8f8f8;
  padding: 11px;
}
.tokei-page #img-main-wrap #img-main img {
  display: block;
}
.tokei-page #img-main-wrap #img-main #img-main-link {
  display: block;
  position: relative;
  width: 100%;
}
.tokei-page #img-main-wrap #img-main #label-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tokei-page #img-main-wrap #progress-bar {
  width: 100%;
  height: 8px;
  background-color: #ccc;
}
.tokei-page #img-main-wrap #progress-bar #meter {
  background-color: #EFB040;
  width: 30px;
  height: 8px;
}
.tokei-page #profile-block {
  float: right;
  margin: 6px;
  width: 300px;
}
.tokei-page #profile-block #name-wrap {
  border-bottom: solid 1px #DBDBDB;
}
.tokei-page #profile-block #name {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  padding: 24px 20px 16px;
}
.tokei-page #profile-block #name span {
  font-size: 12px;
}
.tokei-page #profile-block #data-block {
  padding: 20px 20px 10px;
}
.tokei-page #profile-block #data-block dl {
  clear: both;
  margin-bottom: 6px;
  font-size: 12px;
}
.tokei-page #profile-block #data-block dt {
  float: left;
  width: 8em;
  min-height: 2em;
}
.tokei-page #profile-block #data-block dd {
  padding-left: 8.5em;
}
.tokei-page #profile-block #data-block dd a {
  color: #006699;
  text-decoration: none;
  word-wrap: break-word;
}
.tokei-page #profile-block #data-block dd a:hover {
  color: #006699;
  text-decoration: underline;
}
.tokei-page #share-block {
  background-color: #f8f8f8;
  width: 300px;
  margin: 6px;
  float: right;
}
.tokei-page #share-block .inner {
  padding: 20px;
}
.tokei-page #share-block ul {
  width: 260px;
  margin: 0 auto;
}
.tokei-page #share-block ul:before, .tokei-page #share-block ul:after {
  content: "";
  display: table;
}
.tokei-page #share-block ul:after {
  clear: both;
}
.tokei-page #share-block ul li a {
  display: block;
  float: left;
  width: 130px;
}
.tokei-page #share-block ul li a:hover {
  opacity: 0.8;
}
.tokei-page #share-block ul li a img {
  max-width: 100%;
  display: block;
}
.tokei-page #sub-cont .inner:before, .tokei-page #sub-cont .inner:after {
  content: "";
  display: table;
}
.tokei-page #sub-cont .inner:after {
  clear: both;
}
.tokei-page #sub-cont #left-cont {
  width: 624px;
  float: left;
}
.tokei-page #sub-cont #other-bijin {
  width: 612px;
  margin: 6px;
}
.tokei-page #sub-cont #other-bijin img {
  max-width: 100%;
  display: block;
}
.tokei-page #sub-cont .tokei-small {
  background-color: #f8f8f8;
  margin: 6px;
  width: 144px;
  float: left;
  display: block;
  color: #5e5e5e;
  text-decoration: none;
}
.tokei-page #sub-cont .tokei-small .inner {
  padding: 5px;
}
.tokei-page #sub-cont .tokei-small a {
  color: #5e5e5e;
  text-decoration: none;
}
.tokei-page #sub-cont .tokei-small:hover .img-tokei {
  opacity: 0.8;
}
.tokei-page #sub-cont .tokei-small:hover .area-name {
  color: #006699;
  text-decoration: underline;
}
.tokei-page #sub-cont .tokei-small .img-tokei {
  max-width: 100%;
  width: 134px;
  height: 102px;
}
.tokei-page #sub-cont .tokei-small .area-name {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.tokei-page #sub-cont .tokei-small .area-name .icon-blank {
  width: 12px;
  height: 10px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1818px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  display: inline-block;
}
.tokei-page #sub-cont #right-cont {
  width: 312px;
  float: right;
}
.tokei-page #sub-cont #right-cont .banner-block {
  margin: 6px;
  width: 300px;
}
.tokei-page #sub-cont #right-cont .banner-block:hover {
  opacity: 0.8;
}
.tokei-page #sub-cont #right-cont .banner-block img {
  max-width: 100%;
}
#app-container {
  width: 960px;
  margin: 0 auto;
  padding: 40px 18px 40px;
}
#sub-navi a {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  border: solid 1px #f8b62d;
  text-align: center;
  color: #f8b62d;
  text-decoration: none;
  line-height: 40px;
}
#sub-navi a:hover, #sub-navi a.active {
  background: #f8b62d;
  color: #fff;
}
.app-block {
  padding: 30px 20px;
  border-bottom: solid 1px #DBDBDB;
}
.app-block .inner:before, .app-block .inner:after {
  content: "";
  display: table;
}
.app-block .inner:after {
  clear: both;
}
.app-block .img-wrap {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.app-block .img-wrap img {
  max-width: 100%;
}
.app-block .description {
  float: left;
  width: 360px;
}
.app-block .description h3 {
  font-size: 18px;
  margin: 15px auto 15px;
  font-weight: bold;
}
.app-block .btn-group {
  float: right;
  margin-top: 20px;
  width: 280px;
}
.app-block .btn-group:before, .app-block .btn-group:after {
  content: "";
  display: table;
}
.app-block .btn-group:after {
  clear: both;
}
.app-block .btn-group .app-wrap {
  float: left;
  width: 130px;
}
.app-block .btn-group .app-wrap .btn-app {
  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -620px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .app-wrap .btn-app:hover {
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -662px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .app-wrap .btn-free {
  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -996px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .app-wrap .btn-free:hover {
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1038px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .google-wrap {
  float: right;
  width: 130px;
}
.app-block .btn-group .google-wrap .btn-google {
  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1080px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .google-wrap .btn-google:hover {
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1122px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .google-wrap .btn-pay {
  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1241px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .google-wrap .btn-pay:hover {
  width: 130px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1283px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.app-block .btn-group .qr-wrap {
  width: 100px;
  margin: 20px auto 0;
}
.app-block .btn-group .qr-wrap img {
  max-width: 100%;
}
.gadget-block {
  padding: 30px 20px;
  border-bottom: solid 1px #DBDBDB;
}
.gadget-block .inner:before, .gadget-block .inner:after {
  content: "";
  display: table;
}
.gadget-block .inner:after {
  clear: both;
}
.gadget-block .img-wrap {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.gadget-block .img-wrap img {
  max-width: 100%;
}
.gadget-block .description {
  float: left;
  width: 470px;
}
.gadget-block .description h3 {
  font-size: 18px;
  margin: 15px auto 15px;
  font-weight: bold;
}
.gadget-block .btn-group {
  width: 160px;
  text-align: right;
  float: right;
}
.gadget-block .btn-group .btn-download {
  display: block;
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -788px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .btn-download:hover {
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -830px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .btn-webstore {
  display: block;
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1325px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .btn-webstore:hover {
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1367px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .btn-blogparts {
  display: block;
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -704px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .btn-blogparts:hover {
  width: 160px;
  height: 40px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -746px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
}
.gadget-block .btn-group .data {
  font-size: 12px;
  margin-top: 20px;
}
.bottom-btn-block {
  padding: 40px 0;
  background: #f6f4f4;
}
.bottom-btn-block .inner {
  width: 960px;
  margin: 0 auto;
}
.bottom-btn-block .btn {
  display: block;
  width: 760px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  line-height: 86px;
  background: #f8b62d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 5px #db9628;
  border-radius: 8px;
}
.bottom-btn-block .btn:hover {
  opacity: 0.8;
}
.bottom-btn-block .btn .arrow {
  width: 8.5px;
  height: 18px;
  background-image: url('../images/pc-s3b678f5e5a.png');
  background-position: 0 -1798px;
  background-repeat: no-repeat;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  display: block;
  position: absolute;
  top: 34px;
  right: 40px;
}
img {
  display: block;
  width: 100%;
}
.text-small {
  font-size: 12px;
}
.disnone {
  display: none;
}
@media (max-width: 480px) {
  #header {
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff;
  }
  #header .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #header .header-top {
    border-bottom: solid 1px #e5e0e0;
  }
  #header .header-top .inner {
    height: 44px;
    position: relative;
  }
  #header .header-top #btn-toggle {
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2622px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
  }
  #header .header-top #logo a {
    display: block;
    width: 88px;
    height: 18px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2602px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    position: absolute;
    top: 8px;
    left: 54px;
    text-indent: -9999px;
  }
  #header .header-top #lead {
    text-indent: -9999px;
    width: 78px;
    height: 6px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2594px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    position: absolute;
    top: 30px;
    left: 54px;
  }
  #header .header-top a.btn-head-entry {
    display: block;
    width: 95px;
    height: 44px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2456px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .header-top a.btn-head-entry:hover {
    opacity: 0.8;
  }
  #header .header-info {
    display: none;
  }
  #header .global-navi {
    height: 40px;
    box-sizing: border-box;
    border-bottom: solid 5px #dbdbdb;
    background: #f8f8f8;
  }
  #header .global-navi ul li a {
    display: block;
    /*width: 35%;*/
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 35px;
    box-sizing: border-box;
    color: #5e5e5e;
    font-weight: bold;
    padding-top: 4px;
    position: relative;
    font-size: 10px;
  }
  #header .global-navi ul li a:hover, #header .global-navi ul li a.active {
    border-bottom: solid 5px #f8b62d;
  }
  #header .global-navi ul li a:hover .arrow, #header .global-navi ul li a.active .arrow {
    display: block;
    width: 16px;
    height: 6px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -1769px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #header .global-navi ul li a span {
    display: block;
    box-sizing: border-box;
    padding: 5px 0;
  }
  #header .global-navi ul li a.right {
    /*width: 30%; }*/
    width: 50%;
  }
  #header .global-navi ul li a.right span {
    border-right: none;
  }
  #head-spacer {
    height: 85px;
  }
  #footer-social {
    border-top: solid 1px #e5e0e0;
    background: #fff;
    padding: 20px 0;
    text-align: center;
  }
  #footer-social:before, #footer-social:after {
    content: "";
    display: table;
  }
  #footer-social:after {
    clear: both;
  }
  #footer-social li {
    display: inline-block;
    margin: 0 5px;
  }
  #footer-social li .fb-like {
    line-height: 1;
    top: -2px;
  }
  #footer-navi {
    display: none;
  }
  #footer {
    background: #5e5e5e;
    color: #fff;
    font-size: 12px;
  }
  #footer .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 16px;
  }
  #footer .inner:before, #footer .inner:after {
    content: "";
    display: table;
  }
  #footer .inner:after {
    clear: both;
  }
  #footer .logo-footer {
    text-indent: -9999px;
    width: 140px;
    height: 28px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2150px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    margin-bottom: 16px;
  }
  #footer .footer-block {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  #footer .footer-block:last-child {
    margin-right: 0;
    background: #303132;
    box-sizing: border-box;
    padding: 12px 20px 6px;
    float: right;
  }
  #footer .footer-block:last-child .heading {
    text-align: center;
    margin-bottom: 8px;
  }
  #footer .nav-head {
    font-weight: bold;
    padding: 0 5px 5px;
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ddd;
  }
  #footer .foot-list li a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  #footer .foot-list li a:hover {
    text-decoration: underline;
  }
  #footer .social-list {
    text-align: center;
  }
  #footer .social-list li {
    display: inline-block;
    margin: 0 2px;
  }
  #footer .social-list li a {
    display: inline-block;
  }
  #top-main {
    background: #5e5e5e;
  }
  #top-main .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #top-main #img-main-wrap {
    width: 100%;
    height: 520px;
    position: relative;
  }
  #top-main #img-main-wrap .label-top {
    display: none;
  }
  #top-main #img-main-wrap .label-bottom {
    width: 132px;
    height: 132px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -1830px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #top-main-bottom {
    padding: 20px 16px;
    border-bottom: solid 1px #e5e0e0;
  }
  #top-main-bottom .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #top-main-bottom .inner:before, #top-main-bottom .inner:after {
    content: "";
    display: table;
  }
  #top-main-bottom .inner:after {
    clear: both;
  }
  #top-main-bottom #model-data {
    width: 100%;
    float: none;
    background: none;
    min-height: auto;
    padding-top: 10px;
    box-sizing: border-box;
  }
  #top-main-bottom .data-top {
    margin-bottom: 16px;
  }
  #top-main-bottom .data-top:before, #top-main-bottom .data-top:after {
    content: "";
    display: table;
  }
  #top-main-bottom .data-top:after {
    clear: both;
  }
  #top-main-bottom .data-top .time {
    background: #5e5e5e;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    border-radius: 3px;
    float: left;
    font-size: 12px;
  }
  #top-main-bottom .data-top .name {
    padding-left: 110px;
    font-size: 18px;
    font-weight: bold;
  }
  #top-main-bottom .data-top .name span {
    font-size: 16px;
    font-weight: normal;
  }
  #top-main-bottom .data-bottom dl {
    margin-bottom: 8px;
  }
  #top-main-bottom .data-bottom dl:before, #top-main-bottom .data-bottom dl:after {
    content: "";
    display: table;
  }
  #top-main-bottom .data-bottom dl:after {
    clear: both;
  }
  #top-main-bottom .data-bottom dl dt {
    width: 110px;
    float: left;
  }
  #top-main-bottom .data-bottom dl dd {
    padding-left: 110px;
  }
  #top-main-bottom #model-thumbs {
    width: 100%;
    float: none;
  }
  #top-main-bottom #model-thumbs .wrap {
    width: 100%;
    margin: 0 auto;
    height: 80px;
  }
  #top-main-bottom #model-thumbs .wrap .heading {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    margin-bottom: 16px;
    border-bottom: solid 3px #f8b62d;
  }
  #top-main-bottom #model-thumbs .wrap a#btn-prof-link {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    display: block;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    color: #f8b62d;
    border: solid 1px #f8b62d;
    line-height: 44px;
  }
  #top-main-bottom #model-thumbs .wrap a#btn-prof-link:hover {
    color: #fff;
    background: #f8b62d;
  }
  #top-main-bottom #model-thumbs .wrap ul {
    text-align: center;
    padding: 0;
  }
  #top-main-bottom #model-thumbs .wrap ul li {
    width: 21%;
    height: 60px;
    display: inline-block;
    margin: 0 2%;
  }
  #top-about {
    border-bottom: solid 1px #e5e0e0;
  }
  #top-about .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 16px;
  }
  #top-about .heading {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
  }
  #top-about p {
    margin-bottom: 20px;
    text-align: left;
  }
  #top-about .ad-block {
    display: none;
  }
  #top-cloudcasting .inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  #top-cloudcasting .heading-cc {
    width: auto;
    margin: 0 auto 10px;
  }
  #top-cloudcasting .float-wrap:before, #top-cloudcasting .float-wrap:after {
    content: "";
    display: table;
  }
  #top-cloudcasting .float-wrap:after {
    clear: both;
  }
  #top-cloudcasting .float-wrap .img-wrap {
    float: none;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #top-cloudcasting .float-wrap .content {
    float: none;
    width: auto;
  }
  #top-cloudcasting .float-wrap .content .content-inner {
    padding: 8px 12px 20px;
    margin-bottom: 20px;
  }
  #top-cloudcasting .float-wrap .content p {
    margin-bottom: 20px;
    font-size: 11px;
  }
  #page-heading {
    height: 100px;
  }
  #page-heading .heading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 5px;
  }
  #page-heading ul {
    text-align: center;
  }
  #page-heading ul li {
    display: inline-block;
    font-size: 11px;
  }
  #page-heading ul li a {
    display: inline-block;
    padding: 2px;
    color: #f8b62d;
    text-decoration: none;
  }
  #page-heading ul li a:hover {
    text-decoration: underline;
  }
  #main-list-content .inner-wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0;
  }
  #main-list-content #btn-load-more {
    background: #f6f4f4;
    border: solid 1px #e5e0e0;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  #main-list-content #btn-load-more:hover {
    background: #e5e0e0;
  }
  #main-list-content #btn-load-more .btn {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  #main-list-content #btn-load-more .btn span {
    width: 11px;
    height: 5px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -1777px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
  }
  #main-list-content #model-list {
    width: 100%;
    margin-left: 0;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #main-list-content #model-list:before, #main-list-content #model-list:after {
    content: "";
    display: table;
  }
  #main-list-content #model-list:after {
    clear: both;
  }
  #main-list-content #model-list li a {
    display: block;
    width: 46%;
    float: left;
    margin: 0 2% 20px;
    text-decoration: none;
  }
  #main-list-content #model-list li a .img-wrap {
    margin-bottom: 10px;
  }
  #main-list-content #model-list li a .time {
    display: table;
    background: #5e5e5e;
    padding: 2px 4px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    margin: 0 auto 10px;
  }
  #main-list-content #model-list li a .name {
    text-align: right;
  }
  #main-list-content #model-list li a .name span {
    font-size: 10px;
  }
  #main-list-content #model-list li a:hover .img-wrap {
    opacity: 0.9;
  }
  #main-list-content #model-list li a:hover .time {
    background: #f8b62d;
  }
  #main-list-content #model-list li a:hover .name {
    color: #f8b62d;
  }
  #main-list-content #container {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 2%;
  }
  #main-list-content #container:before, #main-list-content #container:after {
    content: "";
    display: table;
  }
  #main-list-content #container:after {
    clear: both;
  }
  #main-list-content #container .tokei-small a {
    display: block;
    width: 46%;
    height: auto;
    float: left;
    margin: 0 2% 20px;
    text-decoration: none;
    color: #5e5e5e;
  }
  #main-list-content #container .tokei-small a img {
    margin-bottom: 10px;
  }
  #main-list-content #container .tokei-small a .area-name {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main-list-content #container .tokei-small a:hover img {
    opacity: 0.9;
  }
  #main-list-content #container .tokei-small a:hover .area-name {
    color: #f8b62d;
  }
  #main-list-content #sub-navi {
    margin-bottom: 20px;
    padding: 0 16px;
  }
  #main-list-content #sub-navi:before, #main-list-content #sub-navi:after {
    content: "";
    display: table;
  }
  #main-list-content #sub-navi:after {
    clear: both;
  }
  #main-list-content #sub-navi li {
    font-size: 12px;
    width: 60px;
    color: #f8b62d;
    border: solid 1px #f8b62d;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 8px;
    cursor: pointer;
  }
  #main-list-content #sub-navi li.active, #main-list-content #sub-navi li:hover {
    background: #f8b62d;
    color: #fff;
  }
  .tokei-page #tokei-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .tokei-page #tokei-container:before, .tokei-page #tokei-container:after {
    content: "";
    display: table;
  }
  .tokei-page #tokei-container:after {
    clear: both;
  }
  .tokei-page #banner-block-top {
    display: none;
  }
  .tokei-page #banner-block-bottom {
    display: none;
  }
  .tokei-page #ajax-data:before, .tokei-page #ajax-data:after {
    content: "";
    display: table;
  }
  .tokei-page #ajax-data:after {
    clear: both;
  }
  .tokei-page #img-main-wrap {
    width: 100%;
    float: none;
    margin: 0;
  }
  .tokei-page #img-main-wrap #img-main {
    background-color: #f8f8f8;
    padding: 11px;
  }
  .tokei-page #img-main-wrap #img-main img {
    display: block;
  }
  .tokei-page #img-main-wrap #img-main #label-tr {
    width: 22%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tokei-page #img-main-wrap #img-main #label-bl {
    width: 22%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tokei-page #img-main-wrap #progress-bar {
    width: 100%;
    height: 8px;
    background-color: #ccc;
  }
  .tokei-page #img-main-wrap #progress-bar #meter {
    background-color: #EFB040;
    width: 30px;
    height: 8px;
  }
  .tokei-page #profile-block {
    float: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
  }
  .tokei-page #profile-block #name-wrap {
    border-bottom: solid 1px #DBDBDB;
  }
  .tokei-page #profile-block #name {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    padding: 0 8px 16px;
  }
  .tokei-page #profile-block #name span {
    font-size: 12px;
  }
  .tokei-page #profile-block #data-block {
    padding: 20px 20px 10px;
  }
  .tokei-page #profile-block #data-block dl {
    clear: both;
    margin-bottom: 6px;
    font-size: 12px;
  }
  .tokei-page #profile-block #data-block dt {
    float: left;
    width: 8em;
    min-height: 2em;
  }
  .tokei-page #profile-block #data-block dd {
    padding-left: 8.5em;
  }
  .tokei-page #profile-block #data-block dd a {
    color: #006699;
    text-decoration: none;
    word-wrap: break-word;
  }
  .tokei-page #profile-block #data-block dd a:hover {
    color: #006699;
    text-decoration: underline;
  }
  .tokei-page #share-block {
    background-color: #f8f8f8;
    width: 100%;
    margin: 0;
    float: right;
  }
  .tokei-page #share-block .inner {
    padding: 20px;
  }
  .tokei-page #share-block ul {
    width: 260px;
    margin: 0 auto;
  }
  .tokei-page #share-block ul:before, .tokei-page #share-block ul:after {
    content: "";
    display: table;
  }
  .tokei-page #share-block ul:after {
    clear: both;
  }
  .tokei-page #share-block ul li a {
    display: block;
    float: left;
    width: 130px;
  }
  .tokei-page #share-block ul li a:hover {
    opacity: 0.8;
  }
  .tokei-page #share-block ul li a img {
    max-width: 100%;
    display: block;
  }
  .tokei-page #sub-cont .inner:before, .tokei-page #sub-cont .inner:after {
    content: "";
    display: table;
  }
  .tokei-page #sub-cont .inner:after {
    clear: both;
  }
  .tokei-page #sub-cont #left-cont {
    width: 100%;
    float: none;
  }
  .tokei-page #sub-cont #other-bijin {
    width: 100%;
    margin: 0;
  }
  .tokei-page #sub-cont #other-bijin img {
    max-width: 100%;
    display: block;
  }
  .tokei-page #sub-cont #other-bijin-wrap {
    box-sizing: border-box;
    padding: 0 2%;
  }
  .tokei-page #sub-cont .tokei-small {
    background-color: #f8f8f8;
    margin: 6px;
    width: 46%;
    margin: 2%;
    float: left;
    display: block;
    color: #5e5e5e;
    text-decoration: none;
  }
  .tokei-page #sub-cont .tokei-small .inner {
    padding: 5px;
  }
  .tokei-page #sub-cont .tokei-small a {
    color: #5e5e5e;
    text-decoration: none;
  }
  .tokei-page #sub-cont .tokei-small:hover .img-tokei {
    opacity: 0.8;
  }
  .tokei-page #sub-cont .tokei-small:hover .area-name {
    color: #006699;
    text-decoration: underline;
  }
  .tokei-page #sub-cont .tokei-small .img-tokei {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .tokei-page #sub-cont .tokei-small .area-name {
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .tokei-page #sub-cont .tokei-small .area-name .icon-blank {
    width: 12px;
    height: 10px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -1818px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    display: inline-block;
  }
  .tokei-page #sub-cont #right-cont {
    width: 312px;
    float: none;
    margin: 0 auto;
  }
  .tokei-page #sub-cont #right-cont .banner-block {
    margin: 6px;
    width: 300px;
  }
  .tokei-page #sub-cont #right-cont .banner-block:hover {
    opacity: 0.8;
  }
  .tokei-page #sub-cont #right-cont .banner-block img {
    max-width: 100%;
  }
  .bottom-btn-block {
    padding: 20px 16px;
  }
  .bottom-btn-block .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .bottom-btn-block .btn {
    display: block;
    width: auto;
    text-decoration: none;
    line-height: 44px;
    background: #f8b62d;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 5px #db9628;
  }
  .bottom-btn-block .btn:hover {
    opacity: 0.8;
  }
  .bottom-btn-block .btn .arrow {
    width: 8.5px;
    height: 18px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -1798px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
  }
  #app-container {
    width: 100%;
    padding: 0;
  }
  .app-block {
    padding: 20px;
  }
  .app-block .inner:before, .app-block .inner:after {
    content: "";
    display: table;
  }
  .app-block .inner:after {
    clear: both;
  }
  .app-block .img-wrap {
    width: 200px;
    float: none;
    margin: 0 auto 10px;
  }
  .app-block .description {
    float: none;
    width: 100%;
  }
  .app-block .description h3 {
    font-size: 18px;
    margin: 15px auto 15px;
    font-weight: bold;
  }
  .app-block .btn-group {
    float: none;
    margin: 20px auto 0;
    width: 280px;
  }
  .app-block .btn-group:before, .app-block .btn-group:after {
    content: "";
    display: table;
  }
  .app-block .btn-group:after {
    clear: both;
  }
  .app-block .btn-group .qr-wrap {
    display: none;
  }
  .gadget-block {
    width: 100%;
    padding: 0;
  }
  .gadget-block .inner {
    padding: 20px;
  }
  .gadget-block .img-wrap {
    width: 200px;
    float: none;
    margin: 0 auto 10px;
  }
  .gadget-block .img-wrap img {
    max-width: 100%;
  }
  .gadget-block .description {
    float: none;
    width: auto;
  }
  .gadget-block .description h3 {
    font-size: 18px;
    margin: 15px auto 15px;
    font-weight: bold;
  }
  .gadget-block .btn-group {
    display: none;
  }
  img {
    display: block;
    width: 100%;
  }
  .mm-list > li > a, .mm-list > li > span {
    padding: 12px 10px 12px 20px;
  }
  .mm-list .icon-arrow {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 7px;
    height: 18px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2668px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    display: block;
  }
  .mm-list .icon-blank {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 13px;
    height: 10px;
    background-image: url('../images/pc-s3b678f5e5a.png');
    background-position: 0 -2688px;
    background-repeat: no-repeat;
    -moz-background-size: 220px auto;
    -o-background-size: 220px auto;
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    display: block;
  }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 0;
  }
  .mm-menu .mm-list {
    padding: 0;
  }
  nav#menu {
    color: #ddd;
  }
}
/*サービス終了のお知らせ*/
.ttl {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.read {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}

.link {
  background: #fff;
  padding: 40px 0;
  text-align: center;
	font-weight: 600;
	font-size: 16px;
line-height: 2;}

a {
font-weight:bold;

}

a:link {
color:#555;
}

a:hover {
color:#f8b62d;
text-decoration:underline;
}


