@charset "utf-8";
/* CSS Document */
/*  login---------------------------------------- */
#wrap-login{
	width: 100%;
	height: 100vh;
	background: #FFE000;
}
#login-content {
	width: 100%;
	max-width:400px;
	position:absolute;
	/*top:50%;*/
	top:50px;
	left:50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	box-sizing: border-box;
}
#login-content .logo{
	width: 110px;
	margin: 0 auto 40px;
}
#login-content .bg{
	background: #fff;
	padding:30px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)
}
#login-content p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
#login-content dt{
	margin: 0 0 4px;
}
#login-content dd{
	margin: 0 0 16px;
}
#login-content dd:last-child{
	margin: 0 0 20px;
}
#login-content dd a{
	font-size: 12px;
	padding: 8px 0 0;
}
#login-content input,
.reset_pw .content input {
    padding: 6px 10px;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #fff;
    border: 1px #333 solid;
    border-radius: 3px;
    width: 100%;
    height: 40px;
}
#login-content .login-btn,
#login-content .signup-btn{
	width: 200px;
	margin: auto;
}
#login-content .login-btn input,
#login-content .signup-btn input,
.reset-btn input,
.double-btn input {

    background: #333 !important;
    color: #fff;
}

.double-btn input.btn-white {
    background: #fff !important;
    color: #000;
}
#login-content .login-btn input:hover,
#login-content .signup-btn input:hover,
.reset-btn input:hover,
.double-btn input:hover{
    background: #fff !important;
    color: #333;
}
.double-btn input.btn-white:hover {
	background: #333 !important;
	color: #fff !important;
}

#login-content .login-btn a,
#login-content .signup-btn{
 	text-align: center;
 	font-size: 14px;
}
#login-content .login-btn a,
#login-content .signup-btn a
{
	padding: 10px 0 0 ;
}
/*  signup---------------------------------------- */
#login-content .terms{
	text-align: center;
}
#login-content .terms span{
	font-size: 12px;
	margin: 0 0 10px;
}
#login-content .terms a{
	display: inherit;
	color: #0000FF;
}
#login-content dd a:hover,
#login-content .login-btn a:hover ,
#login-content .terms a:hover{
	display: inherit;
	color: #0000FF;
	opacity: 1;
	text-decoration: underline;
}
#login-content .terms input.check-terms{
	width: inherit;
    height: inherit;
}
#login-content .signup-btn{
	margin: 10px auto 0;
}
#login-content .terms input.check-terms{
	display: none;
}
#login-content .terms  .checkbox-parts {
    padding: 0 0 0 24px;
    position: relative;
}
#login-content .terms .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
.check-terms:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 4px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
}
/* reset_pw---------------------------------------- */
.reset_pw .content{
	width: 100%;
	max-width:400px;
	margin: 50px auto;
	background: #FDFDFD;
	padding:30px;
	border-radius: 4px;
    border: 1px #ddd solid;
}
.reset_pw .content p{
	text-align: center;
	margin: 0 0 20px;
}
.reset_pw .content input,
.double-btn input {
    background: #fff;
		border-color: #ddd;
		margin-bottom:10px;
}
.double-btn ul{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
}
.double-btn li{
	width: 140px;
}
.reset-btn {
	margin-top:10px;
}



/*  カテゴリ見出し　---------------------------------------- */
.underlayer-top{
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 10px 0;
}
.underlayer-top h2{
	background: #2E7CE7;
	width: 100%;
	height: 300px;
	text-align: center;
	font-weight:bold;
	font-size: 30px;
	padding: 110px 0;
	color: #fff;
}
/*  list---------------------------------------- */
.main.list .inner{
    padding: 0 20px 0 0;
}
select.Category {
	font-size: 14px;
	background: #fff;
	margin: 0 0 40px;
	border: 1px solid #333;
}
.main.list h2 {
    margin: 0 0 16px !important;
}
.main.list .BookList ul{
    flex-wrap: wrap;
}
.main.list .BookList li{
	margin: 0 8px 0px;
}
/*  profile---------------------------------------- */
.main.profile .inner{
    padding: 0 50px 0 0;
}
.main.profile .TopImg{
	margin: 0 0 0;
	min-height:350px;
	width:calc(100% + 100px);
	margin-left:-50px;
	background-size: cover;
	background-position: center;
}

