@charset "EUC-JP";		/* Don't move this! */

/*
ＥＵＣで記述する事！このコメントが文字化けしてたら注意！！
*/

/*
========== Race Photo
*/
table.photoThumbNails	{
	width: 640px;
	margin: 4px auto;
	border: none;
}

table.photoThumbNails td	{
	width: 156px;
	padding: 8px 2px 16px 2px;;
	margin: 0px;
	border: none;
	text-align: center;
	vertical-align: top;
}

.photoThumbNails img.sphoto	{
	width: 130px;
	height: 91px;
	padding: 2px;
	margin: 2px;
	border: #ccc 1px solid;
}

.photoPageLinks		{
	width: 720px;
	margin: 4px auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.photoPageLinks .linked		{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: #ccc 1px solid;
}

.photoPageLinks .linked	a	{ font-weight: bold; }

.photoPageLinks .nonlink		{
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: #ccc 1px solid;
}
