.item_box{
	margin: 10px 60px;
	line-height: 1.6;
}

.item_box .date{
	border-bottom: 1px solid #ccc;
	font-family: 'Georgia', serif;
	color: #172d3d;
	text-align: right;
}

.item_box .item_title{
	font-weight: bold;
	font-size: 123.1%;
	color: #333;
	margin: 0 0 10px 0;
}

.item_box .item_body{
	color: #666;
	border-bottom: 1px solid #eee;
}

.item_body img{
	padding: 1em 0.5em;
}
