@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE    : nikkansports.com ポータル部 コンテンツ別 CSS
DATE     : 2006/12/19
URL      : https://www.nikkansports.com/sports/hakone-ekiden/2007/history/css/hakone-ekiden-history.css
DESIGNER : nikkansports.com

--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
GENRE    : 箱根駅伝
--------------------------------------------------------------------- */

/*---------------------------- HISTORY PAGE ------------------------ */

/* Photo
------------------------------------------------------- */
.photo {
	margin: 0 1px 0 5px;
	padding: 4px 6px 0;
	background: #dddddd;
	border: 1px solid #0d0d0d;
}

.photo dt {
	margin:0;
	text-align: center;
	font-size:80%;
}


.photo dd.winner {
	margin:	0;
	text-align:	center;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5em;
}

.photo dd.newspaper img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.photo dd.button {
	margin-bottom: 3px;
	font-size: 90%;
	line-height: 1.5em;
}

.photo dd.button img {
	margin: 7px auto;
	text-align: center;
	display: block;
}


.photo2 {
	margin: 0 auto;
	text-align: center;
}

.photo2 img {
	margin: 5px auto;
	vertical-align: bottom;
	border: 1px solid #666666;
}

.photo2 dd.button {
	margin: 0 auto;
	width: 550px;
	font-size: 90%;
	text-align: left;
	line-height: 1.5em;
}


.photoListWrap { margin-bottom: 1.5em; }

.photoListWrap:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

*+html .photoListWrap { display: inline-block; } /* for WinIE7 */
*html .photoListWrap {
	/*\*/ height: 1%; /* for WinIE */
	display: inline-table; /* for MacIE */
}

.photoListWrap h3 { margin-left: 9px; }

.photoList {
	width: 20%;
	float: left;
}

.photoList2 {
	width: 19%;
	float: left;
}


.hisTable {
	margin:10px;
	padding:0;
	border:1px solid #cccccc;
}

.hisTable th {
	padding:1px 7px 1px 7px;
	background-color:#A0A0A0;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:80%;
}

.hisTable td {
	padding:1px 7px 1px 7px;
	background-color:#dddddd;
	font-size:80%;
}

.hisTable td.hisWin {
	padding:1px 14px 1px 7px;
	background-color:#dddddd;
	font-size:80%;
	font-weight:bold;
}