.main.profile .box{
	position: relative;
    margin: 40px 0 24px;
		background-color: #fff;

}
.main.profile .box .flex{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /*flex-wrap: wrap; */
    padding: 0 0 0 110px;
    margin: 0 0 10px;
}
.main.profile .box .profile-icon{
	position: absolute;
    top: -16px;
    left: 0;
    cursor: pointer;
}
.main.profile .box .name{
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
}
.main.profile .box img{
    width: 90px;
    height: 90px;
    border-radius: 104px;
}
/*
.main.profile .box .profile-icon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    pointer-events: none;
    content: "";
    border: 4px solid #fff;
    border-radius: 50%;
    width: 104px;
}
*/

.main.profile .followBtn {
	width:150px;
	margin-left:10px;

}
.main.profile .followBtn .Report{
	border-color: #fff;
    height: 34px;
    width: 40px;
    padding: 0;
    font-size: 18px;
	outline: none;
}
.main.profile .followBtn .follo{
	border-color: #fff;
	font-size: 15px;
	border: solid 1px #333;
	border-radius: 4px;
	padding: 6px 22px;
	vertical-align: middle;
	outline: none;
}
.main.profile .followBtn .follo span {
	padding-left:1em;
}
.main.profile .content .followBtn .follow{
	display: none;
	border-color: #fff;
	font-size: 12px;
	border: solid 1px #333;
	background: #333;
	border-radius: 4px;
	padding: 8px 16px;
	vertical-align: middle;
	color: #fff;
}
.main.profile .box .text{
	font-size: 14px;
    padding: 0 0 0 110px;
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 1.5;
}
.main.profile .followLinkBox .flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	-webkit-box-pack: inherit;
    justify-content: inherit;
}
.main.profile .followLink span.followCount{
	padding: 0 2px 0 0;
	font-weight: bold;
}
.main.profile .followLink span.followLabel{
	padding: 0 16px 0 0;
	font-size:90%;
}
.main.profile .item-box{
	padding: 0 20px 0 0;
}
.main.profile .item-box .BookList{
	padding: 0 0 100px 0 !important;
}
.main.profile .item-box .tab-contents {
	display: none;
}
.main.profile .item-box .tab-contents.current {
	display: block;
}
.main.profile .item-box .tab-wrap ul.nav{
	display: flex;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 15px 0 0;
	margin: 0 0 20px;
}
.main.profile .item-box .tab-wrap .nav li{
	padding: 0 40px 0 0;
}
.main.profile .item-box .tab-wrap .nav li a{
	min-width:5em;
	text-align: center;
}
.main.profile .item-box .tab-wrap .nav li.current a{
    border-bottom: 2px solid rgba(0, 0, 0);
    padding-bottom: 10px;


}
.main.profile .item-box .tab-wrap .nav li a:hover {
    border-bottom: 2px solid rgba(0, 0, 0);
    padding-bottom: 10px;
}
.main.profile .item-box .BookList ul {
    flex-wrap: wrap;
}
.main.profile .item-box .BookList li{
	margin: 0 8px 40px
}
/*  Follow---------------------------------------- */
.main.profile .follow-box{
	border-top: 1px solid #d8d8d8;
	margin: 0 50px 0 0;
}
.main.profile .follow-box ul{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.main.profile .follow-box li{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border:1px solid #d8d8d8;
    width: 49%;
    padding: 10px;
    margin: 0 0 20px;
}
.main.profile .follow-box li p{
	margin: 0 0 0 20px;
	width: 68%;
}
.main.profile .follow-box #open1,
.main.profile .follow-box #open2{
	text-align: center;
    width: 80px;
    font-size: 13px;
    padding: 6px 0;
    color: #333;
    border-radius: 4px;
    border: solid 1px #333;
    margin: 0 0 0 20px;
    outline: none;
}
.main.profile .follow-box #open2{
    background: #333;
    color: #fff;
}
.main.profile .follow-box .profile-icon {
    position: relative;
    cursor: pointer;
    width: 60px;
}
.main.profile .follow-box .profile-icon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    pointer-events: none;
    content: "";
    border: 1px solid #fff;
    width: 60px;
}
.main.profile .follow-box .profile-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

