@charset "UTF-8";
/* 乱読文庫館 各書評ページのスタイルシート */
h1 {
	font-size: x-large;
	quotes: "【" "】";
	}
	h1:before { content: open-quote; }
	h1:after { content: close-quote; }

h3 {
	margin-top: 3em;
	margin-bottom: 0.2em;
	}

.review h4 {
	font-weight: normal;
	font-size: medium;
	margin: 0.2em;
}

th {
	vertical-align: top;
}

/* チェックリスト */
#checklist line-height: 120%;

.checklist {
	margin-top: 0;
	line-height: 120%;
	}
	.checklist li {
		line-height: 140%;
		font-size: smaller;
		list-style: square;
	}

/* ショートカット */
#shortcut {
	margin: 0 20px;
	}
	#shortcut th {
		font-weight: normal;
		text-align: left;
		padding: 0 0.5em;
		}


/* レビュー画面 */
table {
	border-collapse: collapse;
}

caption {
	font-style: italic;
	font-weight: bolder;
	text-align: left;
}
.review {
	width: 38em;
	}
	.review table {
		margin-left: 2.2em;
		border: thin solid black;
		background: lightgreen;
		width: 95%;
		}
		.review th {
			vertical-align: middle;
			text-align: left;
			}
		.review th,.review td {
			padding: 0 0.6em;
			border: thin black solid;
		}
			.review em { color: darkorange; }

/**    ナビゲーションスタイル
*/
/* サイトナビゲーションメニュー */
sub.navi { font-size: x-small; }
/* アフィリエイトメニュー用 */
ul.buybook {
	font-size: small;
	padding: 0;
	quotes: "【" "】";
}
	ul.buybook:before { content: open-quote; }
	ul.buybook:after  { content: close-quote; }
		ul.buybook li {
			quotes: "/ " "";
			display: inline;
		}
			ul.buybook li:before { content: open-quote; }
			ul.buybook li:first-child { quotes: none; }

/** 作成中画面
*/
.construction {
	background-color: lightgray;
	margin: 6em auto;
	border: 4px black dashed;
	width: 40em;
	height: 20em;
	}
	.construction td {
		vertical-align: middle; text-align: center;
		font-size: x-large; font-weight: bold;
		}
		.construction .message {
			color: darkcyan;	background: white;
			padding: 2em 1em;
			text-decoration: blink;
			border: solid thin black;
			}

/* $Id: review.css 432 2009-08-01 14:55:00Z atsushifx $
*/

