@charset "utf-8";
/* CSS Document */

ul{
	list-style: none;
}

.dt-mobile-menu-icon{
	display: none;  
}

#authortop_wap{
	width: 100%;
	max-width: 1270px;
	height: auto;
	margin: 0 auto 270px;
	background-color:#F2F2F2;
	display: block;
}

main#authortop_main_wap{
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	display: block;	
}

main#authortop_main_wap h2{
	text-align: center;
	display: block;
	margin:20px auto;
	font-size:28px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif!important;
	font-weight: 800;
}

div.author_lists{
	width: 100%;
	margin: 0 auto;
	height: auto;
}

div.author_lists ul.author_lists_ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
	align-content:flex-start;
	list-style: none;
	margin: 0 auto!important;
}
 li.author_list{
	width: 343.333px;
	min-height: 282px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #333;
	margin-bottom: 20px;
	position: relative;
}

 li.author_list div.author_img{
	width: 343.333px;
	width: 100%;
	display: block;
	height: 211px;
	 overflow: hidden;
	background-color: #666;
}
li.author_list div.author_img img{
	max-width: 343.333px;
	width: 100%;
	height: auto;
}

 li.author_list ul.innar_lists {
width: 95%;
display: block;
list-style: none;
padding: 0px 5px 20px;
border-top: 1px solid #000;
margin: 0 auto!important;
-webkit-transition: all .6s ease;
transition: all .6s ease
}

li.author_list ul.innar_lists li{
width: 100%;
height: auto;
text-align: left;
border-bottom: 1px solid #eee;
padding: 8px 0;
}
li.author_list ul.innar_lists li:first-child{
	padding: 4px 0 4px;
}
li.author_list ul.innar_lists li:last-child{
	border: none;
}

li.author_list ul.innar_lists li a{
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  padding: 3px 0;
  font-weight: 500;
  display: inline-block;
}
li.author_list ul.innar_lists li a:hover{
	color: #E60008;
}

  li.author_list label {
    height: 25px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(150,150,150, 0.0) 0%, rgba(150,150,150, 0.35) 40% ,rgba(150,150,150, 0.7) 95%);
    background: -moz-linear-gradient(top, rgba(150,150,150, 0.0) 0%, rgba(150,150,150, 0.35) 40% ,rgba(150,150,150, 0.7) 95%);
    background: -o-linear-gradient(top, rgba(150,150,150, 0.0) 0%, rgba(150,150,150, 0.35) 40% ,rgba(150,150,150, 0.7) 95%);
    background: -ms-linear-gradient(top, rgba(150,150,150, 0.0) 0%, rgba(150,150,150, 0.35) 40% ,rgba(150,150,150, 0.7) 95%);
    background: linear-gradient(to bottom, rgba(150,150,150, 0.0) 0%, rgba(150,150,150, 0.35) 40% ,rgba(150,150,150, 0.7) 95%);
}
li.author_list input:checked ~ label {
}
li.author_list label:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    bottom: -4px;
    color: #f0159b;
    text-align: center;
    font-size: 30px;
}
li.author_list input {
    display: none;
}
div.accordion-container {
	overflow: hidden;
	height: 70px; /*  開く前に見えている部分の高さ */
	background-color: #fff;	
}
li.author_list input:checked + div.accordion-container label {
  position: absolute;
	bottom: 0px;
	z-index: 100;
}
li.author_list input:checked + div.accordion-container label:after {
	  content: "\f0d8"; /* ラベルの文字 */
	  font-family: FontAwesome;
}
/*li.author_list input:checked  ~ div.accordion-container {
    height: auto;
    position: absolute;
    left: -1px;
    z-index: 100;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    width: calc(100% + 2px);
    box-sizing: border-box;
    margin: 0 auto;
}
*/

.accordion-open{
    height: auto!important;
    position: absolute;
    left: -1px;
    z-index: 100;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    width: calc(100% + 2px);
    box-sizing: border-box;
    margin: 0 auto;
	  -webkit-transition: all .6s ease;
     transition: all .6s ease
}

.gradation{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100&0.18+0,0.5+37,1+100 */
background: -moz-linear-gradient(top, rgba(247,247,247,0.18) 0%, rgba(250,250,250,0.5) 37%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,247,247,0.18) 0%,rgba(250,250,250,0.5) 37%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,247,247,0.18) 0%,rgba(250,250,250,0.5) 37%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ef7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*メイン記事*/
@media screen and (max-width: 1188px){
	div.author_lists ul.author_lists_ul{
	justify-content:space-around;
	}
}
@media screen and (max-width: 763px){
	
	div.accordion-container {
	overflow: hidden;
	height: auto;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	width: calc(100% + 2px);
	box-sizing: border-box;
	margin: 0 auto;
	left: -1px;
  z-index: 100;
}
	li.author_list label{
		display: none;
	}
	li.author_list input:checked + div.accordion-container label:after {
	  content: noen; /* ラベルの文字 */
	  font-family: none;
}
li.author_list input:checked  ~ div.accordion-container {
    height: inherit;
    position: absolute;
    left: -1px;
    z-index: 100;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    width: calc(100% + 2px);
    box-sizing: border-box;
    margin: 0 auto;
}


}
@media screen and (max-width: 712px){
}
@media screen and (max-width: 320px){	
	li.author_list{
		min-height: 268px;
	}
	li.author_list div.author_img {
    height: 196px;
	}
}


