@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE    : nikkansports.com ポータル部 コンテンツ別 CSS
DATE     : 2006/12/25
URL      : https://www.nikkansports.com/sports/hakone-ekiden/2007/course/css/hakone-ekiden-message.css
DESIGNER : nikkansports.com

--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
GENRE    : 箱根駅伝
--------------------------------------------------------------------- */

/*---------------------------- COURSE PAGE ------------------------ */

dl.mesList {
	margin:10px 0 45px 10px;
}
dl.mesList dt {
	margin:0;
	padding:1px 0 1px 7px;
	font-size:90%;
	font-weight:bold;
	background-color:#cccccc;
	border-bottom:2px solid #dddddd;
}
dl.mesList dd ol {
	margin:5px 0 30px 30px;
}
dl.mesList dd ol li {
	padding:6px 0 6px 0;
	font-size:85%;
	line-height:1.5em;
	border-bottom:1px dotted #cccccc;
}

/* Hides from IE5-mac \*/
	*+html dl.mesList { height: 1%; }
	*html dl.mesList { height: 1%; }
/* End hide from IE5-mac */

.space10 {
	margin-bottom:40px;
}
