.bookStatusPropertyIcn {
	display:inline-block;
	border:2px solid #5DB20E;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#FFF;
	padding:3px 10px;
	color:#5DB20E;
	font-weight:bold;
	text-decoration:none;
}
/* .bookStatusPropertyIcn:hover {
	color:#5DB20E;
	text-decoration:underline;
} */
.overlaySection .bookStatusPropertyIcn {
	font-size:0.8em;
	padding:2px 6px;
}
.bookDeviceCorrespondenceIcn {
	display:inline-block;
	background:#FFF;
	font-size:0.9em;
	background:#EEE;
	padding:2px 4px 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height:18px;
}
.icn.point {
	background:#FFF;
	border:1px solid #777;
	padding:5px 8px;
	display:inline-block;
	line-height:1em;
	font-size:0.85em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color:#555;
	white-space: nowrap;
}
.icn.point.pointup {
	border:1px solid #FF7556;
	color:#FF7556;
	font-weight:bold;
}
.arrow {
	font-size:0.6em;
	vertical-align:middle;
}
.starlevel5 {
	background-image: url(../../img/icn/icn_starlevels.png);
	background-size:285px 15px;
	background-repeat: no-repeat;
	width: 75px;
	height: 15px;
	display:inline-block;
	vertical-align:middle;
}
.star50 {
	background-position:left top;
}
.star40 {
	background-position:-15px top;
}
.star30 {
	background-position:-30px top;
}
.star20 {
	background-position:-45px top;
}
.star10 {
	background-position:-60px top;
}
.star00 {
	background-position:-75px top;
}

.star45 {
	background-position:-150px top;
}
.star35 {
	background-position:-165px top;
}
.star25 {
	background-position:-180px top;
}
.star15 {
	background-position:-195px top;
}
.star05 { background-position:-210px top;
}
.bookPageShares {
	list-style-type:none;
	margin:0;
	padding:0;
}
.bookPageShares li {
	float:left;
	padding: 0 5px 5px 0;
}
.icn.setNum {
	background:#E8E8E8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display:inline-block;
	padding:5px;
	line-height:1em;
	color:#555;
	white-space: nowrap;
}

.icn.setListNum {
	background:#DDD;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
	padding:4px 4px 4px 4px;
	line-height:1em;
	font-size:11px;
	margin-left:7px;
}


.icnGenre {
	background:#CCC;
	display:inline-block;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:0.8em;
	line-height:1em;
	padding:3px;
	color:#FFF;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}


/* ランキングアイコン */
.itemRank {
	text-align:left;
}
.itemRank .number {
	font-weight:bold;
	font-size:0.8em;
	border:1px solid #BBB;
	border-radius:50px;
	min-width:22px;
	height:22px;
	line-height:22px;
	display:inline-block;
	padding:0;
	margin-right:10px;
	color:#999;
	text-align:center;
	text-shadow:1px 0 1px #FFF;
	background:#EEE;
	vertical-align:middle;
}
.itemRank .number.first ,
.itemRank .number.second ,
.itemRank .number.third {
	color:#FFF;
	text-shadow:1px 0 1px #FF623F;
	border:1px solid #FF623F;
	background:#FF623F;
}
.itemRank .state {
	display:inline-block;
	width:10px;
	height:10px;
	vertical-align:middle;
}
.itemRank .state.state01 {
	background:url(../../img/icn/icn_ranking01.png) no-repeat center center;
	background-size:10px 10px;
	width:10px;
	}
.itemRank .state.state02 {
	background:url(../../img/icn/icn_ranking02.png) no-repeat center center;
	background-size:10px 10px;
	width:10px;
}
.itemRank .state.state03 {
	background:url(../../img/icn/icn_ranking03.png) no-repeat center center;
	background-size:10px 10px;
	width:10px;
}
.itemRank .state.state04 {
	background:url(../../img/icn/icn_ranking04.png) no-repeat center center;
	background-size:10px 10px;
	width:10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
	.itemRank .number{
		min-width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.itemRank .state{
		width:12px;
		height:12px;
	}
	.itemRank .state.state01 {
		background-size:12px 12px;
		width:12px;
		}
	.itemRank .state.state02{
		background-size:12px 12px;
		width:12px;
	}
	.itemRank .state.state03 {
		background-size:12px 12px;
		width:12px;
	}
	.itemRank .state.state04 {
		background-size:12px 12px;
		width:12px;
	}
}
@media only screen and (min-device-width: 1280px) {
	.itemRank .number{
		min-width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.itemRank .state {
		width:12px;
		height:12px;
	}
	.itemRank .state.state01 {
		background-size:12px 12px;
		width:12px;
		}
	.itemRank .state.state02 {
		background-size:12px 12px;
		width:12px;
	}
	.itemRank .state.state03 {
		background-size:12px 12px;
		width:12px;
	}
	.itemRank .state.state04 {
		background-size:12px 12px;
		width:12px;
	}
}
/* /ランキングアイコン */