@charset "UTF-8";
body {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}

body, select, pre, xmp {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  min-width: 100%;
  margin: 0px auto;
  -webkit-text-size-adjust: 100%;
}

pre.is_font {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

body, div, applet, object, iframe,
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, 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 {
  font-size: 16px;
  font-size: 1.6rem;
}

.test {
  font-size: 1rem;
}

.breadcrumbs-mi .cd-breadcrumb li > *, .breadcrumbs-mi .cd-multi-steps li > * {
  font-size: 1.6rem !important;
}

@media screen and (max-device-width: 799px), screen and (max-width: 799px) {
  body, div, applet, object, iframe,
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, 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 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .breadcrumbs-mi .cd-breadcrumb li > *, .breadcrumbs-mi .cd-multi-steps li > * {
    font-size: 1.8rem !important;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

.aos-scroll-fix {
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .jplist-panel {
    display: initial !important;
  }
}
.jplist-drop-down .jplist-dd-panel:after {
  content: "" !important;
}

.fa-skype-color {
  background-color: #02aff0;
  color: white;
}

.font-size-3 {
  font-size: 1.8rem !important;
}

.font-size-4 {
  font-size: 3rem !important;
}

.font-size-5 {
  font-size: 3.5rem !important;
}

.font-size-6 {
  font-size: 4rem !important;
}

.font-size-6rem {
  font-size: 6rem !important;
}

.margin-1 {
  margin: 6px;
}

.margin-2 {
  margin: 10px;
}

.margin-3 {
  margin: 15px;
}

.padding-1 {
  padding: 6px;
}

.padding-2 {
  padding: 10px !important;
}

.padding-3 {
  padding: 15px !important;
}

.padding-4 {
  padding: 20px !important;
}

.padding-5 {
  padding: 25px !important;
}

.padding-6 {
  padding: 30px !important;
}

.margin-0 {
  margin: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.margin-left-1 {
  margin-left: 6px;
}

.margin-left-2 {
  margin-left: 10px;
}

.margin-left-3 {
  margin-left: 15px;
}

.margin-right-1 {
  margin-right: 6px;
}

.margin-right-2 {
  margin-right: 10px;
}

.margin-right-3 {
  margin-right: 15px;
}

.fa-right_down {
  position: absolute;
  bottom: -0.3em;
  right: 0.1rem;
}

.form_default {
  height: 35px;
  font-size: 20px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.myfont {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

#header_login {
  float: right;
  margin: 0 auto;
}

#header_logout {
  margin: 0 auto;
}

#header_userid {
  float: right;
  margin: 0 auto;
}

#header_register {
  float: right;
  margin: 0 auto;
}

.debughtml {
  background-color: #4A4848;
  color: white;
  width: 100%;
}

.adiv {
  color: #FFF;
  display: block;
  text-decoration: none;
}

.ablock {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
}

.string_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress_bar_flat {
  position: fixed;
  right: 5px;
  bottom: 5px;
  zoom: 0.5;
  z-index: 2;
}
.progress_bar_flat .progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress_bar_flat .progress-pie-chart.gt-50 {
  background-color: #81CE97;
}
.progress_bar_flat .ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.progress_bar_flat .ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #81CE97;
  transform: rotate(60deg);
}
.progress_bar_flat .gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.progress_bar_flat .gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}
.progress_bar_flat .ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}
.progress_bar_flat .ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #81CE97;
}
.progress_bar_flat .pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.progress_bar_flat body {
  font-family: Arial;
  background: #f7f7f7;
}
.progress_bar_flat .progress-pie-chart {
  margin: 50px auto 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .progress_bar_flat {
    right: -95px;
    bottom: -125px;
  }
}
#compact_menu {
  opacity: 0;
  z-index: 5;
  position: absolute;
  /*
  #menu{
  text-align: center;
  color: #888;
  }
  */
  /* menu appearance*/
}
#compact_menu #menu i {
  float: left;
  font-size: 23px;
  margin: 0px 10px 0px 10px;
}
#compact_menu #menu li a {
  padding: 20px;
}
#compact_menu #menu i.fa-code {
  position: relative;
  left: 0px;
}
#compact_menu #menu #open_code {
  position: relative;
  right: 3px;
}
#compact_menu #menu {
  font-size: 15px;
  position: relative;
  color: #999;
  width: 170px;
  margin: 10px;
  margin: auto;
  text-align: center;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
#compact_menu ul, #compact_menu li, #compact_menu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#compact_menu li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #888;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#compact_menu li a:hover,
#compact_menu li a:focus {
  background: #EEE;
  color: black;
}

.contact_confirm {
  width: 50%;
  text-align: left;
}

.login_form {
  width: 100%;
  height: 100%;
  text-align: center;
}

.login_form .textbox {
  width: 500px;
  padding: 0px 0px 0px 10px;
}

.login_form .login_button {
  width: 250px;
  border: 1px solid;
  top: 10px;
}

#password_forgot {
  display: none;
  text-align: right;
  margin-bottom: 20px;
}

#onepage-scroll hr {
  margin: 15px 0px;
}

#login_socialbuttons a {
  max-width: 70%;
  margin: 7px;
}

#login_socialbuttons a i {
  float: left;
  position: relative;
  /*top:6px;*/
}

#twitcasting_login, .twitcasting_login {
  background-color: #0075ff !important;
}
#twitcasting_login img, .twitcasting_login img {
  position: relative !important;
  right: 11px !important;
  top: 6px !important;
}

#line_login {
  background-color: #00C300 !important;
}

#line_login img {
  position: relative;
  right: 11px;
  top: 5px;
}

.p0x0q_table td[rowspan="2"] {
  height: 100%;
}

.form {
  min-width: 100%;
  min-height: 100%;
  text-align: center;
}

.form .textbox {
  width: 500px;
  padding: 0px 0px 0px 10px;
}

.form .click_button {
  width: 250px;
  border: 1px solid;
  top: 10px;
  margin-bottom: 10px;
  margin: auto 0;
}

.registercomplete .form td {
  padding-right: 20px;
}

.form td {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}

.form table {
  border: 1px solid;
}

.form input {
  border: none;
}

.ErrorMessage {
  margin: 15px;
  color: red;
}

.register_fontlabel {
  font-size: 18px;
}

.redirect_button {
  width: 150px;
}

.textbox {
  height: 40px;
}

.nobr {
  display: inline-block;
  _display: inline;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  justify-content: center;
}

.xcenter {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}

.ycenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.word-break {
  word-break: break-word;
}

.word-break-all {
  word-break: break-all;
}

.form.xcenter.ycenter,
i.ycenter {
  -ms-transform: none\0 ;
}

.padding-0 td {
  padding: 0px;
}

.margin-0 td {
  margin: 0px;
}

.tablesorter-headerAsc {
  background-color: #F15544;
  color: white;
}

.tablesorter-headerDesc {
  background-color: #39A25A;
  color: white;
}

.tablesorter-headerDesc:before {
  content: "▼";
  float: right;
  margin-right: 10px;
}

.tablesorter-headerAsc:before {
  content: "▲";
  float: right;
  margin-right: 10px;
}