/**/
.main.profile.Change .box .flex,
.main.profile.Change .box .text {
    padding: 0;
    margin: 0 0 20px;
}
.main.profile.Change .TopImg{
	width: 100%;
	max-width: 1180px;
	padding-top: 52.33%;
	background: #d8d8d8;
	position: relative;
	cursor: pointer;
}
.main.profile.Change .TopImg p{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.main.profile.Change .name{
	width: 100%;
	padding: 0 0 0 20px;
}
.main.profile.Change .name input{
	width: 100%;
	height: 40px;
	padding: 0 8px;
	font-size: 14px;
}
.main.profile.Change .text textarea{
	width: 100%;
	height: 200px;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #d8d8d8;
}
.main.profile.Change .profile-icon {
	width: 100%;
	max-width: 104px;
	padding-top: 104px;
	position: relative;
	cursor: pointer;
	top: 0px;
}
.main.profile.Change .box .profile-icon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    pointer-events: none;
    content: "";
    border: 4px solid #fff;
    border-radius: 50%;
    width: 104px;
   	background: #d8d8d8;
}
.main.profile.Change .profile-icon p{
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
/*  details---------------------------------------- */
.main.details .flex{
	display: flex;
    flex-wrap: wrap;
}
.main.details .Bookimg{
	width: 150px;

}


.main.details .Bookimg .ban{
	width: 100%;
	margin: 16px auto;
}

.main.details .Bookitem{
	flex: 1;
	padding: 0 50px 50px;
}
.main.details .Bookitem .name a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding: 0 0 0 16px;
}
.main.details .Bookitem .tab-contents {
	display: none;
}
.main.details .Bookitem .tab-contents.current {
	display: block;
}
.main.details .Bookitem .tab-wrap ul.nav{
	display: flex;
	border-bottom: 1px solid #D8D8D8;
	padding: 25px 0;
	margin: 0 0 20px;
}
.main.details .Bookitem .tab-wrap .nav li{
    margin: 0 20px 0 0;
    min-width: 70px;
    padding: 4px 0;
    text-align: center;
    border: solid 1px #fff;
		cursor: pointer;
}
.main.details .Bookitem .tab-wrap .nav li.current{
    margin: 0 20px 0 0;
    background: #333;
    border: solid 1px #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px 0;
}
.main.details .Bookitem .title_name .title{
    margin: 0 0 10px;
		font-size:25px;
}

.Book_info .icon {
	text-align: center;
}

.main.details .Bookitem .Box01,
.main.details .Bookitem .Box02,
.main.details .Bookitem .Box03{
	margin: 0 0 0;
}
.main.details .Bookitem .Box01 h2,
.main.details .Bookitem .Box02 h2,
.main.details .Bookitem .Box03 h2{
    border-left: inherit;
    padding: 2px 4px 2px 0;
    margin: 25px 0 5px;
		font-size:14px;
}

