@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 書籍詳細スタイル定義
 * ===========================================
 *
 * $Id: bookDetail.css,v 1.8 2010-02-20 05:25:00 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents H1 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	background-color: #C0C0FF;
	border: 1px solid #A1A1D6;

	padding: 3px;
}

#contents H2 {
	font-size: 100%;
	font-weight: bold;

	padding: 2px 0px;

	text-align: right;
}

#contents H3 {
	display: block;

	font-size: 95%;
}

#contents IMG.cover {
	display: block;
	float: left;

	width: 160px;
}

#contents DIV.detail {
	display: block;
	float: left;
	width: 670px;

	margin-left: 10px;
}

#contents UL.detaillist {
	list-style-type: none;

	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#contents UL.detaillist LI {
	display: block;

	margin: 10px 0px;
}

#contents UL.detaillist LI.cart {
	text-align: right;
}

#contents UL.detaillist LI.cart A.cart {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	width: 200px;
	height: 30px;

	font-size: 10pt;
	text-align: left;

	background: #FFFFFF url(../_img/addtocart.jpg) no-repeat center center;

	padding-top: 10px;
	padding-left: 60px;
}

*html #contents UL.detaillist LI.cart A.cart { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents UL.detaillist LI.cart A.cart { /* for ie 7 */
    display: inline !important;
}


#contents UL.detaillist LI DIV.link DIV.title {
	font-size: 100%;
	font-weight: bold;

	padding: 3px;

	text-align: center;
}

#contents UL.detaillist LI DIV.link DIV.booksample {
	color: #FFFFFF;
	background-color: #39A594;
}

#contents UL.detaillist LI DIV.link DIV.bookreview {
	color: #FFFFFF;
	background-color: #315AA5;
}

#contents UL.detaillist LI DIV.link DIV.bookvideo {
	color: #FFFFFF;
	background-color: #DA84A0;
}

#contents UL.detaillist LI DIV.link DIV.bookcorrect {
	color: #FFFFFF;
	background-color: #DAAF84;
}

#contents DIV.link A {
	font-weight: bold;
}
#contents DIV.link A.block {
	display: block;
}

#contents DIV.link A.pdf {
	background: #FFFFFF url(../_img/pdficon.gif) no-repeat left center;

	padding-left: 20px;
}

#contents DIV.link A.mp4 {
	background: #FFFFFF url(../_img/filmicon.gif) no-repeat left center;

	padding-left: 20px;
}


#contents DIV.summery {
}

#contents DIV.summery DIV.title {

	font-size: 100%;
	font-weight: bold;
	text-align: center;

	background-color: #E6E6E6;
	border: 1px solid #BBBBBB;

	margin: 15px 0px;
}

#contents DIV.summery DT {
	font-weight: bold;

	margin: 10px 0px;
}

#contents DIV.summery DD {
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents DIV.summery DD UL {
	list-style-type: none;

	margin-left: 20px;
}

#contents DIV.summery DD UL LI {
	margin-left: 10px;
}

