
@charset "utf-8";

/*Number MVP 2024.12*/

.single {
    padding: 0 30px!important;
}

.category-single .single-detail-column {
  border:4px double #857842;
  padding: 20px 20px 20px!important;
}

.sub-container-main {
  background: #fcf4d2!important;
  background: -moz-linear-gradient(left, #e5d89a 0, #fff 40%, #e5d89a 100%) fixed!important;
  background: -webkit-linear-gradient(left, #e5d89a 0, #fff 40%, #e5d89a 100%) fixed!important;
  background: linear-gradient(left, #e5d89a 0, #fff 40%, #e5d89a 100%) fixed!important;
}

.category-single .article-top-01 .profile-area {
    position: relative;
    margin-top: 12px!important;
}

.column-category {
  display:none;
}

.category-single .article-top-01 .detail-title h1 {
  font-size: 212%!important;
  font-weight: bold!important;
  text-align:center;
  padding:15px 0;
}

.category-single .article-top-01 .profile-area .writer {
  display:none;
}
.category-single .article-top-01 .profile-area .photographer {
    float: left;
    width: 230px;
    padding: 0 0 0 8px!important;
    border-left: none!important;
}
.category-single .article-top-01 .profile-area .by {
    display: inline;
}
.category-single .article-top-01 .profile-area .name {
    display: inline;
}

.numbermvp {

}
.numbermvp .boss-comment {
  padding: 10px 20px 20px;
}

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

.numbermvp .jal {
  text-align: center;
  margin-bottom: 30px;
}

.numbermvp .jal img {
  width:600px;
}

.numbermvp .history {
  background-color: #9e8e41;
  color: #fff;
  border: 3px double #fff;
  padding-bottom:30px;
}

.numbermvp .history h4 {
  border:none;
  padding:10px 0 5px;
  text-align:center;
  margin: 39px 0 10px;
  font-size: 162%;
}
.numbermvp .history .left-area {
  margin-left:60px;
  float:left;
  width:330px;
}
.numbermvp .history .right-area {
  float:left;
  width:350px;
}

p.magazine-lead {
  font-weight:bold;
  color:#7c6a35;
  font-size:18px;
  text-align:center;
  margin-top:39px;
  padding: 0 50px;
}

@media screen and (max-width:640px){

    .single {
        padding: 0!important;
    }

    .category-single .single-detail-column {
        clear: both!important;
    }

    .category-single .single-detail-column {
      margin-top:-36px;
      border:4px double #857842;
      padding: 0 10px 20px!important;
    }

    .category-single .detail-title {
      background: #dfd18d!important;
      background: -moz-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: -webkit-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
        position: relative;
        margin: -8px 0 0!important;
        padding: 10px 8px 8px!important;
        border-bottom: none!important;
    }

    .category-single .article-top-01 .detail-title h1 {
      font-size: 120%!important;
      font-weight: bold!important;
      text-align:center;
      padding:10px 0 0;
      color: #222;
    }
    .category-single .article-top-01 .profile-area {
      background: #dfd18d!important;
      background: -moz-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: -webkit-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      margin:-20px 0 10px 0;
      display:block;
    }

    .category-single .article-top-01 .profile-area .photographer {
        float: none;
        width: 100% !important;
        padding: 2px 10px 5px 0 !important;
        border-left: none !important;
      margin: -12px 0 0 0!important;
      box-sizing: none!important;
      background: #dfd18d!important;
      background: -moz-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: -webkit-linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      background: linear-gradient(left, #dfd18d 0, #fff 50%, #dfd18d 100%) fixed!important;
      text-align:right;
    }

    .category-single .article-top-01 .profile-area .photographer:after{
      height: 0;
      visibility: hidden;
      content: ".";
      display: block;
      clear: both;
    }

    .category-single .profile-area .photographer .photo_by {
      display:inline;
      font-size:10px!important;
    }
    .category-single .profile-area .photographer .name {
      display:inline;
      font-size:12px!important;
      color: #333;
    }

    .numbermvp {

    }
    .numbermvp .boss-comment {
      padding: 35px 10px 10px;
    }
    .container-banner-01 > div {
        display: none;
    }

    .numbermvp .jal {
      margin-bottom: 25px;
    }

    .numbermvp .jal img {
      width:80%;
    }

    .numbermvp .history {
      border: 3px double #fff;
      padding:0 5px 10px 20px;
    }

    .numbermvp .history h4 {
      padding:10px 0 5px;
      margin: 10px 0 10px;
      font-size: 115%;
    }
    .numbermvp .history .left-area {
      margin-left:0;
      float:none;
      width:100%;
      margin-bottom:0;
    }
    .numbermvp .history .right-area {
      float:none;
      width:100%;
      margin-top:0;
    }

    p.magazine-lead {
      font-size:16px;
      text-align:left;
      margin-top:20px;
      padding: 0 20px;
    }
    .article-magazine-number {
        padding: 15px;
        margin-bottom: 15px;
    }
    .article-magazine-number .text-area .outline {
      clear: both;
      padding-top: 15px;
      margin-bottom: 5px;
      font-size: 12px;
    }
    .article-magazine-number .text-area .price {
        margin-top: 10px;
        font-size: 12px;
        margin-bottom:5px;
    }
    .horizontal-bar.sp.flex.center {
        border-top: none;
    }
}