.animate01s {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.animate03s {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.animate05s {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.animate08s {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.animate11s {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
}

.animate05s {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
}

.animate15s {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}

.animate2s {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.animate1s {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.progress_notific_box {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #808080ab;
}

.centerbox {
  margin-left: auto;
  margin-right: auto;
}

/* DropdownMenu */
.dropdownmenu *, .dropdownmenu *:before, .dropdownmenu *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}
.dropdownmenu .container {
  width: 100%;
}
.dropdownmenu .container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdownmenu .dropdown a {
  text-decoration: none;
}
.dropdownmenu .dropdown [data-toggle=dropdown] {
  position: relative;
  display: block;
  color: white;
  background: #2980B9;
  -moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  -webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdownmenu .dropdown [data-toggle=dropdown]:hover {
  background: #2c89c6;
}
.dropdownmenu .dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #fff;
  top: 14px;
  right: 10px;
}
.dropdownmenu .dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdownmenu .dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdownmenu .dropdown .icon-arrow:before {
  content: "▼";
  font-size: 20px;
}
.dropdownmenu .dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdownmenu .dropdown .dropdown-menu li {
  padding: 0;
}
.dropdownmenu .dropdown .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdownmenu .dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdownmenu .dropdown .show, .dropdownmenu .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdownmenu .dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdownmenu .dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

/*
  <p>
    <label for="table-bordered">Style: bordered</label>
    <select id="table-bordered" name="table-bordered">
      <option selected value="">No</option>
      <option value="table-bordered">Yes</option>
    </select>
  </p>
*/
/* ResponsiveTable */
.responsivetable {
  /* -- import Roboto Font ---------------------------- */
  @import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
  /* -- You can use this tables in Bootstrap (v3) projects. -- */
  /* -- Box model ------------------------------- */
  /* -- Demo style ------------------------------- */
  /* -- Material Design Table style -------------- */
}
.responsivetable *,
.responsivetable *:after,
.responsivetable *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.responsivetable html,
.responsivetable body {
  position: relative;
  min-height: 100%;
  height: 100%;
}
.responsivetable html {
  position: relative;
  overflow-x: hidden;
  margin: 16px;
  padding: 0;
  min-height: 100%;
  font-size: 62.5%;
}
.responsivetable body {
  font-family: "RobotoDraft", "Roboto", "Helvetica Neue, Helvetica, Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #212121;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.responsivetable .shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.responsivetable .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #ffffff;
}
.responsivetable .table > thead > tr,
.responsivetable .table > tbody > tr,
.responsivetable .table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsivetable .table > thead > tr > th,
.responsivetable .table > tbody > tr > th,
.responsivetable .table > tfoot > tr > th,
.responsivetable .table > thead > tr > td,
.responsivetable .table > tbody > tr > td,
.responsivetable .table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsivetable .table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.responsivetable .table > caption + thead > tr:first-child > th,
.responsivetable .table > colgroup + thead > tr:first-child > th,
.responsivetable .table > thead:first-child > tr:first-child > th,
.responsivetable .table > caption + thead > tr:first-child > td,
.responsivetable .table > colgroup + thead > tr:first-child > td,
.responsivetable .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.responsivetable .table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.responsivetable .table .table {
  background-color: #ffffff;
}
.responsivetable .table .no-border {
  border: 0;
}
.responsivetable .table-condensed > thead > tr > th,
.responsivetable .table-condensed > tbody > tr > th,
.responsivetable .table-condensed > tfoot > tr > th,
.responsivetable .table-condensed > thead > tr > td,
.responsivetable .table-condensed > tbody > tr > td,
.responsivetable .table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.responsivetable .table-bordered {
  border: 0;
}
.responsivetable .table-bordered > thead > tr > th,
.responsivetable .table-bordered > tbody > tr > th,
.responsivetable .table-bordered > tfoot > tr > th,
.responsivetable .table-bordered > thead > tr > td,
.responsivetable .table-bordered > tbody > tr > td,
.responsivetable .table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.responsivetable .table-bordered > thead > tr > th,
.responsivetable .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
@media screen and (max-width: 768px) {
  .responsivetable {
    /* Custom */
  }
  .responsivetable .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .responsivetable .table-responsive-vertical > .table > thead,
.responsivetable .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .responsivetable .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .responsivetable .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .responsivetable .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #ffffff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .responsivetable .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
    /* Custom */
    position: relative;
    top: -10px;
  }
  .responsivetable .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .responsivetable .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .responsivetable .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .responsivetable .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .responsivetable .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .responsivetable td {
    height: 100%;
  }
}

/* Profile UI */
.profileui {
  @import "https://fonts.googleapis.com/css?family=Open+Sans:300,400";
}
.profileui body, .profileui .badgescard, .profileui .firstinfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileui html {
  height: 100%;
}
.profileui body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  min-height: 100%;
  background: #009688;
  font-size: 16px;
  overflow: hidden;
}
.profileui *, .profileui *:before, .profileui *:after {
  box-sizing: border-box;
}
.profileui .content {
  position: relative;
  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}
.profileui .card {
  max-width: 500px;
  min-height: 100px;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.profileui .card:after {
  content: "";
  display: block;
  width: 300px;
  height: 500px;
  background: cadetblue;
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.1, 1.04, 0.47, 1.105) 1s both;
}
.profileui h1, .profileui h3, .profileui p.bio {
  margin: 0px auto;
}
.profileui .firstinfo {
  float: left;
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.profileui .firstinfo img {
  border-radius: 50%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  position: relative;
  left: -4px;
}
.profileui .firstinfo .profileinfo {
  padding: 0px 20px;
  margin-left: 20px;
}
.profileui .firstinfo .profileinfo h1 {
  font-size: 1.8em;
}
.profileui .firstinfo .profileinfo h3 {
  font-size: 1.2em;
  color: #009688;
  font-style: italic;
}
.profileui .firstinfo .profileinfo p.bio {
  padding: 10px 0px;
  color: #5A5A5A;
  line-height: 1.2;
  font-style: initial;
}

/* SplitButton */
.splitbutton #btn_cont {
  position: relative;
  margin: 0 auto;
  width: 300px;
  border: 2px solid #fff;
  height: 30px;
}
.splitbutton .btn {
  display: block;
  position: absolute;
  float: left;
  width: 141px;
  height: 0;
  cursor: pointer;
}
.splitbutton .btn:nth-child(1) {
  border-bottom: 30px solid #c74523;
  border-right: 20px solid transparent;
  left: 0px;
  z-index: 1;
}
.splitbutton .btn:nth-child(1):hover {
  border-bottom: 30px solid #fff;
  color: #c74523;
}
.splitbutton .btn:nth-child(2) {
  border-left: 20px solid transparent;
  border-top: 30px solid #c74523;
  right: 0px;
  z-index: 2;
}
.splitbutton .btn:nth-child(2):hover {
  border-top: 30px solid #fff;
  color: #c74523;
}
.splitbutton .btn:nth-child(2):before {
  border-right: 2px solid #fff;
  content: "";
  height: 40px;
  position: absolute;
  right: 150px;
  top: -35px;
  transform: rotate(-34deg) translateZ(0px);
}
.splitbutton .btn span {
  position: relative;
  float: left;
  top: 7px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.splitbutton .btn:hover span {
  color: #c74523;
}
.splitbutton .btn:nth-child(2) span {
  top: -23px;
}
.splitbutton .hover#button1.btn {
  border-bottom: 30px solid #fff;
}
.splitbutton .hover#button2.btn {
  border-top: 30px solid #fff;
}
.splitbutton .hover.btn span {
  color: #c74523;
}

/* ToastNotification */
.toastnotification * {
  box-sizing: border-box;
}
.toastnotification input {
  outline: none;
}
.toastnotification body {
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  background-color: #3B2F63;
  background-image: -webkit-radial-gradient(50% top, rgba(84, 90, 182, 0.6) 0%, rgba(84, 90, 182, 0) 75%), -webkit-radial-gradient(right top, #794aa2 0%, rgba(121, 74, 162, 0) 57%);
  background-image: radial-gradient(at 50% top, rgba(84, 90, 182, 0.6) 0%, rgba(84, 90, 182, 0) 75%), radial-gradient(at right top, #794aa2 0%, rgba(121, 74, 162, 0) 57%);
  background-repeat: no-repeat;
  background-size: 100% 1000px;
  margin: 0;
  padding: 0;
}
.toastnotification .container {
  width: 500px;
  margin: 100px auto;
  background: transparent;
  overflow: hidden;
  border: 2px solid #fff;
  display: flex;
}
.toastnotification #toast-btn {
  display: inline-block;
  float: left;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border: 2px solid #3B2F63;
  white-space: no-wrap;
  font-size: 20px;
  color: #3B2F63;
  width: 40%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toastnotification #toast-btn:hover {
  background: #3B2F63;
  color: #fff;
}
.toastnotification #textbox {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0 10px;
  color: #fff;
  border-left: 2px solid #fff;
  width: 60%;
}
.toastnotification .toast {
  padding: 15px 20px;
  color: #fff;
  background: rgba(0, 0, 10, 0.7);
  display: inline-block;
  position: fixed;
  top: -100px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s ease-out;
}

#toast-container.toast-top-center > div {
  opacity: 0.95;
}

#toast-container {
  margin-top: 50px;
}

