@charset "UTF-8";
.text-center {
  text-align: center; }

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

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

.disabled {
  opacity: 0.5;
  pointer-events: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5e2f6), color-stop(1, #f8f8f8));
  background-image: -o-linear-gradient(bottom, #d5e2f6 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(bottom, #d5e2f6 0%, #f8f8f8 100%);
  background-image: -webkit-linear-gradient(bottom, #d5e2f6 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(bottom, #d5e2f6 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #d5e2f6 0%, #f8f8f8 100%); }

html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%; }

body {
  margin: 0 0 170px;
  padding: 0;
  font-size: 1.4rem;
  color: #333;
  background-color: #f8f8f8; }

#header {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 51px;
  padding: 0px 0 0px;
  border-bottom: 0px solid;
  z-index: 1030;
  position: static;
  height: auto; }
  #header #header-logo {
    float: left;
    display: block;
    height: 60px;
    padding: 5px 0; }
    #header #header-logo img {
      height: 100%; }
  #header #header-info {
    float: right;
    margin-top: 20px; }
    #header #header-info:before, #header #header-info:after {
      content: " ";
      display: table; }
    #header #header-info:after {
      clear: both; }
    #header #header-info .header-info-col {
      float: left;
      margin-left: 15px; }
      #header #header-info .header-info-col .header-col-title {
        font-size: 1.1rem;
        display: table-cell;
        text-align: right;
        padding-right: 5px; }
      #header #header-info .header-info-col .header-col-number {
        display: table-cell;
        vertical-align: bottom; }
        #header #header-info .header-info-col .header-col-number .number {
          font-size: 2.4rem; }
    @media (max-width: 979px) {
      #header #header-info {
        margin-top: 5px;
        margin-bottom: 5px; }
        #header #header-info .header-info-col {
          float: left;
          margin-left: 5px; }
          #header #header-info .header-info-col .header-col-title {
            font-size: 1.0rem;
            display: table-cell;
            text-align: right;
            padding-right: 2px; }
          #header #header-info .header-info-col .header-col-number {
            font-size: 1.0rem;
            display: table-cell;
            vertical-align: bottom; }
            #header #header-info .header-info-col .header-col-number .number {
              font-size: 1.6rem; } }
  #header .navbar {
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    border-width: 0; }
    #header .navbar.navbar-inverse {
      background-color: #333; }
    #header .navbar .navbar-nav li a {
      color: #fff;
      padding: 7px 15px;
      font-size: 1.2rem; }
    #header .navbar .navbar-nav li.point {
      padding: 7px 15px;
      font-size: 1.4rem;
      color: #fff;
      background-color: #154989; }
    #header .navbar .navbar-toggle {
      border-color: #FFF;
      margin-right: 0; }
      #header .navbar .navbar-toggle .notification {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        background-color: #c50030;
        font-size: 1.2rem;
        border-radius: 50%;
        padding: 0 5px; }

#contents {
  padding-top: 51px;
  padding-top: 0px;
  padding-bottom: 20px; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  padding: 10px 0 0px;
  border-top: 0px solid;
  background-color: #EEE;
  border-color: #EEE; }
  #footer ul#footer-menu {
    color: #333;
    list-style: none;
    padding: 0;
    float: left; }
    #footer ul#footer-menu > li {
      margin: 5px 0; }
      #footer ul#footer-menu > li a {
        display: block;
        color: #333;
        font-size: 1.3rem; }
  #footer #copyright {
    font-size: 1.1rem;
    text-align: center;
    color: #ccc;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    background-color: #333; }

#move-to-top-wrap {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 15px; }
  #move-to-top-wrap #move-to-top {
    display: block;
    padding: 10px;
    background-color: #555;
    color: #FFF;
    font-size: 3rem;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%; }

@media (max-width: 979px) {
  body.modal-open {
    position: fixed; } }

.my-container {
  padding: 0 15px;
  margin: auto; }
  .my-container:before, .my-container:after {
    content: " ";
    display: table; }
  .my-container:after {
    clear: both; }
  @media (min-width: 980px) {
    .my-container {
      width: 950px; } }

