@charset "UTF-8";

#document #main{
	background-image:url(../img/book/main.jpg);
}



div#item p em {
	color:#F00;
}

div#item table {
	margin-top:20px;
	width:100%;
}

div#item table tr th.osusume {
	background-color:#3f507d;
	padding:10px 1%;
	color:#FFF;
	width:20%;
	font-weight:normal;
	text-align:center;
}

div#item table tr td.price {
	background-color:#e3e8f3;
	padding:10px 2% 10px 0;
	width:18%;
	color:#091f58;
	text-align:right;
}
div#item table tr td.title {
	font-weight:bold;
	padding:10px 0 10px 10px;
	background-color:#e3e8f3;
	color:#091f58;
}
div#item table tr td.title em {
	font-size:90%;
	font-weight:normal;
	color:#091f58;
}

div#item p.evaluation {
	padding:8px 0;
}
