.post-cover .cover-image {
	width: 100%;
}
.post-cover {
	background-repeat:no-repeat;
	height: 360px;
	background-size: cover;
}
.page-summary {
	color: #ffffff;
	padding: 25px;
}
.page-summary h1 {
	margin-top: 70px;
	font-weight: bold;
	font-size: 4.5rem;
}
.page-summary p {
	text-shadow: 1px 1px 1px #B3B3B3;
	font-weight: bold;
	font-size: 1.7rem;
	width: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.8em;
}
.article.index .post-summary .title,
.article .page-header .title,
.page .page-header .title {
	color: #8bc63e;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.article.index .post-summary .title {
	margin-bottom: 10px;
}
.article .page-header,
.page .page-header {
	border-bottom: 1px solid #cecece;
	margin-top: 50px;
}
.article .post-body h1,
.page .post-body h1 {
	background: url("../img/h1-divider.png") no-repeat left bottom;
	font-size: 2.5rem;
	font-weight: 300;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.article .post-body h2,
.page .post-body h2 {
	/*font-size: 1.9rem;*/
	/*margin: 20px 0 15px;*/
	/*color: #83A529;*/
	background: url("../img/h1-divider.png") no-repeat left bottom;
	font-size: 2.5rem;
	font-weight: 300;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.article .post-body h3,
.page .post-body h3 {
	/*background: url("../img/h3-divider.png") no-repeat left center;*/
	/*font-size: 1.6rem;*/
	/*padding-left: 26px;*/
	font-size: 1.9rem;
	margin: 20px 0 15px;
	color: #83A529;
}
.article .post-body h4,
.page .post-body h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
.article .post-body p,
.page .post-body p {
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.7em;
	margin: 0 0 0.8em;
}
.article .post-body table,
.page .post-body table {

}
.article .post-body table>tbody>tr:nth-of-type(odd),
.page .post-body table>tbody>tr:nth-of-type(odd){
	background-color: #f8f8f8;
}
.article .post-body table th, table td,
.page .post-body table th, table td {
	 border: 1px solid #dfdfdf;
	padding: 10px;
}
.article .post-body ul,
.page .post-body ul,
.article .post-body ol,
.page .post-body ol {
	padding-left: 20px;
}
.article .post-body ul > li,
.page .post-body ul > li,
.article .post-body ol > li,
.page .post-body ol > li {
	margin-bottom: 10px;
}
.article .post-body img,
.page .post-body img {
	display: block;
	max-width: 100%;
	height: auto;
}

/***** side *****/
.article .side,
.page .side {

}
.side .page-relation {
	margin-top: 50px;
}
.side .page-relation .title-parent {
	font-size: 1.6rem;
	background: #8bc63e;
	color: #fff;
	padding: 20px;
	margin: 0;
}
.side .page-relation .list-brother > li,
.side .page-relation .list-brother > li.active {
}
.side .page-relation .list-brother > li {
	background: #efefef;
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #d9d9d9;
	padding: 15px;
}
.side .page-relation .list-brother > li.active {
	background: #fbfbfb;
	border-top: 1px solid #efefef;
}

.side .page-relation .list-brother > li .title-brother {
	color: #999;
	/*
	background: url("../img/list-chevron.png") no-repeat right center;
	*/
	font-size: 1.6rem;
	margin: 0;
}
.side .page-relation .list-brother > li.active .title-brother {
/*	background: url("../img/list-chevron-active.png") no-repeat right center;*/
}
.side .page-relation .list-brother > li:hover {
	text-decoration: underline;
}