#bookBox_label {
  font-weight: normal;
  font-size: 18px;
  border-bottom: 2px solid #666666;
}
#bookBox_label span{
  font-size: 12px;
  float: right;
}
#bookBox_label span:hover{
	text-decoration: underline;
}
#bookBox_label a {
	color: #da7b00;
	text-decoration:none;
}
#bookBox_label a:hover {
	text-decoration: underline;
}
.bookBox_aJimusho {
  border: #cfcfcf 1px solid;
  padding: 4px 8px;
  border-top: none;
}
.bookBox_aBook {
  border: #cfcfcf 1px solid;
  padding: 4px 8px;
  border-top: none;
}

div.aBookP1 {
/*	height: 160px;*/
	width: 100px;
	float: left;
	margin: 0 9px 0 0;
}
.aBookP1 a img {
	border: solid 1px #eee;
	  max-height: 160px;
  max-width: 100px;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

p.aBookP2{
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin: 0 0 6px 0;
	line-height: 20px;
	height: 63px;
	width: auto;
	text-overflow: ellipsis;
	overflow: hidden;
}
p.aBookP2 a {
  color: #20408A;
}

p.aBookP2 span{
	font-weight:normal;
	color:#767676;
}

p.aBookP3 {
	font-size: 12px;
	margin: 0;
	line-height: 17px;
	height: 72px;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-bottom: 3px;
	padding: 10px 8px;
}

p.aBookP3 a {
	color: #1e2496;
}

.color_gray {
	color: #767676;
}

@media screen and (max-width: 479px) { 

#bookBox_label a {
	 padding-left: 10px;
}

}