@charset "utf-8";
/* ========================================================
	raceinfo_add.css => レースガイド 追加分
======================================================== */

.center {
	text-align: center;
}

.blk {
	/*border-bottom: 1px solid #000;*/
	padding: 2rem 0px;
}

.blk header {
	padding: 2rem 0px;
}

.blk h1 {
	font-size: 2.4rem;
}

.blk h2 {
	font-size: 2rem;
}

.blk .subject {
	background: #f4f4f4;
	padding: 1rem 2rem;
}

.blk .subject p {
	text-align: right;
}

.blk table {
	margin-bottom: 2rem;
}

.blk table thead th, .blk table thead td, .blk table tbody th, .blk table tbody td {
	padding: 10px 10px;
	border: 1px solid #ddd;
}

.blk table tbody td {
	text-align: left;
}

.blk table thead th {
	background: #787878;
	color: #FFF;
	text-align: center;
}

.blk p.copy {
	margin: 2rem 0;
}

.blk .leading_box header {
	border-top: 3px solid #004d9a;
	border-bottom: 3px solid #004d9a;
	padding: 1.5rem 0;
	margin: 3rem 0;
}

.blk .btn_group {
	text-align: center;
	margin-bottom: 1rem;
}

.blk .btn_group .box_btn {
	display: inline-block;
	margin-right: 1rem;
}

.btn_list {
	padding: 2rem 0;
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.btn_list::before {
	content: "";
	display: block;
	width: 240px;
	order: 1;
}

.btn_list::after {
	content: "";
	display: block;
	width: 240px;
}

.btn_list li {
	margin-bottom: 2rem;
	width: 240px;
}

a.box_nendo,
.box_nendo a {
	display: block;
	width: 240px;
	max-width: 100%;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	background-color: #002d62;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
}

.btm_photo img {
	width: 390px;
}

.ensei table thead th {
	background: #0070df;
	font-weight: bold;
}

.ensei table tbody td:nth-child(2) {
	text-align: right;
}

.ensei table tbody td:nth-child(3), .ensei table tbody td:nth-child(4) {
	text-align: center;
}

.ensei table tbody tr.cols4 td:nth-child(2), .ensei table tbody tr.cols4 td:nth-child(3) {
	text-align: left;
}

.ensei table tbody .blue_cell {
	background: #e5eff9;
}

.ensei table tbody .brown_cell {
	background: #f5eee7;
}

.ensei table tbody .red_cell {
	background: #FFE2E1;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 769px), print {
	.blk table {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
	.btn_list li {
		max-width: 48%;
	}
	.blk .btm_photo {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.blk .btm_photo img {
		width: 33%;
	}
}

@media screen and (max-width: 370px) {}