/* Animate */
@keyframes animatop {
  0% {
    opacity: 0;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animainfos {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: -42px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(0deg);
    top: -24px;
    left: -150px;
  }
}
@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* CP */
* .responsivetable tr.cursor:hover {
  background-color: #adadad;
}
* #messagebox_form .responsivetable table i {
  float: right;
}
* .thumbnail_box {
  width: 100%;
}
* .centertext_bar {
  background-color: #4A4848;
  color: white;
  padding: 8px;
  width: 97%;
  top: 20px;
}
* .centertext_bar_hover {
  background-color: rgba(74, 72, 72, 0.6);
  color: white;
  height: 100%;
}
* .centertext_box {
  background-color: #4A4848;
  color: white;
  width: 80%;
  opacity: 1;
}
* .centertext_box .description {
  padding: 10px;
}
* .service_box .content {
  width: 100%;
}
* .service_box .image {
  height: 300px;
  margin: auto 0;
}
* .service_box .text {
  font-size: 1em;
  text-align: left;
}
* .service_thumbnail {
  background-image: url(https://api.p0x0q.com/user/img/thumbnail/1.jpg);
  background-size: 100% 100%;
}
* .service_cupy {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/7c/Faaker_See_-_Blick_nach_Norden.jpg);
  background-size: 100% 100%;
}
* .service_memocloud {
  background-image: url(https://www.datacenterjournal.com/wp-content/uploads/2015/04/cloud42915.jpg);
  background-size: 100% 100%;
}
* .service_box {
  margin: 20px;
  border: 1px solid;
  border-radius: 4px;
  overflow: hidden;
  width: 350px;
  float: left;
}
* #control_content .service_box {
  width: 200px;
  height: 200px;
}
* .service_box .image {
  height: 200px;
}
* #cp td {
  padding-right: 8px;
}
* #cp .p0x0q_table {
  margin-right: 30px;
}
* .contenttable {
  margin: 20px;
}
* .profileui {
  float: left;
  margin-right: 20px;
}
* .responsivetable {
  width: 100%;
  padding: 0px;
}
* .contenttable {
  width: 100%;
}
* .profileui {
  margin-right: 0px;
  width: 100%;
}
* .profileui .card {
  width: 100%;
  max-width: 500px;
}
* #cp #cplist {
  width: 200px;
  float: left;
  -webkit-box-shadow: 8px 0px 6px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 0px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 0px 6px 1px rgba(0, 0, 0, 0.75);
}
* #cp #control_content {
  width: calc(100% - 215px);
  float: right;
  /*box-shadow: 12px 0px 10px -7px rgba(0,0,0,0.75) inset;*/
  padding-left: 15px;
}
* #cp #control_iframe {
  margin-right: 15px;
  margin-top: -20px;
}
* #cp .messenger {
  position: fixed;
  bottom: 5px;
  width: calc(100% - 15px);
}
@media screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
  * {
    /*
    fieldset{
    width:0px;
    }
    */
  }
  * .profile .black_button {
    position: static;
    width: 100%;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.float-left {
  float: left;
}

#chat {
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700);
  color: black;
}
#chat *, #chat *:before, #chat *:after {
  box-sizing: border-box;
}
#chat body {
  background: #C5DDEB;
  font: 14px/20px "Lato", Arial, sans-serif;
  padding: 40px 0;
  color: white;
}
#chat .container {
  margin: 0 auto;
  width: 750px;
  background: #444753;
  border-radius: 5px;
}
#chat .people-list {
  width: 260px;
  float: left;
}
#chat .people-list .search {
  padding: 20px;
}
#chat .people-list input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: white;
  background: #6A6C75;
  width: 90%;
  font-size: 14px;
}
#chat .people-list .fa-search {
  position: relative;
  left: -25px;
}
#chat .people-list ul {
  padding: 20px;
  height: 770px;
}
#chat .people-list ul li {
  padding-bottom: 20px;
}
#chat .people-list img {
  float: left;
}
#chat .people-list .about {
  float: left;
  margin-top: 8px;
}
#chat .people-list .about {
  padding-left: 8px;
}
#chat .people-list .status {
  color: #92959E;
}
#chat .chat {
  width: 490px;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
#chat .chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}
#chat .chat .chat-header img {
  float: left;
}
#chat .chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
#chat .chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
#chat .chat .chat-header .chat-num-messages {
  color: #92959E;
}
#chat .chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
#chat .chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 575px;
}
#chat .chat .chat-history .message-data {
  margin-bottom: 15px;
}
#chat .chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
#chat .chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
#chat .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
}
#chat .chat .chat-history .my-message {
  background: #86BB71;
}
#chat .chat .chat-history .other-message {
  background: #94C2ED;
}
#chat .chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
#chat .chat .chat-message {
  padding: 30px;
}
#chat .chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
#chat .chat .chat-message .fa-file-o, #chat .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
#chat .chat .chat-message button {
  float: right;
  color: #94C2ED;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}
#chat .chat .chat-message button:hover {
  color: #75b1e8;
}
#chat .online, #chat .offline, #chat .me {
  margin-right: 3px;
  font-size: 10px;
}
#chat .online {
  color: #86BB71;
}
#chat .offline {
  color: #E38968;
}
#chat .me {
  color: #94C2ED;
}
#chat .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#chat li {
  list-style: none;
}
#chat .chat {
  height: 100%;
  width: 100%;
}
#chat .chat .message-data-name {
  padding-left: 5px;
}
#chat .chat .chat-history {
  max-width: 100%;
  word-break: break-all;
}
#chat .chat .chat-history .message {
  width: auto;
}
#chat .chat .chat-history .float-right.message:after {
  right: 8px;
  left: initial;
}
#chat .chat .chat-history .float-left.message:after {
  right: initial;
  left: 25px;
}
#chat .container {
  width: 100%;
  display: flex;
}
#chat .people-list {
  width: 300px;
  height: 100%;
}
#chat .people-list ul {
  height: auto;
}
#chat .message {
  width: auto;
}
#chat .systemlog_div {
  width: 100%;
  margin-bottom: 20px;
}
#chat .systemlog {
  border-radius: 4px;
  width: auto;
  padding: 4px 10px;
  background-color: #4A4848;
  color: white;
  display: inline-block;
}
#chat .chat .chat-history .message {
  color: black;
}
#chat .chat .chat-history .other-message {
  background: #adf890;
}
#chat .chat .chat-history .other-message:after {
  border-bottom-color: #adf890;
}
#chat .chat .chat-history .my-message {
  background: #d7d7d7;
}
#chat .chat .chat-history .my-message:after {
  border-bottom-color: #d7d7d7;
}

.font-awesome {
  /*** custom checkboxes ***/
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
.font-awesome input[type=checkbox] {
  display: none;
}
.font-awesome input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  top: -1px;
}
.font-awesome input[type=checkbox] + label:before {
  content: "";
}
.font-awesome input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.font-awesome input[type=checkbox]:checked + label:before {
  content: "";
}
.font-awesome input[type=checkbox]:checked + label:before {
  letter-spacing: 7px;
}

/* MsgBox_Design */
#label_login {
  right: 10px;
}

#label_top {
  left: 10px;
}

#label_user {
  right: 100px;
}

#label_logout {
  right: 10px;
}

#label_create {
  right: 80px;
}

#user_notification {
  position: absolute;
  top: 25px;
  left: 30px;
  background-color: #e65f5f;
  z-index: 20;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
}
#user_notification i {
  font-size: 0.9em;
}
#user_notification #header_notice_count {
  font-size: 0.5em;
}

.header-notused {
  z-index: 100;
  background-color: black;
  width: 100%;
  color: white;
  height: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  border: 1px solid;
  font-size: 15px;
}