.main.details .Bookitem h3
{
    border-left: inherit;
    padding: 2px 4px 2px 0;
    margin: 20px 0 0px;
		font-size:15px;
		font-weight: bold;
		display: inline-block;
}
.main.details .Bookitem .detail{
	margin: 0 0 10px;
}
.main.details .Bookitem .mokuji ol{
	list-style-type: decimal;
	padding:0 0 0 1.5em;
}
.main.details .Bookitem .mokuji li{
	margin: 0 0 0.5em;
}
.main.details .Bookitem .Box03 ul{
    flex-wrap: wrap;
}
.main.details .Bookitem .Box03 ul li{
	margin: 0 14px 40px;
}
.main.details .Bookitem .Box03 p.other{
	font-size: 18px;
}
.main.details .Box02 .Review {
	margin: 0 0 30px;
}
.main.details .Box02 .Review .flex{
	display: flex;
}
.main.details .Box02 .Review .star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 20px;
  margin: 0 0 20px;
}
.main.details .Box02 .Review .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffde03;
}
.main.details .Box02 .Review .star-rating-back {
  color: #eee;
}
.main.details .Box02 .Review .number {
    line-height: 30px;
    padding: 0 0 0 20px;
}
.main.details .Box02 .Review .box-rating{
	margin: 0 0 40px;
}
.main.details .Box02 .Review .Box {
    position: relative;
    width: 200px;
    height: 25px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 10px 8px 0;
}
.main.details .Box02 .Review .box-rating-front {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #ffde03;
	height: 23px;
}
.main.details .Box02 .Review .rating-number{
	padding: 0 20px 0 0;
}
.main.details .Box02 .write{
	color: #333;
	padding: 6px 0;
	border-radius: 4px;
    font-size: 14px;
	border-color: #333;
	width: 180px;
    outline: none;
}

.main.details .Box02 .write.changer-on{
	background-color: #333;
	color:#fff;
}

.main.details .Box02 .comment-area{
	position: relative;
}
.main.details .Box02 .comment-user{
	margin: 0 0 40px;
}
.main.details .Box02 .comment-box .profile-icon{
		position: absolute;
    top: 0;
    left: 0;
		width: 40px;
    height: 40px;
}
.main.details .Box02 .comment-box .title_name .name{
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}

/*
.main.details .Box02 .comment-box .profile-icon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    pointer-events: none;
    content: "";
    border: 4px solid #fff;
    border-radius: 50%;
    width: 60px;
}
*/
.main.details .Box02 .comment-box .flex{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
     /*
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; */

}
.main.details .Box02 .comment-box .flex.profile{
    padding: 0 0 0 55px;
    margin: 0 0 10px;
    height: 40px;
}
.main.details .Box02 .comment-box .flex.profile .name{
	font-weight: bold;
	line-height: 1.2;
}
.main.details .Box02 .comment-box .flex.profile .name time{
		font-size:13px;
		font-weight: normal;
		color:#999;
}

.main.details .Box02 .comment-box .star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 20px;
  margin: 0 0 20px;
}
.main.details .Box02 .comment-box .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FFE000;
}
.main.details .Box02 .comment-box .star-rating-back {
  color: #eee;
}
.main.details .Box02 .comment-box .time{
	margin: 0 0 10px;
	font-size:14px;
}
.main.details .Box02 .comment-box .text{
	margin: 0 0 20px;
}
.main.details .Box02 .comment-post-box .text.none{
	display: none;
}

.main.details .Box02 .comment-btn a,
.main.details .Box02 .correction-btn a{
	font-size: 14px;
}
/*.main.details .Box02 .comment-btn a:after,*/
.main.details .Box02 .correction-btn a:after {
    content: "|";
    padding: 0 0 0 15px;
}
.report-open{
	overflow: hidden;
}

