@charset "UTF-8";
.single-page p:not(:last-child),
.txt_box p:not(:last-child){
	margin-bottom: 15px;
}
.site-header{
	margin-bottom: 0;
}
.breadcrumbs{
	background: #333;
	padding: 5px 0;
	color: #f5f5f5;
}
.breadcrumbs ol{
	width: 100%;
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.breadcrumbs a{
	color: #f5f5f5;
}
h1{
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 5px solid #546572;
	margin-bottom: 30px;
	position: relative;
}
h1:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -10px;
	background: #546572;
}
h2{
	font-size: 20px;
	text-align: center;
	background: #546572;
	color: #f5f5f5;
	padding: 5px 10px;
	position: relative;
	margin: 40px 0 30px;
}
h2:before,
h2:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	background: #546572;
}
h2:before{
	top: -5px;
}
h2:after{
	bottom: -5px;
}
.term-ttl,
h3{
	font-size: 18px;
	padding: 5px 10px;
	margin: 30px 0;
	border-bottom: 3px double #546572;
	border-top: 3px double #546572;
	background: rgba(84, 101, 114, 0.1);
	line-height: 1.2;
}
h3 small{
	display: block;
}
.letter-ttl,
h4{
	padding: 5px 10px;
	margin: 20px 0;
	font-size: 16px;
	border-bottom: 2px dashed #546572;
}
.article-body{
	background: #fff;
	padding: 15px;
}
@media screen and (max-width:425px) {
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 16px;
	}
	.article-body{
		padding: 15px 10px;
	}
}

