@charset "utf-8";
/* CSS Document */

.list-box .list {margin-bottom:25px;}
.list-box h2.title {
    line-height:22px;
    color:#5a5a5a;
    padding:8px 10px;
    background:#e7e7e7;
	margin-bottom:5px;
}
.list-box .author {
	font-size:0.9em;
	font-weight:bold;
	padding:2px 10px;
	color:#5a5a5a;
	margin-bottom:10px;

}

.list-box .publish-time {
	font-size:0.9em;
	font-weight:bold;
	padding:2px 10px;
	color:#5a5a5a;
	margin-bottom:10px;
	float:right;
	
}
.list-box .author span {
	color:#4a9db8;
	font-size:1.2em;
}
.list-box .post-img img {
	width:100%;float:left;
}
.list-box .post-imgcon img {
	width:49%;float:left; margin-right:10px;
}
.list-box .post-content {
	font-size:0.9em;
	color:#5a5a5a;
	line-height:22px;
	margin-bottom:20px;
	padding:0 10px;
	width:80%;
	float:left;
}
.list-box .detail-content {
	margin-bottom:20px;
	padding:0 10px;
}
.list-box a.more {
	font-size:0.7em;
    line-height:28px;
    padding:8px 12px;
    color:#fff;
    background:#93c5db;
}
.list-box a.more:hover {
	text-decoration:none;
	background:#5a5a5a;
}
.list-box .sharing-btu{
	margin-bottom: 25px;	
}
.list-box .sharing-btu li{
	display:inline;
	margin-right:15px;
}
#attachments ul{
	list-style-type: disc;
	list-style-position: inside;
}

@media only screen and (max-width: 768px) {
	.list-box a.more {
		width:100%;
		display:inline-block;
		text-align:center;
		font-size:0.9em;
		padding:5px 0;
	}
}