@charset "utf-8";
/* ========================================================
	raceinfo_add.css => レースガイド 追加分
======================================================== */

.center {
	text-align: center;
}

.zikuuma {
	padding: 1rem 0px 0px;
}

.zikuuma .cotroll {
	background: #f4f4f4;
	padding: 10px;
}

.zikuuma .right {
	text-align: right;
}

.zikuuma em {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
}

.zikuuma em+em {
	margin-left: 2rem;
}

.zikuuma span {
	font-weight: bold;
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 1.8rem;
	vertical-align: bottom;
}

.zikuuma a.reload {
	background-color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	line-height: 27px;
	display: block;
	width: 112px;
}

.zikuuma a.reload:hover {
	color: #0070df;
}

.zikuuma select {
	display: inline-block;
	vertical-align: baseline;
	text-align: center;
	line-height: 1.2;
	padding: 3px 10px;
	width: 8rem;
	margin-left: 0.3rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.raceinfo_under_block table tbody td.bgw {
	background: #FFF;
}

.raceinfo_under_block table.uma_t {
	table-layout: fixed;
}

.raceinfo_under_block table.uma_t tbody th, .raceinfo_under_block table.uma_t tbody td {
	padding: 10px 10px;
}

.raceinfo_under_block table tbody th.uma_r {
	background: #bcdddb;
}

.raceinfo_under_block table tbody td.uma_r {
	background: #e4e8eb;
}

.raceinfo_under_block table.cn tbody td {
	padding: 10px 5px;
	line-height: 1.3;
}

.raceinfo_under_block table.pds tbody td {
	padding-left: 5px;
	line-height: 1.3;
}

.raceinfo_under_block table.cn tbody td:not(.right) {
	text-align: center;
}

.download h2 {
	background: #f4f4f4;
	align-items: center;
	padding: 1rem;
	height: auto;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.bangumi_dl h2 {
	font-size: 2rem;
	margin-bottom: 3rem;
	background: #0063c5;
	color: #FFF;
	padding: 1rem;
}

.bangumi_dl h3, .download h3 {
	margin-bottom: 2rem;
	font-size: 1.7rem;
	line-height: 1.3;
}

.bangumi_dl .list h3 {
	background: #def0fe;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bangumi_dl .row.list {
	border: 2px solid #0063c5;
	box-sizing: border-box;
}

.bangumi_dl .row.list p {
	padding: 0px 2rem 2rem;
	line-height: 1.5;
}

.bangumi_dl .row.list dl {
	padding: 0px 2rem 2rem;
	display: flex;
	align-items: center;
}

.bangumi_dl .row.list dl dt {
	position: relative;
	padding-left: 3rem;
}

a.pdf:before, .bangumi_dl .row.list dl dt:before {
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1.2rem;
	background: url(../images/icon_pdf.png) center center no-repeat;
	background-size: contain;
}

.bangumi_dl .row.list dl dd {
	position: relative;
	padding-left: 1rem;
	margin-left: 1rem;
}

.bangumi_dl .row.list dl dd ul li {
	display: inline-block;
}

.bangumi_dl .row.list dl dd ul li+li {
	margin-left: 1rem;
}

.bangumi_dl .row.list dl dd:before {
	content: ":";
	position: absolute;
	left: 0px;
	top: 0px;
}

a.pdf {
	position: relative;
	padding-left: 3rem;
}

.blk {
	margin: 5rem 0px;
}

.lineblk {
	margin: 5rem 0px;
	padding: 3rem 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tate {
	background: #BFD6FF;
	width: 1em;
	background: #BFD6FF;
	font-weight: bold;
	padding: 1rem;
	text-align: center;
}

th.tate{
	line-height: 1em;
}

.download .lineblk {}

.download .lineblk dl {
	display: flex;
	font-size: 1.6rem;
}

.download .lineblk dl dd {
	margin-left: 2rem;
}

.download .lineblk dl dd a {
	margin-right: 1rem;
}

.listsummary {
	background: #f4f4f4;
	align-items: center;
	padding: 1rem;
	height: auto;
}

.listsummary h2 {
	font-size: 2rem;
}

.blk h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
}

.get_acrobat img {
	display: inline-block;
	width: 200px;
	height: auto;
}

.racelist_head {
	margin-top: 40px;
}

.racelist_head header {
	margin-bottom: 2rem;
}

.racelist_head h1 {
	margin-bottom: 10px;
	font-size: 2.4rem;
}

.search_blk {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

.search_blk>* {
	display: block;
	margin-left: 1rem;
}

.search_blk>span {
	white-space: nowrap;
}

.search_blk input[type=submit] {
	height: 42px;
	border: 1px solid #CCC;
	background: #0063c5;
	color: #FFF;
	text-align: center;
}

.rireki_tables {
	flex-wrap: wrap;
	align-items: start;
}

.rireki_tables>dl+dl {}

.rireki_tables>dl dt {
	background: #0063c5;
	color: #FFF;
	text-align: center;
	padding: 1rem;
	font-size: 1.2em;
}

.rireki_tables>dl dd {
	padding: 0.5rem;
	background: #f4f4f4;
}

.rireki_tables dd table+table {
	margin-top: 1rem;
}

.raceinfo_block .rireki_tables dd table tbody th {
	display: block;
}

.rireki_tables dd table td {
	padding: 0.2rem 1rem;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 769px), print {
	.listsummary {
		height: 60px;
	}
	.flex {
		display: flex;
		justify-content: space-between;
	}
	.col3>* {
		width: 31%;
	}
	.rireki_tables>dl {
		width: 25%;
		padding: 0px 1px;
	}
	.raceinfo_under_block table tbody th.w03, .raceinfo_under_block table tbody td.w03 {
		width: 15.4%;
	}
	.raceinfo_under_block table tbody th.w01 {
		width: 8%;
	}
}

@media screen and (max-width: 768px) {
	.tate {
		width: 20vw;
		text-align: center;
	}
	.raceinfo_under_block table tbody th.w01 {
		width: 4%;
	}
	.download .lineblk {
		margin: 2rem 0px;
	}
	.download .lineblk dl {
		flex-direction: column;
	}
	.search_blk.sp_clear {
		flex-direction: column;
		margin: 3rem 0px;
	}
	.search_blk>* {
		margin-bottom: 10px;
	}
	.search_blk.sp_clear input[type=submit] {
		width: 100%;
		display: block;
	}
	.col3>*+* {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 370px) {}

.kako td {
	vertical-align: top;
}
.yotei td {
	vertical-align: top;
}

/* bangumi_dl.php */
.bangumi_dl h2{
	margin-top:40px;
}
.bangumi_dl .blk h3{
	border-bottom:0;
	margin-bottom:0;
}