.report-open .main.details .comment-report{
    display: block;
}
.main.details .comment-report{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.report-open .main.details .comment-report .bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
}
.main.details .comment-report .content-wrapper{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.main.details .comment-report .content-wrapper:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.main.details .comment-report .content-wrapper h2{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    border-left: none;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}
.main.details .comment-report .box{
	width: 100%;
	max-width: 400px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin: 56px auto;
    text-align: left;
    vertical-align: middle;
}
.main.details .comment-report .box .contact-report{
	padding: 8px 16px;
}

.main.details .comment-report .box .contact-report textarea{
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #D8D8D8;
}
.main.details .comment-report .box ul.btn{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
}
.main.details .comment-report .box ul.btn li{
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    margin: 0 0 0 20px;
}
.main.details .comment-report .box ul.btn li button{
	cursor: pointer;
    border: none;
    width: 100px;
    height: 30px;
}
.Send-report{
    border: 1px solid #333;
	background: #333;
	color: #fff;
}
.main.details .comment-report .radio-input{
  display: none;
}
.main.details .comment-report .radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.main.details .comment-report .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
}
.main.details .comment-report .radio-input:checked + label{
  color: #333;
}
.main.details .comment-report .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #333;
  border-radius: 50%;
}
.main.details .comment-report .radio {
    margin: 30px 0 20px;
}
.main.details .comment-report .radio label{
	line-height: 40px;
}
.main.details .Box02 .comment-area .violation,
.main.details .Box02 .comment-area .delete{
	font-size: 14px;
    padding: 0 0 0 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
.main.details .Box02 .violation:hover{
	opacity: 0.5;
}
.main.details .Box02 .comment-post{
	margin: 0 0;
	display: none;
	border-left: 3px #000 solid;
  padding-left: 20px;
}
.main.details .Box02 .correction-post{
	margin: 0;
	display: none;
}
.main.details .Box02 .comment-post .name{
	font-size: 12px;
	font-weight: none;
	margin: 0 0 10px;
}

.main.details .Box02 .comment-post .name dl{
	display: table;
	width:100%;

}
.main.details .Box02 .comment-post .name dl dt{
	display: table-cell;
	text-align:left;


}
.main.details .Box02 .comment-post .name dl dd{
	display: table-cell;
	text-align:right;


}

.main.details .Box02 .comment-post textarea{
	width: 100%;
	height: 100px;
	margin: 0 0 10px;
	font-size: 16px;
	padding: 8px;
}
.main.details .Box02 .comment-post .post-btn{
	text-align: right;
}
.main.details .Box02 .comment-post .post{
	background: #333;
	color: #fff;
	padding: 6px 0;
	border-radius: 4px;
  font-size: 14px;
	border-color: #333;
	width: 140px;
	outline: none;
}
.main.details .Box02 .comment-post.active{
	display: inherit;;
	padding: 0 0 0 30px;
}
.main.details .Box02 .correction-post.active{
	display: inherit;;
	padding: 0;
}

.main.details .Box02 .comment-post.active .btn.post-btn{
	height: 50px;
}
.main.details .Box02 .comment-post-box .line-loop{
	border-top: 1px solid #d8d8d8;
	padding: 10px 0;
	position: relative;
}
.main.details .Box02 .comment-post-box .post-name{
	font-size: 14px;
	margin: 0 0 5px;
}
.main.details .Box02 .comment-post-box .time{
	font-size: 14px;
}
.main.details .Box02 .comment-post-box .flex{
	position: absolute;
	top: 10px;
	right: 0;
}
/*  release---------------------------------------- */
.main.release .flex{
	display: flex;
    flex-wrap: wrap;
}
.main.release .Bookimg{
	width: 150px;
}
.main.release .Bookitem{
	flex: 1;
	padding: 0 50px;
}
.main.release .Bookitem .name a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding: 0 0 0 16px;
}
.main.release .Bookitem .title_name{
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 10px;
}
.main.release .Bookitem .title_name .title{
    margin: 0 0 10px;
}
.main.release .Bookitem .content-box{
	margin: 30px 0 60px;
}
.main.release .Bookitem .content-box h2{
    padding: 0;
    border-left: none;
    margin: 0 0 15px;
}
.main.release .Bookitem .content-box p{
	line-height: 30px;
    margin: 0 0 20px;
}
.main.release .Bookitem .content-box .img{
    margin: 0 0 20px;
}
.page-nav{
}
.page-nav ul{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 100px;
}
.page-nav li{
    background: #333;
    color: #fff;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 14px;
    border-color: #333;
    width: 80px;
    text-align: center;
    margin: 0 10px;
}
.prev,
.next{
	position: relative;
}
.prev:before{
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: 900;
	padding: 0 16px 0 0;
}
.next:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding: 0 0 0 16px;
}
/*  writer---------------------------------------- */
.content.writer .BookList ul{
    flex-wrap: wrap;
}
.content.writer .BookList ul li{
    margin: 0 8px 20px;
}
.content.writer .BookList ul img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    border: 1px solid #d8d8d8;
}
.content.writer .BookList ul .name {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}


/*  VIEWER---------------------------------------- */

.viewer_navi {
	margin-top:20px;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;

}

.viewer_navi ul {
	display:table;
	width:100%;
	font-size:14px;

}

