@charset "utf-8";
/* CSS Document */
#l_nav {
	margin:20px auto 0;
}
#papa_blog {
	margin:30px auto 0;
	background-image:url(../../common/images/border.png);
	background-repeat:repeat-x;
	background-position: bottom left;
}

#papa_blog li {
	box-sizing:border-box;
	padding:20px;
	background-image:url(../../common/images/border.png);
	background-repeat:repeat-x;
	background-position:top left;
}
.blog_text {
	width:69%;
	float: left;
}
.blog_image {
	float:right;
	width:29%;
	padding:15px 0;
	
}
.day {
	border:1px solid #72c9ff;
	width:125px;
	height:25px;
	background-color:#72c9ff;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	line-height:25px;
	float:left;
}
#papa_blog h4 a{
	font-size:15px;
	color:#fd87ab;
	text-decoration:underline;
	line-height:1.5;
	float:left;
	margin:0 0 0 15px;
}
.blog_type {
	background-image:url(../images/pen.png);
	background-size:18px;
	background-repeat:no-repeat;
	background-position:top 3px;
	padding:0 5px 0 22px;
	line-height:18px;
	display:inline-block;
	margin:3px 0 10px;
	float:right;
	margin-left: 5px;
}