.eye-catch .icon_new{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:16px;
}

/* 新刊 */
.slider-frame_book{
width:100%;
height:263px;
overflow:hidden;
position:relative;
}
.slider-area_book{
width:900px;
/*width:225px;*/
height:263px;
position:absolute;
top:-1px;
left:calc(50% - 450px);
}

ul.books_list{
	list-style-type: none;
}
figure.book_area{
	width:205px;
}
figure.book_area div{
	width:205px;
	height:205px;
	text-align:center;
/*	border:1px #e6e6e6 solid;*/
/*	padding:10px 0;*/
	padding:0;
}
ul.book_list li{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:205px;
/*	margin-right:40px;*/
/*	margin-right:16px;*/
	margin-right:4px;
}
ul.book_list li:last-child{
	margin-right:0px;
}
ul.book_list li img{
	width:auto;
	height:190px;
	border:1px #a1a1a1 solid;
}
figure.book_area figcaption{
	text-align:center;
	margin-bottom: 1ex;
}

@media only screen and (max-width: 639px) {

.book_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}


figure.book_area{
	width:100%;
}
figure.book_area div{
	width: 100%;
/*	height:150px;*/
	text-align:center;
/*	border:1px #e6e6e6 solid;*/
/*	padding:10px 0;*/
	padding:0;
	margin: 0;
}

ul.book_list li{
	float:none;
/*	display:inline-block;
	vertical-align:top;*/
	width:48%;
/*	margin-right:40px;*/
/*	margin-right:16px;*/
/*	margin-right:4%;*/
	font-size:14px;
}
ul.book_list li:last-child{
	margin-right:0px;
}
ul.book_list li img{
	height: 100%;
	width: auto;
	border:1px #a1a1a1 solid;
}



/*
ul.book_list li{
	float:none;
	display:inline-block;
	width:30%;
/ *	margin:10px auto;* /
	margin:0px 9% 10px 9%;
/ *	height: 280px;* /
	height:auto;
	overflow: hidden;
	vertical-align:top;
}
figure.book_area{
	width:auto;
}
figure.book_area div{
	width:auto;
	height:auto;
	text-align:center;
/ *	border:1px #e6e6e6 solid;* /
/ *	padding:10px 0;* /
}
ul.book_list li img{
height:auto;
}
figure.book_area figcaption{
	font-size:14px;
}
*/
}
/* 新刊 */

/* 更新情報 */
.tab_area{
	position:relative;
	width:100%;
/*	min-height:445px;*/
	min-height:485px;
	margin:0 0 0 0;
}
.tab_infomation{
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:2;
}
.tab_infomation li{
	background:#e6e6e6;
	padding:6px;
	float:left;
/*	width:155px;*/
	width:80px;
/*	height:48px;*/
	height:36px;
	font-size:14px;
	text-align:center;
	margin-right:6px;
	border-top:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
}
.tab_infomation li.select{
	background:#ffffff;
	border-top:1px #e6e6e6 solid;
	border-bottom:1px #ffffff solid;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
}
.tab_content{
	position:absolute;
	top:35px;
	left:0px;
	width:100%;
}
.tab_content div.tab_content_area{
	background:#ffffff;
	padding:10px 20px 10px 20px;
	min-height:410px;
	border:1px #e6e6e6 solid;
	overflow:auto;
}
.tab_content .hide {
	display:none;
}
.tab_content ul.tab_content_list{
	list-style-type: none;
}
.tab_content ul.tab_content_list li.tab_content_item{
	border-bottom:1px #e6e6e6 solid;
	padding: 15px 0;
}
.tab_content span.icon_notice{
	width:60px;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	background-color:#000000;
	margin-right:20px;
	text-align:center;
	float:left;
}
.tab_content span.icon_news{
	width:60px;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	line-height: 20px;
	background-color:#999999;
	margin-right:20px;
	text-align:center;
	float:left;
}
.tab_content span.date{
	width:100px;
	height:25px;
	color:#000000;
	margin-right:20px;
	float:left;
}
.tab_content span.title{
	width:width: calc(100% - 230px);
	color:#000000;
	float:left;
}
@media only screen and (max-width: 639px) {
.tab_infomation{
}
.tab_content div.tab_content_area{
	height:410px;
	overflow:auto;
}
.tab_content span.icon_notice{
	width:60px;
	height:20px;
	font-size:11px;
	float:left;
	display: block;
}
.tab_content span.icon_news{
	width:60px;
	height:20px;
	font-size:11px;
	float:left;
	display: block;
}
.tab_content span.date{
	float:none;
/*	display: block;*/
}
.tab_content span.title{
	width:100%;
	float:none;
	display: block;
}
}
/* 更新情報 */

