/*TOPの著者カードのレイアウト*/
.img-author{
    margin: -10px 0 5px 10px;
  }

.author-title{
    font-size:16px;
    margin: 5px 0 15px 0;
    text-align: left;
    color:#44617b;
  }

.site-background{
    padding-bottom: 1.2em;
    margin: 5px 0 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #777;
    text-align: left;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
  }

 .site-background h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
 }
 .site-background p{
    font-size: 12px;
 }

.author-background{
    padding: 1em 0 1em;
    margin: 5px 0 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #777;
    text-align: left;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
  }

.author-discription{
    font-size:12px;
    margin: 5px 0 5px 0;
    text-align: left;
    border-bottom: dashed 2px rgb(221, 217, 208);
  }

.top-background{
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0px 0;
    background-color: rgba(240, 240, 240,0.6);
    background-size: cover;
    color: #777;
    text-align: left;
  }

  .author-andmore{
    padding: 5px 10px 5px 10px;
    margin: 0px 0 20px 0;
    font-size:12px;
    width: 60％;
    background-color: #44617b;
    color: #fff;
    float: right;
  }

/*authorの著者カードのレイアウト*/
.author-card{
    padding: 0px 0 10px 0;
    margin: 5px 10px 20px 10px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #777;
    text-align: left;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
  }
.author-name{
    font-size:16px;
    margin: 15px 0 15px 0px;
    text-align: left;
    color:#44617b;
    border-bottom: solid 3px #44617b;
  }
.author-name a{
    font-size:16px;
    color:#44617b;
  }
.author-img{
    margin: -24px -20px 0px -6px;
    width: 100%;
    height: 140px;
    object-fit: cover; 
    float: center;
    background: url(../images/author_background.png);
    background-size: contain;
  }
.author-books p{
    font-size:11px;
    margin: 5px 0 5px 0px;
    text-align: left;
    border-bottom: dashed 2px rgb(221, 217, 208);
  }