@charset "UTF-8";

/*======================================
	2-1. メインコンテナ
=======================================*/

body {
	text-align: center;	/* 互換モードのIE対応（ボックスのセンタリング） */
	color: black; /*#000060;*/
	background-color: white; /*#22204c;*/
}

header#pageHeader,
footer#pageFooter,
div#content {
	margin: auto; /* ボックスのセンタリング*/
	width: 980px; /* 横幅の指定*/
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
	line-height: 1.1;
}


/*======================================
	ページヘッダ部
=======================================*/

header#pageHeader {
	padding: 10px 0px 10px 0px;
	position: relative; /* 子孫要素を絶対配置する際の基点に設定 */
	background-color: white; /*#8984e6;*/
}

header#pageHeader nav {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

header#pageHeader h1 {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	color: #000090;
	font-size: 26px;
	text-align: center;
}

header#pageHeader h2 {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	color: #000090;
	font-size: 18px;
	text-align: center;
}

header#pageHeader h1 a {
	text-decoration: none;
	color: #000090;
}

header#pageHeader h1 img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
 	border: none;
}

header#pageHeader div.lastUpdate p {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
}

header#pageHeader div.introduction p {
	margin: 16px 100px 16px 100px;
	padding: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	text-align: center;
}

header#pageHeader em {
	font-style: normal;
	font-weight: 600;
}



/*======================================
　　コンテンツ部
=======================================*/

div#content {
/*	position: relative; */
	background-color: white; /*#c7caff;*/
}

div#content span.fv {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	color: #FFFFFF;
	background-color: #0000FF;
}


/*--------------------------------------
　　ディスク一覧
---------------------------------------*/

div#content section#discEntryList {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

div#content section#discEntryList h1 {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

div#content section#discEntryList table {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

div#content section#discEntryList table caption {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
}

div#content section#discEntryList table tr.complete {
	background-color: #eeeeff;
}

div#content section#discEntryList table tr.prepare {
	color: #aaaaaa;
	background-color: #eeeeee;
}

div#content section#discEntryList table th {
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: navy;
	padding: 1px 5px 1px 5px;
	text-align: center;
	font-size: 14px;
	color: white;
	background-color: navy;
	white-space: nowrap;	/* 改行しない */
}

div#content section#discEntryList table td {
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: silver;
	line-height: 1.0;
	padding: 1px 8px 1px 8px;
	font-size: 14px;
	white-space: nowrap;	/* 改行しない */
}

div#content section#discEntryList table td.player {
	font-weight: 600;
}

div#content section#discEntryList table td.ev_p {
	text-align: center;
}

div#content section#discEntryList img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
 	border: none;
}

div#content section#discEntryList table a {
	text-decoration: none;
}

div#content section#discEntryList p.note {
	margin: 14px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}


/*--------------------------------------
　　試聴記本文
---------------------------------------*/

div#content section#reviews {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

div#content section#reviews h1 {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}


/*--------------------------------------
　　記事(article)
---------------------------------------*/

div#content section#reviews article.entry {
	clear: both;
 	width: 960px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px; 
	background-color: white;
	border-top: 1px dotted #000060;
}

div#content section#reviews article.entry hgroup {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

div#content section#reviews article.entry h1 {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

div#content section#reviews article.entry h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

/*--------------------------------------
　　記事(article)・カバーピクチャ
---------------------------------------*/

div#content section#reviews article.entry div.coverPicture {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

div#content section#reviews article.entry div.coverPicture img {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
 	border: none;
}


/*--------------------------------------
　　記事(article)・本文
---------------------------------------*/
div#content section#reviews article.entry div.reviewText {
	width: 790px;
	margin: 0px 0px 0px 150px;
	padding: 0px 10px 0px 5px;
	background-color: white;
}

div#content section#reviews article.entry div.reviewText table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content section#reviews article.entry div.reviewText table th{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;	/* 改行しない */
}

div#content section#reviews article.entry div.reviewText table td{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
}

div#content section#reviews article.entry div.reviewText table td.member {
	font-size: 14px;
}

div#content section#reviews article.entry div.reviewText table td.contents {
	font-weight: 600;
}

div#content section#reviews article.entry div.reviewText img {
	vertical-align: text-bottom;
}

div#content section#reviews article.entry div.reviewText p {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/*======================================
　　ページフッター部
=======================================*/

footer#pageFooter {
	clear: both;
	padding: 1px 0;
	background-color: white; /*#8984e6;*/
	border-top: 1px dotted #000060;
}

footer#pageFooter p.copyright {
	margin-top: 4px;
	text-align: center;
}

footer#pageFooter small {
	font-size: 16px;
	font-style: italic;
}

footer#pageFooter address {
	margin-top: 1.4em;
	text-align: center;
}

footer#pageFooter div.counterarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}



/* SSIで読み込むレビューのCSS */
.floatctrl {
  float: left;
}

.nw {
	white-space: nowrap;	/* 改行しない */
}

.clearfix {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*--------------------------------------
　　試聴記本文
---------------------------------------*/

div#content div#review {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}


div#content div#review  p {
	margin: 16px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}


/*--------------------------------------
　　記事(article)
---------------------------------------*/

div#content div#review article.entry {
	clear: both;
	margin: 10px 0px 10px 0px;	/* 上下のマージンを確保 */
	padding: 0px 0px 0px 0px; 
	background-color: white;
	border-top: 1px dotted #000060;
}

div#content div#review article.entry h1 {
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 900;
}

div#content div#review article.entry table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content div#review article.entry table th{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;	/* 改行しない */
}

div#content div#review article.entry table td{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
}

div#content div#review article.entry img.cd {
	margin: 0px 10px 0px 0px;
	vertical-align: text-bottom;
}

div#content div#review article.entry img.face {
	margin-bottom: 0px;
	vertical-align: text-middle;
}

div#content div#review article.entry p {
	margin: 16px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

/* デフォルト */
em {
	font-style: normal;
	font-weight: 900;
}









