.book_tab {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
p {
  /*font-size: 1em;*/
  /*margin: 1em 0;*/
}
/*.description {
  margin: 1em auto 2.25em;
}*/

ul {
  list-style: none;
  padding: 0;

}
.book_wrap ul {
  margin-bottom: 4px;
}
.book_tab ul li a.tab {
  width: 100%;
  display: block;
  /*background: #eee;*/
 /* border-bottom: 1px dotted #666;*/
  color: #aaa;
  padding: .3em;
  /*border-radius: 2.15em;*/
  transition: background .3s ease;
}
.book_tab ul li a.tab p {
	font-size: 12px;
}

.book_tab ul li:first-child {
    border-top: 1px dotted #ccc;
}
.book_tab ul li {
    border-bottom: 1px dotted #ccc;
    margin: 0;
}

ul li a.tab:hover {
  background: #eee;
  /*border: 1px solid #8caba9;*/
  /*color:eee;*/
}
.book_tab ul li a.active p:first-child {
  background: #8caba9;

  /*border-left: 6px solid #8caba9;*/
  color: #fff;
}
ul li a.active p{
  color: #333;
}
.book_tab ul li a p{
/*  text-align: center;*/

}

.item a p:first-child {
    width: 1.5em;
    text-align: center;
    /*margin-right: 20px;*/
    border: 1px solid #ccc;
}

/*.inner.show a.tab{
  background: #e3e3ed;
  color: #333;
}
.inner.show a.tab:hover {
  background: #646464;
  color: #fefefe;
}*/

/*************　wa 160927 ******************/
/*.tab p{
  display: table-cell;
  vertical-align: middle;
}
.tab p:first-child{
  width: 3.5em;
}
.tab span {
  margin-left: 10px; 
  color: #ccc;
}*/