.race-tbl{
	overflow-x: auto;
}
.course-tbl,
.race-tbl table{
	width: 100%;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
}
.race-tbl th,
.race-tbl td{
	padding: 5px;
	border-right: 1px solid #546572;
	border-bottom: 1px solid #546572;
}
.race-tbl th{
	background: #546572;
	color: #fff;
}
.box_formation th:first-child,
.race-tbl tr:first-child th:first-child,
.race-tbl td:first-child{
	border-left: 1px solid #546572;
}
.race-tbl tr:not(:first-child) th{
	font-size: 12px;
	line-height: 1.2;
	background: rgba(84, 101, 114, 0.1);
	color: #546572;
}
.race-tbl td span{
	display: block;
}
.race-tbl table:not([class="course-tbl"]) td:nth-child(2)~td{
	font-size: 12px;
}
.sp-tbl>div{
	display: none;
}
.openSpTbl{
	display: inline-block;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: 600;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.ai-race table:not([class="course-tbl"]) .race-tbl td:nth-child(2)~td{
	font-size: 14px;
}
.ai-race td a{
	color: blue;
	border-bottom: 1px solid;
	font-weight: 600;
}
.class_a1{
	color: #ab4747;
	font-weight: 600;
}
.race-yosou li span{
	display: inline-block;
}
.race-yosou{
	border: 1px solid #546572;
	margin-bottom: 20px;
}
.race-yosou li{
	padding: 10px;
}
.race-yosou li:nth-child(even){
	background: rgba(32, 34, 35, 0.1)
}
.race-yosou li p{
	font-weight: 600;
	font-size: 13px;
	text-align: right;
}
.daily-site{
	margin: 30px 0;
}
.pr-box{
	border: 2px solid #ab4747;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	overflow: hidden;
	margin: 30px 0;
	width: auto;
}
.pr-box p{
	margin-bottom: 0!important;
}
.pr-box .site-name{
	padding: 5px 10px;
	background: #ab4747;
	color: #fff;
	font-size: 12px;
}
.pr-box a{
	display: inline-block;
	padding: 5px 10px;
	text-decoration: underline;
}
.pr-box a:hover{
	color: #ab4747;
}
.pr-box-img{
	margin: 30px 0;
	word-break: break-word;
}
.pr-box-img .txt-wrap{
	margin: 15px 0;
	font-size: 15px;
}
.pr-box-img .txt-wrap>p:not(:last-child){
	margin-bottom: 15px;
}
.pr-box-img .link-out{
	margin-bottom: 15px;
}
.pr-box-img .link-out a{
	font-size: 15px;
}
.pr-box-img.for-column,
.pr-box-img>a{
	width: 100%;
	padding: 5px;
	border: 3px double #ab4747;
	border-radius: 5px;
	background: rgba(251, 253, 87, 0.05);
	display: block;
}
.pr-box-img.for-column>div>div,
.pr-box-img>a>div>div{
	-webkit-flex: 1 0 80px;
	-moz-flex: 1 0 80px;
	-ms-flex: 1 0 80px;
	-o-flex: 1 0 80px;
	flex: 1 0 80px;
}
.pr-box-img .site-name{
	-webkit-flex: 0 0 80px;
	-moz-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	-o-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right: 10px;
}
.pr-box-img .site-ttl{
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid;
	padding-bottom: 3px;
	margin-bottom: 5px!important;
}
.pr-box-img li{
	font-size: 14px;
}
.pr-box-img li .ticket{
	font-size: 15px;
	font-weight: 600;
}
.pr-box-img li p{
	margin-bottom: 0!important;
}
.pr-box-img .site-link{
	font-weight: 600;
	text-align: right;
	text-decoration: underline;
	margin-top: 5px;
}
.back_index{
	margin: -10px 0;
	text-align: right;
}
.back_index a{
	display: inline-block;
	text-decoration: underline;
}
.catch_site>div{
	display: block;
}
.info_lists h3,
.catch_site h3{
	margin: 0;
	background: #bdb477;
	padding: 10px;
	color: #fff;
}
.catch_site h3:after{
	content: none;
}
.info_lists,
.catch_site .catch-wrap{
	background: #f5f5f5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(48, 46, 34, 0.4);
}
.catch_site .catch-wrap{
	background: #fff;
	margin: 15px 0;
	-webkit-flex: 1 0 430px;
	-moz-flex: 1 0 430px;
	-ms-flex: 1 0 430px;
	-o-flex: 1 0 430px;
	flex: 1 0 430px;
}
.catch_site .catch-wrap>div{
	padding: 15px;
}
.catch_site .site-name{
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bdb477;
	font-weight: 600;
}
.info_lists .site-img,
.catch_site .img-holder{
	-webkit-flex: 0 1 240px;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	-o-flex: 0 1 240px;
	flex: 0 1 240px;
	margin-right: 10px;
}
.info_lists .site-img a,
.catch_site .img-holder a{
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(48, 46, 34, 0.4);
}
.info_lists .site-desc,
.catch_site .desc-wrap{
	-webkit-flex: 1 0 210px;
	-moz-flex: 1 0 210px;
	-ms-flex: 1 0 210px;
	-o-flex: 1 0 210px;
	flex: 1 0 210px;
}
.single-jisseki tr:not(:last-child),
.info_lists .site-desc li:not(:last-child),
.catch_site li:not(:last-child){
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bdb477;
}
.info_lists .site-desc li p,
.catch_site li p{
	font-size: 13px;
	/*display: inline-block;*/
}
.single-jisseki td .ticket,
.info_lists .site-desc li .ticket,
.catch_site li .ticket{
	font-size: 18px;
	color: #e11717;
	font-weight: 600;
}
.single-jisseki td .ticket small,
.info_lists .site-desc li .ticket small,
.catch_site li .ticket small{
	font-size: 13px;
}
.catch_site .txt-wrap{
	margin-top: 30px;
}
.catch_site .txt-wrap .link-out{
	margin: 30px 0;
}
.catch_site .txt-wrap .link-in a{
	text-decoration: underline;
	font-size: 13px;
}
.catch_site .txt-wrap p:not(:last-child){
	margin-bottom: 15px;
}
@media screen and (max-width:490px) {
	.info_lists .catch-wrap .flex,
	.catch_site .catch-wrap .flex,
	.info_lists>div>.flex,
	.catch_site>div>.flex{
		display: block;
	}
	.info_lists .catch-wrap,
	.catch_site .catch-wrap{
		margin: 15px 0;
	}
	.info_lists .site-img,
	.catch_site .img-holder{
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.info_lists .site-img a,
	.catch_site .img-holder a{
		background: #bdb477;
	}
	.info_lists li p,
	.catch_site li p{
		display: inline-block;
	}
	.pr-box-img>.flex{
		display: block;
	}
	.pr-box-img .site-name{
		text-align:center;
		margin-right: 0;
	}
	.pr-box-img .txt-wrap{
		font-size: 13px;
	}
}

.source_box{
	background: #fff;
	padding: 15px;
}
.source_box .flex dl{
	-webkit-flex: 1 0 250px;
	-moz-flex: 1 0 250px;
	-ms-flex: 1 0 250px;
	-o-flex: 1 0 250px;
	flex: 1 0 250px;
	margin: 0 10px;
}
.source_box .flex dt{
	color: #015db2;
	font-size: 12px;
	border-bottom: 1px solid #cde3f8;
	margin-bottom: 5px;
	font-weight: bold;
}
.source_box .flex dd{
	margin-bottom: 20px;
	line-height: 1.2;
}
.source_box .flex dd a{
	text-decoration: underline;
}
.btn_cv{
	margin: 30px 0;
}
.btn_cv a{
	display: inline-block;
	width: 80%;
	max-width: none;
}
@media screen and (max-width: 425px){
	.source_box{
		padding: 15px 10px;
	}
	.source_box .flex dl{
		margin: 15px 0;
	}
	.btn_cv a{
		font-size: 16px;
		width: 95%;
	}
}
.source_box p:not(:last-child){
	margin-bottom: 15px;
}
.commentlist,
.review-tekichu ol{
	background: #fff;
}
.commentlist li{
	font-size: 14px;
	padding: 10px 15px;
}
.commentlist li:nth-child(even){
	background: rgba(84,101,114,.1);
}
.commentlist li img{
	display: none;
}
.commentlist li .flex{
	display: block;
}
.commentlist li a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	font-weight: 600;
}
.commentlist li a:hover{
	opacity: .6;
}
.commentlist li a i{
	display: none;
}
.comment-meta{
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
}
.to-cmt{
	background: #e2e2e2;
	padding: 10px 0;
	margin: 20px 0;
}
.btn-form01,
.review-lists>p a,
.to-cmt a{
	display: inline-block;
	padding: 10px;
	width: 80%;
	max-width: 200px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	border-radius: 5px;
	border: 1px solid #00376a;
	background: #4e4e4e;
	color: #fff;
	position: relative;
	margin: 5px;
}
.review-lists>p a:hover,
.to-cmt a:hover{
	background: #2e2e2e;
}
.to-cmt a .fa-angle-down{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
}
.review-tekichu li{
	margin: 5px;
	-webkit-flex: 0 0 210px;
	-moz-flex: 0 0 210px;
	-ms-flex: 0 0 210px;
	-o-flex: 0 0 210px;
	flex: 0 0 210px;
}
.review-tekichu li>p{
	text-align: center;
	padding: 10px;
	border: 1px solid #595959;
	border-bottom: 0;
}
.review-tekichu li table{
	/*margin: 0 10px;*/
	width: 100%;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	table-layout: fixed;
}
.review-tekichu li table td{
	padding: 5px 10px;
	font-size: 14px;
	border-bottom: 1px solid #595959;
}
.review-tekichu li table td:not([colspan="2"]):first-child{
	background: #595959;
	color: #fff;
	border-color: #fff;
	width: 65px;
}
.review-tekichu li table td[colspan="2"]{
	text-align: center;
}
.review-tekichu li table td a{
	font-weight: 600;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #595959;
	border-radius: 5px;
}
.review-tekichu li table td span{
	display: block;
}
.review-lists>p {
	text-align: center;
	margin: 30px 0;
}
.review-lists>p a{
	max-width: none;
}
.review-archive{
	margin-top: 30px;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
}
.comment-form{
	background: #fff;
	padding: 15px;
}
.comment-form input,
.comment-form textarea {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 5px 0 20px;
}
.comment-form textarea{
	resize: none;
}
.comment-form label{
	display: block;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin-bottom: 10px;
}
.comment-form>p.center{
	font-size: 13px;
	margin: 15px 0;
}
.comment-respond .al-c{
	text-align: center;
	margin-top: 20px;
}
.info_lists{
	margin: 30px 0;
	background: #fff;
	padding-bottom: 10px;
}
.info_lists>div{
	padding: 15px;
}

.info_lists .txt-wrap>p:not(:last-child){
	margin-bottom: 15px;
}
.info_lists>div>div{
	margin-bottom: 15px;
}
.info_lists h3{
	font-size: 18px;
}
.info_lists h3:before,
.info_lists h3:after{
	content: none;
}
.info_lists h3 a{
	color: #fff;
}
.info_lists .to_source,
.info_lists .to_url{
	margin: 15px 0;
}
.info_lists .to_source a,
.info_lists .to_url a{
	font-size: 16px;
}
.site_lists_page .info_lists{
	padding: 0;
	-webkit-flex: 0 0 32%;
	-moz-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	-o-flex: 0 0 32%;
	flex: 0 0 32%;
	margin: 15px 0;
}
.site_lists_page .info_lists .site-img{
	margin: 0;
}
.site_lists_page .info_lists>div{
	padding: 10px;
}
.site_lists_page .info_lists h2{
	font-size: 16px;
	border-width: 0 0 1px 0;
	text-align: left;
	position: relative;
	padding: 2em 0 0;
	margin: 10px 0;
	background: transparent;
}
.site_lists_page .info_lists h2.closed{
	padding: 5px 0;
	font-size: 13px;
	color: #999;
}
.site_lists_page .info_lists h2 a{
	color: #015db2;
	white-space: nowrap;
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.site_lists_page .info_lists .site-desc{
	font-size: 13px;
}
.comment_cnt{
	text-align: center;
}
.comment_cnt a{
	font-size: 13px;
	color: #015db2;
	text-decoration: underline;
}
@media screen and (max-width: 425px){
	.site_lists_page .info_lists{
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		-o-flex: 0 0 48%;
		flex: 0 0 48%;
	}
	.site_lists_page .info_lists h2{
		font-size: 14px;
	}
}
.site_lists_page .info_lists .comment_cnt{
	margin-top: 10px;
}
.site_lists_page .info_lists .link-btn{
	text-align: center;
	margin: 10px 0;
}
.site_lists_page .info_lists .link-btn a{
	display: inline-block;
	color: #e11717;
	border-bottom: 2px solid;
	font-weight: 600;
}
.site_lists_page .info_lists a:hover{
	opacity: .6;
}
.cat_nav{
	margin: 30px 0;
	text-align: center;
	background: #ddd;
	padding: 10px 0;
}
.cat_nav li{
	display: inline-block;
}
.cat_nav li a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #202020;
	background: #f4f4f4;
}
.cat_nav li a:hover{
	background: #fff;
}
.column-lists{
	border: 1px solid #546572;
	border-width: 1px 0;
	margin-top: 40px;
}
.column-lists li a{
	display: block;
	text-decoration: underline;
	padding: 15px 10px;
	font-size: 14px;
	text-align: center;
}
.column-lists li:nth-child(even) a{
	background: rgba(84,101,114,.2);
}
.column-lists li a:hover{
	background: rgba(84,101,114,.1);
}
.column-lists .site-name{
	text-decoration: none;
	background: #546572;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	border-radius: 50px;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.column-lists li a i{
	display: none;
}
.page-navigation{
	margin-top: 30px;
	text-align: center;
}
.page-navigation li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.page-navigation .none{
	color: #ddd;
}
.page-navigation li a{
	display: block;
	padding: 10px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid rgba(84,101,114,1);
	background: rgba(84,101,114,.2);
}
.page-navigation li a:hover{
	background: rgba(84,101,114,1);
	color: #fff;
}
.column-single header div p{
	font-size: 12px;
	margin: -15px 0 15px;
	text-align: right;
}
.column-single .column-content p:not(:last-child){
	margin-bottom: 15px;
}
.column-single .column-content{
	background: #fff;
	padding: 15px;
}
@media screen and (max-width: 425px){
	.column-single .column-content{
		padding: 15px 10px;
	}
}


.review-pagination,
.column-pagination{
	display: block;
	padding: 10px;
	background: #fff;
	text-align: center;
	margin: 25px 0;
}
.column-pagination li:not(:last-child){
	margin-bottom: 10px;
}
.terms-nav a,
.review-pagination a,
.column-pagination a{
	background: rgba(84,101,114,.1);
	border: 1px solid rgba(84,101,114,.6);
	display: block;
	font-size: 13px;
	padding: 10px;
	text-decoration: underline;
}
.terms-nav{
	display: block;
	text-align: center;
	margin: 25px 0;
}
.terms-nav li{
	display: inline-block;
	margin: 10px;
}
.review-pagination a{
	display: inline-block;
	margin: 0 10px;
}
.column-pagination+.link-child a{
	font-size: 16px;
}
.column-pagination a:hover{
	background: rgba(84,101,114,1);
	color: #fff;
}

.ace-table table{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}
.ace-table th,
.ace-table td{
	border-color: #c6cbd9;
	border-style: solid;
	padding: 5px;
}
.ace-table th{
	background: #001753;
	border-width: 1px 1px 1px 0;
	color: #fff;
	font-size: 14px;
}
.ace-table .add_bg{
	background: #3a5290;
	font-size: 12px;
}
.ace-table th:first-child{
	border-width: 1px;
}
.ace-table td{
	border-width: 0 1px 1px 0;
}
.ace-table td:first-child{
	border-width: 0 1px 1px 1px;
}
.ace-table tbody tr:nth-of-type(even){
	background: rgba(0, 23, 83, 0.05);
}
.ace-table span{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.ace-table .is-nighter{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-night.jpg') no-repeat center;
	background-size: contain;
}
.ace-table .is-summer{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-summer.jpg') no-repeat center;
	background-size: contain;
}
.ace-table .is-morning{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-morning.jpg') no-repeat center;
	background-size: contain;
}
.ace-table .is-venus,
.ace-table .is-lady{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/type-girls.jpg') no-repeat center;
	background-size: contain;
}
.ace-table .is-rookie__3rdadd{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/type-rookie.jpg') no-repeat center;
	background-size: contain;
}
.ace-table .title a{
	font-size: 14px;
	color: blue;
	border-bottom: 1px solid;
}
.ace-table .title a:hover{
	opacity: .6;
}
.ace-table .official a{
	display: inline-block;
	background: #f4f4f4;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid;
}
.ace-table .official a:hover{
	background: #333;
	color: #fff;
}
.kv{
	margin-bottom: 20px;
}
.ai-container p{
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background: rgba(0, 23, 83, 0.05);
	margin-top: 20px;
}

.box_formation{
	margin: 30px 0;
}
.box_formation input[type="reset"],
.box_formation input[type="checkbox"]{
	display: none;
}
.box_formation label{
	display: block;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px 0;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}
.box_formation input[type="checkbox"] + label:before{
	content: "\f0c8";
	display: inline-block;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
}
.box_formation input[type="checkbox"]:checked + label{
	background: rgba(255,255,255,.8);
	color: #202020;
}
.box_formation input[type="checkbox"]:checked + label:before{
	content: "\f14a";
}
.box_formation td span{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
.keiba_box .desc,
.keiba_box .img-holder{
	-webkit-flex: 1 0 210px;
	-moz-flex: 1 0 210px;
	-ms-flex: 1 0 210px;
	-o-flex: 1 0 210px;
	flex: 1 0 210px;
}
.keiba_box .img-holder{
	padding: 0 10px 10px;
}
.keiba_box .link-out{
	margin-top: 20px;
}
.keiba_box{
	font-size: 14px;
}
.keiba_box .kakutoku{
	margin-bottom: 10px;
	font-size: 16px;
}
.keiba_box li:not(:last-child){
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}
.keiba_box li span{
	display: inline-block;
	vertical-align: middle;
}
.keiba_box li span:first-child{
	font-size: 12px;
	background: #333;
	color: #fff;
	margin-right: 10px;
	width: 3.5em;
	text-align: center;
}
.attention h3{
	position: relative;
	padding-top: 15px;
}
.attention h3:before{
	content: '注目サイト';
	display: inline-block;
	font-size: 12px;
	width: 90px;
	padding: 2px 10px;
	line-height: 1.2;
	background: #fff;
	color: #e11717;
	margin-bottom: 5px;
	border-radius: 50px;
	position: absolute;
	font-weight: 600;
	top: -14px;
	left: 50%;
	margin-left: -45px;
	border: 3px double #546572;
}
.attention .link-out small:before{
	content: '注目';
	display: inline-block;
	background: #fff8a7;
	font-size: 12px;
	color: #e11717;
	padding: 5px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: 600;
}
.keiba_article h2{
	background: #2c5023;
}
.term-ttl+div{
	background: #fff;
	padding: 15px;
}
.term-ttl+div .flex p{
	margin-right: 10px;
}
.term-ttl+div .flex a{
	color: blue;
	text-decoration: underline;
}
.term-ttl+div .flex a:hover{
	opacity: .6;
}
.letter-ttl:first-child{
	margin-top: 0;
}
.single-page ul{
	margin: 20px 10px;
}
.single-page ul:not(.inline-list) li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
#li_links li{
	padding: 0!important;
	margin: 0!important;
	border: 0!important;
}
#li_links li a{
	display: inline-block;
	padding: 10px;
	width: 90%;
	max-width: 580px;
	margin-bottom: 5px;
	background: #f4f4f4;
}
#li_links li a:hover{
	background: #ddd;
}
.single-page .inline-list{
	text-align: center;
}
.single-page .inline-list li{
	display: inline-block;
	padding: 5px;
}
.single-page a{
	text-decoration: underline;
}
.single-page table{
	width: 95%;
	margin: 20px auto;
	border: 1px solid #202020;
}
.single-page th,
.single-page td{
	padding: 10px 5px;
}
.single-page tr:not(:last-child){
	border-bottom: 1px solid #202020;
}
.single-page td:not(:first-child){
	border-left: 1px solid #202020;
}
.single-page th{
	background: rgba(0,0,0,.1);
	font-size: 14px;
}
.single-jisseki table{
	width: 100%;
	font-size: 14px;
}
.single-jisseki table td{
	padding: 10px 5px;
}
.single-jisseki table td br{
	display: none;
}
@media screen and (max-width: 425px){
	.single-jisseki table td br{
		display: block;
	}
}

.daily_index{
	font-size: 14px;
	padding: 10px;
	background: #f4f4f4;
}
.daily_index>li>p{
	margin-bottom: 5px!important;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-weight: 600;
}
.daily_index>li:not(:last-child){
	margin-bottom: 15px;
}
.daily_index>li li:not(:last-child){
	margin-right: 10px;
}
.daily_index>li a{
	color: blue;
	text-decoration: underline;
}


.catch_site .txt-wrap .to_source {
	margin: 15px 0;
}
.catch_site .txt-wrap .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.catch_site .txt-wrap .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.catch_site .txt-wrap .to_source a:hover {
 	background: white;
	color: #015db2;
}
.weekly-site .to_source {
	margin: 15px 0;
}
.weekly-site .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.weekly-site .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.weekly-site .to_source a:hover{
	background: white;
	color: #015db2;
}

.for-column .to_source {
	margin: 15px 0;
}
.for-column .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.for-column .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.for-column .to_source a:hover{
	background: white;
	color: #015db2;
}

.section-in .to_source {
	margin: 15px 0;
}
.section-in .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
/* .section-in .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
} */
.section-in .to_source a:hover{
	background: white;
	color: #015db2;
}