@charset 'utf-8';

/*	search-style.css													*/
/*	Copyright 2016 Kodansha Ltd., GENDAI-Business, All Rights Reserved.	*/
/*	A stylesheet for GENDAI-Business V3.					*/

/*	------------------------------------------------------------------	*/

.blockContainer_left2 .search_latestbook .book-list .book-box:nth-of-type(2n) {
  margin-right: 0px !important;
}

.blockContainer_left2 .search_latestbook .book-box:nth-of-type(3n) {
  margin-right: 40px !important;
}

.blockContainer_left2 .search_latestbook .book-list .book-box:nth-of-type(n + 3) {
  margin-top: 40px !important;
}

.search_latestbook .book-list:nth-child(n + 2){
  margin-top: 40px;
}

/* もっと見る */
.search_latestarticle_more,
.search_latestbook_more {
  text-align: center;
}

.search_latestbook_more {
  margin-top: 30px
}

.search_latestarticle_more button,
.search_latestbook_more button {
  padding: 4px 10px;
  background-color: #2894D4;
  border: none;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
}

.search_latestarticle_more button.disabled,
.search_latestbook_more button.disabled {
  opacity: 0.7;
  cursor: default;
}

.search_latestarticle_more button:hover,
.search_latestbook_more button:hover {
  opacity: 0.7;
}