.bg-color__black{
  background-color: #000;
}
.font-color__white{
  color: #fff;
}
.author-lists{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 10px;
}
.author-list{
  width: 25%;
  margin: 0 0 30px;
}

.author-tokutenttl{
  position: relative;
  margin: 0 auto 20px;
  padding: 20px 0;
  text-align: center;
  background: #F0F0F0 0% 0% no-repeat padding-box;
}
.author-help-label{
  position: absolute;
  font-size: 1.2rem;
  bottom: 4px;
  right: 8px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}
.author.l-inner{
  background: #F0F0F0 0% 0% no-repeat padding-box;
}
.author-profile-img-dummy{
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  border-radius: 34px; 
}
.author-result-list .author-profile-img{
  display: block;
  width: 100px;
  height: 100px;
  margin: -20px 0 20px 0px;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.author-profile-img{
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  border-radius: 34px; 
}
.author-name{
  display: block;
  text-align: center;
}
.author-following-wrap{
  display: none;
}
.author-following-wrap.show{
  position: relative;
  display: flex;
  width: 120px;
  height: 30px;
  margin: 10px auto 0;
  padding: 2px 8px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 2px solid #0C6387;
  border-radius: 26px;
  color: #0c6387;
  font: normal normal 12px/24px YuGothic;
  cursor: pointer;
}
.author-follow-wrap{
  position: relative;
  display: flex;
  width: 120px;
  height: 30px;
  margin: 10px auto 0;
  padding: 4px 8px;
  background: #0c6387 0 0 no-repeat padding-box;
  border-radius: 26px;
  color: #fff;
  font: normal normal 12px/24px YuGothic;
  cursor: pointer;
}
.author-follow-wrap > img{
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
 }
.author-follow-wrap .article-header-author-help{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -10px;
    z-index: 5;
}
.author-follow-wrap.hide{
    display: none;
}

.search-author__box{
  width: 100%;
  text-align: center;
}
.search-author__inputbox{
  display: inline-block;
  width: 632px;
  height: 59px;
  margin: 0 auto;
  padding: 15px 0 15px 15px;
  text-align: left;
  border:2px solid #909090;
  border-radius: 5px 0 0 5px;
  color: #222222;
}

.search-author__input{
  width:100%;
  font-size: 18px;
}
.search-author__submit{
  width: 106px;
  height: 59px;
  background-color: #3B3B3B;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
}
#search-author-result__box{
  margin: 10px auto 0;
}
.result-label-box{
  display: none;
}
.result-label-box.show{
  display: block;
  margin: 35px 0;
}
.result-label{
  padding: 15px 0;
}
.search-author-result-lists{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.author-result-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 0 40px 0;
}
#search-author-result__box .author-result-list .author-list-icon img{
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  border-radius: 34px;
}
.author-profile-img-wrap.in-result-list{
  display: block;
  margin: 0 0 10px 20px;
  text-align: center;
}
.author-result-name{
  height: 100px;
  margin: 0 0 0 5%;
  font-size: 18px;
}
.author-result-id,
.author-result-id.show{
  position: absolute;
  margin: 0 10px 10px auto;
  top: 50px;
  right: 10px;
  cursor: pointer;
}
.author-result-text{
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
#search-author-result__box .author-result-text p{
  margin: 0 0 10px 0;
}
.author-detail-link{
  display: block;
  width: 100%;
  margin: 0 10px 0 0 ;
  text-align: right;
}
.author-detail{
  position: absolute;
  bottom: -20px;
  right: 10px;
}
.m-author__help {
    display: none
}

.m-author__help.is-active {
    display: block;
    width: 600px;
    height: 600px;
    color:#fff;
    background-color: #000;
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.m-author__help .m-author-follow__ttl {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    font-size: 2rem;
    padding: 15px 0;
    text-align: center
}

.m-author__help .m-author-follow__txt {
    margin: 20px 0;
    padding: 0 50px;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
}

.m-author__help .signup-member-button {
    margin: 0 50px;
    text-align: center;
    font-size: 1.6rem;
}

.m-author__help .signup-member-button .c-btn-mypage {
    display: block;
    width: 250px;
    height: 60px;
    line-height: 40px;
    margin: 0 auto;
    background: transparent -webkit-gradient(linear,left top,right top,from(#1e5799),to(#008b5b)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg,#1e5799,#008b5b) 0 0 no-repeat padding-box;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.m-author__help .m-notice__close {
    bottom: 0;
    cursor: pointer;
    height: 59px;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 59px;
    z-index: 2
}

.m-author__help .m-notice__close:after,.m-author__help .m-notice__close:before {
    background-color: hsla(0,0%,100%,.5);
    content: "";
    display: block;
    height: 1px;
    width: 50%
}

.m-author__help .m-notice__close:before {
    -webkit-transform: rotate(45deg) translate(32px,9px);
    transform: rotate(45deg) translate(32px,9px)
}

.m-author__help .m-notice__close:after {
    -webkit-transform: rotate(-45deg) translate(-9px,31px);
    transform: rotate(-45deg) translate(-9px,31px)
}

.premium-button.header-basic__button {
  margin: 0 0 0 auto;
}

.leave-button-wrap {
  margin-bottom: 32px;
  margin-right: 24px;
  text-align: right;
}
.leave-button {
  min-width: 200px;
  padding: 8px 22px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #919191;
  border-radius: 4px;
}