/* CONTENTS
---------------------------------------------------------------------------*/
.author-list{display: inline-flex; flex-wrap: wrap;justify-content:left;margin: 0 -8px;margin-bottom: 15px;}
.author-list article{width: calc(33.333333% - 16px); margin:8px; border:1px #ccc solid; background: #fff;position: relative;}
.author-list article  a{ color: #333; text-decoration: none;}
.author-list article .tmb{}
.author-list article .tmb img{ width: 100%;}
.author-list article .data{ padding:10px;}
.author-list article .data .name{font-weight: 600; font-size:1.6rem; text-align: center;}


/* SINGLE
---------------------------------------------------------------------------*/
.single-author-profile {}
.single-author-profile-inner{display: flex; padding:15px;}
.single-author-profile-tmb{flex-shrink: 0; width: 100px; margin-right:20px;}
.single-author-profile-data{}
.single-author-profile-name {font-weight: bold;line-height: 1;margin-bottom:5px;}
.single-author-profile-name a{ color: #333;}
.single-author-profile p{color: #666; font-size:1.4rem; margin-bottom:0.5em;}
.single-author-profile-sns{}
.single-author-profile-sns ul{}
.single-author-profile-sns ul li{display: inline-block; margin-right:15px;margin-bottom:5px;}
.single-author-profile-sns ul li a{ color: #333; font-size:1.3rem; font-weight: 600; text-decoration: none;}
.single-author-profile-sns ul li i{margin-right:5px;}