a {
  color: #1B5E9A;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

hr.shadow-line {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px white; }

.text-underline {
  text-decoration: underline; }

.required {
  color: #F00; }

.btn-main-color {
  color: #fff;
  background-color: #333; }
  .btn-main-color:hover {
    color: #fff;
    opacity: 0.7; }

.btn-sub-color {
  color: #fff;
  background-color: #444; }
  .btn-sub-color:hover {
    color: #fff;
    opacity: 0.7; }

.btn-accent-color {
  color: #fff;
  background-color: #154989; }
  .btn-accent-color:hover {
    color: #fff;
    opacity: 0.7; }

.btn-accent-skeleton {
  color: #154989;
  background-color: #FFF;
  border-color: #154989; }

.btn-red {
  color: #fff;
  background-color: #F00; }
  .btn-red:hover {
    color: #fff;
    opacity: 0.7; }

.btn-rect {
  border-radius: 0px; }

.btn.disabled {
  opacity: 0.4; }

.label.label-accent {
  background-color: #154989; }
.label.label-normal {
  font-weight: normal; }
.label.label-red {
  background-color: #c50030; }

.info-table {
  margin: 0 0 20px;
  font-size: 1.4rem;
  width: 100%; }
  .info-table th, .info-table td {
    padding: 5px 10px;
    border: 1px solid #333; }
  .info-table th {
    font-weight: normal;
    color: #fff;
    background-color: #444;
    width: 20%;
    min-width: 120px; }

.shadow-box {
  margin: 10px 0;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .shadow-box .box-header {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 -17px 10px -26px;
    padding: 8px 25px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(1, #111));
    background-image: -o-linear-gradient(bottom, #555 0%, #111 100%);
    background-image: -moz-linear-gradient(bottom, #555 0%, #111 100%);
    background-image: -webkit-linear-gradient(bottom, #555 0%, #111 100%);
    background-image: -ms-linear-gradient(bottom, #555 0%, #111 100%);
    background-image: linear-gradient(to bottom, #555 0%, #111 100%); }
    .shadow-box .box-header:before, .shadow-box .box-header:after {
      content: '';
      position: absolute; }
    .shadow-box .box-header:before {
      top: 100%;
      left: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 0 10px 15px 0;
      border-right-color: #666; }

.sub-header {
  margin: 15px 0 10px;
  padding: 3px 0 3px 12px;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 5px solid #154989; }
  @media (min-width: 980px) {
    .sub-header {
      margin: 0 0 10px; } }

.sub-header-2 {
  margin: 15px 0 10px;
  padding: 7px 0 7px 15px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(1, #333));
  background-image: -o-linear-gradient(bottom, #555 0%, #333 100%);
  background-image: -moz-linear-gradient(bottom, #555 0%, #333 100%);
  background-image: -webkit-linear-gradient(bottom, #555 0%, #333 100%);
  background-image: -ms-linear-gradient(bottom, #555 0%, #333 100%);
  background-image: linear-gradient(to bottom, #555 0%, #333 100%); }
  @media (min-width: 980px) {
    .sub-header-2 {
      margin: 0 0 10px; } }

.sub-header-3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0 5px; }

.page-title {
  margin: 20px 0 5px;
  padding: 3px 0 3px 12px;
  border-left: 5px solid #154989;
  font-size: 2.0rem;
  font-weight: 700; }

.refresh-btn {
  width: 60px;
  background: #333;
  height: 40px;
  padding: 4px;
  margin-bottom: 10px; }
  .refresh-btn img {
    width: 30px;
    height: 30px; }

.boy-image-list .flickity-prev-next-button {
  width: 20px;
  height: 20px; }
  .boy-image-list .flickity-prev-next-button.previous {
    left: 5px; }
  .boy-image-list .flickity-prev-next-button.next {
    right: 5px; }

.boy-list {
  margin: 15px 0;
  margin-right: -10px; }
  .boy-list:before, .boy-list:after {
    content: " ";
    display: table; }
  .boy-list:after {
    clear: both; }
  .boy-list .boy-box {
    float: left;
    position: relative; }
    .boy-list .boy-box.visited {
      box-shadow: 0px 0px 5px 1px #E2D20D; }
    @media (min-width: 980px) {
      .boy-list .boy-box {
        width: 169px;
        height: 169px;
        margin: 0 10px 10px 0; }
        .boy-list .boy-box .boy-image {
          border: 1px solid #DDD;
          background-color: #fff;
          vertical-align: bottom;
          width: 169px;
          height: 169px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; } }
    @media (max-width: 979px) {
      .boy-list .boy-box {
        width: calc( (100vw - 72px) / 2 );
        height: calc( (100vw - 72px) / 2 );
        margin: 5px 10px 5px 0; }
        .boy-list .boy-box .boy-image {
          border: 1px solid #DDD;
          background-color: #fff;
          vertical-align: bottom;
          width: calc( (100vw - 72px) / 2 );
          height: calc( (100vw - 72px) / 2 );
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; } }
    @media (min-width: 980px) {
      .boy-list .boy-box--col-6 {
        width: 139px;
        height: 139px;
        margin: 0 10px 10px 0; }
        .boy-list .boy-box--col-6 .boy-image {
          border: 1px solid #DDD;
          background-color: #fff;
          vertical-align: bottom;
          width: 139px;
          height: 139px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; } }
    @media (min-width: 980px) {
      .boy-list .boy-box--col-7 {
        width: 118px;
        height: 118px;
        margin: 0 10px 10px 0; }
        .boy-list .boy-box--col-7 .boy-image {
          border: 1px solid #DDD;
          background-color: #fff;
          vertical-align: bottom;
          width: 118px;
          height: 118px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; } }
    @media (max-width: 979px) {
      .boy-list .boy-box--col-7 {
        width: calc( (100vw - 72px) / 3 );
        height: calc( (100vw - 72px) / 3 );
        margin: 5px 6px 5px 0; }
        .boy-list .boy-box--col-7 .boy-image {
          border: 1px solid #DDD;
          background-color: #fff;
          vertical-align: bottom;
          width: calc( (100vw - 72px) / 3 );
          height: calc( (100vw - 72px) / 3 );
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; } }
    .boy-list .boy-box .boy-info {
      position: absolute;
      bottom: 0;
      width: 100%; }
      .boy-list .boy-box .boy-info .boy-name {
        padding: 3px 5px 0;
        font-weight: bold;
        color: #fff;
        background-color: rgba(56, 56, 56, 0.4);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
      .boy-list .boy-box .boy-info .boy-company, .boy-list .boy-box .boy-info .boy-body, .boy-list .boy-box .boy-info .boy-schedule {
        font-size: 1.1rem;
        padding: 3px 5px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
  .boy-list .boy-box-h {
    display: block; }
    .boy-list .boy-box-h.visited {
      box-shadow: 0px 0px 5px 1px #E2D20D; }
    @media (min-width: 980px) {
      .boy-list .boy-box-h {
        height: 120px;
        margin: 0 10px 15px 0;
        padding-left: 120px; }
        .boy-list .boy-box-h:before, .boy-list .boy-box-h:after {
          content: " ";
          display: table; }
        .boy-list .boy-box-h:after {
          clear: both; }
        .boy-list .boy-box-h .boy-image-list {
          float: left;
          width: 120px;
          height: 120px;
          margin-left: -120px; }
          .boy-list .boy-box-h .boy-image-list .slick-prev, .boy-list .boy-box-h .boy-image-list .slick-next {
            z-index: 1000; }
          .boy-list .boy-box-h .boy-image-list .slick-prev {
            left: 0; }
          .boy-list .boy-box-h .boy-image-list .slick-next {
            right: 0; }
          .boy-list .boy-box-h .boy-image-list .boy-image {
            border: 1px solid #DDD;
            background-color: #fff;
            vertical-align: bottom;
            width: 120px;
            height: 120px;
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
        .boy-list .boy-box-h .boy-info {
          float: left;
          padding-left: 15px;
          width: 100%;
          height: 120px; }
          .boy-list .boy-box-h .boy-info .boy-name {
            font-size: 1.6rem;
            margin: 0 0 5px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-overflow: ellipsis; }
          .boy-list .boy-box-h .boy-info .boy-all-value {
            color: #333;
            font-size: 1.3rem; }
            .boy-list .boy-box-h .boy-info .boy-all-value > .match {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            .boy-list .boy-box-h .boy-info .boy-all-value strong {
              background-color: #ffff99; } }
    @media (max-width: 979px) {
      .boy-list .boy-box-h {
        width: 100%;
        height: 100px;
        margin: 0 10px 10px 0;
        padding-left: 100px; }
        .boy-list .boy-box-h:before, .boy-list .boy-box-h:after {
          content: " ";
          display: table; }
        .boy-list .boy-box-h:after {
          clear: both; }
        .boy-list .boy-box-h .boy-image-list {
          float: left;
          width: 100px;
          height: 100px;
          margin-left: -100px; }
          .boy-list .boy-box-h .boy-image-list .slick-prev, .boy-list .boy-box-h .boy-image-list .slick-next {
            z-index: 1000; }
          .boy-list .boy-box-h .boy-image-list .slick-prev {
            left: 0; }
          .boy-list .boy-box-h .boy-image-list .slick-next {
            right: 0; }
          .boy-list .boy-box-h .boy-image-list .boy-image {
            border: 1px solid #DDD;
            background-color: #fff;
            vertical-align: bottom;
            width: 100px;
            height: 100px;
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
        .boy-list .boy-box-h .boy-info {
          float: left;
          padding-left: 10px;
          width: 100%;
          height: 100px; }
          .boy-list .boy-box-h .boy-info .boy-name {
            font-size: 1.4rem;
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-overflow: ellipsis; }
          .boy-list .boy-box-h .boy-info .boy-all-value {
            color: #333;
            font-size: 1.1rem; }
            .boy-list .boy-box-h .boy-info .boy-all-value > .match {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            .boy-list .boy-box-h .boy-info .boy-all-value strong {
              background-color: #ffff99; } }

.pager ul {
  padding: 0; }
  .pager ul li > a, .pager ul li > span {
    border-radius: 0;
    margin: 2px;
    padding: 5px 10px; }
  .pager ul li.current > a {
    color: #fff;
    background-color: #154989;
    pointer-events: none; }

#myModal .modal-body {
  max-height: 400px;
  overflow-y: scroll; }

#confirmModal .modal-body {
  padding: 0 25px; }
  #confirmModal .modal-body img {
    display: block;
    margin: 50px auto;
    width: 450px;
    max-width: 100%; }
  #confirmModal .modal-body .confirm-text {
    margin: 30px 0; }
#confirmModal .modal-footer {
  text-align: center; }
  #confirmModal .modal-footer > a, #confirmModal .modal-footer > button {
    font-size: 2.2rem;
    margin: 0 10px;
    padding: 5px 20px; }

@media (max-width: 979px) {
  .hide-sp {
    display: none !important; } }

@media (min-width: 980px) {
  .hide-pc {
    display: none !important; } }

.errors {
  color: red;
  margin-bottom: 20px; }

ol.parentheses {
  padding: 0 0 0 2em;
  margin: 0;
  position: relative; }
  ol.parentheses > li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt; }
    ol.parentheses > li:before {
      content: "(" counter(cnt) ") ";
      position: absolute;
      left: 0; }

#rules .date, #privacy .date {
  margin: 20px 0; }
#rules .privacy-table th, #rules .privacy-table td, #privacy .privacy-table th, #privacy .privacy-table td {
  border: 1px solid #333;
  padding: 10px 5px;
  vertical-align: top; }
#rules .company-info, #privacy .company-info {
  margin: 20px 0; }

@media (max-width: 979px) {
  .btn-default:hover {
    background-color: #fff;
    border-color: #ccc; } }

.heading {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold; }
  .heading--circle {
    position: relative;
    padding: 5px 0 5px 30px; }
    .heading--circle:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      width: 14px;
      height: 14px;
      border: 4px solid #154989;
      border-radius: 100%; }

.list-circle {
  list-style: none;
  padding-left: 10px; }
  .list-circle__item {
    position: relative;
    padding: 5px 0 5px 30px; }
    .list-circle__item:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 4px solid #154989;
      border-radius: 100%; }

.privacy-list {
  padding: 20px 0 20px 30px; }
  .privacy-list__item {
    line-height: 1.5; }
    .privacy-list__item:not(:last-child) {
      margin-bottom: 15px; }

.rule-list {
  padding-left: 30px; }
  .rule-list__item {
    line-height: 1.5; }
    .rule-list__item:not(:last-child) {
      margin-bottom: 5px; }

.badge-red {
  background-color: #c50030; }

.search-tooltip {
  color: #555;
  font-size: 2.0rem;
  margin-left: 5px; }

#select-display {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.banner-estimate-file {
  margin: 15px 0; }

.pt-0 {
  padding-top: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

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

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.col-xs-1-7, .col-sm-1-7, .col-md-1-7, .col-lg-1-7,
.col-xs-2-7, .col-sm-2-7, .col-md-2-7, .col-lg-2-7,
.col-xs-3-7, .col-sm-3-7, .col-md-3-7, .col-lg-3-7,
.col-xs-4-7, .col-sm-4-7, .col-md-4-7, .col-lg-4-7,
.col-xs-5-7, .col-sm-5-7, .col-md-5-7, .col-lg-5-7,
.col-xs-6-7, .col-sm-6-7, .col-md-6-7, .col-lg-6-7 {
  width: 100%;
  min-height: 1px; }

.col-xs-1-7 {
  float: left;
  width: 14.2857142857%; }

@media (min-width: 768px) {
  .col-sm-1-7 {
    float: left;
    width: 14.2857142857%; } }
@media (min-width: 992px) {
  .col-md-1-7 {
    float: left;
    width: 14.2857142857%; } }
@media (min-width: 1120px) {
  .col-lg-1-7 {
    float: left;
    width: 14.2857142857%; } }
.col-xs-2-7 {
  float: left;
  width: 28.5714285714%; }

@media (min-width: 768px) {
  .col-sm-2-7 {
    float: left;
    width: 28.5714285714%; } }
@media (min-width: 992px) {
  .col-md-2-7 {
    float: left;
    width: 28.5714285714%; } }
@media (min-width: 1120px) {
  .col-lg-2-7 {
    float: left;
    width: 28.5714285714%; } }
.col-xs-3-7 {
  float: left;
  width: 42.8571428571%; }

@media (min-width: 768px) {
  .col-sm-3-7 {
    float: left;
    width: 42.8571428571%; } }
@media (min-width: 992px) {
  .col-md-3-7 {
    float: left;
    width: 42.8571428571%; } }
@media (min-width: 1120px) {
  .col-lg-3-7 {
    float: left;
    width: 42.8571428571%; } }
.col-xs-4-7 {
  float: left;
  width: 57.1428571429%; }

@media (min-width: 768px) {
  .col-sm-4-7 {
    float: left;
    width: 57.1428571429%; } }
@media (min-width: 992px) {
  .col-md-4-7 {
    float: left;
    width: 57.1428571429%; } }
@media (min-width: 1120px) {
  .col-lg-4-7 {
    float: left;
    width: 57.1428571429%; } }
.col-xs-5-7 {
  float: left;
  width: 71.4285714286%; }

@media (min-width: 768px) {
  .col-sm-5-7 {
    float: left;
    width: 71.4285714286%; } }
@media (min-width: 992px) {
  .col-md-5-7 {
    float: left;
    width: 71.4285714286%; } }
@media (min-width: 1120px) {
  .col-lg-5-7 {
    float: left;
    width: 71.4285714286%; } }
.col-xs-6-7 {
  float: left;
  width: 85.7142857143%; }

@media (min-width: 768px) {
  .col-sm-6-7 {
    float: left;
    width: 85.7142857143%; } }
@media (min-width: 992px) {
  .col-md-6-7 {
    float: left;
    width: 85.7142857143%; } }
@media (min-width: 1120px) {
  .col-lg-6-7 {
    float: left;
    width: 85.7142857143%; } }
td.ui-state-disabled {
  opacity: 1.0 !important; }

.datepicker-saturday span.ui-state-default {
  /* disabled saturday */
  background-image: none;
  color: dodgerblue;
  border: 1px solid transparent; }

.datepicker-saturday a.ui-state-default {
  /* enable saturday */
  color: dodgerblue; }

.datepicker-sunday span.ui-state-default {
  /* disabled sunday */
  background-image: none;
  color: red;
  border: 1px solid transparent; }

.datepicker-sunday a.ui-state-default {
  /* enable sunday */
  color: red; }

.datepicker-holiday span.ui-state-default {
  /* disabled holiday */
  background-image: none;
  color: red;
  border: 1px solid transparent; }

.datepicker-holiday a.ui-state-default {
  /* enable holiday */
  color: red; }

#top-news {
  padding: 10px 0 0; }
  #top-news #top-banner {
    margin-bottom: 15px; }
    @media (min-width: 980px) {
      #top-news #top-banner {
        float: right;
        width: 468px;
        margin-left: 15px; } }
  #top-news .news-wrap {
    position: relative;
    padding-bottom: 19px; }
    @media (min-width: 980px) {
      #top-news .news-wrap {
        float: right;
        width: 437px; } }
    #top-news .news-wrap .news-header-3 {
      position: relative;
      font-size: 1.4rem;
      font-weight: bold;
      margin: 0;
      padding: 5px 15px;
      color: #333;
      background-color: #BBD4F3; }
    #top-news .news-wrap .table-wrap {
      height: 159px;
      overflow-y: scroll;
      background-color: #fff;
      border: 1px solid #BBD4F3;
      border-top: none;
      padding: 2px 15px 2px 2px;
      font-size: 1.1rem; }
      @media (min-width: 980px) {
        #top-news .news-wrap .table-wrap {
          font-size: 1.3rem; } }
      #top-news .news-wrap .table-wrap .news-list {
        padding-left: 0;
        list-style: none; }
        #top-news .news-wrap .table-wrap .news-list > li {
          padding: 1px 1px 1px 10px;
          line-height: 1.8; }
          #top-news .news-wrap .table-wrap .news-list > li .label {
            padding: .2em .2em .3em;
            display: inline-block; }
          #top-news .news-wrap .table-wrap .news-list > li .label-category {
            width: 50px; }
      #top-news .news-wrap .table-wrap .top-news-table td {
        padding: 1px 0;
        vertical-align: top; }
      #top-news .news-wrap .table-wrap .top-news-table .news-date {
        padding-right: 10px;
        width: 85px;
        text-align: right; }
      #top-news .news-wrap .table-wrap .top-news-table .news-label {
        padding-right: 10px; }
        #top-news .news-wrap .table-wrap .top-news-table .news-label .label {
          display: inline-block;
          word-break: break-all;
          white-space: normal; }
    #top-news .news-wrap .news-more, #top-news .news-wrap .news-close {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20px;
      padding-top: 2px;
      text-align: center;
      font-size: 1.2rem;
      color: #333;
      background-color: #eee; }
      #top-news .news-wrap .news-more:hover, #top-news .news-wrap .news-close:hover {
        opacity: 1;
        background-color: #e8e8e8; }

#top .col-6 {
  float: right;
  padding: 0 15px; }
  @media (min-width: 980px) {
    #top .col-6 {
      width: 50%; }
      #top .col-6.col-left {
        border-right: 1px solid #DDD; } }
  #top .col-6 .top-boy-list {
    margin: -5.5px; }
    #top .col-6 .top-boy-list:before, #top .col-6 .top-boy-list:after {
      content: " ";
      display: table; }
    #top .col-6 .top-boy-list:after {
      clear: both; }
    #top .col-6 .top-boy-list .boy-box {
      display: block;
      padding: 0 5.5px;
      margin-bottom: 11px;
      float: left;
      position: relative; }
      #top .col-6 .top-boy-list .boy-box .boy-image-slick {
        margin-bottom: 0; }
        #top .col-6 .top-boy-list .boy-box .boy-image-slick .slick-prev, #top .col-6 .top-boy-list .boy-box .boy-image-slick .slick-next {
          z-index: 1000; }
        #top .col-6 .top-boy-list .boy-box .boy-image-slick .slick-prev {
          left: 0; }
        #top .col-6 .top-boy-list .boy-box .boy-image-slick .slick-next {
          right: 0; }
      #top .col-6 .top-boy-list .boy-box.boy-1 {
        width: 50%; }
        #top .col-6 .top-boy-list .boy-box.boy-1 .boy-image {
          width: 208px;
          height: 208px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info {
          width: 208px; }
          #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-name {
            font-size: 1.4rem; }
          #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-body {
            font-size: 1.1rem; }
        #top .col-6 .top-boy-list .boy-box.boy-1 .boy-rank {
          top: 2px;
          padding-left: 10px;
          font-size: 2.2rem; }
        #top .col-6 .top-boy-list .boy-box.boy-1 .boy-rank-bg:before {
          border-left: 50px solid rgba(187, 182, 38, 0.75);
          border-bottom: 50px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-2 {
        width: 50%; }
        #top .col-6 .top-boy-list .boy-box.boy-2 .boy-image {
          width: 208px;
          height: 208px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info {
          width: 208px; }
          #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-name {
            font-size: 1.4rem; }
          #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-body {
            font-size: 1.1rem; }
        #top .col-6 .top-boy-list .boy-box.boy-2 .boy-rank {
          top: 2px;
          padding-left: 10px;
          font-size: 2.2rem; }
        #top .col-6 .top-boy-list .boy-box.boy-2 .boy-rank-bg:before {
          border-left: 50px solid rgba(169, 169, 169, 0.75);
          border-bottom: 50px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-3 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-3 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-3 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-3 .boy-rank-bg:before {
          border-left: 35px solid rgba(136, 76, 15, 0.75);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-4 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-4 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-4 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-4 .boy-rank-bg:before {
          border-left: 35px solid rgba(21, 73, 137, 0.5);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-5 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-5 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-5 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-5 .boy-rank-bg:before {
          border-left: 35px solid rgba(21, 73, 137, 0.5);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-6 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-6 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-6 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-6 .boy-rank-bg:before {
          border-left: 35px solid rgba(21, 73, 137, 0.5);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-7 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-7 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-7 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-7 .boy-rank-bg:before {
          border-left: 35px solid rgba(21, 73, 137, 0.5);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box.boy-8 {
        width: 33.3333333333%; }
        #top .col-6 .top-boy-list .boy-box.boy-8 .boy-image {
          width: 135px;
          height: 135px;
          background-size: cover;
          display: inline-block;
          background-position: center center;
          background-repeat: no-repeat; }
        #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info {
          width: 135px; }
          #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-name {
            font-size: 1.2rem; }
          #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-body {
            font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-8 .boy-rank {
          top: 2px;
          padding-left: 5px;
          font-size: 1.6rem; }
        #top .col-6 .top-boy-list .boy-box.boy-8 .boy-rank-bg:before {
          border-left: 35px solid rgba(21, 73, 137, 0.5);
          border-bottom: 35px solid transparent; }
      #top .col-6 .top-boy-list .boy-box .boy-image {
        border: 1px solid #DDD;
        background-color: #fff;
        vertical-align: bottom; }
      #top .col-6 .top-boy-list .boy-box .boy-info {
        position: absolute;
        bottom: 0; }
        #top .col-6 .top-boy-list .boy-box .boy-info .boy-name {
          padding: 3px 5px 0;
          font-weight: bold;
          color: #fff;
          background-color: rgba(56, 56, 56, 0.4);
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; }
        #top .col-6 .top-boy-list .boy-box .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box .boy-info .boy-body {
          padding: 3px 5px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7);
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; }
      #top .col-6 .top-boy-list .boy-box .boy-rank-bg {
        position: absolute;
        top: 1px; }
        #top .col-6 .top-boy-list .boy-box .boy-rank-bg:before, #top .col-6 .top-boy-list .boy-box .boy-rank-bg:after {
          content: '';
          position: absolute; }
        #top .col-6 .top-boy-list .boy-box .boy-rank-bg:before {
          top: 0;
          left: 0; }
      #top .col-6 .top-boy-list .boy-box .boy-rank {
        position: absolute;
        color: #fff; }
      @media (max-width: 979px) {
        #top .col-6 .top-boy-list .boy-box.boy-1 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-1 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-1 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-2 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-2 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-2 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-3 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-3 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-3 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-4 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-4 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-4 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-5 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-5 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-5 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-6 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-6 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-6 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-7 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-7 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-7 .boy-info .boy-body {
              font-size: 1.0rem; }
        #top .col-6 .top-boy-list .boy-box.boy-8 {
          width: calc( (100vw - 60px) / 2 ); }
          #top .col-6 .top-boy-list .boy-box.boy-8 .boy-image {
            width: calc( (100vw - 60px) / 2 );
            height: calc( (100vw - 60px) / 2 );
            background-size: cover;
            display: inline-block;
            background-position: center center;
            background-repeat: no-repeat; }
          #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info {
            width: calc( (100vw - 60px) / 2 );
            padding-right: 11px; }
            #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-name {
              font-size: 1.2rem; }
            #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-company, #top .col-6 .top-boy-list .boy-box.boy-8 .boy-info .boy-body {
              font-size: 1.0rem; } }