.breadcrumbs-mi li i {
  padding-right: 10px;
}

.hiddendiv.common {
  display: none;
}

#cp .materialize .collection {
  margin: 0px;
}
#cp #materialize_collection {
  max-height: 100%;
  overflow-y: scroll;
}
#cp #control_content {
  width: calc(100% - 200px);
  padding-left: 0px;
}
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
  #cp #control_content {
    width: 100%;
  }
  #cp #cplist {
    width: 100%;
  }
}

.materialize .modal h4 {
  font-size: 2rem;
}
.materialize .auto-height .container {
  margin-top: 48px;
}
.materialize .parallax-container.auto-height {
  height: auto;
  min-height: 500px;
}
.materialize p {
  word-break: break-all;
}
.materialize .btn.btn-half {
  padding: 0 1.6rem;
}
.materialize .bold {
  font-weight: bold;
}
.materialize h1, .materialize h2, .materialize h3, .materialize h4, .materialize h5, .materialize h6 {
  word-break: break-all;
}
.materialize a.default {
  text-transform: initial !important;
}
.materialize span.badge.left {
  margin-left: 0px;
  margin-right: 14px;
}
.materialize.p0x0q-graph .card-panel {
  padding: 5px 10px;
}
.materialize#header_slidenav #slide-out .fa-stack {
  position: relative;
  top: 8px;
  right: 8px;
}
.materialize .collection-item {
  word-break: break-all;
}
.materialize #materialize_progressbar {
  position: fixed;
  bottom: 0px;
  width: 15%;
  right: 18px;
  display: none;
  z-index: 999;
}
.materialize .character-counter {
  margin-bottom: 10px;
}
.materialize .none {
  display: none;
}
.materialize .brand-logo {
  margin-left: 10px;
}
@media screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
  .materialize .brand-logo {
    margin-left: 0px;
  }
}
.materialize .collapsible .text {
  position: relative;
  top: 4px;
}
.materialize footer img.responsive-img {
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 5px;
}
.materialize .modal .modal-footer {
  width: auto !important;
}
.materialize footer i {
  margin-right: 10px;
}
.materialize footer li {
  padding: 10px;
  font-size: 1.2em;
}
.materialize footer .contact i {
  font-size: 24px;
}
.materialize footer li:hover {
  border: 1px solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-left: 10px;
  text-align: center;
  margin: 0px 8px;
  padding: 10px;
}
.materialize .filter1 {
  background: #000;
}
.materialize .filter1 img {
  display: block !important;
  opacity: 0.4;
}
.materialize #slide-out.side-nav {
  z-index: 100021;
}
.materialize .opacity01 {
  opacity: 0.1;
}
.materialize .opacity02 {
  opacity: 0.2;
}
.materialize .opacity03 {
  opacity: 0.3;
}
.materialize .opacity04 {
  opacity: 0.4;
}
.materialize .opacity05 {
  opacity: 0.5;
}
.materialize .opacity06 {
  opacity: 0.6;
}
.materialize .opacity07 {
  opacity: 0.7;
}
.materialize .opacity08 {
  opacity: 0.8;
}
.materialize .opacity09 {
  opacity: 0.9;
}
.materialize .opacity10 {
  opacity: 1;
}
.materialize .tabs.tabs-fixed-width .tab {
  flex-grow: 0;
}
.materialize .materialize-tab-icon-header {
  /*height:100%;*/
}
@media screen and (max-width: 870px), screen and (max-device-width: 870px) {
  .materialize .materialize-tab-icon-header {
    text-align: left;
    justify-content: inherit;
  }
}
.materialize .materialize-tab-icon-header li {
  height: 100% !important;
}
.materialize .materialize-tab-icon-header tab:hover {
  border: 3px solid white;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}
.materialize .materialize-tab-icon-header .indicator {
  display: none;
}
.materialize .materialize-tab-icon-header li a i {
  padding-right: 10px;
  font-size: 2.5rem;
}
.materialize .materialize-tab-icon-header li a {
  font-size: 1.5rem;
}
.materialize #memocloud-publish-header .tab a:hover {
  background-color: #a5d6a7;
}
.materialize #memocloud-publish-header .tab .active {
  background-color: #a5d6a7;
}
.materialize #memocloud-publish-header tab:hover {
  border: 3px solid white;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}
.materialize #memocloud-publish-header .indicator {
  background-color: #43a047;
}
.materialize #memocloud-publish-header li a i {
  padding-right: 10px;
  font-size: 2.5rem;
}
.materialize #memocloud-publish-header li a {
  font-size: 1.5rem;
}
.materialize .card.horizontal .card-image img {
  width: 100% !important;
}
.materialize .secondary-content {
  position: initial !important;
}
@media screen and (max-device-width: 799px), screen and (max-width: 799px) {
  .materialize .secondary-content {
    float: initial !important;
    clear: both;
    width: 100%;
    display: inline-block;
    text-align: right;
  }
}
.materialize .blockquote-css {
  padding-left: 2.4rem;
  margin: 20px 0px;
}
.materialize .blockquote-css.border_green {
  border-left: 5px solid #43a047;
}
.materialize .blockquote-css.border_pink {
  border-left: 5px solid #ee6e73;
}
.materialize .blockquote-css.border_blue {
  border-left: 5px solid #5784e8;
}

.display_center {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.button {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.button:hover {
  text-decoration: underline;
}

#create_memo_form.content,
#create_folder_form.content {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  position: absolute;
}

.label_center {
  color: white;
  text-align: center;
}

.none {
  display: none;
}

.inline {
  display: inline-block;
}

.textform {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.normal_button {
  text-align: center;
  cursor: pointer;
  width: 100px;
  color: white;
  border: 2px solid black;
}

.flex {
  display: flex;
  /*font-size:18px;*/
}

.custom_button {
  height: 35px;
  color: white;
  background-color: black;
}

.nobr {
  white-space: nowrap;
}

.messenger {
  /* Animation Obj */
  display: none;
  width: calc(100% - 240px);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
  text-align: center;
  right: 3;
  color: white;
  background-color: white;
}

.messenger .border_password,
.messenger .border_email,
.messenger .border_birthday,
.messenger .border_gender,
.messenger .border_nickname,
.messenger .border_passcode,
.messenger .border_timeline,
.messenger .border_result {
  border: 1px solid;
  /* Animation Obj */
  width: 1px;
}

fieldset {
  border: 1px solid #B92A2C;
}

.profile #obj_password,
.profile #obj_email,
.profile #obj_birthday,
.profile #obj_gender,
.profile #obj_nickname,
.profile #obj_result {
  position: relative;
  width: 100%;
}

.profile .name {
  width: 150px;
}

.form_default {
  height: 35px;
  font-size: 20px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.profile #nickname {
  width: 400px;
}

.profile #email {
  width: 500px;
}

.profile .black_button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 200px;
  margin-right: 20px;
}

.normal_button {
  width: 120px;
}

.textform {
  width: 150px;
}

.user_create {
  /*position: absolute;*/
  width: 300px;
  height: 100px;
  border: 5px solid white;
  padding: 10px;
  background-color: #0f83ce;
}

.slidediv {
  display: none;
}

.black_button {
  cursor: pointer;
  position: relative;
  /*top:10px;*/
  width: 120px;
  color: white;
  background-color: black;
  text-align: center;
  padding: 3px 0px 3px 0px;
}

.black_button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.label_create {
  /*
  position: relative;
  top:6px;
  */
}

.label_center.label {
  color: white;
}

.line {
  line-height: 25px;
}

option {
  position: relative;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
}

.menu_header {
  background-color: black;
  width: 100%;
}

.min {
  font-size: 0.9em;
  margin-left: 10px;
  font-weight: normal;
}

h3.title {
  position: relative;
  margin: 0 0 1em;
  padding: 0.8em 0 0.8em 1.5em;
  border: 2px solid #B92A2C;
  font-size: 1.143em;
  font-weight: bold;
}

