.list1 li {
  list-style-type: none;
	position: relative;
	font-weight: bold;
}
.list1 li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #00ff7f;
	border-bottom: 2px solid #00ff7f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.list2{
	counter-reset:li;
  list-style: none;
}
.list2 li{
	list-style-type: none;
  position: relative;
  font-weight: bold;
  line-height: 25px;
  padding-left: 3px;
  margin: 10px;
}
.list2 li:before{
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -25px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list2 li:nth-child(5n+1):before{
  background: #9FCDFF;
}
.list2 li:nth-child(5n+2):before{
  background: #FFA79F;
}
.list2 li:nth-child(5n+3):before{
  background: #AFEBB6;
}
.list2 li:nth-child(5n+4):before{
  background: #fbaf5d;
}
.list2 li:nth-child(5n):before{
  background: #d95eff;
}


.booklink-box, .kaerebalink-box {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
padding: 22px 25px 22px 25px;
width: 98%;
margin: 0 auto 15px;
border: 3px solid #dfdfdf;
box-sizing: border-box;
text-align: center;
}
.booklink-image, .kaerebalink-image {
width: 100%;
margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
line-height: 125%;
width: 100%;
}
.booklink-name, .kaerebalink-name {
margin: 0 0 4px 0;
}
.booklink-name a, .kaerebalink-name a {
color: #0066cc;
text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
color: #333333;
font-size: 12px;
margin: 0 0 10px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
width: 90%;
display: block;
margin: 0px auto 8px;
padding: 10px 1px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
opacity: 0.6;
}
.shoplinkamazon a {
color: #ffffff;
background: #ff9901;
border: 2px solid #ff9901;
}
.shoplinkrakuten a {
color: #ffffff;
background: #bf0000;
border: 2px solid #bf0000;
}
.shoplinkkindle a {
color: #ffffff;
background: #0074c1;
border: 2px solid #0074c1;
}


.pink-line{
	background: linear-gradient(transparent 60%, #F5B8DF 0%)
}


.skyblue-line{
	background: linear-gradient(transparent 60%, #A9E2F3 0%)
}

