@charset "UTF-8";

h2 > .material-icons{
	padding-right: 0.3em;
}

main h2.rhombus-i:before{
	background-color: #d73a59;
}

.tag-list > *{
	background-color: #d73a59;
}

#main-img{
	position: relative;
	margin: 0 auto;
	max-width: 300px;
}

#main-img img {
	width: 100%;
	border-radius: 3px;
}

div.book-img{
	margin-bottom: 2em;
	margin-top: 2em;
	padding-right: 25px;
}

div.book-cover{
	position: relative;
	z-index: 100;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

div.book-page{
	position: absolute;
	border-radius: 3px;
	top: 0;
	left: 0;
	height: 100%;
}

div.book-page:nth-child(2){
	background-color: #eee;
	width: 99%;
	top: -1px;
	left: 0;
	z-index: 23;
	transform: skewY(-1deg);
}

div.book-page:nth-child(3){
	background-color: #ccc;
	width: 97%;
	top: -4px;
	left: 0;
	z-index: 22;
	transform: skewY(-2deg);
}

div.book-page:nth-child(4){
	top: -8px;
	width: 95%;
	left: 0;
	background-color: #aaa;
	z-index: 21;
	transform: skewY(-3deg);
}

div.book-page:last-child{
	top: -12px;
	width: 93%;
	left: 0;
	z-index: 20;
	transform: skewY(-4deg);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

div.book-detail > h3{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin: 0 0 1em;
	padding: 8px 8px 8px 1.5em;
}

.table > thead > tr > th{
	position: relative;
	padding-left: 1.5em;
}

div.book-detail > h3:before,
.table > thead > tr > th:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #d73a59;
	border-radius: 2px;
	transform: rotate(-45deg);
}

div.book-detail > p{
	padding-left: 8px;
}

div.book-detail > div.line{
	background-color: #d73a59;
	height: 4px;
	width: auto;
	border-radius: 5px;
	margin-bottom: 1em;
}

div.book-detail table{
	border-bottom: 1px solid #ddd;
}

.date{
	display: block;
	margin-bottom: 1em;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

	.book-img > div{
		padding-right: 0em;
	}

	.book-img > div > img{
		max-width: 300px;
	}

	.book-img > div > div.book-page{
		max-width: 300px;
	}

	div.book-detail > div.line{
		display: none;
	}

	div.book-img{
		padding-right: 5px;
	}
}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){
	.book-img > div{
		margin-right: 0em;
	}

	.book-img > div > img{
		max-width: 300px;
	}

	div.book-detail > div.line{
		display: none;
	}

	.book-detail table tr > td:nth-child(3){
		width: 5em;
	}

	.book-detail table a{
		font-size: 14px;
	}

	div.book-img{
		padding-right: 5px;
	}
}
