@charset "UTF-8";

/*
###################################

    キクマサ読本　専用CSS

###################################
*/

#content {
	background: #FFFFFF;
}

/* ########## MAIN VISUAL ########## */
#mainVisual {
	left: 0;
	width: 100%;
	background: #180C03;
	height: 455px;
	margin-left: 0px;
}
* html #mainVisual .centering{
	clear: both;
	display: block;
	height: 455px;
}

/* ###### H1 TAG ###### */
h1 {
	float: left;
	width: 450px;
	height: 455px;
}
h2 {
	margin-bottom:15px;
}

#visualR {
	float: left;
	width: 450px;
	height: 455px;
}


#btnMaruzen {
	clear: both;
	position: absolute;
	top: 397px;
	left: 50%;
	width: 158px;
	height: 27px;
	margin-left: 240px;
}
#btnMaruzen a {
	width: 158px;
	height: 0;
	padding-top: 27px;
	display: block;
	background: url(../../book/img/btn_maruzen.png) no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}

/* ########## BOTTOM CONTENT ########## */
#buyInfo {
	padding-top: 535px;
	background: url(../../book/img/img_book_shadow.png) no-repeat center 495px;
}

#buyInfo a {
	outline : 0;
	color: #c6373f;
}

#buyInfo a:link, #buyInfo a:visited, #buyInfo a.active {
	text-decoration: none;
}

#buyInfo a:hover {
	text-decoration: underline;
}

#buyInfoWrap {
	width:840px;
	margin:0 auto;
	padding-top:20px;
}

#wrapContentBtm {
	width:840px;
	margin-top:50px;
}

#wrapContentBtm dl {
	float: left;
	width: 410px;
	margin-top:10px;
}
#wrapContentBtm dt {
	float: left;
	width: 25px;
	line-height: 1em;
}
#wrapContentBtm dd {
	font-size: 11px;
	width: 360px;
	padding-left: 50px;
	line-height: 1em;
}
* html #wrapContentBtm dd, *:first-child + html #wrapContentBtm dd {
	padding-left: 20px;
}

.section {
	margin-bottom: 30px;
}
.column {
	clear: both;
	margin-bottom: 13px;
}
dd.min {
	padding-top: 2px;
}

.buyBtn {
	margin-top:15px;
	margin-bottom:20px;
	}

.center20 {
	height: 20px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px !important;
}
*html .center20, *:first-child + html .center20 {
	padding-left: 20px !important;
}



/* iepngfix */
#wrapContentBtm, #btnMaruzen a {
	behavior: url(../../../common/js/iepngfix.htc)
}


