@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#page:before {
	content: '';
	min-width: 100px;
	width: calc(50vw - 570px);
	height: 100%;
	margin-left: 570px;
	background: url(../images/bg.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document book
--------------------------------------------------------- */

#book {
	margin-left: 320px;
	text-align: left;
}

#book h3 {
	width: 113px;
	height: 40px;
	margin-bottom: 10px;
	background: #055aae;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
}

#book h3:not(first-of-type) {
	margin-top: 30px;
}

#book dl {
	margin-bottom: 10px;
}

#book dt {
	font-weight: bold;
	letter-spacing: 1px;
	color: #055aae;
}
