.listArea .li a {
	border-bottom: dotted 1px #6B705C;
	padding: 2px 0 4px;
	display: block;
}
.listArea .li:first-child a {
	border-top: dotted 1px #6B705C;
}

.listArea .date {
	font-size: 0.75rem;
	font-weight: 300;
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 0 5px;
	width: 115px;
}

.listArea .category {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #6B705C;
	padding: 1px 8px 3px;
	margin: 0 5px 0 0;
	display: inline-block;
	border: none;
	border-radius: 3px;
	position: relative;
	width: 90px;
	transition: all 0.25s ease-out;
}

.listArea .title {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: inline-block;
}

/* 640px smartphone*/
@media only screen and (max-width: 40em) {}

/* 640px PC*/
@media only screen and (min-width: 40em) {}