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

.info_date{color:#BBB;font-size:90%;}
.info_new{color: #00aee5;font-weight: bold;margin-left: 5px;}

.pageWidth {
    margin-bottom: 40px;
}

.box_allwidth_center {
    padding-bottom: 0;
}

.pageTitle {
    margin-bottom: 0;
}

.bookplus .pageWidth>p {
    margin-left: 15px;
}

.area_allwidth.series{
    padding-bottom: 0;
}

.wrap.bookplus ul{
	padding:0;
	margin:0;
	list-style: none;
}
.editor_box{
/*    overflow: hidden; */
 /*   margin: 20px;*/
    padding: 30px 0; 
}
.editor_box .series{
	border-bottom: 1px solid #000;
	margin-bottom:30px;
	padding:0 30px;
	color: #000;
    font-size: 120%;
	font-weight: bold;
}
.editor_box .editor_box_contents{
	padding:0 30px;
}
.editor_box .editor_box_contents:before,.editor_box .editor_box_contents:after{
	content:"";
	display:table;
}
.editor_box .editor_box_contents:after{
	clear:both;
}
.editor_img{
    float: left;
    position: relative;
    width: 320px;
    height: auto;
}
.editor_img img{
/*    position: absolute;
    object-fit: cover;*/
    width: 100%;
/*    height: 200px;*/
}
.editor_img a{
    text-decoration: none;
}
.editor_img  small {
    position: static;
/*    bottom: -20px;
    left: 0;*/
    color: #666;
}
.editor_book {
    float: left;
    width: 15%;
    margin-left: 20px;
}
.editor_book .text_title{
    border-bottom: 1px dotted #aaa;
    margin-bottom:20px;
}
.box_book_rel_item {
    height:auto;
}
a .box_book_rel_title{
    text-decoration:underline;
}
a .box_book_rel_title:hover{
    text-decoration:none;
}
.editor_text{
    float: right; 
    width: 45%;
}
