@charset "utf-8";

/* ========================================================
	raceinfo_add.css => レースガイド 追加分
======================================================== */

.center{text-align:center;}

.center em{font-weight:bold;font-size:20px;}

.right{text-align:right;}
table.dictionary_index{width:600px;margin:5rem auto;border:2px solid #0063c5;}
table.dictionary_index thead th{background:#CCC;padding:1rem;text-align:center;font-size:18px;font-weight:bold;line-height:1.3;}
table.dictionary_index thead th+th{border-left:2px solid #FFF;}
table.dictionary_index tbody th,
table.dictionary_index tbody td{font-weight:bold;border:2px solid #0063c5;padding:1rem;text-align:center;font-size:1.6rem;}
table.dictionary_index tbody th{width:30%;background:#0063c5;color:#FFF;}
table.dictionary_index tbody tr:not(.last) th{border-bottom-color:#FFF;}
table.dictionary_index tbody td a{display:inline-block;margin:0px 2rem;}

.w600{max-width:600px;margin-left:auto;margin-right:auto;}

.flex{display:flex;flex-wrap:wrap;justify-content:space-between;}
.flex.col3 > dl{width:32%;background:#F4F4F4;margin-top:2rem;}
.flex.col3 > dl dt{padding:0.7rem 1.2rem;font-weight:bold;background:#CCC;font-size:1.6rem;}
.flex.col3 > dl dd{padding:2rem;font-size:1.4rem;line-height:1.5;}
.dictionary_detail h2{font-size:4rem;text-align:center;margin:4rem auto;}
.dictionary_detail h3{margin-top:5rem;text-align:center;background:#0063c5;padding:1rem;color:#FFF;text-align:center;font-size:3rem;font-weight:bold;}
.dictionary_detail p.right.btn{margin-top:2rem;}
.dictionary_detail p.right.btn a{text-decoration:none;position:relative;display:inline-block;padding:0.6rem 1rem 0.6rem 3rem;color:#FFF;background:#0063c5;}
.dictionary_detail p.right.btn a:before{content: "";position: absolute;top: 50%;left: 1rem;width: 10px;height: 10px;margin: -3px 0 0;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: rotate(45deg);}
.dictionary_detail p.right.btn a:hover{opacity:0.6;}

.dictionary_tab{margin:2rem auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.dictionary_tab a{color:#ffbb37;border:4px solid #ffbb37;background:#FFF;box-sizing:border-box;display:flex;flex-grow:1;text-align:center;justify-content:center;align-items:center;font-weight:bold;font-size:2rem;height:60px;text-decoration:none;}
.dictionary_tab a+a{border-left:0px;}
.dictionary_tab a:hover{background:#ffbb37;color:#FFF;}

@media screen and (min-width: 1300px) {


}

@media screen and (min-width: 769px), print {
.racename span{width:100px;height:60px;right:2rem;top:2rem;position:absolute;}

.flex.col3:after{content:"";display:block;width:374px;}


}
@media screen and (max-width: 768px) {
table.dictionary_index thead th,
table.dictionary_index tbody th,
table.dictionary_index tbody td{font-size:1.4rem;padding:0.6rem;}

.flex.col3 > dl{width:100%;}
.flex.col3 > dl dd{padding:1rem;}


table.dictionary_index{width:100%;margin:2rem auto;border:2px solid #0063c5;}
table.dictionary_index tbody td a{margin:0px 1rem;}

}

@media screen and (max-width: 370px) {



}
.fc_b a{
	color: #000000;
}

.fc_b a.current{
	background-color: #ffbb37;
	color: #ffffff;
}