@charset "utf-8";

/* --------------------------------
	Top-page style
-------------------------------- */
.buybutton {
		display: block;
		width: 90%;
		background-color: #cc6206;
		padding: 1rem 2rem;
		margin: 1rem auto;
		border-radius: 6px;
		color: #fff;
	}
.buybutton a {
	color: #fff;
	text-decoration: none;
}
.buybutton:hover {
	opacity:0.7;
	color: #fff;
	}
.cb {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		fill: currentColor;
		padding-bottom: 3px;
		}
.book_title h1 {
	font-size:60px;
	font-weight:700;
	line-height:70px;
	letter-spacing:-4px;
	color:#a29270;
	}
.book_sub_title  {
	font-size:40px;
	line-height:60px;
	font-weight:600;
	letter-spacing: +1px;
	color:#a29270;
	}
.book_sub_title2 {
	font-size:14px;
	font-weight:600;
	color:#a29270;
	margin-bottom: -32px;
	}
.read {
	font-size:16px;
	line-height:1.4em;
	color:#a29270;
	border-top:dotted #9a5630 2px;
	border-bottom:dotted #9a5630 2px;
	padding:15px 0px;
	margin:15px 0px;
	}
.auther {
	font-size:17px;
	font-weight:600;
	color:#a29270;
	}
.txcolor_top {
	color:#4f4732;
	line-height: 1.8em;
	}