#top .top-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.5rem; }

#login {
  padding-bottom: 30px; }
  #login label {
    margin-bottom: 5px; }
  #login .register-step {
    margin: 10px 0; }
    #login .register-step:before, #login .register-step:after {
      content: " ";
      display: table; }
    #login .register-step:after {
      clear: both; }
    #login .register-step .step-col {
      float: left;
      color: #888;
      background-color: #eee;
      height: 50px;
      padding: 15px 15px 0 30px;
      margin-right: 15px;
      position: relative; }
      #login .register-step .step-col:before, #login .register-step .step-col:after {
        content: '';
        position: absolute; }
      #login .register-step .step-col:before {
        top: 0;
        left: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 25px 0px 25px 15px;
        border-left-color: #f8f8f8; }
      #login .register-step .step-col:after {
        top: 0;
        right: -15px;
        border-style: solid;
        border-color: transparent;
        border-width: 25px 0px 25px 15px;
        border-left-color: #eee; }
      #login .register-step .step-col.current {
        font-weight: bold;
        color: #fff;
        background-color: #154989; }
        #login .register-step .step-col.current:after {
          border-left-color: #154989; }
  #login .notice {
    margin: 0 0 10px; }
  #login .caution {
    margin: 10px 0; }

#boy .boy-name {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 10px; }
  @media (max-width: 979px) {
    #boy .boy-name {
      font-size: 2.2rem; } }
  #boy .boy-name .boy-rank {
    float: right;
    margin-bottom: 10px;
    font-size: 1.4rem; }
    #boy .boy-name .boy-rank strong {
      font-size: 1.8rem; }
