@charset "UTF-8";

.mainHeader {
	margin-bottom: 0;
	padding-bottom: 3px;
}
.mainTitle {
	padding-left: 0;
}
.mainTitle:before { content: none; }

#postCont { padding: 40px 0 80px; }
#postCont:after {
	content: "";
	display: block;
	clear: both;
}
#postCont article {
	margin: 0 auto;
	max-width: 1000px;
}
#postCont header {
	background: #f2d7ea;
	margin-bottom: 23px;
	padding: 19px 18px 16px;
	border-left: 3px solid #b50081;
}
#postCont header time { font-size: 93%; }
#postCont header h1 {
	font-size: 154%;
	font-weight: bold;
}

#postCont article:after {
	content: "";
	display: block;
	clear: both;
}
#postCont img {
	max-width: 100%;
	height: auto;
}
#postCont .content,
#postCont .image {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#postCont .content {
	float: right;
	padding-left: 12px;
	padding-right: 20px;
}
#postCont.noimage .content {
	float: none;
	width: auto;
}
#postCont .content .text {
	line-height: 24px;
	word-break: break-word;
}
#postCont .content .text > * + * {
	margin-top: 23px;
}
#postCont .content footer {
	margin-top: 44px;
	background: none;
	padding: 14px 20px 17px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
#postCont .content footer p {
	font-size: 124%;
	font-weight: bold;
	margin-top: 2px;
}
#postCont .image {
	float: left;
	padding-left: 20px;
	padding-right: 12px;
}
#postCont .image li + li { margin-top: 16px; }

#postCont .return {
	clear: both;
	padding-top: 32px;
	text-align: center;
}
#postCont .return a {
	color: #fff;
	height: 41px;
	font-size: 116%;
	line-height: 41px;
	background: #333;
	padding: 0 22px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#postCont .return a:hover { background: #b50081; }

@media (min-width:769px){
	#postCont .image img {
		max-height: 332px;
	}
}
@media (max-width:768px){
	#postCont .image,
	#postCont .content {
		float: none;
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#postCont .image + .content {
		margin-top: 15px;
	}
}