@charset "UTF-8";
/* CSS Document */


/*-----------
introduction
-----------*/


#reference ul.record_list{
  display: flex;
  flex-wrap: wrap;
}

#reference ul.record_list > li{
  width: 480px;
  margin:0 40px 40px 0;
}

#reference ul.record_list li:nth-child(even){
  margin-right: 0;
}

#reference ul.record_list li h2{
  font-size: 20px;
  font-weight: bold;
  padding:0 0 5px 15px;
}

#reference ul.record_list li h2 a{
  display: inline-block;
  background: url("../../../common/img/icon_arrow_gold_r01.png") no-repeat right top 8px;
  background-size: 12px auto;
  padding: 0 22px 0 0;
}

#reference ul.record_list li h2 a[target="_blank"]{
  background: url("../../../common/img/icon_link_blank.png") no-repeat right top 7px;
  background-size: 18px auto;
  padding: 0 31px 0 0;
}

#reference ul.record_list li .record_detail{
  background: #a9892f url("../img/ink_bg.png") no-repeat left top;
  background-size: 100% auto;
  padding: 15px;
}

#reference ul.record_list li .record_detail.no_btn{
  padding: 15px 15px 62px;
}

#reference ul.record_list li .record_detail  .record_detail_race{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

#reference ul.record_list li .record_detail  .record_detail_race img{
  width: 150px;
  padding-right: 15px;
}

#reference ul.record_list li .record_detail  .record_detail_race p{
  width: 285px;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 7px;
}

#reference ul.record_list li .record_detail  .record_detail_race p span{
  font-size: 23px;
  font-weight: bold;
}

#reference ul.record_list li .record_detail  table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

#reference ul.record_list li .record_detail  table tr:nth-child(odd) {
  background: #ebebeb;
}

#reference ul.record_list li .record_detail  table td {
  padding: 7px 5px 9px;
  text-align: center;
}

#reference ul.record_list li .record_detail  table td:first-child {
  width: 18%;
}

#reference ul.record_list li .record_detail  table td:nth-child(2)  {
  width: 13%;
  padding: 6px 5px;
}

#reference ul.record_list li .record_detail  table td:nth-child(3)  {
  text-align: left;
  width: 47%;
  padding: 7px 5px 9px 27px;
}

#reference ul.record_list li .record_detail  table td:nth-child(4)  {
  width: 22%;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) span {
  display: block;
  padding: 4px 5px 6px;
  line-height: 18px;
  color: #fff;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_01{
  background: #fff;
  border: 1px solid #d6d4d4;
  color: #000;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_02{
  background: #000;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_03{
  background: #ff1500;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_04{
  background: #0165ed;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_05{
  background: #ffff00;
  color: #000;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_06{
  background: #02c11c;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_07{
  background: #ff9000;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) .waku_08{
  background: #ff6699;
}


#reference ul.record_list li .record_detail ul {   
  display: flex;
  flex-wrap: wrap;
}

#reference ul.record_list li .record_detail ul li {
  width: 32%;
  margin-right: 2%;
}

#reference ul.record_list li .record_detail ul li:last-child {
  margin-right: 0;
}

#reference ul.record_list li .record_detail ul li a {
  display: block;
  width: 100%;
  text-align: center;
  background: #000 url("../../../common/img/icon_link_blank_white_s.png") no-repeat right 7px center;
  background-size: 15px auto;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 13px 7px 14px 0;
  box-sizing: border-box;
  line-height: 20px;
}





@media screen and ( max-width:767px) {


#reference ul.record_list{
  display: block;
}

#reference ul.record_list > li{
  width: 100%;
  margin:0 0 7%;
}

#reference ul.record_list li h2{
  padding:0 0 5px 10px;
}

#reference ul.record_list li h2 a{
  background: url("../../../common/img/icon_arrow_gold_r01.png") no-repeat right top 11px;
  background-size: 12px auto;
}

#reference ul.record_list li h2 a[target="_blank"]{
  background: url("../../../common/img/icon_link_blank.png") no-repeat right top 9px;
  background-size: 18px auto;
}

#reference ul.record_list li .record_detail{
  padding: 11px;
}

#reference ul.record_list li .record_detail.no_btn{
  padding: 11px 11px 3px;
}

#reference ul.record_list li .record_detail  .record_detail_race img{
  width: 40%;
  padding-right: 12px;
  box-sizing: border-box;
}

#reference ul.record_list li .record_detail  .record_detail_race p{
  width: 60%;
  padding-bottom: 0;
}

#reference ul.record_list li .record_detail  .record_detail_race p span{
  font-size: 18px;
}






#reference ul.record_list li .record_detail  table td {
  padding: 7px 5px 9px;
  text-align: center;
}

#reference ul.record_list li .record_detail  table td:first-child {
  width: 15%;
}

#reference ul.record_list li .record_detail  table td:nth-child(2)  {
  width: 15%;
  padding: 6px 5px;
}

#reference ul.record_list li .record_detail  table td:nth-child(3)  {
  text-align: left;
  width: 50%;
  padding: 7px 5px 9px 10px;
}

#reference ul.record_list li .record_detail  table td:nth-child(4)  {
  width: 20%;
}

#reference ul.record_list li .record_detail  table td:nth-child(2) span {
  display: block;
  padding: 4px 6px 6px;
  line-height: 18px;
  color: #fff;
}




#reference ul.record_list li .record_detail ul li a {
  background-position: right 4px center;
  background-size: 11px auto;
  font-size: 14px;
  padding: 10px 7px 10px 0;
  line-height: 20px;
}



}

