@charset "utf-8";
a:hover {
	opacity:0.7;
}
p a {
	text-decoration:underline;
}
section {
    margin-top:20px;
}
.wrapper:before {
    display:block;
    content: "";
    width:1100px;
    height:7px;
    border:none;
    background-image:url(../img/common/border.png);
    margin: 0;
}


/* 書誌情報ページ */
.content {
    width:1000px;
    margin:30px auto;
    overflow:hidden;
}
.cover {
    float:left;
}
.cover img{
    width:300px;
}
.text {
    float:left;
    margin-left:50px;
    width:650px;
    font-size:1.4rem;
}
span.series {
    display:inline-block;
    padding:3px 10px;
    background-color:#5bc7e6;
    color:#ffffff;
    font-size:1.4rem;
    letter-spacing: 1px;
    margin-bottom:15px;
}
span.digital {
    background-color: #c4abff;
}
h3 {
    overflow: hidden;
    clear: both;
    margin-bottom:20px;
    /*border-left: double 20px #ffc600;*/
    background-color: #ff7bac;
    color:#fff;
}
.detail cite {
    font-weight:bold;
    font-size: 2.4rem;
    float:left; 
    padding: 5px 10px;
    line-height: 30px;
}
.writer {
    float:right;
    line-height:40px;
    margin-right:10px;
}
.catch {
    clear:both;
    margin: 20px 0 10px;
    font-size: 1.8rem;
    color: #ff7bac;
}
.story {
    margin: 15px 0;
    line-height: 1.5;
}
.detail hr {
    background-image: none;
    height:1px;
    border-bottom:solid 1px #e2e2e2;
    margin:20px 0;
}
.detail dl {
    overflow: hidden;
}
.detail dt {
    float:left;
    width:50px;
}
.detail dd {
    float:left;
    width:570px;
}
.detail dd:before {
    content: "：";
}
a.botton {
    display:block;
    width:200px;
    text-align: center;
    padding:8px;
    border:solid 2px #2aa9ce;
    margin:20px 20px;
    margin-left:0;
    color:#2aa9ce;
    position:relative;
    font-size:14px;
    transition: opacity 0.7s;
}
a.botton:after {
    content:"＞";
    position:absolute;
    right:10px;
    top:10px;
    font-size:0.9rem;
    font-weight: bold;
}
a.botton:hover {
    text-decoration: none;
    opacity:0.6;
}
div.button {
    display: flex;
    justify-content: flex-start;
}
div.button a.botton {
    width:200px;
}
.sample ul {
    margin-left:30px;
    margin-bottom:40px;
}
.sample ul li {
    display:inline-block;
    margin-right:3px;
}
.sample ul li img {
    width:120px;
    border:solid 1px #9f9f9f;
}
.novelty {
    margin-bottom:30px;
}
.novelty ul{
    font-size:1.4rem;
    margin-left:30px;
    margin-bottom:10px;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.novelty ul li {
    overflow: hidden;
    float: left;
    width: 500px;
    border: 1px solid #ff7bac;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.novelty ul li:nth-child(2n) {
    margin-right:0;
}
.novelty ul li img {
    float:left;
    border:solid 1px #333;
    width:100px;
    margin-right:15px;
}
.novelty ul li.widthmax {
	width:100%;
	overflow:hidden;
}
.novelty ul li.widthmax img {
	width: 480px;
	border:none;
}
.novelty h3 {
    clear: none;
    width: auto;
    padding: 3px 0;
    float: left;
    background-color: transparent;
    color: #ff7bac;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.novelty h3 a:link, .novelty h3 a:visited {
    color: #ff7bad;
}
.novelty h3 a {
    text-decoration: underline;
}
.novelty p {
    float:left;
    width: 350px;
}
.novelty p.floatnone {
    float:none;
    width:auto;
    margin-bottom:20px;
    margin-left: 30px;
}
.novelty ul li.widthmax h3, .novelty ul li.widthmax p {
	width: 450px;
	margin-left:30px;
}
.novelty ul li.widthmax p {
	margin-bottom:20px;
}
.novelty p.tokuten {
    float:none;
    width:50%;
}
.novelty p.tokuten img {
    width: 100%;
    max-width: 100%;
}
.news h4 {
	font-size: 1.8rem;
    font-weight: bold;
}
h4:before {
	display:inline-block;
	content: "▼";
    color: #ff7bac;
    font-size: 2rem;
}
.news p {
	margin-left:10px;
	margin-bottom:10px;
	font-size:1.4rem;
}
.news ul li {
	margin-top: 10px;
	margin-bottom: 30px;
}
.news a {
	text-decoration:underline;
}
.news dl {
	margin: 10px 0 20px;
    font-size: 1.4rem;
}
.news dt {
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #ff7bac;
    font-size: 1.5rem;
}
.news dd {
	margin-left: 10px;
	font-size: 1.4rem;
}
.news img {
	max-width:100%;
}
.indent dd, .indent li {
	text-indent: -12px;
    padding-left: 10px;
	margin: 0 !important;
}
.pv {
    color: #ff7bac;
    font-weight: bold;
    font-size: 15px;
}
.pv iframe {
    margin-bottom:10px;
}
.pv a {
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .content, .cover img {
        width: 100%;
    }
    .cover {
        float:none;
        width: 80%;
        margin: 0 auto;
    }
    .detail cite {
        font-size: 2.0rem;
    }
    .text {
        float:none;
        width:100%;
        margin-left: 0;
		margin-top: 15px;
    }
    .detail dt {
        width: 20%;
    }
    .detail dd {
        width: 80%;
    }
    .sample ul {
        margin-left:10px;
    }
    .sample ul li {
        margin-right:15px;
        width: 45%;
    }
    .sample ul li:nth-child(2n) {
        margin-right:0;
    }
    .sample ul li img {
        width:100%;
    }
    .novelty ul {
        margin-left:0;
    }
    .novelty ul li {
        float:none;
        width:95%;
        margin: 0 auto 15px;
    }
    .novelty ul li:nth-child(2n) {
        margin-right:auto;
    }
    .novelty h3 {
        margin-bottom:0;
        font-size: 1.6rem;
    }
    .novelty ul li.widthmax {
        width: 95%;
    }
	.novelty ul li.widthmax img {
		width:100%;
	}
	.novelty ul li.widthmax h3, .novelty ul li.widthmax p {
		margin-left:0;
		width:100%;
	}
	.novelty p {
		width: 40vw;
	}
    .novelty p.floatnone {
        width:auto;
        margin-left:0;
    }
    .novelty p.tokuten {
        width:90%;
        margin:20px auto;
    }
    div.button {
        justify-content: space-between;
    }
    div.button a.botton {
        width:42%;
        margin:20px 0;
        font-size: 13px;
    }
    .pv {
        text-align: center;
        font-size: 14px;
    }
    .pv a {
        font-size: 13px;
    }
}

/*　書店一覧　 */
h4 {
	color: #ff7bac;
	padding: 5px 0;
	font-size: 1.6rem;
    font-weight: bold;
}
h5 {
	border-left: 5px solid #5bc7e6;
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
	font-size:14px;
}
dl.shoplist {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
	font-size:1.2rem;
}
dl.shoplist dt {
    background: #e6e6e6;
	padding: 5px;
    font-weight: bold;
	color: #4a4a4a;
    margin-top: 5px;
}
dl.shoplist dd {
    float: left;
    margin-right: 10px;
	margin-top: 5px;
    display: block;
    width: 230px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
}
dl.shoplist dd:before {
	content: '■';
	padding-right: 5px;
}
.TglBtn {
	display: inline-block;
    background-color: #aaaaaa;
    color: #fff !important;
    padding: 5px;
    margin: 5px 0;
	cursor: pointer;
}
.TglArea {
	display:none;
}
@media screen and (max-width: 768px) {
	h4 {
		margin-left:0;
	}
}

/*　タイトル一覧 */
.list {
    font-size:1.4rem;
}
.list ul {
    margin-left:30px;
    margin-top:30px;
    overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list ul li {
    width:140px;
    float:left;
    margin-right:30px;
	margin-bottom:20px;
}
.list ul li img{
    width:140px;
	box-shadow: 1px 1px 3px #999;
}
.list .series {
    display:block;
    width:130px;
    font-size:1.1rem;
    padding:1px 5px;
    margin:3px 0;
}
.list cite {
    font-size:1.4rem;
    font-weight: bold;
	display: inline-block;
    
}
.all_list ul li {
	margin-bottom:40px;
}
@media screen and (max-width: 768px) {
    .list {
        font-size:1.5rem;
    }
    .list cite {
        font-size:1.5rem;
        margin: 3px 0;
    }
    .list ul {
        margin-left:0;
        margin-top: 20px;
    }
    .list ul li {
        width:45%;
        margin-right: 10%;
    }
    .list ul li img {
        width:100%;
    }
    .list .series {
        width:95%;
        margin: 3px 0;
        font-size: 1.4rem;
        padding: 2px 5px 1px;
    }
    .list ul li:nth-child(2n) {
        margin-right:0;
    }
	.all_list ul li {
		margin-bottom:30px;
	}
}
video {
	width:640px;
	box-shadow: 1px 1px 3px 0px #999;
	margin:10px;
	margin-bottom:15px;
}
@media screen and (max-width: 768px) {
	video {
		width:320px;
	}
}

/*　エピソード */
.episode h2 {
    margin-bottom: 10px;
}
.episode dl {
    font-size: 14px;
    margin-bottom: 30px;
}
.episode dl dt {
    background-color: #c4abff;
    padding: 4px 10px 2px;
    margin: 15px 0 5px;
    color: #fff;
}
.episode dl dd {
    margin: 5px;
}
.new::before{
    position: relative;
    content: "NEW";
    top: -1px;
    left: -10px;
    background-color: #9e74ff;
    padding: 0 5px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .episode h2 img, .sample h2 img {
        height:22px;
    }
    .episode dl {
        font-size: 13px;
    }
}

/*　電子書籍リスト */
.digital_list {
    font-size: 1.3rem;
}
.digital_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 94%;
}
.digital_list ul li {
    width: 48%;
    margin-bottom:40px;
}
.digital_list ul li div {
    margin: 5px 0;
}
.digital_list ul li div.day {
    background-color: #ff7bac;
    color:#fff;
    padding: 3px 5px 0 5px;
    margin: 5px 0 10px;
}
.digital_list ul li cite {
    font-weight: bold;
    font-size: 1.4rem;
}
.digital_list ul li img {
    width: 100%;
    border: solid 1px #c4abff;
}
.digital_list div.button {
    justify-content: space-between;
}
.digital_list div.button a.botton {
    margin: 5px 0 0;
    width: 46%;
    padding:7px 5px 5px;
}
@media screen and (max-width: 768px) {
    .digital_list {
        font-size: 1.5rem;
    }
    .digital_list ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .digital_list ul {
        display: block;
    }
    .digital_list div.button a.botton {
        margin: 0;
        font-size: 13px;
        width: 44%;
    }
}


