:root {
    --category-color: #ae1d7c;
    --category-second: #fbe2f3;
}

h3.title {
	background: url(/images/common/icon_title1_cat0.png) 0 2px no-repeat;
}

h3.title2 {
	background: url(/images/common/bg_title02_cat0.png) no-repeat left center #ebebeb;
}

h4.title {
	background: url(/images/common/bg_title03_cat0.png) no-repeat left 0.05em;
}

#infoArea ul {
	overflow: auto;
}

#infoArea li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#infoArea li .date {
	width: 145px;
	display:  inline-block;
	vertical-align: top;
}

#infoArea li .explain {
	width: 550px;
	display: inline-block;
	vertical-align: top;
}

#infoArea li .explain a {
	color: #333;
	text-decoration: none;
}

#infoArea li .explain a:hover {
	text-decoration: underline;
}