@charset "utf-8";

/*

 XML変換が完了したページのみで利用

*/

/* 雑誌ページ
-------------------------------------------------*/
div.contentsWakuBody {
/*	width:680px; */
	width:618px;
	margin:0px auto;
}

div.magazineInner {	/* contentsWaku で margin を使っているので padding のために用意(使用していない) */
	padding: 0px;
}

/* 表紙解説エリア */

div.bookcover {
	margin: 10px 0px; 
	width: 618px;
}

/* 新刊解説 */

div.bookcover_image {
	float: left;
	width: 250px;
	height: 300px;
	background-image: url('../../g/magazine/face_base.jpg')
}

div.bookcover_info {
	float: left;
/*	width: 408px; */
	width: 368px;
}

div.subTitle {
	font-size: 16px;
	color: #ff3399;
	background-color: #ffd3d4;
	padding: 4px .5em;
	line-height: 1em;
	border-left: solid #ff90a0 6px;
}

div.catch {
	padding: 6px .5em 6px .8em;
	border: solid #f0f0f0 1px;
	border-left: solid #b0b0ff 6px;
	background-color: #fcfcfc;
	}

div.contents {
	padding: 6px .5em 6px .8em;
	font-weight: normal;
	line-height: 1.5em;
	border: solid #f0f0f0 1px;
	border-left: solid #d0c0ff 6px;
	background-color: #fcfcfc;
	}

div.info {
	padding: 6px .5em 6px .8em;
	border: solid #f0f0f0 1px;
	border-left: solid #e0b0ff 6px;
	background-color: #fcfcfc;
	color: #8080a0;
	font-weight: normal;
	}

/* ラインアナップ */

div.bookcover_ln_image {
	float: left;
	width: 160px;
	height: 190px;
	margin-right: 12px;
	background-image: url('../../g/magazine/face_ln.jpg')
}

div.bookcover_ln_info {
	float: left;
	width: 446px;
	font-weight: normal;
}

div.subTitle_ln {	/* 既刊解説タイトル */
	font-size: 14px;
	color: #d860a0;
	background-color: #ffd3d4;
	padding: 4px .5em;
	line-height: 1em;
	border-left: solid #ff90a0 6px;
	font-weight:bold;
}

div.contents_ln {
	padding: 6px .5em 6px .8em;
	font-soize: 9pt;
	font-weight: normal;
	line-height: 1.5em;
	border: solid #f0f0f0 1px;
	border-left: solid #d0c0ff 6px;
	background-color: #fcfcfc;
	}

div.info_ln {
	padding: 6px .5em 6px .8em;
	border: solid #f0f0f0 1px;
	border-left: solid #e0b0ff 6px;
	background-color: #fcfcfc;
	}

/* */

div .backLink
	{
	float:right;
	margin-bottom:12px;
	}


