@charset "utf-8";

#contentHeader {
	background: url("/common/img/bg_content_header_overlay.png"),
		url("/guide/img/img_content_header.jpg");
	background-color: #ffffff;
	background-repeat: repeat, no-repeat;
	background-position: left center, right center;
}

/* ====================================== */

#pageBody div {
	line-height: 1.8;
}
.policyList {
	padding-left: 1em;
}
.policyList li {
	text-indent: -1em;
	margin-bottom: 16px;
}
.policyList li:last-of-type {
	margin-bottom: 0;
}

/* --- for pc --- */
@media screen and (min-width: 1024px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