h3.title:before {
  content: "";
  position: absolute;
  background: #B92A2C;
  top: 50%;
  left: 0.5em;
  margin-top: -15px;
  height: 30px;
  width: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

h2.title {
  position: relative;
  margin: 0 0 1em;
  padding: 0.8em 0 0.8em 1.5em;
  font-size: 1.143em;
  font-weight: bold;
  text-align: left;
}

h2.title:before {
  content: "";
  position: absolute;
  background: #B92A2C;
  top: 50%;
  left: 0.5em;
  margin-top: -15px;
  height: 30px;
  width: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* <div class="nobr question support_tooltip" title="TestMessage"></div> */
/* Develop Priority:low Reason:PrivateProject */
* .question {
  background-image: url(https://i.p0x0q.com/img/component/FAQ_2-64.png);
  background-color: white;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
* .warning {
  background-image: url(https://i.p0x0q.com/img/component/FAQ_2-64.png);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
* .video-js {
  width: 100%;
  height: calc(100% - 40px);
}

/* MessageBox Design */
* .color_normal {
  background: #f9ecbd;
}
* #messageshow_support {
  position: fixed;
  z-index: 3;
  position: static\0 ;
  /*
  top: calc(50% - 100px);
  left:calc(50% - 100px);
  */
}
* #messageshow_object {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  /* Header z-index:100; */
}
* #messageshow_background {
  position: fixed;
  background-color: rgba(27, 27, 27, 0.65);
  width: 100%;
  height: 100%;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}
* .messagebox_alert {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 6px 15px;
  position: fixed;
  text-align: center;
  top: 45px;
  right: 3px;
  color: black;
}
* .progressbar {
  border-top: 1px solid black;
  width: 100%;
}

/* input , checkbox Design */
.materialize {
  /* header_menu(Android) */
}
.materialize section input[type=radio], .materialize section input[type=checkbox] {
  display: none;
}
.materialize .radio, .materialize .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.materialize .radio:hover, .materialize .checkbox:hover {
  background-color: #e2edd7;
}
.materialize .radio:hover:after, .materialize .checkbox:hover:after {
  border-color: #53b300;
}
.materialize .radio:after, .materialize .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
}
.materialize .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: "";
  opacity: 0;
}
.materialize section input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.materialize .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.materialize section input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.materialize .menu ul {
  margin: 0;
  padding: 0;
}
.materialize .menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  width: 150px;
  /*親メニューの幅*/
  height: 40px;
  /*親メニューの高さ*/
  line-height: 40px;
  background: #000000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.materialize .menu ul li a {
  color: #FFF;
  display: block;
  text-decoration: none;
}
.materialize .menu ul li:hover, .materialize .menu ul li a:hover {
  background: #3B3939;
  /*ホバー時の親メニューの背景色*/
  color: #fff;
  /*ホバー時の親メニューの文字色*/
}
.materialize .menu ul li ul {
  position: absolute;
  top: 40px;
  /*親メニューの高さと同じにする*/
  width: 150px;
  z-index: 100;
}
.materialize .menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  /*サブメニューの幅*/
  height: 0;
  background: #000000;
  /*サブメニューの背景色*/
}
.materialize .menu ul li ul li:hover, .materialize .menu ul li ul li a:hover {
  background: #3B3939;
  /*ホバー時のサブメニューの背景色*/
}
.materialize .menu ul li:hover ul li, .materialize .menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 40px;
  /*サブメニューの高さ*/
  z-index: 10;
}
.materialize .menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* Header DropDown */
* .header i {
  font-size: 1.2em;
  margin-right: 5px;
  color: white;
}
* .header .slidediv, * .header_dropdown .slidediv {
  border: 1px solid;
  width: 250px;
  float: right;
}
* .header .slidebutton, * .header_dropdown .slidebutton {
  height: 51px;
  float: right;
}
* .header_dropdown {
  position: fixed;
  right: 0px;
  top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  z-index: 999;
}
* .header_dropdown #dropmenu {
  margin-bottom: -1px;
  width: 50px;
  height: 50px;
  border: 1px solid;
  text-align: center;
  float: right;
  background-color: rgba(255, 255, 255, 0.7);
}
* .header_dropdown i {
  float: left;
  font-size: 50px;
  margin-top: -13px;
  margin-left: 5px;
  position: absolute;
  left: 0px;
}
* .dropbutton.active {
  transform: rotate(-90deg);
}
* .dropdown_borderline1,
* .dropdown_borderline2,
* .dropdown_borderline3 {
  width: 0%;
  border: 3px solid;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-top: 10px;
}
* .dropdown_border {
  padding: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
* .dropdown_object {
  background-color: white;
  width: 100%;
  height: 50px;
  border: 1px solid;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  text-align: center;
  vertical-align: middle;
  color: #2098D1;
  text-decoration: none;
}

/* 多分もう使わない モバイル版ヘッダーのユーザー、ログアウト画像
.icon_logout{
background-image:url(https://i.p0x0q.com/img/component/logout.png);
background-size:100% 100%;
}
.icon_user_thumbnail{
background-image:url(https://nao0x0.sakura.ne.jp/user/img/thumbnail/1.jpg);
background-size:100% 100%;
}
.dropimg{
width:50px;
height:100%;
float:left;
border:1px solid;
border-left:0px;
border-bottom:0px;
border-top:0px;
}
*/
#breadcrumbs i {
  color: #4682b4;
}

#header_dropdown {
  display: none;
}

#user_thumbnail {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#header_responsive {
  position: fixed;
  /*top: 0px;*/
  left: 0px;
  display: inline-block;
  width: 100%;
  background-color: #282828;
  color: white;
  z-index: 200;
  /*
  @media screen and (orientation : landscape) and (max-device-width: 799px){
    #header_menu{
      zoom:1;
    }
    .header_margin{
      zoom:1;
    }
  }
  */
}
#header_responsive.opacity-0 {
  background-color: rgba(128, 128, 128, 0);
}
#header_responsive #header_menu .list.right {
  float: right;
  clear: right;
}
#header_responsive #header_menu .adiv {
  position: relative;
  top: 1px;
  padding: 10px 10px;
}
#header_responsive #header_menu .list {
  /*      border: 0px solid #fff;
      border-right: 2px solid;*/
  display: table-cell;
  float: left;
}
#header_responsive #header_menu .list:hover {
  background-color: black;
}
#header_responsive #header_menu .list .icon_context.none {
  display: inline-block;
}
#header_responsive #header_menu .i .fa-inverse {
  position: absolute;
  bottom: 2px;
  right: -5px;
}
#header_responsive #header_menu .i {
  position: relative;
  bottom: 2px;
}
#header_responsive #header_menu .list i {
  margin-right: 5px;
}
@media screen and (max-device-width: 380px) {
  #header_responsive #header_service_menu {
    display: flex;
    overflow-x: scroll;
  }
}
@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
  #header_responsive #header_menu .icon_context {
    position: absolute;
    top: 51px;
    left: 0px;
    padding: 13px;
    white-space: nowrap;
    background-color: black;
  }
  #header_responsive #header_menu .list .icon_context.none {
    display: none;
  }
}

body .p0x0q_form .textbox {
  width: 120px;
  padding: 0px 0px 0px 10px;
}
body .p0x0q_form .click_button {
  width: 250px;
}
body .p0x0q_form .redirect_button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
body .p0x0q_form tr.padding-0 td .redirect_button {
  width: auto;
  border-radius: 0px;
}
body .p0x0q_form table .dropdown_object {
  height: 100%;
  /*margin-top:9px;*/
  margin: auto 0;
  position: static;
}
body .p0x0q_form .button td {
  padding-right: 0px;
}
body .p0x0q_form .text td {
  padding-right: 20px;
}

/*
<div class="Loading_Slider">
  <h2>テストテキスト</h2>
  <div class="line"></div>
  <div class="break dot1"></div>
  <div class="break dot2"></div>
  <div class="break dot3"></div>
</div>
*/
.Loading_Slider h2 {
  color: #4a8df8;
  font-size: 1em;
}

.Loading_Slider {
  position: absolute;
  height: 2px;
}

