.Lopwon_Pin {
	margin: 2em auto;
	padding: 0;
	width: 100%;
	font-size: 62.5%;
	font-weight: normal;
	line-height: 1.2;
	overflow: hidden;
}

.Lopwon_Pin h3 {
	position: relative;
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 1.8em;
	color: #323232;
	text-align: left;
	line-height: 1;
}

.Lopwon_Pin h3:before {
	position: absolute;
	top: 0.5em;
	left: calc((1em - 0.2em) / 2);
	content: '';
	width: 0.2em;
	height: 1em;
	background-color: #ff8800;
}

.Lopwon_Pin-list,
.Lopwon_Pin-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Lopwon_Pin .Lopwon_Pin-body,
.Lopwon_Pin .Lopwon_Pin-body li {
	margin: 1em 0;
	padding: 2em;
	border-radius: 2em;
	border: 1px solid #efefef;
	background-color: #f8f8f8;
}

.Lopwon_Pin .Lopwon_Pin-body:hover,
.Lopwon_Pin .Lopwon_Pin-body li:hover {
	background-color: #f2f2f2;
}

.Lopwon_Pin .Lopwon_Pin-author {
	display: block;
	margin-bottom: 0.25em;
	color: #323232;
}

.Lopwon_Pin .Lopwon_Pin-author .avatar {
	float: left;
	margin-right: 1em;
	border-radius: 50%;
}

.Lopwon_Pin .Lopwon_Pin-author cite {
	font-size: 1.4em;
	line-height: 1;
	font-weight: bold;
	font-style: normal;
}

.Lopwon_Pin .Lopwon_Pin-meta a {
	font-size: 1.2em;
	color: #969696;	
}

.Lopwon_Pin .Lopwon_Pin-content {
	font-size: 1.6em;
	color: #323232;
	line-height: 1.6;
	word-wrap: break-word;
}

.Lopwon_Pin .Lopwon_Pin-content p {
	margin: 1em 0;
	padding: 0;
}

.Lopwon_Pin .Lopwon_Pin-content img {
	margin: 1em 0;
	padding: 0;
	width: 100%;
	overflow: hidden;	
}

.Lopwon_Pin .Lopwon_Pin-more {
	font-size: 1.2em;
	text-align: right;
}
