dl {
	width:100%;
	padding-bottom: 2em;
}
dl dt {
	float: left;
	background-image: url(../img/top/bg_date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
}
dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8em;
}


@media only screen and (max-width: 600px)  {

dl dt {
	float:none;
	width: auto;
	padding: 5px 0 0.3em 0.75em;
	background-position:left center;
}

dl dd {
	border-bottom:1px dotted #CCC;
	padding:0.2em 0 0.8em 0;
	margin-bottom:0.5em;
	line-height:1.4em;
}
}