.line {
  position: absolute;
  background: #4a8df8;
  width: 100%;
  height: 2px;
}

.break {
  position: absolute;
  background: white;
  width: 6px;
  height: 2px;
}

.dot1 {
  animation: loading 2s infinite;
}

.dot2 {
  animation: loading 2s 0.5s infinite;
}

.dot3 {
  animation: loading 2s 1s infinite;
}

@keyframes "loading" {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
/* <div class="load_progress"></div> */
.load_progress {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #03a9f4;
  border-radius: 50%;
}
.load_progress:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0px solid white;
  transform: translate(-50%, -50%);
  animation: loading 1000ms ease-out forwards infinite;
}

.load_progress {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 2;
}

@keyframes loading {
  0% {
    border: 0px solid white;
  }
  20% {
    border: 8px solid white;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
  }
}
#messagebox_form, #messagebox_form_full {
  width: 100%;
  height: 100%;
}
#messagebox_form .fa-sticky-note,
#messagebox_form .fa-folder-open.color_green, #messagebox_form_full .fa-sticky-note,
#messagebox_form_full .fa-folder-open.color_green {
  color: #0E6D1A;
}
#messagebox_form i :not(.materialize), #messagebox_form_full i :not(.materialize) {
  font-size: 30px;
  margin: -7px 10px 0px 10px;
}
#messagebox_form .a-none, #messagebox_form_full .a-none {
  color: white;
  text-decoration: white;
}
#messagebox_form #public_enable_border, #messagebox_form_full #public_enable_border {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}
#messagebox_form .black_button, #messagebox_form_full .black_button {
  width: 190px;
}
#messagebox_form textarea, #messagebox_form_full textarea {
  height: 60px;
  width: 100%;
}
#messagebox_form td, #messagebox_form_full td {
  background-color: rgba(255, 255, 255, 0.8);
}
#messagebox_form .public, #messagebox_form_full .public {
  background-color: green;
}
#messagebox_form .delete, #messagebox_form_full .delete {
  background-color: #d84a38;
}
#messagebox_form .warningmsg, #messagebox_form_full .warningmsg {
  background-color: #D82D16;
}

#messagebox_form h3.icon i {
  margin: -7px 10px 0px 0px;
}

#messagebox_form h3.icon div {
  position: relative;
  top: -5px;
}

.responsivetable {
  /* 必要？ */
}

.responsivetable .table {
  width: 100%;
  position: relative;
}

#redirect_button i {
  position: relative;
  top: 4px;
  right: 6px;
}

.header_margin {
  margin-top: 53px;
  position: relative;
}
.header_margin.fullscreen {
  height: calc(100% - 53px);
}

/*
@media screen and (orientation : portrait) and (max-device-width: 799px){ // 縦
    #memo{
        zoom:2.0;
        textarea{
            font-size: 1.3em;
        }
    }
    .header_margin{
        zoom:2.0;
    }
}
*/
/*
@media screen and (orientation : landscape) and (max-device-width: 799px){ // 横
    #memo{
        zoom:1.6;
        textarea{
            font-size: 1.1em;
        }
    }
    .header_margin{
        zoom:1.6;
    }
}
*/
#textbox_decision:not(.none) {
  display: none;
}

@media screen and (max-device-height: 750px), screen and (max-height: 400px) {
  /*
        #header_slidenav.materialize{
        zoom: 2.3;
    }*/
  #header_responsive {
    z-index: 1;
  }

  .materialize .input-field .prefix {
    left: -4px;
  }

  /*
  input[type=text]:focus,
  input[type=password]:focus{
    width: 90% !important;
    height: 100% !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:100;
  }
  #textbox_decision:not(.none){
      display:block;
  }
  #textbox_decision{
      i{
       font-size: 1.5em;
       width: 100%;
      }
      .none{
      display:none;
      }
      position: fixed;
      top: 0px;
      right: 0px;
      width: 10%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 201;
  }
    */
}
/* AndroidCSS */
@media screen and (max-device-width: 799px), screen and (max-width: 799px) {
  .header_margin {
    margin-top: 0px !important;
    /* ??       min-height: 100%;*/
  }
  .header_margin.fullscreen {
    height: calc(100% - 56px);
  }

  #header_responsive {
    position: relative;
    z-index: 1;
  }

  #header_responsive.opacity-0 {
    position: fixed;
  }

  #messageshow_support {
    zoom: 1.8;
    justify-content: flex-start;
    overflow-y: auto;
    /*
    height: calc(100% - 50px);
    */
    height: 0px;
    width: 100%;
  }

  .display_block_mobile {
    display: block;
  }

  body .p0x0q_form .redirect_button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    display: none;
  }

  #header_dropdown {
    display: block;
  }

  .video-js {
    width: 100%;
    height: 100%;
  }

  #logbox {
    display: none;
  }

  .memolist_box {
    height: calc(100% - 200px);
    width: auto;
    overflow-y: scroll;
  }

  .menu {
    display: inline;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  #messagebox_form .p0x0q_table {
    zoom: 1;
  }
  #messagebox_form .p0x0q_table #public_enable_border {
    width: 100%;
  }
  #messagebox_form .p0x0q_table #public_enable_border .black_button {
    width: 50%;
  }

  #p0x0q_top {
    zoom: 1.2;
  }

  .footer .flex {
    display: block;
  }
  .footer .category_links {
    font-size: 1.5em;
  }
  .footer .category_links a {
    padding: 7px 10px;
  }

  #cp #cplist {
    width: 100%;
  }
  #cp #control_content {
    width: 100%;
  }
}
/* Footer */
.footer {
  font-size: 80%;
  width: 100%;
  background-color: black;
  color: white;
  /*position: absolute;*/
  /*top: 100%;*/
  /*Debug Off*/
}
.footer .link {
  width: 500px;
  height: 27px;
}
.footer .bar {
  border-top: 1px solid;
  position: absolute;
  width: 250px;
}
.footer .h3 span {
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #FF3333;
  padding-left: 5px;
}
.footer .type {
  text-align: left;
  width: 250px;
  margin-bottom: 20px;
}
.footer .footer a {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .category_links {
  margin-left: 10px;
  font-size: 1.4em;
}
.footer .category_links a {
  padding: 4px 10px;
}
.footer .category_links a:before {
  opacity: 0;
}
.footer .category_links a:hover {
  border: 1px solid;
  margin-left: 10px;
  text-align: center;
  margin: 0px 8px;
}

#mission1 {
  font-size: 1.3em;
}

#p0x0q_top .left {
  float: left;
}

#p0x0q_top .right {
  float: right;
}

#mission1 .image {
  background-image: url();
}

.IMG_TOP1 {
  background: url("https://i.p0x0q.com/img/hosting/p0x0q/Compress/TOP1.jpg") repeat;
  background-size: 100% 150%;
  background-color: #2b3f1c;
}

.IMG_TOP2 {
  background: url("https://i.p0x0q.com/img/hosting/p0x0q/Compress/TOP2.jpg") repeat;
  background-size: 100% 150%;
  background-color: #2b3f1c;
}

.memocloud .IMG_TOP1 {
  background: url("https://i.p0x0q.com/img/hosting/p0x0q/Compress/TOP2.jpg") repeat;
  background-size: 100% 150%;
  background-color: #2b3f1c;
}