#boy .boy-detail:before, #boy .boy-detail:after {
  content: " ";
  display: table; }
#boy .boy-detail:after {
  clear: both; }
#boy .boy-detail .boy-image {
  float: left;
  width: 100%;
  overflow-y: hidden; }
  @media (min-width: 980px) {
    #boy .boy-detail .boy-image {
      width: 400px; } }
  #boy .boy-detail .boy-image #slick-main {
    margin-bottom: 5px; }
    #boy .boy-detail .boy-image #slick-main .main-image {
      width: 100%;
      height: 400px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      border: 1px solid #ddd; }
    #boy .boy-detail .boy-image #slick-main .slick-slide {
      height: auto; }
  #boy .boy-detail .boy-image #slick-nav {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 10px; }
    #boy .boy-detail .boy-image #slick-nav .nav-image {
      width: 100px;
      height: 100px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat; }
    #boy .boy-detail .boy-image #slick-nav .slick-slide {
      padding: 5px;
      text-align: center;
      height: auto; }
    #boy .boy-detail .boy-image #slick-nav .slick-prev:before, #boy .boy-detail .boy-image #slick-nav .slick-next:before {
      color: #000; }
  #boy .boy-detail .boy-image .boy-action {
    margin-bottom: 20px; }
  #boy .boy-detail .boy-image .table {
    font-size: 1.4rem;
    width: 444px;
    word-break: break-all; }
    #boy .boy-detail .boy-image .table th {
      background-color: #eee;
      width: 140px; }
    #boy .boy-detail .boy-image .table.table-value {
      margin-bottom: 0;
      margin-top: -30px; }
