﻿/* 新刊案内 */

.publication {
	padding: 1em;
	border: 1px solid #888888;
	margin-bottom: 8px;
}

.title {
	font-size: 170%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}

.title_b {
	font-size: 170%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin-bottom: 1em;
}

.title_c {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	margin-bottom: 1em;
}

.subtitle {
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	margin-bottom: 1em;
}

.subtitle_b {
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.author_title {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}

.author_title_frame {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	border: 1px solid #000000;
	background-color: #87cefa;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	float: left;
}

.author_title_frame_blue {
	display: inline-block;
	font-size: 120%;
	text-align: left;
	line-height: 150%;
	background-color: #2455ff;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	float: left;
	color: #ffffff;
}

.author {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}

.author_l0 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
}

.description {
	text-align: justify;
	line-height: 150%;
}

.volume {
	text-align: left;
	line-height: 150%;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted #a00000;
	padding-top: 1em;
}

.price {
	text-align: left;
	line-height: 150%;
	font-weight: bold;
}

.size {
	text-align: left;
	line-height: 150%;
	font-weight: bold;
}

.pubimg {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #999999;
	/*display: none;*/
	/*opacity: 0.5;*/
	/*-webkit-filter: sepia(70%);*/
	/*-webkit-filter: hue-rotate(40deg);*/
}

/*.pubimg:hover {
	-webkit-filter: grayscale(0%);
}*/

a.books {
	text-decoration: none;
}

.publication:hover {
	background-color: #fffff0;
}

