@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 .anchorNav {
	margin: 0 0 50px;
	text-align: center;
}
#main .anchorNav ul {
	font-size: 0;
}
#main .anchorNav li {
	display: inline-block;
	margin: 10px;
}
#main .anchorNav li a {
	display: block;
	width: 200px;
	font-size: 16px;
	line-height: 44px;
	color: #5ba159;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
}
#main .anchorNav li a:hover {
	opacity: 0.5;
}

#main .readpage {
	padding-bottom: 20px;
}
#main .readpage h2 {
	font-size: 26px;
	line-height: 1.3;
	margin: 60px 0 30px;
	padding: 0 0 20px;
	border-bottom: 2px dotted #ccc;
}
#main .readpage section:first-child h2 {
	margin-top: 20px;
}
#main .readpage h2:before {
	display: inline-block;
	width: 32px;
	height: 44px;
	margin-right: 10px;
	content: url(../images/common/icon_gem_green.svg);
	vertical-align: -12px;
}
#main .readpage h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
	color: #3b8b38;
	margin: 30px 20px 15px;
}
#main .readpage p {
	font-size: 16px;
	line-height: 1.7;
	margin: 15px 20px;
}
#main .readpage a {
	color: #0073a6;
}
#main .readpage .anniversaryTable {
	margin: 30px 20px;
}
#main .readpage .anniversaryTable table {
	width: 100%;
	border-top: 1px solid #eee;
	border-collapse: collapse;
}
#main .readpage .anniversaryTable table th,
#main .readpage .anniversaryTable table td {
	font-size: 16px;
	line-height: 1.3;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}
#main .readpage .anniversaryTable table th {
	font-weight: bold;
	color: #3b8b38;
	text-align: right;
	white-space: nowrap;
}
#main .readpage .anniversaryTable table td {
	padding-left: 15px;
}
#main .readpage .green {
	color: #3b8b38;
}
#main .readpage .twoColumn {
	overflow: hidden;
}
#main .readpage .twoColumn .txt {
	float: left;
	width: 650px;
}
#main .readpage .twoColumn .txt h3:first-child {
	margin-top: 0;
}
#main .readpage .twoColumn .txt p {
	margin-top: 0;
}
#main .readpage .twoColumn .img {
	float: right;
	width: 320px;
}
#main .readpage .twoColumn .img img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------
   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 .anchorNav {
		margin: 30px 15px 0;
	}
	#main .anchorNav ul {
		margin: 0 -15px 0 0;
		overflow: hidden;
	}
	#main .anchorNav li {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0 15px 15px 0;
	}
	#main .anchorNav li a {
		width: auto;
		font-size: 14px;
	}
	
	#main .readpage 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 .readpage h2:before {
		width: 23px;
		height: 32px;
		vertical-align: -8px;
	}
	#main .readpage h3 {
		font-size: 18px;
		margin: 30px 15px 15px;
	}
	#main .readpage p {
		margin: 15px;
	}
	#main .readpage .anniversaryTable table th,
	#main .readpage .anniversaryTable table td {
		font-size: 14px;
	}
	#main .readpage .twoColumn .txt {
		float: none;
		width: auto;
		margin: 15px 0 0;
	}
	#main .readpage .twoColumn .img {
		float: none;
		width: auto;
		margin: 15px;
	}
	
}