#boy .boy-detail .boy-profile {
  float: right;
  width: 100%; }
  @media (min-width: 980px) {
    #boy .boy-detail .boy-profile {
      width: 444px; } }
  #boy .boy-detail .boy-profile .table {
    font-size: 1.4rem;
    word-break: break-all; }
    #boy .boy-detail .boy-profile .table th, #boy .boy-detail .boy-profile .table td {
      padding: 11px 8px; }
    #boy .boy-detail .boy-profile .table th {
      background-color: #eee;
      width: 140px; }
    @media (min-width: 980px) {
      #boy .boy-detail .boy-profile .table td {
        width: 304px; } }
    #boy .boy-detail .boy-profile .table.table-value {
      margin-bottom: 0; }
#boy .boy-detail .boy-profile-bottom .table {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 0; }
  #boy .boy-detail .boy-profile-bottom .table th, #boy .boy-detail .boy-profile-bottom .table td {
    padding: 11px 8px; }
  #boy .boy-detail .boy-profile-bottom .table th {
    background-color: #eee;
    width: 140px; }
  #boy .boy-detail .boy-profile-bottom .table td {
    width: 304px; }
  #boy .boy-detail .boy-profile-bottom .table.table-value {
    margin-bottom: 0; }
#boy .boy-detail .boy-profile-text {
  float: left;
  width: 100%; }
  #boy .boy-detail .boy-profile-text .table {
    border-bottom: 1px solid #ddd;
    word-break: break-all; }
    #boy .boy-detail .boy-profile-text .table th, #boy .boy-detail .boy-profile-text .table td {
      padding: 11px 8px; }
    #boy .boy-detail .boy-profile-text .table th {
      background-color: #eee;
      width: 140px; }
  #boy .boy-detail .boy-profile-text .boy-description {
    margin: 0 0 20px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px; }
