@charset "utf-8";

.wrapper {
	width:1100px;
	margin:0px auto;
	text-align:center;
	background-color:#ffffff;
	overflow:hidden;
}
@media screen and (max-width: 768px) {
	.wrapper {
		width:100%;
	}
}

h2 {
	margin:15px auto;
}
h2.text {
	margin:20px;
	text-align: left;
    font-size: 32px;
    font-weight: 400;
    border-bottom: dashed 3px #f2c6c7;
}
h2.text span {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    display: inline-block;
    text-align: right;
    float: right;
    padding-top: 20px;
    letter-spacing: 0.2em;
}
.wrapper section {
	overflow:hidden;
	margin:10px;
	display:block;
}
h3.text {
	padding:0;
	width:1050px;
	text-align: left;
    margin: 10px 0 25px;
    font-size: 26px;
    font-weight: 400;
    line-height: 0.7;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: dashed 2px #ffbfc0;
}
h3.text span.h3title {
    background-color: #fff;
    padding: 0px 16px 0 12px;
    margin: 0;
    border-left: 10px solid #ffbfc0;
}
h3.text span.h3alphabet {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    display: inline-block;
    text-align: right;
    float: right;
    padding-top: 3px;
    letter-spacing: 0.2em;
}
.main {
	margin-left: 20px;
    float:left;
}
.side {
    float:right;
}
.btn_booklist {
	margin: 20px auto 40px;
}
@media screen and (max-width: 768px) {
	.main {
		margin-left:0;
        width: 100%;
	}
	.side {
		margin-right: 0;
	}
	h2 {
		margin:0 auto 10px;
	}
	h2 img {
		max-width:100%;
	}
	h2.text {
		margin: 10px 10px 20px;
	}
	h2.text span {
        display: none;
    }
	h3 {
		margin-top: 15px;
	}
	h3 img {
		width:100%;
	}
	h3.text {
		margin:30px 3% 20px;
	}
	h3.text span.h3alphabet {
        display: none;
    }
	.btn_booklist {
		margin: 20px auto 30px;
	}
}

/*　新着情報・既刊リスト　*/
section.release {
	width:1050px;
	margin-bottom:0;
	/*margin-top:40px;*/
}
section.release p.h3after {
	clear: both;
    background-color: #f2c6c7;
    margin-bottom: 20px;
    padding: 5px 5px 2px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
section.release ul{
	width:100%;
	margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size:12px;
}
section.release ul li{
    width:20%;
    margin: 10px 0 10px;
    min-height:300px;
}
section.release ul li img.cover{
	width:170px;
	border:solid 1px #7f7f7f;
}
section.release ul li p, section.release ul li h4 {
	text-align:left;
	line-height:1.4;
	margin-left: 20px;
	width: 170px;
}
section.release ul li h4 {
	clear:both;
	font-weight:bold;
    word-break: break-all;
}
section.release ul li a {
	text-decoration:none;
}
section.release ul li a:link,  section.release ul li a:visited{
	color:#673536;
}
section.release ul li p.aside img {
	margin:3px 0;
	margin-bottom:7px;
}
section.release ul li p.aside img.type {
	float:left;
}
section.release ul li p.aside img.special {
	float: left;
    margin-left: 10px;
}
section.release .row, section.release .row2 {
	margin-left:20px;
}
span.new_digi {
	display:inline;
	color:#e51c24;
	font-size:10px;
}
.preview_button {
    clear: both;
    text-align: center !important;
    background-color: #9bd9ca;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 0 5px;
    padding: 3px 0;
    width: 82%;
}
.preview_button a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #fff !important;
}
.day {
	margin: 3px 0;
    font-weight: bold;
	color: #e51c24;
}
@media screen and (max-width: 768px) {
	section.release {
		float:none;
		width:100%;
		margin:0 auto;
	}
	section.release ul {
		max-width:700px;
		margin:0 auto;
	}
	section.release ul li p {
		margin-left: 0;
		width:90%;
	}
	section.release ul li h4 {
		width:100%;
		margin-left: 0;
	}
	section.release ul li p.aside img.type {
		margin-right: 3%;
		width: 40%;
	}
	section.release ul li p.aside img.special {
		float: left;
		width: 40%;
	}
	section.release p.h3after {
		margin: 10px;
	}
    .preview_button {
        width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
	section.release ul {
		max-width:90%;
		justify-content: space-between;
	}
	section.release ul li{
		width: 46%;
		text-align:left;
		text-align:center;
		margin-bottom:20px;
	}
	section.release ul li img.cover{
		width:100%;
	}
}


/*　漫画家リスト　*/
section.list {
	width:1050px;
	text-align:left;
}
section.list ul {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
section.list li{      
    width:200px;
    margin:auto;
    padding:15px;
    background:url() repeat-x bottom;
    background:url("../../common/img/line.png") bottom repeat-x;
}
section.list li a{
    display:block;
    width:260px;
}
@media screen and (max-width: 768px) {
	section.list {
		width:100%;
		margin-bottom:40px;
		margin-left: 0;
	}
	section.list h3 img {
		width:100%;
	}
	section.list li {
    	width: 90%;
		padding:15px 0;
		text-align:center;
	}
	section.list li a {
		width:100%;
	}
}