.i-p0x0q-top1 {
  background: url(https://i.p0x0q.com/img/hosting/p0x0q/Compress/TOP1.jpg);
}

.i-p0x0q-top2 {
  background: url(https://i.p0x0q.com/service/p0x0q/sunset-1373171_1920.jpg);
}

.i-p0x0q-nature1 {
  background: url(https://i.p0x0q.com/service/p0x0q/green-1072828_1920.jpg);
}

.i-p0x0q-sunset {
  background: url(https://i.p0x0q.com/service/p0x0q/sunset-1373171_1920.jpg);
}

.i-p0x0q-digital {
  background: url(https://i.p0x0q.com/service/p0x0q/internet-3400789_1920.jpg);
}

#onepage-scroll .materialize .section {
  padding-top: 0px;
}

#p0x0q_top .background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.3);
}

#p0x0q_top .content {
  padding: 30px 100px 30px 100px;
  min-width: 100%;
  min-height: 100%;
  color: white;
}

.concept {
  font-size: 1.8em;
  font-family: "Poiret One", cursive;
  font-family: "Orbitron", sans-serif;
}

.profile_control i {
  margin-right: 6px;
}

.fa-user-plus {
  color: #548f2f;
}

.fa-heart {
  color: #f284d0;
}

.profile_control font {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.profile_control .value {
  margin-top: 3px;
}

.favorite_user_block {
  background-color: #444141;
  width: 100%;
}

.favorite_user_delete {
  background-color: #E43939;
  width: 100%;
}

.favorite_control_menu {
  position: absolute;
  top: 66px;
  width: 100%;
  -webkit-box-shadow: 5px 7px 10px 3px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 7px 10px 3px rgba(0, 0, 0, 0.52);
  box-shadow: 5px 7px 10px 3px rgba(0, 0, 0, 0.52);
}

#user_menu {
  display: none;
}

#user_menu .black_button {
  width: 100%;
  padding: 15px;
  top: 19px;
  position: relative;
  left: -15px;
}

#user_menu_button {
  width: auto;
  margin-left: -10px;
  border-radius: 0px 10px 10px 0px;
  background-color: #2b5759;
  overflow: hidden;
}

.favorite_user_button {
  padding: 18px 0px 18px 0px;
  background-color: #ce497d;
  width: 160px;
  padding: 18px 15px;
  margin-right: 10px;
  top: 0px;
  float: right;
  border-radius: 10px 0px 0px 10px;
}

.PublicUserMenu {
  min-width: 285px;
  float: right;
}

.PublicUserMenu .black {
  width: 63px;
  height: 30px;
  background-color: black;
  color: white;
  font-size: 1.2em;
  float: right;
  padding: 18px 0px 18px 0px;
}

.PublicUserMenu .button {
  height: 66px;
}

.timeline_panel {
  float: left;
  width: calc(100% - 10px);
}

.service_status {
  float: right;
}

.timeline_user {
  padding-top: 15px;
  clear: left;
  width: 500px;
}

.timeline:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.timeline {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 500px;
}

.timeline_content {
  padding: 15px;
  word-break: break-all;
}

.border_heightline {
  border-left: 5px solid;
  float: left;
}

.profile_main {
  color: white;
  width: 100%;
  float: left;
  border: 5px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
}

.profile_box {
  background-image: URL("https://i.imgur.com/opFgnPQ.jpg");
  /*background:black;*/
  background-size: cover;
  height: 360px;
}

.timeline_title {
  font-size: 1.25rem;
  padding-top: 12px;
}

.timeline_image {
  margin-bottom: 15px;
  margin-right: 15px;
}

.obj .black_button {
  font-size: 16px;
}

.obj .black_button i {
  color: white;
}

.profile_control .obj {
  width: 100%;
  text-align: center;
}

.profile_control {
  font-size: 20px;
  color: black;
  font-family: "Orbitron", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.a-none {
  color: black;
  text-decoration: none;
}

.user_color {
  background-color: rgba(0, 0, 0, 0.1);
}

.profile_image {
  position: relative;
  top: 50px;
  border: 3px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.profile_nickname {
  position: relative;
  top: 53px;
  font-size: 20px;
}

.friend_button .label_create {
  top: 10px;
}

.profile_text {
  /*background:rgba(0, 0, 0, 0.1);*/
  height: 130px;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.profile_option {
  position: relative;
  top: 5px;
}

.profile_control {
  margin-top: 20px;
}

.profile_logs {
  width: 640px;
  height: 150px;
  background-color: gray;
  border: 5px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
}

/* FixDesign(意図的にCSSを上書きする場合) */
#htmltester_menu {
  border: 1px solid;
}

.option_button {
  width: 220px;
}

.button_cancel {
  background-color: #d84a38;
}

.button_enter {
  background-color: #8ad220;
}

.user_create .black_button {
  padding: 20px 0px 20px 0px;
}

#messagebox_form_full i {
  width: 30px;
  height: 30px;
}

.color_mapleforest {
  color: #2C9E2A;
}

.color_memocloud {
  color: #287ABF;
}

.color_p0x0q {
  color: #DE2B22;
}

.color_mapleforest:visited {
  color: #2C9E2A;
}

.color_memocloud:visited {
  color: #287ABF;
}

.color_p0x0q:visited {
  color: #DE2B22;
}

.b-turquoise {
  background: #1abc9c;
}

.b-emerland {
  background: #2ecc71;
}

.b-peterriver {
  background: #3498db;
}

.b-amethyst {
  background: #9b59b6;
}

.b-wetasphalt {
  background: #34495e;
}

.b-greensea {
  background: #16a085;
}

.b-nephritis {
  background: #27ae60;
}

.b-belizehole {
  background: #2980b9;
}

.b-wisteria {
  background: #8e44ad;
}

.b-midnightblue {
  background: #2c3e50;
}

.b-sunflower {
  background: #f1c40f;
}

.b-carrot {
  background: #e67e22;
}

.b-alizarin {
  background: #e74c3c;
}

.b-clouds {
  background: #ecf0f1;
  color: #999;
}

.b-concrete {
  background: #95a5a6;
}

.b-orange {
  background: #f39c12;
}

.b-pumpkin {
  background: #d35400;
}

.b-pomegranate {
  background: #c0392b;
}

.b-silver {
  background: #bdc3c7;
}

.b-asbestos {
  background: #7f8c8d;
}

.c-turquoise {
  color: #1abc9c;
}

.c-emerland {
  color: #2ecc71;
}

.c-peterriver {
  color: #3498db;
}

.c-amethyst {
  color: #9b59b6;
}

.c-wetasphalt {
  color: #34495e;
}

.c-greensea {
  color: #16a085;
}

.c-nephritis {
  color: #27ae60;
}

.c-belizehole {
  color: #2980b9;
}

.c-wisteria {
  color: #8e44ad;
}

.c-midnightblue {
  color: #2c3e50;
}

.c-sunflower {
  color: #f1c40f;
}

.c-carrot {
  color: #e67e22;
}

.c-alizarin {
  color: #e74c3c;
}

.c-clouds {
  color: #ecf0f1;
}

.c-concrete {
  color: #95a5a6;
}

.c-orange {
  color: #f39c12;
}

.c-pumpkin {
  color: #d35400;
}

.c-pomegranate {
  color: #c0392b;
}

.c-silver {
  color: #bdc3c7;
}

.c-asbestos {
  color: #7f8c8d;
}

.b-google {
  background-color: #EA4235;
}

.b-twitter {
  background-color: #1e5780;
}

.b-yahoo {
  background-color: #b30024;
}

.b-line {
  background-color: #01B901;
}

.smooth_div {
  display: inline-block;
  height: 45px;
  padding: 3px 20px;
  position: relative;
  background-color: black;
  color: white;
}
@media screen and (max-device-width: 799px), screen and (max-width: 799px) {
  .smooth_div {
    height: 60px;
  }
}
.smooth_div .animate_c1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
}
.smooth_div .animate_c2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
}
.smooth_div .animate_c3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
}
.smooth_div .animate_c1.on {
  width: 100%;
}
.smooth_div .animate_c2.on {
  width: 98%;
}
.smooth_div .animate_c3.on {
  width: 96%;
}

.chosen-container-single .chosen-single {
  border-radius: 0px;
  padding: 8px;
  height: 40px;
}

.chosen-container-single .chosen-single div {
  top: 8px;
}

.chosen-container-single .chosen-search input[type=text] {
  background: none;
}

.chosen-container .chosen-results li {
  line-height: 30px;
}

.ui-widget {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/* FireFox CSS HACK */
@-moz-document url-prefix() {
  body .p0x0q_form .redirect_button {
    margin: 0px auto;
  }
}
/* #fullpage */
#onepage-scroll .content-wrapper, #fullpage .content-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  transition: background-color 1s linear;
}