#boy .boy-detail .boy-profile-schedule {
  width: 100%;
  word-break: normal;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  #boy .boy-detail .boy-profile-schedule .schedule-box {
    margin-bottom: 10px;
    padding: 0; }
    #boy .boy-detail .boy-profile-schedule .schedule-box .work_date {
      font-weight: bold;
      background-color: #eee;
      text-align: center;
      border-top: 1px solid #ddd;
      height: 30px;
      line-height: 30px; }
    #boy .boy-detail .boy-profile-schedule .schedule-box .detail {
      padding: 10px;
      border-top: 1px solid #ddd;
      text-align: center; }
#boy .boy-detail .boy-link {
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: right; }
#boy .boy-detail .error-report {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: right; }
  #boy .boy-detail .error-report .boy-rank-hide {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff; }
#boy .company-header {
  margin: 0 0 10px;
  padding: 10px 0 0;
  border-bottom: 1px solid #ddd; }
  #boy .company-header:before, #boy .company-header:after {
    content: " ";
    display: table; }
  #boy .company-header:after {
    clear: both; }
  #boy .company-header .company-name {
    float: left; }
    #boy .company-header .company-name h3 {
      margin: 0 0 5px;
      font-size: 2.6rem; }
      @media (max-width: 979px) {
        #boy .company-header .company-name h3 {
          font-size: 1.8rem; } }
    #boy .company-header .company-name .company-link {
      margin: 0 0 5px;
      padding-left: 5px; }
  #boy .company-header .company-contact {
    float: right;
    font-weight: normal; }
    #boy .company-header .company-contact tr.company-phone {
      font-size: 1.4rem; }
    #boy .company-header .company-contact tr.company-email {
      font-size: 1.4rem; }
    #boy .company-header .company-contact tr td {
      vertical-align: top;
      padding: 3px; }
      #boy .company-header .company-contact tr td .glyphicon {
        font-size: 1.2rem; }
#boy .company-detail .company-price .price-table {
  margin: 0 0 10px;
  font-size: 1.4rem;
  width: 100%; }
  #boy .company-detail .company-price .price-table tr:first-child, #boy .company-detail .company-price .price-table td:first-child {
    background-color: #eee; }
  #boy .company-detail .company-price .price-table th, #boy .company-detail .company-price .price-table td {
    padding: 5px 10px;
    border: 1px solid #ddd; }
  #boy .company-detail .company-price .price-table th {
    font-weight: normal;
    color: #fff;
    background-color: #444;
    width: 20%;
    min-width: 120px; }
#boy .company-detail .company-price .price-comment {
  margin: 10px 0; }
#boy .company-detail .company-price-link {
  margin: 5px 0;
  text-align: right; }
#boy .company-detail .error-report {
  margin-top: 30px;
  text-align: right; }
#boy .review-wrap {
  margin-top: 15px; }
  #boy .review-wrap .review-list-header {
    padding: 0 15px 10px;
    margin: 0 -15px; }
    #boy .review-wrap .review-list-header .rate-ave-wrap {
      margin: 5px 0; }
      #boy .review-wrap .review-list-header .rate-ave-wrap:before, #boy .review-wrap .review-list-header .rate-ave-wrap:after {
        content: " ";
        display: table; }
      #boy .review-wrap .review-list-header .rate-ave-wrap:after {
        clear: both; }
      #boy .review-wrap .review-list-header .rate-ave-wrap .rateYo {
        float: left; }
      #boy .review-wrap .review-list-header .rate-ave-wrap .rate-ave {
        float: left;
        font-size: 2.2rem;
        font-weight: bold;
        padding: 3px 10px 0;
        color: #E62020; }
    #boy .review-wrap .review-list-header .review-count {
      padding: 5px 0 0;
      color: #888; }
  #boy .review-wrap .review-list {
    padding: 5px 0; }
    #boy .review-wrap .review-list .review-row {
      padding: 15px 0;
      border-bottom: 1px solid #ddd; }
      #boy .review-wrap .review-list .review-row:first-child {
        border-top: 1px solid #ddd; }
      #boy .review-wrap .review-list .review-row .review-header:before, #boy .review-wrap .review-list .review-row .review-header:after {
        content: " ";
        display: table; }
      #boy .review-wrap .review-list .review-row .review-header:after {
        clear: both; }
      #boy .review-wrap .review-list .review-row .review-header .rateYo {
        float: left; }
      #boy .review-wrap .review-list .review-row .review-header .review-title {
        float: left;
        margin-left: 10px;
        font-weight: bold; }
      #boy .review-wrap .review-list .review-row .review-body {
        font-size: 1.4rem;
        padding: 5px 0; }
      #boy .review-wrap .review-list .review-row .review-footer {
        font-size: 1.2rem;
        color: #888; }
        #boy .review-wrap .review-list .review-row .review-footer .date {
          margin-left: 10px; }
        #boy .review-wrap .review-list .review-row .review-footer .original-url {
          color: #888; }
    #boy .review-wrap .review-list .review-more {
      margin: 10px 0;
      display: inline-block; }
  #boy .review-wrap .rateYo {
    padding: 0; }
#boy .rainbownet-list {
  padding-left: 20px; }
  #boy .rainbownet-list .rainbownet-row:not(:last-child) {
    margin-bottom: 10px; }
  #boy .rainbownet-list .rainbownet-thread {
    color: #888; }
  #boy .rainbownet-list .rainbownet-body {
    padding-left: 30px; }

#boy-search .search-sort {
  float: right; }
  #boy-search .search-sort .form-control {
    height: 26px;
    padding: 3px 6px;
    font-size: 1.2rem;
    font-weight: normal; }
#boy-search #schedule_unknown_comment {
  clear: both;
  margin: 15px auto;
  padding: 15px 0px;
  text-align: center;
  background-color: #bad3f4; }

