body{
}

header article {
	margin-top: 5em;
	margin-bottom: 15em;
}

main article article {
	font-family: 'Zen Antique', serif;
	text-align: center;
}


header section h1 img {
	width:100%;
	margin: 1em auto 3em ;
}

main article#Top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main article#Top ul li {
	width:50%;
	height: 4em;
}

main article#Top ul li img {
	width: 96%;
	background: #FFF;
}

main article#Top ul li img:hover {
	width: 100%;
	transition: 0.2s;
	opacity: 0.9;
}

main article#Race section {
	margin-bottom: 20em;
	text-align: center;
	background: rgba(0,0,0,0.65);
	color: rgba(254,255,0,1.00);
	border-radius: 1em
}
main article#Race div.chumoku {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #000;
	box-sizing: border-box;
}

main article#Race div.chumoku div.attention {
	width:calc(100%/6.001);
	border-right: 1px solid #000;
	box-sizing: border-box;
}

main article#Race div.chumoku div.attention img {
	width:100%;
	height: auto;
}


main article#Race div.chumoku div.attention table {
	text-align: center;
	background: rgba(200,200,200,0.75);
}

main article#Race div.chumoku div.attention table td {
	border-bottom: 1px dotted #6C6C6C;
}

main article#Race div.chumoku div.attention table td.image {
	line-height: 1;
}



main article#Race div.chumoku div.attention table td.image {
	position: relative;
}

main article#Race div.chumoku div.attention table td.image img {
	z-index: 1;
}

main article#Race div.chumoku div.attention table td.image img.fresh {
	position: absolute;
	width:100%;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	top: 0;
	z-index: 10;
}

main article#Race div.chumoku div.attention table td.A1 {
	color: rgba(229,66,69,1.00);
	font-weight: 600;
}

main section#Total {
	font-family: 'Yuji Mai', serif;
	font-size: 2rem;
}

@media screen and (max-width: 960px) {/* 640px以下*/
	header {
		height: 85vw;
	}
	
	header section h1 img {
		width:80%;
		margin: 3em auto 0;
	}
	main article#Top ul {
		display:block ;
	}

	main article#Top ul li {
		width:98%;
		height: 4em;
	}	
	main article#Race div.chumoku div.attention {
		width:calc(100%/3.001);
		border-right: 1px solid #000;
		box-sizing: border-box;
	}

}
