@charset "utf-8";

.bookinfo {
  padding: 0 100px 30px;
}

.bookinfo table{
  width: 100%;
}

.bookinfo table th,
.bookinfo table td{
	border: 1px solid #cccccc;
  padding: 10px 15px;
	vertical-align: top;
}

.bookinfo table thead th{
  background: #0068b6;
	color: #ffffff;
}

.bookinfo table tbody th{
	background: #ffffff;
	font-weight: normal;
	text-align: center;
	width: 130px;
  padding: 15px 0;
  font-size: 12px;
}

.bookinfo table tbody th p{
	padding: 15px 0 0px;
	margin: 0;
	text-align: center;
}

.bookinfo table tbody th img{
	width: 100px;
	height: auto;
}

.bookinfo table tbody td{
	text-align: left;
	padding: 15px;
	line-height: 1.8em;
}

.shadow{
	box-shadow: 1px 1px 3px #c5c5c5;
	-moz-box-shadow: 1px 1px 3px #c5c5c5;
	-webkit-box-shadow: 1px 1px 3px #c5c5c5;
	position:relative;
	behavior: url("PIE/PIE.htc");
}

.bookinfo dl{
  display: flex;
  margin: 0 0 16px;
}
.bookinfo dl dt{
  width: 5rem;
  font-weight: bold;
}
.bookinfo dl dd{
  flex:1;
}
.bookinfo dl dd span{
  width: 2rem;
  display: inline-block;
}