#user .alert {
  padding: 10px 35px 10px 15px; }
#user #top-banner {
  margin-bottom: 15px; }
  @media (min-width: 980px) {
    #user #top-banner {
      float: right;
      width: 468px;
      margin-left: 15px; } }
#user .news-wrap {
  position: relative;
  padding-bottom: 19px; }
  @media (min-width: 980px) {
    #user .news-wrap {
      float: right;
      width: 437px; } }
  #user .news-wrap .news-header-3 {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding: 6px 15px;
    color: #333;
    background-color: #BBD4F3; }
  #user .news-wrap .table-wrap {
    height: 159px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #BBD4F3;
    border-top: none;
    padding: 2px 15px 2px 2px;
    font-size: 1.1rem; }
    @media (min-width: 980px) {
      #user .news-wrap .table-wrap {
        font-size: 1.3rem; } }
    #user .news-wrap .table-wrap .no-notification {
      padding: 5px; }
    #user .news-wrap .table-wrap .news-list {
      padding-left: 0;
      list-style: none; }
      #user .news-wrap .table-wrap .news-list > li {
        position: relative;
        padding: 1px 1px 1px 10px;
        line-height: 1.8; }
        #user .news-wrap .table-wrap .news-list > li .label {
          padding: .2em .2em .3em;
          display: inline-block; }
        #user .news-wrap .table-wrap .news-list > li .label-category {
          width: 50px; }
        #user .news-wrap .table-wrap .news-list > li .delete-notification {
          position: absolute;
          right: 0;
          bottom: 5px;
          color: #888; }
    #user .news-wrap .table-wrap .top-news-table td {
      padding: 1px 0;
      vertical-align: top; }
    #user .news-wrap .table-wrap .top-news-table .news-date {
      padding-right: 10px;
      width: 85px;
      text-align: right; }
    #user .news-wrap .table-wrap .top-news-table .news-label {
      padding-right: 10px; }
      #user .news-wrap .table-wrap .top-news-table .news-label .label {
        display: inline-block;
        word-break: break-all;
        white-space: normal; }
  #user .news-wrap .news-more, #user .news-wrap .news-close {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    background-color: #eee; }
    #user .news-wrap .news-more:hover, #user .news-wrap .news-close:hover {
      opacity: 1;
      background-color: #e8e8e8; }
#user .mypage-box {
  margin-bottom: 30px; }
  #user .mypage-box:before, #user .mypage-box:after {
    content: " ";
    display: table; }
  #user .mypage-box:after {
    clear: both; }
  #user .mypage-box .mypage-box-footer {
    text-align: right; }
  #user .mypage-box .mypage-news-btns {
    margin-top: 10px; }
    @media (min-width: 980px) {
      #user .mypage-box .mypage-news-btns {
        float: left;
        width: 437px; } }
    #user .mypage-box .mypage-news-btns:before, #user .mypage-box .mypage-news-btns:after {
      content: " ";
      display: table; }
    #user .mypage-box .mypage-news-btns:after {
      clear: both; }
    #user .mypage-box .mypage-news-btns .btn {
      margin: 0 5px; }
  #user .mypage-box .my-thread .thread-table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    table-layout: fixed;
    font-size: 1.3rem; }
    #user .mypage-box .my-thread .thread-table .unread {
      font-weight: bold; }
    #user .mypage-box .my-thread .thread-table .read {
      background-color: #eee; }
    #user .mypage-box .my-thread .thread-table td.message-title {
      width: auto;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #user .mypage-box .my-thread .thread-table td.message-date {
      width: 125px;
      text-align: right; }
  #user .mypage-box .boy-list {
    display: flex;
    flex-wrap: wrap; }
    #user .mypage-box .boy-list .boy-box-h {
      width: 33%;
      height: auto;
      position: relative;
      margin: 0 0 15px; }
      @media (max-width: 979px) {
        #user .mypage-box .boy-list .boy-box-h {
          width: 100%; } }
      #user .mypage-box .boy-list .boy-box-h .boy-image-link {
        display: block; }
      #user .mypage-box .boy-list .boy-box-h .boy-info {
        padding: 0 10px;
        height: auto; }
      #user .mypage-box .boy-list .boy-box-h .boy-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 1.4rem;
        width: 120px; }
        @media (max-width: 979px) {
          #user .mypage-box .boy-list .boy-box-h .boy-bottom {
            width: 100px; } }
        #user .mypage-box .boy-list .boy-box-h .boy-bottom__name {
          padding: 3px 5px 0;
          font-weight: bold;
          color: #fff;
          background-color: rgba(56, 56, 56, 0.4);
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; }
        #user .mypage-box .boy-list .boy-box-h .boy-bottom__company {
          font-size: 1.1rem;
          padding: 3px 5px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7);
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; }
      #user .mypage-box .boy-list .boy-box-h .external-link-list {
        margin: 5px 0; }
        #user .mypage-box .boy-list .boy-box-h .external-link-list > a {
          display: inline-block; }
          #user .mypage-box .boy-list .boy-box-h .external-link-list > a:not(:last-child) {
            margin-right: 10px; }
          #user .mypage-box .boy-list .boy-box-h .external-link-list > a .fa {
            font-size: 2.0rem; }
      #user .mypage-box .boy-list .boy-box-h .boy-memo {
        margin: 5px 0;
        color: #666;
        font-size: 1.2rem;
        max-height: 36px;
        overflow: hidden; }
      #user .mypage-box .boy-list .boy-box-h .boy-action {
        margin: 5px 0;
        font-size: 1.3rem; }
        #user .mypage-box .boy-list .boy-box-h .boy-action__btn {
          margin-right: 10px; }
          @media (max-width: 979px) {
            #user .mypage-box .boy-list .boy-box-h .boy-action__btn {
              margin-right: 0;
              font-size: 1.2rem; } }
      @media (max-width: 979px) {
        #user .mypage-box .boy-list .boy-box-h .external-link-list {
          margin-top: 5px; }
          #user .mypage-box .boy-list .boy-box-h .external-link-list > a {
            display: inline-block; }
            #user .mypage-box .boy-list .boy-box-h .external-link-list > a:not(:last-child) {
              margin-right: 5px; }
            #user .mypage-box .boy-list .boy-box-h .external-link-list > a .fa {
              font-size: 1.8rem; } }
  #user .mypage-box .user-profile-table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
    #user .mypage-box .user-profile-table th {
      width: 120px; }
#user .thread {
  border: 1px solid #ddd;
  margin: 0 0 30px;
  background-color: #fff; }
  #user .thread .message-list .message {
    padding: 12px 15px; }
    #user .thread .message-list .message:not(:first-child) {
      border-top: 1px solid #ddd; }
    #user .thread .message-list .message:last-child {
      border-bottom: 1px solid #ddd; }
    #user .thread .message-list .message .message-header {
      font-size: 1.3rem;
      color: #888;
      margin: 0 0 5px; }
      #user .thread .message-list .message .message-header .message-date {
        float: right; }
