/* top css */

.swiper-container {
    width: 100%;
    /*height: 400px;*/
    margin: 20px auto;
	padding: 5px 0px 25px 13px;
}
.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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}  

.swipe-coverdata .detail-book {
	no-repeat;width:220px;height:315px;background-size:contain;background-position: bottom;
	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: 20px;
	padding-bottom: 20px;
}

.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 {
  /*left: 20px;
  padding-top: 25px;
  padding-bottom: 0px;
  letter-spacing: 0px;
  float: left;
  margin-left: 45px;

  line-height: 1.5em;*/
  margin-left: 50px;
  margin-top: 30px;

  margin-bottom: 20px;
}

a.txt_link_url {
  color: #aaaaaa;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic";
  font-size: 200%;
  text-shadow: 1px 1px #ffffff;
  cursor: pointer;
}

a.txt_link_url:hover,active {
  color: #007aff;
}

a.coverflow_link_url {
  color: #898989;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic";
  font-size: 200%;
  cursor: pointer;
}

a.coverflow_link_url:hover,active {
  color: #007aff;
}


#table_book .tablet_thumb {
  margin: 0 auto;
  height: 315px;
  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) {

}

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

	.box {
		width: 80px;
		height: 130px;
	}

	.top_box_img {
		width: 80px;
	}

	.top_box_img img {
		min-width: 80px;
		max-width: 80px;
	}

	.gray13 {
		font-size: 9px;
		padding: 5px 0 3px 5px;
		width:75px;
	}

	.storecoverflow {
		height: 120px;
		padding: 20px 0 15px 0;
	}
	.swipe-coverdata .detail-book {
		width: 80px;
	}

	.swiper-container {
		height: 150px;
	}

	.swiper-slide {
		min-width:90px;
		max-width:90px;
		font-size:12px;
	}

	.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%;
	}
 
}