/* バナーエリア */
.top_banner_area{
	width:100%;
	max-width:900px;
	margin:10px auto 20px auto;
	text-align:center;
}
.top_banner_area img{
	margin:15px 0 0 0;
	width:48%;
}
.top_banner_area li:nth-child(1) img,
.top_banner_area li:nth-child(2) img{
	margin:0 0 0 0;
}
.top_banner_area img#ban_teiki{
	margin-right:36px;
	float:left;
}
.top_banner_area img#ban_jihi{
	float:left;
}
.top_banner_area img#ban_contest{
	margin-right:36px;
	float:left;
}
.top_banner_area img#ban_event{
	float:left;
}
.top_banner_area img#ban_cpplus{
	float:left;
	margin-top:50px;
	margin-bottom:25px;
	border:1px solid #000000;
	margin-right:36px;
}
.top_banner_area img#ban_nobeyama{
	float:left;
	margin-top:50px;
}
@media only screen and (max-width: 1010px) {
.top_banner_area img#ban_teiki{
	margin-right:20px;
}
.top_banner_area img#ban_contest{
	margin-right:20px;
}
.top_banner_area img#ban_cpplus{
	margin-right:20px;
}
}
@media only screen and (max-width: 639px) {
.top_banner_area a:nth-child(1) img,
.top_banner_area a:nth-child(2) img{
	margin:15px 0 0 0;
}
.top_banner_area img{
	width:100%;
}
}
/* バナーエリア */

/* SNSアイコンエリア */
.top_icon_area{
display:block;
}
.top_icon_area{
	width:440px;
/*	max-width:600px;*/
	margin:20px auto;
	text-align:center;
}
.top_icon_area img{
	float:left;
	width:50px;
	margin:0 30px;
}
@media only screen and (max-width: 639px) {
.top_icon_area{
	width:100%;
}
.top_icon_area img{
	width:15%;
	float:left;
	margin:0 5%;
}
}
/* SNSアイコンエリア */

/* コンテスト情報 */
.tab_content_list .pc{
	display:block;
}
.tab_content_list .smp{
	display:none;
}
/*
.contest_area{
	position:relative;
	height:465px;
	margin:20px 0;
	width:90%;
}
*/
.contest_area{
	background:#ffffff;
	padding:0 20px;
	width:100%;
	min-height:456px;
	border:1px #e6e6e6 solid;
	overflow:hidden;
}
.contest_area ul.tab_content_list{
	list-style-type: none;
}
.contest_area ul.tab_content_list li.contest_content_item{
	border-bottom:1px #e6e6e6 solid;
	padding: 15px 0;
}
.contest_content_item span.icon_zenkoku{
	width:60px;
	height:20px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	background-color:#000000;
	margin-right:20px;
	text-align:center;
	float:left;
}
.contest_content_item span.icon_todofuken{
	width:60px;
	height:20px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	background-color:#999999;
	margin-right:20px;
	text-align:center;
	float:left;
}
.contest_content_item span.date{
	width:250px;
	height:25px;
	color:#000000;
	margin-right:40px;
	text-align:right;
	float:right;
}
.contest_content_item span.title{
	width:50%;
	color:#000000;
	float:left;
}
.ban_contest_information{
	float:right;
	margin:20px 0;
	padding: 15px 20px;
	border: 1px solid #000000;
	font-size: 14px;
}
@media only screen and (max-width: 639px) {
.contest_area{
	height:456px;
	overflow:auto;
}
.tab_content_list .pc{
	display:none;
}
.tab_content_list .smp{
	display:block;
}
.contest_content_item{
}
.contest_content_item span.icon_zenkoku{
	float:left;
	display:block;
}
.contest_content_item span.icon_todofuken{
	float:left;
	display:block;
}
.contest_content_item span.date{
	width: calc(100% - 80px);
	text-align: left;
	float:left;
	display:block;
	margin-right:0px;
}
.contest_content_item span.date:after {
	display: block;
	clear: both;
	content: "";
}
.contest_content_item span.title{
	width:100%;
	float:none;
	display:block;
}
}
/* コンテスト情報 */

/* スライドエリア */
.slider-frame{
width:100%;
height:650px;
overflow:hidden;
position:relative;
}
.slider-area{
width:1920px;
height:600px;
position:absolute;
top:-1px;
left:calc(50% - 960px);
}
div.omimai{
	border:1px solid #999999;
	width:70%;
	margin: 10px auto;
	padding: 10px;
}
div.omimai p{
	font-size:14px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 639px) {
/* スライドエリア */
.header{
margin-bottom: 0px;
border-bottom:0px;
}
.entry-header h2{
font-size:20px;
}
div.omimai{
	width:90%;
	margin: 10px auto;
	padding: 10px;
}
div.omimai p{
	font-size:14px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}