#user .message-form {
  padding: 12px 15px; }
  #user .message-form .btn {
    float: right;
    width: 120px; }
#user .reserve-table {
  font-size: 1.4rem;
  word-break: break-all; }
  #user .reserve-table tr th, #user .reserve-table tr td {
    padding: 11px 8px; }
  #user .reserve-table tr th {
    background-color: #eee;
    width: 140px; }
  #user .reserve-table tr td {
    width: 304px; }
  #user .reserve-table tr.table-value {
    margin-bottom: 0; }
#user .profile-edit {
  margin-bottom: 20px; }

.favorite-search {
  padding: 10px 0; }
  .favorite-search:before, .favorite-search:after {
    content: " ";
    display: table; }
  .favorite-search:after {
    clear: both; }
  .favorite-search__text {
    float: left; }
  .favorite-search__btn {
    float: right; }
    .favorite-search__btn .btn {
      margin-top: 5px; }

.btn-setting {
  padding: 4px 10px;
  font-size: 20px;
  line-height: 1;
  border-radius: 3px; }

#error404 {
  padding: 20px 0; }

.faq-category {
  padding-left: 30px; }

.faq-answer {
  padding-left: 30px; }
  .faq-answer > li {
    margin-bottom: 15px; }

.spj-list {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #eee; }
  .spj-list:before, .spj-list:after {
    content: " ";
    display: table; }
  .spj-list:after {
    clear: both; }
  .spj-list__item {
    float: left;
    width: 50%;
    height: 80px;
    padding: 5px 0;
    border-top: 1px solid #eee; }
    @media (max-width: 660px) {
      .spj-list__item {
        width: 100%;
        border-bottom: 1px solid #eee; }
        .spj-list__item:last-child {
          border-bottom: 1px solid #eee; } }
  .spj-list__table {
    height: 100%;
    vertical-align: middle; }
  .spj-list__image {
    display: inline-block;
    width: 88px;
    height: 31px;
    margin-right: 15px; }
  .spj-list__company {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold; }
  .spj-list__boy {
    font-size: 1.2rem; }

.sbc-index:before, .sbc-index:after {
  content: " ";
  display: table; }
.sbc-index:after {
  clear: both; }
.sbc-index__col {
  float: left;
  width: 50%;
  padding: 15px; }
  @media (max-width: 660px) {
    .sbc-index__col {
      width: 100%; } }
  .sbc-index__col .heading {
    font-size: 1.5rem; }
.sbc-index__logo-wrap {
  height: 205px; }
  @media (max-width: 660px) {
    .sbc-index__logo-wrap {
      height: auto; } }
.sbc-index__logo {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0; }

#side {
  padding: 15px 0 0; }
  #side #new-review-list {
    font-size: 1.2rem;
    margin: 10px 0 0; }
    #side #new-review-list .new-review {
      padding: 5px 15px; }
      #side #new-review-list .new-review:not(:first-child) {
        border-top: 1px solid #999; }

#search-wrap #toggle-search-detail {
  color: #666; }
  #search-wrap #toggle-search-detail:before {
    content: "▼ "; }
#search-wrap #search-btn {
  font-size: 1.3rem;
  margin: 10px 0 0;
  padding: 4px 0; }
#search-wrap .form-group {
  margin-bottom: 3px; }
#search-wrap .form-group.slider-form {
  /*margin-bottom: 6px;*/ }
#search-wrap .popover {
  width: 90%;
  font-size: 80%;
  max-width: 500px; }
#search-wrap .checkbox-btn-group {
  margin-top: 19px; }
#search-wrap label {
  font-size: 1.2rem;
  margin-bottom: 0; }
#search-wrap .form-control {
  height: 26px;
  padding: 3px 6px;
  font-size: 1.2rem; }
  #search-wrap .form-control[readonly] {
    background-color: #fff; }
#search-wrap .slider-min, #search-wrap .slider-max {
  font-size: 1.2rem; }
#search-wrap .slider.slider-horizontal {
  width: 90%;
  margin: 0 5%; }
#search-wrap .slider-handle {
  background: none;
  background-color: #fff;
  border: 1px solid #cccccc; }
  #search-wrap .slider-handle.round {
    border-radius: 30%; }
#search-wrap .slider-selection {
  background: #919191; }
#search-wrap .slider-track-low, #search-wrap .slider-track-high {
  background: #fff;
  border: 1px solid #cccccc; }
#search-wrap .search-option {
  margin-top: 15px; }
  #search-wrap .search-option .check-label {
    float: left;
    width: 90px;
    padding: 0 15px; }
#search-wrap .label-keyword {
  width: 100%; }
@media (min-width: 980px) {
  #search-wrap input#keywords {
    display: inline-block;
    width: 65%; } }
#search-wrap .keywords-option-wrap {
  margin: 5px 0 10px; }
  @media (min-width: 980px) {
    #search-wrap .keywords-option-wrap {
      display: inline-block;
      width: 30%;
      margin-left: 10px; } }
#search-wrap .schedule-label a.search-tooltip {
  float: right; }
#search-wrap .schedule-label {
  width: 100%;
  margin-bottom: 5px; }
#search-wrap .schedule-from-label, #search-wrap .schedule-to-label {
  font-weight: normal; }
#search-wrap .schedule-region {
  background-color: #BBD4F3;
  padding-top: 5px;
  padding-bottom: 5px; }
#search-wrap .sc_radio_unknown {
  margin: 10px 5px 10px 10px; }
#search-wrap .sc_radio_buttons {
  padding-right: 0px; }
#search-wrap .sc_unknown_buttons {
  padding: 0px; }

.ui-autocomplete {
  max-height: 285px;
  overflow-y: scroll; }

.banner-wrap {
  margin: 15px 0; }

.banner-list {
  list-style: none;
  margin: -15px -15px 0 0;
  padding: 0; }
  .banner-list:before, .banner-list:after {
    content: " ";
    display: table; }
  .banner-list:after {
    clear: both; }
  @media (max-width: 979px) {
    .banner-list {
      margin: -15px 0 0 0; } }
  .banner-list__item {
    float: left;
    display: block;
    width: 452px;
    margin: 15px 15px 0 0; }
    @media (max-width: 979px) {
      .banner-list__item {
        width: 100%; } }
  .banner-list__link {
    display: block;
    width: 100%; }
  .banner-list__image {
    width: calc(100vw - 30px);
    height: calc((100vw - 30px)*(60/468)); }
    @media (min-width: 980px) {
      .banner-list__image {
        width: 100%;
        height: 60px; } }

/*# sourceMappingURL=style.css.map */
