.box-tb-space{
	padding:15px 25px;
}
.box {
  font-size: 18px;
  float: left;
  width: 220px;
  margin: 10px 15px 30px 15px;
  position: relative;
  height: 380px;
}

.thumb_box_table {
  position: absolute;
  bottom: 0;
  background-color: #FFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.top_box_img {
  position: relative;
  height: 100%;
  width: 220px;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
}
a {
  text-decoration: none;
}
.top_box_img img {
	min-width: 220px;
	max-width: 220px;
	height: auto;
}

.thumb-overlay-container {
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease 0s;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
.gray13 {
    font-size: 0.95em;
    color: #4B494A;
    width: 210px;
    position: relative;
    padding: 8px 10px 10px 10px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#book {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	z-index: 0;

	display: -ms-flexbox;
	-moz-box-sizing: border-box;
}

#table_book {
 position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
}

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

#table_book .tablet_thumb {
  margin: 0 auto;
  height: 295px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f5f7fb;
  text-align: left;
  padding-top: 0px;
  border-bottom: 1px solid #e2e4e9;
}


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

label.category_link_title {
	display:inline-block;
	padding:5px;
	font-size: 20px;
	font-weight: normal;
	color:#333;
	font-family: Roboto,arial,sans-serif;
	letter-spacing: -0.5pt;
}

.category_link_title_result {
	display:inline-block;
	padding:5px;
	font-size: 20px;
	
	color:#F00;
	font-weight: normal;
	font-family: Roboto,arial,sans-serif;
	letter-spacing: -0.5pt;
	
	padding-left:10px;
}

label.result_all_total_txt {
	display:inline-block;
	padding:5px;
	font-size: 17px;
	
	color:#717171;
	font-weight: normal;
	font-family: Roboto,arial,sans-serif;
}

div.box_book {
	display:inline-block;
}

div#category_navi {
	padding:25px 30px 5px 34px;
	background: #fcfcfc;
}

div#category_links {
	/*margin-top:1px;
	padding:10px;
	background: #fff;*/
	
	padding:1px 30px 20px 34px;
	background: #fcfcfc;
}

.search_box_wrap{
	padding:20px 10px;
}

.boxlibrary .contents_box {
	position: relative;
	border-top: 0px solid #e8e7e7;
	width: 100%;
	padding: 0px;
}
.catchcopy {
	font-size: 1.5em;
}