﻿@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

body{
	background:#FFF;
	line-height: 1.4;
	color: #454545;
	font-size:18px;
	font-family: "Noto Sans Japanese";
	font-weight: 200;
}
body header{
	background: #FFF;
	padding: 10px;	
}
body header .wrapper_header{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
body header h1{
	display: inline-block;
	float: left;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
body .wrapper .main_contents,
body .wrapper .lineup{
    max-width: 1600px;
	margin: auto;
	width: 100%;
    clear: both;
	box-sizing: border-box;
	padding-bottom: 10px;
}
body .wrapper .main_contents.top_contents{
	padding-top: 0;
}
.main_contents .lineup_list img:hover,
.main_contents .lineup_list .title:hover{
	opacity: 0.7;
}
body .wrapper .main_contents h3{
	background: #eee;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
	margin: 10px 0 10px;
	color:#e2173a;
}
body .wrapper .main_contents p{
	/*padding:10px;*/
}	
body .wrapper .main_contents p.author{
	padding-bottom: 4px;
}

ul.navi{
	width: 100%;
	max-width: 1200px;
	margin:10px auto;
}
ul.navi li{
	background: #e2173a;
	margin: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 22px;
	width: 455px;
	border-radius: 3px;
	text-align: center;
	box-shadow:0px 4px 0px 0px #0f8e9e;
}
ul.navi li:hover{
	opacity: 0.7;
}
ul.navi li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding:15px 20px;
	box-sizing: border-box;
}
.main_contents .lineup_list .book_text{
	font-size: 16px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-top: -2px;
	
}
.main_contents .lineup_list .book_text .new{
	text-align: left;
	margin-bottom: 5px;
	}
.main_contents .lineup_list .book_text .new em{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #f70708;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	}
.flexbox_ranking{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
body .wrapper .lineup p.author{
	padding:0 10px 10px;
}
body .wrapper .lineup div.voice{
	font-size: 14px;
	margin-top: 10px;
}
body .wrapper .main_contents div.voice{
	    padding: 15px 10px 10px;
	box-sizing: border-box;
	clear: both;
	border-top: 1px dashed#ddd;
}
body .wrapper .lineup div.voice span{
	font-weight: 400;
	display: block;
	border-bottom: 1px dotted #454545;
	margin-bottom: 5px;
}
body .wrapper .lineup div.voice em{
	color: #ec2424;
}
body .wrapper .lineup div.voice p{
	text-align: left;
}
.main_contents .lineup_list .title{
	font-size: 20px;
	color:#00a4bf;
	font-weight: 400;
	text-decoration: underline;
}

.main_contents .lineup_list .btn_item{
	float: right;
	overflow: hidden;	
}
.main_contents .lineup_list .btn_item span{
	    display: block;
    background: #e51c17;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #fff;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
    /* display: inline-block; */
    margin-top: 10px;
    /* margin-bottom: 15px; */
}
.main_contents .lineup_list .btn_item span:hover{
	opacity: 0.7;
}
.main_contents .item_desc{
	font-size: 14px;
	font-weight: 200;
	color:#ec2424;
	text-align: right;
}
.main_contents .lineup_list{
	position: relative;
	background: #fff;
	/*padding: 20px;*/
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
	border:1px solid #ddd;
}
div.top_return{
	position: fixed;
    bottom: 16px;
    right: 16px;
	z-index: 999;
}
div.top_return a{
	display: block;
	text-decoration: none;
	background: #64a7db;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	z-index: 0;
	opacity: 0.9;
}
div.top_return:hover{
    opacity: 0.85 ;
}
div#sp-icon:hover {
	cursor : pointer;
	opacity : 0.6;
}

body .wrapper h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 25px 0 6px 0;
    /* border-left: 4px solid #333; */
    border-bottom: 2px dotted #3c6cb4;
    font-weight: 400;
    font-size: 26px;
    color: #3c6cb4;
    text-align: center;
}
.main_contents .text_supplement{
	width: 95%;
	font-size: 70%;
	padding-bottom: 15px;
}

.main_contents .text_supplement p{
	text-align: right;
	color: #ff0000;
}

/*-----------------------------*/



/*-----------------------------*/


@media screen and (min-width:641px) { 
	/*　画面サイズが641px以上はここを読み込む　*/
	body header{
		overflow: hidden;
	}
	body .main_image{
		width:100%;
		text-align: center;
		background: #4a75b6;
		font-size: 0;
	}
	body .main_image img{
		width: 100%;
		max-width: 1200px;
	}
	.sp_view{
		display: none;
	}
	.main_contents .lineup_list{
		width: 300px;
		margin: 10px;
		position: relative;
	}
	.main_contents .lineup_list .image_wrapper{
		background: #f6f6f6;
		text-align: center;
		padding: 15px 0;
	}
	.main_contents .lineup_list a{
		overflow: hidden;
		display: block;
	}
	.main_contents .lineup_list .book_text{
		
	}
	/*＝＝＝＝＝＝10位までの表示＝＝＝＝＝＝*/
	.main_contents .lineup_list_long{
		width: 100% !important;
	}
	.main_contents .lineup_list_long img{
		width: 140px !important;
    	padding: 40px 60px !important;
	}
	.main_contents .lineup_list_long .book_text{
		width: 698px !important;
		padding: 20px;
		box-sizing: border-box;	
	}
	.main_contents .lineup_list{
		text-align: center;
	}
	.main_contents .lineup_list img{
	height: 215px;
	margin: 15px;
	/*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);*/
}

	
}
@media screen and (max-width:640px) { 
    /*　画面サイズが640px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	body .main_image .wrapper{
		width: 100%;
		margin-bottom: 10px;	
	}
	body .main_image .wrapper{
		background: #c4e7d6;
		font-size: 0;
		overflow: hidden;
	}

	/*-----------------------------*/

	.title_desc{
		border: 1px solid #fff;
		border-radius: 4px;
		color: #fff;
		font-size: 13px;
		padding: 5px;
		margin:0 10px 10px;
		font-weight: 300;
	}
	.title_desc p span{
		display: block;
		font-weight: 600;
		margin-bottom: 10px;
		color: #e2173a;
	}
	body ul.navi{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	body ul.navi li{
		width:calc(50% - 5px);
		margin: 0;
		box-sizing: border-box;
		overflow: hidden;
		display: inline-block;
		line-height: 1.4;
		min-height: 60px;
	}
	body ul.navi li a{
		height: 100%;
		font-size: 14px;
		width: 100%;
		display: block;
		padding:10px;
	}
	body .main_image img{
		width: 100%;
	}
	body .main_image p{
		color: #fff;
		padding: 5px;
		text-align: left;
		font-weight: 400;
	}
	body .wrapper h2{
		font-size:100%;
		margin: 10px;
		box-sizing: border-box;
	}
	body .wrapper .main_contents{
		width: 100%;
	}
	body .wrapper .main_contents div.voice{
		font-size: 14px;
	}
	.main_contents .lineup_list img{
		float: left;
	}
	.main_contents .lineup_list .image_wrapper{

	}
	.main_contents .lineup_list img{
		width: 80px;
		padding: 20px 10px 10px;
	}
	.main_contents .lineup_list .book_text{
		/*width: calc(100% - 100px);*/
		margin-left:0px !important;
		padding: 15px !important;
	}
	.main_contents .lineup_list .book_text{
		margin-top: 0;
	}
	.main_contents .lineup_list:before{
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.main_contents .lineup_list{
		width: 95%;
    margin: 10px;
    box-sizing: border-box;
	}
	.cpn{
		margin:0 10px;
		box-sizing: border-box;
	}
	.main_contents .lineup_list .title{
		font-size: 100%;
	}
	/*-----------------------------*/

	
	.pc_view{
		display: none;
	}
}