@charset "UTF-8"; /* CSS Document */


#contentsHead {
	background: url(../images/readpage/head_bg.png) repeat-x top left;
}
#contentsHead .bg {
	height: 360px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	overflow: hidden;
}
#contentsHead .txtBox {
	width: 550px;
}
#contentsHead h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.3;
	color: #333;
	padding: 40px 0 0;
}
#contentsHead h1 span {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-style: italic;
	color: #afa57a;
}
#contentsHead h2 {
	font-size: 18px;
	line-height: 1.5;
	color: #5ba159;
	padding: 20px 0 0;
}
#contentsHead p {
	font-size: 13px;
	line-height: 1.7;
	padding: 10px 0 0;
}

#main {
	padding-bottom: 20px;
}

#main .sitemap .block {
	margin: 0 0 60px;
}
#main .sitemap .block h2 {
	font-size: 26px;
	line-height: 1.3;
	margin: 20px 0 30px;
	padding: 0 0 20px;
	border-bottom: 2px dotted #ccc;
}
#main .sitemap .block h2:before {
	display: inline-block;
	width: 32px;
	height: 44px;
	margin-right: 10px;
	content: url(../images/common/icon_gem_green.svg);
	vertical-align: -12px;
}
#main .sitemap .block ul {
	margin: 20px;
	overflow: hidden;
}
#main .sitemap .block ul li {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 20px;
}
#main .sitemap .block ul li a {
	display: inline-block;
	padding: 0 0 0 16px;
	background: url(../images/common/icon_tri_green.svg) no-repeat center left;
	background-size: 9px 11px;
}


/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (max-width: 767px) {
	
	#contentsHead {
		background-size: 10px 140px;
		border-top: 1px solid #5ba159;
	}
	#contentsHead .bg {
		height: auto;
		background-size: 467px 140px;
		background-position: top right;
	}
	#contentsHead .txtBox {
		width: auto;
		margin: 0 15px;
	}
	#contentsHead h1 {
		height: 140px;
		font-size: 22px;
		line-height: 1.5;
		padding: 35px 0 0;
	}
	#contentsHead h1 span {
		font-size: 12px;
	}
	#contentsHead h2 {
		font-size: 16px;
		padding: 15px 0 0;
	}
	#contentsHead p {
		font-size: 14px;
		padding: 15px 0 0;
	}
	
	#main .sitemap .block {
		margin: 0 15px 20px;
	}
	#main .sitemap .block h2 {
		font-size: 20px;
		line-height: 1.3;
		margin: 30px 0 0 !important;
		padding: 10px 15px;
		border-top: 3px solid #5ba159;
		border-bottom: 2px dotted #ccc;
	}
	#main .sitemap .block h2:before {
		width: 23px;
		height: 32px;
		vertical-align: -8px;
	}
	#main .sitemap .block ul {
		margin: 20px 15px;
	}
	#main .sitemap .block ul li {
		margin: 0 0 15px;
	}
	
}
