@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document book
--------------------------------------------------------- */

#book {
	margin: 0 20px 60px;
	text-align: left;
}

#book h3 {
	width: 110px;
	height: 30px;
	margin-bottom: 10px;
	background: #055aae;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
}

#book h3:not(first-of-type) {
	margin-top: 30px;
}

#book dl {
	margin-bottom: 10px;
}

#book dt {
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.5;
	color: #055aae;
}

#book dd {
	line-height: 1.6;
}
