/* top css */

.swiper-container {
    width: 100%;
    margin: 12px auto 20px;
	padding: 4px 0 20px 8px;
	box-sizing: border-box;
}

/* gutter is on .bar_next_wrap (base.css); don't double-inset the track */
.bar_next_wrap .swiper-container {
	padding-left: 0;
	padding-right: 0;
}

/* positioning context for arrows (siblings of .bar_next_wrap) */
.tablet_thumb .all_pages.page_1 {
	position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    min-width: 220px;
    max-width: 220px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}  

.swipe-coverdata .detail-book {
	width: 220px;
	height: 312px;
	max-height: 312px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}


#book {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  z-index: 0;
}

.table_book {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fcfcfc;
	padding-top: 0;
	padding-bottom: 0;
}

.book_title{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    
	-moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;

	line-height:1.7em;

	padding-top:10px;
}
.book_title .book_list_title_txt {
  margin-left: 8px;
  margin-top: 28px;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 4px solid #079BDC;
}

a.txt_link_url {
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: none;
  cursor: pointer;
}

a.txt_link_url:hover,active {
  color: #079BDC;
}

a.coverflow_link_url {
  color: #079BDC;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

a.coverflow_link_url:hover,active {
  color: #0485d6;
}


.table_book .tablet_thumb {
  margin: 0 auto;
  /* min-height: 312px; */
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  text-align: left;
}

#top_news_region {
  background-color: #fcfcfc;
  padding: 0;
}

.top_news_item ul {
	margin-top: 8px;
}
.top_news_item ul li {
	font-size: 20px;
	color:#000000;
	line-height:35px;
	padding: 6px 0 30px 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top_news_left {
	float: left;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top_news_item {
		font-size: 160%;
		padding: 0 4px 0 0;
		color:#000000;
		background-color: #fcfcfc;
		line-height:35px;
		font-family: "Lucida Grande","Hiragino Kaku Gothic Pro"," Pro W3","Meiryo","MS PGothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
		
		border-bottom: 1px solid #dbdbdb;
}

.news_icon {
	float: left;
	width: 40px;
	height: 34px;
	background: url(../images/icon_news.png) no-repeat;
	background-size: contain;
	margin-right:8px;
}

.news_link_next{
		float:right;
		font-size: 160%;
		color:#afb2b5;
		font-family: "Lucida Grande","Hiragino Kaku Gothic Pro"," Pro W3","Meiryo","MS PGothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
		line-height:30px;
}

.scroll-text {
  /*border-bottom: 1px solid #d9dce6;*/
  height: 2.8em;
  overflow: hidden;
}

/* TABLET */
@media all and (min-width: 950px) {

}


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

	.book_title .title_txt {
		left: 10px;
		padding-top: 10px;
		padding-bottom: 4px;
		letter-spacing: 0px;
		float: left;
		margin-left: 10px;
	}

	.top_news_item ul li {
                padding: 0px 0 10px 0;
		font-size: 15px;
	}
        .news_icon {
		width: 34px;
	        height: 22px;
		margin:5px 8px 0 0;
	}
	.scroll-text {
		height: 2em;
	}

	a.txt_link_url {
		font-size: 130%;
	}
 
}