.viewer_navi ul li {
	display:table-cell;
	width:33.3%;
	text-align: center;

}
.viewer_navi ul li a {
	padding:15px 0 ;

}


.viewer_navi ul li.navi_prev {
}


.viewer_navi ul li.navi_prev a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: 900;
	padding-right:0.5em;
}
.viewer_navi ul li.navi_next {


}
.viewer_navi ul li.navi_next a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding-left:0.5em;

}

.viewer_navi ul li.navi_now {
	border-left:#D8D8D8 1px solid;
	border-right:#D8D8D8 1px solid;


}

.content .viewer_content {


}
.main .content .viewer_content h2 {
	display: block;
	font-size:18px;
	border-left:none;
	border-bottom:#D8D8D8 1px solid ;
	padding:10px 0;
	margin:10px 0 10px;
}

.content .viewer_content figure {
	margin:1em 0;
}






@media screen and (max-width:899px){
/*  カテゴリ見出し　---------------------------------------- */
	.underlayer-top{
		padding: 10px;
	}
/*  list---------------------------------------- */
	.main.list .inner{
	    padding: 0;
	}
/*  details---------------------------------------- */
	.main.details .Bookitem{
		flex: 1;
		padding: 0;
		padding-bottom:50px;
	}
	.main.details .Bookimg{
		display: table;
		width: 100%;
		margin: 0 0 20px;
	}
	.main.details .Bookimg .Bookimg_img {
		display: table-cell;
		width:30%;
		vertical-align: middle;
		min-width: 100px;
	}

	.main.details .Book_info {
		display: table-cell;
		width:70%;
		vertical-align: middle;
		padding:0 5%;

}

/*  details---------------------------------------- */
	.main.release .Bookitem{
		flex: 1;
		padding: 0;
	}
	.main.release .Bookimg{
		width: 100%;
		margin: 0 0 20px;
	}
	.main.release .Bookimg img {
	    width: 150px;
	    margin: auto;
	}

/*  details---------------------------------------- */
	.main.profile .inner,
	.main.profile .item-box{
		padding: 0;
	}

	.main.profile .box img {
		width:70px;
		height:70px;
	}
	.main.profile .box .text{
		/*padding: 130px 0 0 0;*/
		padding:20px 0 0 0;
	}
	.main.profile .box .name{
		/*position: absolute;
	    top: 100px;*/
	}
	.main.profile .box .flex{
		/*padding: 0 ;*/
		padding:0 0 0 90px;
	}
	.main.profile .box .followLinkBox .flex {
	    /*position: absolute;
	    right: 0;*/
			padding:0 0 0 0;
	}

	.main.profile .follow-box{
		margin: 0;
	}
	.main.profile .follow-box li{
		width: 100%;
	}
	.main.profile .follow-box li:last-child{
		margin: 0;
	}




/*  details---------------------------------------- */
		.main.profile.Change .TopImg {
	    margin: 0 0 20px;
	}
	.main.profile.Change .box .flex{
		flex-wrap: wrap;
	}
	.main.profile.Change .profile-icon{
		margin: 0 0 20px;
	}
	.main.profile.Change .box .name {
	    position: inherit;
		top: 0;
		padding: 0;
	}
	.main.details .Bookitem .tab-wrap ul.nav {
			display: table;
			width:100%;

	}
	.main.details .Bookitem .tab-wrap .nav li {
			display: table-cell;
	    margin: 0 0 0 0;

	}
	.main.details .Bookitem .tab-wrap .nav li.current{
		display: table-cell;
		margin: 0 0 0 0;
	}

	.main.details .Bookimg{


	}
	.main .BookList.noslide ul{
		/*justify-content: space-around !important; */
	}
	.main .BookList.noslide ul li{

		flex: 0 0 calc(33.3% - 10px);
		margin: 0 5px 40px !important;
	}


	.main.profile .TopImg{
		min-height:auto;
		height:0;
		padding-top:40%;
		width:calc(100% + 20px);
		margin-left:-10px;
		margin-top:-10px;

	}

	select.Category {
		font-size: 16px;

	}




}