#onepage-scroll.materialize .row .col {
  padding: 0px;
}

#onepage-scroll {
  /* Set stacking context of slides */
}
#onepage-scroll .form {
  min-width: auto;
  min-height: auto;
}
#onepage-scroll html,
#onepage-scroll body {
  overflow: hidden;
}
#onepage-scroll .fp-tableCell {
  height: 100% !important;
}
#onepage-scroll .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  width: 100%;
  height: 100% !important;
  /*
  &:nth-child(2) {
    background-image: url(https://s8.postimg.org/ow4wgk4px/ugqti_Lg.jpg);
  }
  &:nth-child(3) {
    background-image: url(https://s8.postimg.org/grwsbtiat/x_ZMOBTj.jpg);
  }*/
}
#onepage-scroll .content-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
}
#onepage-scroll .content-title {
  font-size: 3em;
  line-height: 1.4;
}
#onepage-scroll #redirect_links {
  margin-top: 15px;
}
#onepage-scroll #redirect_links .content-subtitle {
  font-size: 1.2em;
  margin-top: 5px;
  padding: 5px 50px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
#onepage-scroll .content-subtitle {
  font-size: 2em;
  margin-top: 10px;
  padding: 10px 60px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
#onepage-scroll .content-subtitle:hover {
  background-color: rgba(66, 236, 132, 0.35);
}
#onepage-scroll #loading_send_button i {
  font-size: 0.8em;
  position: relative;
  bottom: 2px;
}
#onepage-scroll .content-textbox input {
  font-size: 1.3em;
  margin-top: 10px;
  width: 100%;
  min-width: 350px;
  padding: 3px 0px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
@media screen and (orientation: portrait) and (max-device-width: 799px) {
  #onepage-scroll .content-title {
    font-size: 2.5em;
  }
  #onepage-scroll .content-subtitle {
    font-size: 2em;
  }
  #onepage-scroll .content-textbox input {
    font-size: 2.6em;
    padding: 3px 5px;
  }
}
#onepage-scroll #messagebox_form_full .content-subtitle {
  margin-bottom: 15px;
}
#onepage-scroll #messagebox_form_full .fa-sign-out {
  position: relative;
  left: 2px;
}
#onepage-scroll .register_check {
  font-size: 1em;
}
#onepage-scroll .register_checked {
  font-size: 1em;
  color: #0E6D1A;
}
#onepage-scroll .register_error {
  font-size: 1em;
  color: #d84a38;
  position: relative;
}
#onepage-scroll .content-details.registerdiv {
  padding-top: 3px;
}
#onepage-scroll .ar_complete {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0px;
  background: rgba(0, 0, 0, 0.5);
}
#onepage-scroll .last-row-padding0 td:nth-last-child(1) {
  padding-right: 0px;
}
#onepage-scroll #registerform_userdata td:nth-of-type(1) {
  padding-left: 0px;
  padding-right: 0px;
}
#onepage-scroll #registerform_userdata.checking td:nth-of-type(1) {
  padding-left: 20px;
  padding-right: 20px;
}
#onepage-scroll #registerform_userdata td:nth-of-type(2) {
  min-width: 90px;
}
#onepage-scroll .registerform_userdata td:nth-of-type(2) {
  min-width: 90px;
}
#onepage-scroll #registerform_userdata.checking td:nth-of-type(2) {
  min-width: 115px;
}
#onepage-scroll #registerform_userdata .textbox {
  width: 100%;
  max-width: 100%;
}
#onepage-scroll #registerform_userdata.error {
  border: 3px solid red;
}
#onepage-scroll .content-wrapper #registerform .form td,
#onepage-scroll .content-wrapper #registercomplete .form td {
  color: white;
}
#onepage-scroll .content-wrapper #registerform .form table,
#onepage-scroll .content-wrapper #registercomplete .form table {
  border-color: white;
}
#onepage-scroll .content-textbox input {
  font-size: 1.3em;
  margin-top: 10px;
  width: 100%;
  min-width: 350px;
  padding: 3px 0px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
#onepage-scroll .content-details.registerdiv {
  padding-bottom: 50px;
}
#onepage-scroll .content-title {
  margin-top: 50px;
}
#onepage-scroll .content-wrapper {
  justify-content: flex-start;
  overflow-y: auto;
}
#onepage-scroll hr {
  margin: 15px 0px;
}
#onepage-scroll #login_socialbuttons {
  margin: 15px 0px;
}
#onepage-scroll #login_socialbuttons a {
  min-width: 300px;
  width: 30%;
}
#onepage-scroll #login_socialbuttons a i {
  float: left;
}

#onepage-scroll .content-details.registerdiv {
  padding-bottom: 50px;
}

#onepage-scroll .content-title {
  margin-top: 50px;
}

#onepage-scroll .content-wrapper {
  justify-content: flex-start;
}

/* #fullpage */
#fullpage {
  /* Set stacking context of slides */
}
#fullpage html,
#fullpage body {
  overflow: hidden;
}
#fullpage .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  transform: translateY(30vh);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  /*
  &:nth-child(2) {
    background-image: url(https://s8.postimg.org/ow4wgk4px/ugqti_Lg.jpg);
  }
  &:nth-child(3) {
    background-image: url(https://s8.postimg.org/grwsbtiat/x_ZMOBTj.jpg);
  }*/
}
#fullpage .background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#fullpage .background:first-child {
  transform: translateY(-15vh);
}
#fullpage .background:first-child .content-wrapper {
  transform: translateY(15vh);
}
@media screen and (max-device-width: 799px) {
  #fullpage .background:first-child {
    transform: translateY(-15vh);
  }
  #fullpage .background:first-child .content-wrapper {
    height: 50%;
  }
}
#fullpage .background:nth-child(1) {
  z-index: 3;
}
#fullpage .background:nth-child(2) {
  z-index: 2;
}
#fullpage .background:nth-child(3) {
  z-index: 1;
}
#fullpage .content-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  transform: translateY(40vh);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
#fullpage .content-title {
  font-size: 3em;
  line-height: 1.4;
}
#fullpage .background.up-scroll {
  transform: translate3d(0, -15vh, 0);
}
#fullpage .background.up-scroll .content-wrapper {
  transform: translateY(15vh);
}
#fullpage .background.up-scroll + .background {
  transform: translate3d(0, 30vh, 0);
}
#fullpage .background.up-scroll + .background .content-wrapper {
  transform: translateY(30vh);
}
#fullpage .background.down-scroll {
  transform: translate3d(0, -130vh, 0);
}
#fullpage .background.down-scroll .content-wrapper {
  transform: translateY(40vh);
}
#fullpage .background.down-scroll + .background:not(.down-scroll) {
  transform: translate3d(0, -15vh, 0);
}
#fullpage .background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  transform: translateY(15vh);
}
#fullpage .content-subtitle {
  font-size: 2em;
  margin-top: 10px;
  padding: 10px 60px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
#fullpage .content-subtitle:hover {
  background-color: rgba(66, 236, 132, 0.35);
}
#fullpage #loading_send_button i {
  font-size: 0.8em;
  position: relative;
  bottom: 2px;
}
#fullpage .content-textbox input {
  font-size: 1.3em;
  margin-top: 10px;
  width: 100%;
  min-width: 350px;
  padding: 3px 0px;
  border: 1px solid white;
  transition: background-color 0.3s linear;
}
@media screen and (orientation: portrait) and (max-device-width: 799px) {
  #fullpage .content-title {
    font-size: 3.5em;
  }
  #fullpage .content-subtitle {
    font-size: 4em;
  }
  #fullpage .content-textbox input {
    font-size: 2.6em;
    padding: 3px 5px;
  }
}
#fullpage #messagebox_form_full .content-subtitle {
  margin-bottom: 15px;
}
#fullpage #messagebox_form_full .fa-sign-out {
  position: relative;
  left: 2px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.float-animation-obj {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 200px;
  }
}
@media all and (min-width: 241px) and (max-width: 320px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 240px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 250px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
}
@media all and (min-width: 769px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
}