#cont01 h2 {
	width: 94%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 35px;
	padding-left: 6%;
	background-image: url(../img/green.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 5px center;
}

#single{
	width: 100%;
	overflow: hidden;
	position: relative;
}

#single div{
	overflow: hidden;
	margin-top: 10px;
}

.single_inner{
	width: 100%;
	border-bottom: 1px solid #545454;
	padding-bottom: 10px;
	margin: 20px auto;
	overflow: hidden;
}

.single_inner p.day{
	font-size: 14px;
	font-weight: 400;
	color: #545454;
}

.single_inner h3{
	font-size: 20px;
	font-weight: 800;
	border-bottom: 1px solid #545454;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #545454;
	line-height: 30px;
}

.single_inner p{
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	line-height: 26px;
}


.single_inner img{
	max-width: 60%;
	height: auto;
	margin: 10px 0;
}

a.to_archive{
	font-size: 12px;
	font-weight: 400;
	float: right;
	display: block;
	color: #545454;
	background-color: #F3F3F3;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 4px;
	padding: 8px 15px;
	position: absolute;
	top: 10px;
	right: 0;
}

a.to_archive:hover{
	text-decoration: underline;
	color: #aaa;

}