@charset "utf-8";

/*
=================================================================================
共通設定
=================================================================================
*/

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
html {
    font-size: 13px;
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    min-width: 960px;
    background-color: #ffffff;
    color: #333333;
    font-family: "メイリオ","Hiragino Kaku Gothic ProN",Meiryo,"ヒラギノ角ゴ ProN W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
    line-height: 1.66666667;
}
input {
    color: #333333;
    font-family: "メイリオ","Hiragino Kaku Gothic ProN",Meiryo,"ヒラギノ角ゴ ProN W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
li {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
strong, b {
    font-weight: bold;
}
em {
    font-style: italic;
}
br.clear {
    clear:both;
    font-size:0;
    line-height:0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img.icn_paywall {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
}

.icon-pr {
    background-color: #999999;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}

/*
=================================================================================
Header
=================================================================================
*/

header{
    width: 100%;
}
.header_inner{
    position: relative;
    width: 960px;
    height: 110px;
    margin: 0 auto;
    padding-top: 10px;
}
.header_logo{
    float: left;
    width: 225px;
    height: 90px;
    padding-top: 10px;
}
.header_logo img{
    width: 225px;
    height: 90px;
}
.header_sns{
    position: absolute;
    top: 10px;
    left: 75px;
    width: 150px;
}
.header_sns li{
    float: left;
    width: 75px;
}
.header_sns img{
    width: 24px;
    height: 24px;
}
.header_sns .fukidashi {
    display: inline-block;
    position: relative;
    height: 24px;
    min-width: 26px;
    padding: 2px 5px;
    top: -8px;
    right: -3px;
    font-size: 12px;
    background-color: #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.header_sns .fukidashi:after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #e8e8e8;
    border-width: 5px;
    pointer-events: none;
    content: " ";
}
.header_sns a:hover{
    text-decoration: none;
}
.header_ad{
    float: right;
    width: 728px;
    height: 90px;
}

/*
=================================================================================
alert (by Bootstrap v5.3.5 https://getbootstrap.com/docs/5.3/dist/css/bootstrap.css )
Copyright 2011-2025 The Bootstrap Authors
Licensed under MIT ( https://github.com/twbs/bootstrap/blob/v5.3.5/LICENSE )
=================================================================================
*/

.header_alert {
    width: 960px;
    margin: 0 auto 10px;
}

:root {
    --bs-success-text-emphasis: #0a3622;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-success-border-subtle: #a3cfbb;
    --bs-danger-text-emphasis: #58151c;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-border-width: 1px;
    --bs-border-radius: 0.375rem;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
}
.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
}

/*
=================================================================================
nav
=================================================================================
*/

.nav_wrapper {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background-color: #e8e8e8;
}
.nav_inner {
    position: relative;
    width: 960px;
    height: 40px;
    margin: 0 auto;
}
.nav_main{
    width: 720px;
}
.nav_main li{
    float: left;
    width: 80px;
    height: 40px;
    margin-right: 1px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.nav_main li a {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    border-bottom: 5px solid #bbbbbb;
}
.nav_main li a:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #157a00;
    content: '';
}
.nav_main li a:hover {
    text-decoration: none;
}
.nav_main li a:hover:after {
    height: 5px;
}
.nav_main li.select a {
    height: 40px;
    background-color: #c0f7b4;
    border-bottom: 5px solid #157a00;
}
.nav_main li.select a:after,
.nav_main li.select a:hover:after {
    background-color: transparent;
}
.nav_account{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.nav_account li{
    float: right;
    width: 90px;
    height: 30px;
    margin: 5px 0 0 10px;
    border: solid 1px #eb6100;
    background-color: #eb6100;
    text-align: center;
}
.nav_account li a {
    display: block;
    width: 100%;
    height: 28px;
    padding-top: 4px;
    background-color: #eb6100;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-weight: bold;
    color: #ffffff;
}
.nav_account li a:hover {
    background-color: rgba(255,255,255,.4);
    text-decoration: none;
}
.nav_account li.newspapers {
    border: solid 1px #444444;
    background-color: #444444;
}
.nav_account li.newspapers a {
    background-color: rgba(255,255,255,0);
}
.nav_account li.newspapers a:hover {
    background-color: #808080;
}

/*
=================================================================================
wrapper
=================================================================================
*/

#wrapper{
    width: 960px;
    margin: 0 auto;
}

/*
=================================================================================
contents
=================================================================================
*/

.contents_wrapper{
    width: 960px;
    margin: 0 auto 40px;
}
.contents_left{
    float: left;
    width: 300px;
}
.contents_right{
    float: right;
    width: 640px;
}

/*
=================================================================================
subtitle
=================================================================================
*/

.subtitle01{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-top: 5px solid #bbbbbb;
    background-color: #e8e8e8;
}
.subtitle01 h1,
.subtitle01 h2{
    display: inline-block;
    position: relative;
    top: -5px;
    padding: 5px 10px 0;
    border-top: 5px solid #157a00;
    font-size: 15px;
    font-weight: bold;
}
.subtitle02{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background-color: #157a00;
}
.subtitle02 h1,
.subtitle02 h2{
    display: inline-block;
    position: relative;
    padding: 9px 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

/*
=================================================================================
btntype
=================================================================================
*/

a.btntype01 {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    border: 10px solid #e8e8e8;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
a.btntype01:after{
    position: absolute;
    top: -3px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
}
a.btntype01:hover{
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    background-color: #c0f7b4;
}
a.btntype01:hover:after{
    right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
a.btntype02 {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
a.btntype02:after{
    position: absolute;
    top: -3px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
}
a.btntype02:hover{
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    background-color: #c0f7b4;
}
a.btntype02:hover:after{
    right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
/* ボタン状リンク */
a.button-link {
    display: table;
    border: 1px solid #157a00;
    border-radius: 4px;
    background-color: #157a00;
    color: #ffffff !important;
    margin: 0 auto;
    padding: 10px;
    padding-left: 15px;
    float: initial;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    width: 80%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
a.button-link:hover {
    text-decoration: underline;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/*
=================================================================================
list01
=================================================================================
*/
ul.list01{
}
ul.list01 li{
    display: block;
    position: relative;
    width: 100%;
    min-height: 70px;
    margin-bottom: 10px;
}
a.list01_box{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    min-height: 70px;
}
a.list01_box:after{
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #bbbbbb;
}
a.list01_box:hover{
    text-decoration: none;
}
a.list01_box:hover:after{
    right: 5px;
    color: #157a00;
}
.list01_thumb{
    float: left;
    width: 70px;
    height: 70px;
}
.list01_thumb img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.list01_detail{
    width: 560px;
    padding: 25px 0 0 80px;
}
dl.list01_detail dt.title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}
a.list01_box:hover dl.list01_detail dt.title{
    text-decoration: underline;
}
ul.list01 dd.date i {
    margin-right: 3px;
}
.list01_series {
    position: absolute;
    top: 5px;
    left: 80px;
    white-space: nowrap;
}
.list01_series a {
    font-weight: bold;
    color: #157a00;
}
.list01_series a:hover {
    text-decoration: underline;
}

/*
=================================================================================
list02
=================================================================================
*/

ul.list02{
    display: flex;
    flex-wrap: wrap;
}
ul.list02 li{
    display: block;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}
ul.list02 li:nth-child(3n+3){
    margin-right: 0;
}
ul.list02 .thumb{
    width: 200px;
    height: 112px;
    margin-bottom: 5px;
}
ul.list02 .thumb img{
    width: 200px;
    height: 112px;
    object-fit: contain;
}
ul.list02 .series{
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
ul.list02 .series a{
    color: #157a00;
}
ul.list02 .title {
    font-size: 13px;
    font-weight: bold;
}
.list02_more{
}

/*
=================================================================================
list03
=================================================================================
*/

.list03 li{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}
.list03 li:before{
    position: relative;
    left: -5px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
    text-decoration: none;
}

/*
=================================================================================
list04
=================================================================================
*/

.list04_h2{
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}
.list04 {
    padding-left: 14px;
}
.list04 li{
    margin-bottom: 5px;
    font-size: 16px;
}
.list04 li a{
    color: #0000cc;
}

/*
=================================================================================
videolist
=================================================================================
*/

ul.videolist_list{
    margin-bottom: 20px;
}
ul.videolist_list li{
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
}
ul.videolist_list li a{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    min-height: 100px;
}
ul.videolist_list li a:after{
    position: absolute;
    top: 24px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #bbbbbb;
}
ul.videolist_list li a:hover{
    text-decoration: none;
}
ul.videolist_list li a:hover:after{
    right: 5px;
    color: #157a00;
}
.videolist_thumb{
    float: left;
    position: relative;
    width: 150px;
    height: 100px;
}
.videolist_thumb img{
    width: 150px;
    height: 100px;
}
.videolist_thumb:after{
    position: absolute;
    top: 19px;
    left: 55px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ffffff;
    content: '\f144';
    opacity: 0.8;
}
dl.videolist_detail{
    padding: 30px 0 0 160px;
}
dl.videolist_detail dt.title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
}
ul.videolist_list li a:hover dl.videolist_detail dt.title{
    text-decoration: underline;
}
dl.videolist_detail dd.date i {
    margin-right: 3px;
}
.videolist_more{
    margin-bottom: 20px;
}

/*
=================================================================================
sns01
=================================================================================
*/

.sns01{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.sns01 li{
    flex: initial;
    margin-right: 10px;
}
.sns01 li:last-child {
    margin-right: 0;
}

/*
=================================================================================
paging01
=================================================================================
*/

.paging01{
    text-align: center;
}
.paging01 a{
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    width: 30px;
    height: 30px;
    border: 1px solid #bbbbbb;
    font-size: 15px;
    line-height: 2;
    text-decoration: none;
}
.paging01 a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c0f7b4;
    text-decoration: none;
}
.paging01 ul{
    display: inline-block;
    font-size: 0;
}
.paging01 ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 0;
}
.paging01 ul li.current a{
    border: 1px solid #157a00;
    background-color: #157a00;
    color: #ffffff;
}
.paging01 p{
    display: inline-block;
    font-size: 15px;
}
.paging01 p.previous{
    margin-right: 10px;
}
.paging01 p i{
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #157a00;
}
.paging01 p a{
    width: inherit;
    padding: 0 15px;
    background-color: #e8e8e8;
}
.paging01 p a:hover i{
    -webkit-transition: .3s;
    transition: .3s;
}

/*
=================================================================================
noregist
=================================================================================
*/

.noregistbox01{
    padding: 10px;
    border: 1px solid #eb6100;
    margin-bottom: 20px;
}
.noregistbox01 .text{
    margin-bottom: 5px !important;
    text-align: center;
    font-size: 15px;
    color: #eb6100;
    line-height: 1.6;
}
.noregistbox01 ul.btns{
    width: 265px;
    margin: 0 auto;
}
.noregistbox01 ul.btns li{
    float: left;
    width: 120px;
    height: 40px;
    border: solid 1px #eb6100;
    background-color: #eb6100;
    text-align: center;
}
.noregistbox01 ul.btns li.disabled {
    float: left;
    width: 120px;
    height: 40px;
    border: solid 1px #d8d6d6;
    background-color: #d8d6d6;
    text-align: center;
}
.noregistbox01 ul.btns li:first-child{
    margin-right: 25px;
}
.noregistbox01 ul.btns li a {
    display: block;
    width: 118px;
    height: 38px;
    padding-top: 8px;
    background-color: #eb6100;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-weight: bold;
    color: #ffffff;
}
.noregistbox01 ul.btns li.disabled a {
    display: block;
    width: 118px;
    height: 38px;
    padding-top: 8px;
    background-color: #d8d6d6;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-weight: bold;
    color: #ffffff;
}
.noregistbox01 ul.btns li:first-child a {
}
.noregistbox01 ul.btns li a:hover {
    background-color: rgba(255,255,255,.4);
    text-decoration: none;
}
.noregistbox02{
}
.noregistbox02 .text{
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    color: #eb6100;
    line-height: 1.6;
}
.noregistbox02 ul.btns{
    width: 265px;
    margin: 0 auto;
}
.noregistbox02 ul.btns li{
    float: left;
    width: 120px;
    height: 40px;
    border: solid 1px #eb6100;
    background-color: #eb6100;
    text-align: center;
}
.noregistbox02 ul.btns li:first-child{
    margin-right: 25px;
}
.noregistbox02 ul.btns li.disabled {
    border: solid 1px #d8d6d6;
    background-color: #d8d6d6;
}
.noregistbox02 ul.btns li a {
    display: block;
    width: 118px;
    height: 38px;
    padding-top: 8px;
    background-color: #eb6100;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-weight: bold;
    color: #ffffff;
}
.noregistbox02 ul.btns li:first-child a {
    padding-top: 13px;
}
.noregistbox02 ul.btns li a:hover {
    background-color: rgba(255,255,255,.4);
    text-decoration: none;
}
.noregistbox02 ul.btns li.disabled a {
    padding-top: 13px;
    background-color: #d8d6d6;
}

/*
=================================================================================
newlist
=================================================================================
*/

.newlist_wrapper{
    margin-bottom: 20px;
}

/*
=================================================================================
authorlist
=================================================================================
*/

.authorlist_wrapper{
    margin-bottom: 20px;
}
.authorlist_left{
    float: left;
    width: 145px;
}
.authorlist_right{
    float: right;
    width: 145px;
}
ul.authorlist_list{
    margin-bottom: 16px;
}
.authorlist_left ul:last-child,
.authorlist_right ul:last-child{
    margin-bottom: 0;
}
ul.authorlist_list li{
    position: relative;
    width: 145px;
    height: 66px;
    border-bottom: 1px solid #bbbbbb;
    transition: background-color .3s linear;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
    padding-top: 4px;
}
ul.authorlist_list li:hover{
    transition: background-color .3s linear;
    background-color: #c0f7b4;
}
ul.authorlist_list li a{
    display: block;
}
ul.authorlist_list .authorlist_list_author_image_wrapper {
    height: 62px;
}
ul.authorlist_list .authorlist_list_author_image{
    width: 60px;
    height: 60px;
}
ul.authorlist_list .authorlist_list_author_profile_wrapper {
    width: 100%;
    height: 62px;
    display: flex;
    flex-flow: column nowrap;
}
ul.authorlist_list .authorlist_list_author_profile {
    padding-top: 10px;
    padding-right: 4px;
    flex-grow: 1;
}
ul.authorlist_list li .author{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
ul.authorlist_list a.authorlist_list_author_hit {
    flex-grow: 2;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
}
ul.authorlist_list a.authorlist_list_author_hit:hover {
    text-decoration: none;
}
ul.authorlist_list .authorlist_list_author_hit .authorlist_list_author_hit_icon {
    margin-left: 2px;
    margin-right: 2px;
}
.authorlist_icon_description_header h3 {
    width: 100%;
    height: 35px;
    padding: 10px 0 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.authorlist_icon_description_list li {
    margin-bottom: 5px;
}
.authorlist_icon_description_list .authorlist_list_author_hit_icon {
    vertical-align: bottom;
}

/*
=================================================================================
author_profile_list
=================================================================================
*/
ul.author_profile_list {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}
ul.author_profile_list li.author_profile {
    padding: 5px;
    width: calc(100% / 3);
}
li.author_profile a {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 10px;
    transition: background-color .3s linear;
}
li.author_profile a:hover {
    transition: background-color .3s linear;
    background-color: #c0f7b4;
}
li.author_profile img.author_profile_image {
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
}
li.author_profile div.author_profile_content {
    flex: 1 1 auto;
    margin-left: 10px;
    margin-top: 5px;
}
div.author_profile_content p.author_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1;
}
div.author_profile_content p.author_title {
    font-size: 12px;
    line-height: 1.5;
}

/*
=================================================================================
authorbox
=================================================================================
*/

.authorbox01{
}
.authorbox01 .image{
    float: left;
    width: 200px;
}
.authorbox01 .image img{
    width: 200px;
    height: 200px;
}
.authorbox01 .text{
    float: right;
    width: 420px;
    padding-top: 10px;
}
.authorbox01 .nickname{
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}
.authorbox01 .name{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.authorbox01 .profile{
    margin-bottom: 5px;
}
.authorbox02{
}
.authorbox02 .image{
    float: left;
    width: 120px;
}
.authorbox02 .image img{
    width: 120px;
    height: 120px;
}
.authorbox02 .text{
    float: right;
    width: 500px;
    padding-top: 38px;
}
.authorbox02 .nickname{
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}
.authorbox02 .name{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.authorbox02 .linkbox {
    text-align: right;
}
.authorbox02 .linkbox p {
    display: inline-block;
    line-height: 1.0;
    font-weight: bold;
}
.authorbox02 .linkbox p:before{
    position: relative;
    left: -5px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
    text-decoration: none;
}

/*
=================================================================================
leftvideo
=================================================================================
*/
.leftvideo_wrapper{
    margin-bottom: 20px;
}
.leftvideo_inner a{
    display: block;
}
.leftvideo_inner .thumb{
    position: relative;
}
.leftvideo_inner .thumb:after{
    position: absolute;
    top: 35px;
    left: 120px;
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ffffff;
    content: '\f144';
    opacity: 0.8;
}
.leftvideo_inner a:hover .thumb:after{
    text-decoration: none;
}
.leftvideo_inner .thumb img{
    width: 300px;
    height: 200px;
}
.leftvideo_inner .title{
    font-size: 15px;
    font-weight: bold;
}

/*
=================================================================================
accessrank
=================================================================================
*/
.accessrank_wrapper{
    margin-bottom: 20px;
}
.accessrank_header{
    width: 100%;
}
.accessrank_header li{
    float: left;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 40%;
    height: 40px;
    padding: 7px 5px 0;
    border-top: 5px solid #bbbbbb;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    color: #157a00;
}
.accessrank_header li:after {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 0;
    transition: .3s;
    background-color: #157a00;
    content: '';
}
.accessrank_header li:hover {
    text-decoration: underline;
}
.accessrank_header li:hover:after {
    height: 5px;
}
.accessrank_header li:first-child{
    width: 60%;
    border-right: 1px solid #ffffff;
}
.accessrank_header li.select{
    border-top: 5px solid #157a00;
    background-color: #c0f7b4;
    color: #333333;
}
.accessrank_header li.select:hover{
    text-decoration: none;
}
.accessrank_container.weekly{
    display: none;
}
ol.accessrank_inner{
}
ol.accessrank_inner li{
    display: block;
    position: relative;
    width: 100%;
    min-height: 80px;
}
ol.accessrank_inner li .rankno{
    position: absolute;
    top: 27px;
    left: 0;
    width: 25px;
    height: 26px;
    padding: 4px 0;
    background-color: #e8e8e8;
    text-align: center;
    font-weight: bold;
}
ol.accessrank_inner li a{
    position: absolute;
    top: 0;
    left: 45px;
    display: block;
}
ol.accessrank_inner li .thumb{
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    height: 70px;
}
ol.accessrank_inner li .title{
    padding: 20px 10px 10px 75px;
    font-weight: bold;
}
ol.accessrank_inner li .thumb img{
    width: 70px;
    height: 70px;
}
ol.accessrank_inner.top5 li:nth-of-type(1){
    background-color: #f6f4db;
}
ol.accessrank_inner.top5 li:nth-of-type(1) .rankno{
    background-color: #dbad00;
    color: #ffffff;
}
ol.accessrank_inner.top5 li:nth-of-type(2){
    background-color: #efefef;
}
ol.accessrank_inner.top5 li:nth-of-type(2) .rankno{
    background-color: #a0a0a0;
    color: #ffffff;
}
ol.accessrank_inner.top5 li:nth-of-type(3){
    background-color: #efe2d1;
}
ol.accessrank_inner.top5 li:nth-of-type(3) .rankno{
    background-color: #b36e2b;
    color: #ffffff;
}
ol.accessrank_inner li:nth-of-type(6){
    line-height: 1.3;
}
ol.accessrank_inner li:nth-of-type(6) .rankno{
    background-color: #eb6100;
    color: #ffffff;
}
ol.accessrank_inner li .title span{
    font-size: 11px;
    font-weight: normal;
    color: #bbbbbb;
}
.accessrank_morebtn{
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    border: 10px solid #e8e8e8;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
    cursor: pointer;
}
.accessrank_morebtn:after{
    position: absolute;
    top: -3px;
    -webkit-transition: .3s;
    transition: .3s;
    right: 10px;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f107';
    color: #157a00;
}
.accessrank_morebtn:hover{
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c0f7b4;
}
.accessrank_morebtn:hover:after{
    top: -1px;
    -webkit-transition: .3s;
    transition: .3s;
}

.openbox{
    display: none;
}

/*
=================================================================================
footer
=================================================================================
*/

.footer_wrapper{
    padding-bottom: 100px;
}
.footerarea1{
    width: 100%;
    height: 90px;
    background-color: #e8e8e8;
}
.footerarea1_inner{
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: url('/img/footer_horse.png') no-repeat 755px 45px;
}
.footerarea1_inner .logo{
    position: absolute;
    top: 21px;
    left: 20px;
}
.footerarea1_inner .logo img{
    width: 120px;
    height: 47px;
}
.footerarea1_inner ul{
    padding: 36px 0;
    text-align: center;
}
.footerarea1_inner ul li{
    display: inline;
}
.footerarea1_inner ul li:after{
    content: ' │ ';
}
.footerarea1_inner ul li:last-child:after{
    content: none;
}
.footerarea1_inner a.pagetop{
    display: block;
    position: absolute;
    top: -25px;
    right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid #bbbbbb;
    text-align: center;
    font-size: 35px;
    color: #bbbbbb;
    cursor: pointer;
}
.footerarea1_inner a.pagetop i{
    position: relative;
    top: -3px;
}
.footerarea1_inner a.pagetop:hover{
    -webkit-transition: .3s;
    transition: .3s;
    top: -30px;
    color: #157a00;
}

.footerarea2{
    width: 960px;
    height: 55px;
    margin: 0 auto;
    padding-top: 18px;
}
.footerarea2 .copyright{
    float: left;
    width: 50%;
}
.footerarea2 ul{
    float: right;
    width: 50%;
    text-align: right;
}
.footerarea2 ul li{
    display: inline;
}
.footerarea2 ul li:after{
    content: ' │ ';
}
.footerarea2 ul li:last-child:after{
    content: none;
}

/*
=================================================================================
topticker
=================================================================================
*/

.topticker_wrapper{
    margin-bottom: 20px;
}
.topticker_list{
    height: 30px;
    padding: 4px 0 0 5px;
    border: 1px solid #eb6100;
    border-left: 10px solid #eb6100;
    background-color: #ffefea;
    overflow: hidden;
}
.topticker_list li{
    height: 30px;
}
.topticker_list li a{
    font-weight: bold;
}

/*
=================================================================================
toppick
=================================================================================
*/

.toppick_wrapper{
    margin-bottom: 20px;
}
.toppick_push{
    margin-bottom: 10px;
}
.toppick_push h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.toppick_push h2:before{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    background-color: #157a00;
    font-size: 15px;
    font-weight: bold;
    content: 'PICKUP';
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}
.toppick_push .text{
    font-size: 14px;
}
.toppick_push .text a.andmore{
    margin-left: 10px;
    font-weight: bold;
}
.toppick_push .text a.thumb{
    float: right;
    margin-left: 10px;
}
.toppick_push .text a.thumb img{
    width: 262px;
    height: 262px;
    object-fit: contain;
}
.toppick_list{
    margin-bottom: 10px;
}
.toppick_list ul{
    padding-left: 5px;
}

/*
=================================================================================
gradelist
=================================================================================
*/

.gradelist_wrapper{
    padding: 10px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
}
.gradelist_container{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.gradelist_container:last-child{
    margin-bottom: 0;
}
.gradelist_box{
}
.gradelist_box a{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px;
}
.gradelist_box a:before{
    display: block;
    position: absolute;
    top: 15px;
    left: 305px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
}
.gradelist_box a:hover{
    background-color: #c0f7b4;
    text-decoration: none;
}
.gradelist_box a:hover:before{
    left: 310px;
}
.gradelist_race{
    float: left;
    width: 290px;
    padding-top: 5px;
    margin-right: 30px;
}
.gradelist_race h2{
    font-size: 17px;
    font-weight: bold;
}
.gradelist_box a:hover .gradelist_race h2{
    text-decoration: underline;
}
.gradelist_race h2 span.grade{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 3px;
    background-color: #e4091e;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.gradelist_race .detail{
}
.gradelist_yosou{
    float: left;
    width: 280px;
    line-height: 1.1;
}
.gradelist_yosou .yosou{
    font-weight: bold;
}
.gradelist_yosou .yet{
    padding-top: 20px;
    font-weight: bold;
}
.gradelist_yosou .yosou span,
.gradelist_yosou .yet span{
    margin: 0 5px;
    font-size: 17px;
    color: #157a00;
}
.gradelist_yosou ul.author li{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.gradelist_yosou ul.author li img{
    width: 40px;
    height: 40px;
}
.gradelist_yosou ul.author li.andmore{
    position: relative;
    font-size: 11px;
}
.gradelist_yosou ul.author li.andmore span{
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.gradelist_yosou ul.author li:last-child{
    margin-right: 0;
}
.gradelist_column{
    margin: 0 10px;
    padding: 5px 10px;
    border-top: 5px solid #e8e8e8;
}
.gradelist_column ul{
    float: left;
    width: 470px;
}
.gradelist_column .thumb{
    float: right;
    width: 104px;
    padding-top: 5px;
}
.gradelist_column .thumb img{
    width: 104px;
    height: 104px;
}
.gradelist_column_andmore {
    text-align: right;
}
.gradelist_column_andmore p {
    display: inline-block;
    line-height: 1.0;
    font-weight: bold;
}
.gradelist_column_andmore p:before{
    position: relative;
    left: -5px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
    text-decoration: none;
}

/*
=================================================================================
calendar
=================================================================================
*/

.calendar_inner{
}
.calendar_arrow{
    position: relative;
    width: 640px;
    height: 40px;
    margin-bottom: 20px;
}
.calendar_arrow li:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}
.calendar_arrow li:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
}
.calendar_arrow li a{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 150px;
    height: 40px;
    padding-top: 15px;
    border: 5px solid #e8e8e8;
    text-align: center;
    font-weight: bold;
    color: #157a00;
    text-decoration: none;
    line-height: 0;
}
.calendar_arrow li:nth-child(1) a:after,
.calendar_arrow li:nth-child(2) a:after{
    position: absolute;
    top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #bbbbbb;
}
.calendar_arrow li:nth-child(1) a:after{
    left: 7px;
    content: '\f104';
}
.calendar_arrow li:nth-child(2) a:after{
    right: 7px;
    content: '\f105';
}
.calendar_arrow li:nth-child(1) a:hover:after,
.calendar_arrow li:nth-child(2) a:hover:after{
    color: #157a00;
}
.calendar_arrow li:nth-child(1) a:hover:after{
    left: 5px;
}
.calendar_arrow li:nth-child(2) a:hover:after{
    right: 5px;
}
.calendar_now_wrapper{
}
.calendar_now{
    position: relative;
    width: 640px;
    height: 45px;
    text-align: center;
}
.calendar_now li{
    display: inline-block;
    position: relative;
    width: 135px;
    height: 45px;
    margin: 0 10px;
    padding-top: 10px;
    border-top: 5px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    font-weight: bold;
    color: #157a00;
    cursor: pointer;
}
.calendar_now li:after{
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 0;
    background-color: #157a00;
    content: '';
}
.calendar_now li:hover:after{
    height: 5px;
}
.calendar_now li.select{
    background-color: #e8e8e8;
    border-top: 5px solid #157a00;
    font-weight: bold;
    color: #333333;
}
.calendar_now li.select:after{
    background-color: transparent;
}
.calendar_now_container{
    display: none;
    background-color: #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.calendar_now_container.select{
    display: block;
}
.calendar_now_box{
    float: left;
    width: 200px;
    margin-right: 10px;
}
.calendar_now_box:last-child{
    margin-right: 0;
}
.calendar_now_box h3{
    margin-bottom: 5px;
}
.calendar_now_box h3 span{
    margin-right: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #157a00;
}
ul.calendar_list li{
    display: block;
    position: relative;
    width: 200px;
    height: 70px;
    margin-bottom: 10px;
    background-color: #ffffff;
}
ul.calendar_list li:last-child{
    margin-bottom: 0;
}
ul.calendar_list a{
    display: block;
    width: 100%;
    height: 70px;
    text-decoration: none;
}
ul.calendar_list a:after{
    position: absolute;
    top: 0;
    right: 9px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #bbbbbb;
}
ul.calendar_list a:hover:after{
    right: 6px;
    color: #157a00;
}
ul.calendar_list .no{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    background-color: #157a00;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
ul.calendar_list .name{
    position: absolute;
    top: 5px;
    left: 35px;
    width: 145px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}
ul.calendar_list .detail{
    position: absolute;
    top: 25px;
    left: 35px;
    width: 165px;
}
ul.calendar_list .detail span{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 3px;
    padding: 0 2px;
    background-color: #e4091e;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
ul.calendar_list .yosou{
    position: absolute;
    top: 45px;
    left: 35px;
    width: 80px;
    font-size: 11px;
}
ul.calendar_list .column{
    position: absolute;
    top: 45px;
    left: 110px;
    font-size: 11px;
}
ul.calendar_list .yosou span,
ul.calendar_list .column span{
    font-size: 13px;
    font-weight: bold;
    color: #157a00;
}
ul.calendar_list li.none{
    background-color: #eeeeee;
}

/*
=================================================================================
author
=================================================================================
*/

.author_wrapper{
    margin-bottom: 20px;
}
.author_race{
    background-color: #e8e8e8;
    margin-bottom: 20px;
}
.author_column_wrapper{
    margin-bottom: 20px;
}

/*
=================================================================================
authoryosou_list
=================================================================================
*/

.authoryosou_list_wrapper{
    background-color: #e8e8e8;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.authoryosou_header.subtitle01{
    margin-bottom: 0;
}
.authoryosou_list_container{
    margin-bottom: 10px;
}
.authoryosou_list_container h3{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
ul.authoryosou_list li{
    display: block;
    float: left;
    position: relative;
    width: 144px;
    height: 45px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #ffffff;
}
ul.authoryosou_list li:nth-child(4n+4){
    margin-right: 0;
}
ul.authoryosou_list a{
    display: block;
    width: 100%;
    height: 45px;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}
ul.authoryosou_list a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c0f7b4;
}
ul.authoryosou_list a:after{
    position: absolute;
    top: 7px;
    right: 9px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #bbbbbb;
}
ul.authoryosou_list a:hover:after{
    right: 6px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #157a00;
}
ul.authoryosou_list .select a{
    background-color: #c0f7b4;
}
ul.authoryosou_list .select a:after{
    color: #157a00;
}
ul.authoryosou_list .no{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    background-color: #157a00;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
ul.authoryosou_list .name{
    position: absolute;
    top: 5px;
    left: 35px;
    width: 109px;
    overflow: hidden;
    white-space: nowrap;
}
ul.authoryosou_list li .umatan,
ul.authoryosou_list li .santan{
    width: 25px;
    padding: 1px 0;
    background-color: #ffffff;
    text-align: center;
    font-size: 9px;
    line-height: 1;
}
ul.authoryosou_list li .umatan{
    position: absolute;
    left: 35px;
    top: 25px;
    border: 1px solid #0f439c;
    color: #0f439c;
}
ul.authoryosou_list li .santan{
    position: absolute;
    left: 65px;
    top: 25px;
    border: 1px solid #e4091e;
    color: #e4091e;
}

/*
=================================================================================
relatedrace_list
=================================================================================
*/

.relatedrace_list_wrapper{
    background-color: #e8e8e8;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.relatedrace_list_container{
    margin-bottom: 10px;
}
.relatedrace_list_container h3{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
.relatedrace_list_container ul.calendar_list li{
    float: left;
    margin-right: 10px;
}

/*
=================================================================================
list
=================================================================================
*/

.list_wrapper{
    margin-bottom: 20px;
}
.list_list{
    margin-bottom: 20px;
}

/*
=================================================================================
racenav
=================================================================================
*/

.racenav_inner{
    position: relative;
    width: 960px;
}
.racenav_arrow{
    position: relative;
    width: 960px;
    height: 35px;
    margin-bottom: 10px;
}
.racenav_arrow li:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}
.racenav_arrow li:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
}
.racenav_arrow li a{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 120px;
    height: 35px;
    padding-top: 13px;
    border: 5px solid #e8e8e8;
    text-align: center;
    color: #157a00;
    text-decoration: none;
    line-height: 0;
}
.racenav_arrow li:nth-child(1) a:after,
.racenav_arrow li:nth-child(2) a:after{
    position: absolute;
    top: 13px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #bbbbbb;
}
.racenav_arrow li:nth-child(1) a:after{
    left: 5px;
    content: '\f104';
}
.racenav_arrow li:nth-child(2) a:after{
    right: 5px;
    content: '\f105';
}
.racenav_arrow li:nth-child(1) a:hover:after,
.racenav_arrow li:nth-child(2) a:hover:after{
    color: #157a00;
}
.racenav_arrow li:nth-child(1) a:hover:after{
    left: 3px;
}
.racenav_arrow li:nth-child(2) a:hover:after{
    right: 3px;
}
.racenav_now_wrapper{
    position: absolute;
    top: 0;
    left: 190px;
}
.racenav_now{
    position: relative;
    width: 580px;
    height: 45px;
    text-align: center;
}
.racenav_now li{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 45px;
    margin: 0 10px;
    padding-top: 10px;
    border-top: 5px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    color: #157a00;
    cursor: pointer;
}
.racenav_now li:after{
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 0;
    background-color: #157a00;
    content: '';
}
.racenav_now li:hover:after{
    height: 5px;
}
.racenav_now li.select{
    background-color: #c0f7b4;
    border-top: 5px solid #157a00;
    font-weight: bold;
}
.racenav_now li.select:after{
    background-color: transparent;;
}
.racenav_now_container{
    display: none;
    margin-bottom: 20px;
}
.racenav_now_container.select{
    display: block;
}
.racenav_now_container table{
    width: 960px;
    border: 1px solid #bbbbbb;
}
.racenav_now_container table th{
    height: 30px;
    background-color: #e8e8e8;
    border: 1px solid #bbbbbb;
    text-align: center;
    font-weight: bold;
}
.racenav_now_container table td{
    width: 75px;
    border: 1px solid #bbbbbb;
    text-align: center;
    line-height: 0.9;
}
.racenav_now_container table td div{
    display: table;
    width: 100%;
}
.racenav_now_container table td a{
    display: table-cell;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 29px;
    vertical-align: middle;
    color: #157a00;
}
.racenav_now_container table td a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c0f7b4;
    text-decoration: none;
}
.racenav_now_container table td.select{
    background-color: #c0f7b4;
    font-weight: bold;
}
.racenav_now_container table td.none{
    background-color: #e8e8e8;
    color: #bbbbbb;
}
.racenav_now_container table td span{
    display: inline-block;
    height: 9px;
    color: #333333;
    font-size: 9px;
    font-weight: normal;
    overflow: hidden;
}
.racenav_now_container table td.none span{
    color: #bbbbbb;
}

/*
=================================================================================
racename
=================================================================================
*/

.racename_wrapper{
    position: relative;
    width: 960px;
    height: 50px;
    border-bottom: 5px solid #157a00;
    margin-bottom: 20px;
}
.race_no{
    float: left;
    width: 100px;
    height: 45px;
    padding-top: 14px;
    background-color: #157a00;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.racename_inner{
    float: left;
    width: 600px;
    height: 45px;
    padding-left: 15px;
}
.racename_inner h1,
.racename_inner .racename{
    width: 585px;
    font-size: 17px;
    font-weight: bold;
}
.racename_inner h1 span,
.racename_inner .racename span{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 5px;
    padding: 0 3px;
    background-color: #e4091e;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.racename_detail{
    position: relative;
    top: -2px;
    width: 585px;
}
.racename_pdfbtn{
    float: left;
    width: 260px;
    height: 45px;
}
.racename_pdfbtn p{
    position: relative;
    width: 260px;
    height: 35px;
    border: solid 1px #eb6100;
    background-color: #eb6100;
    text-align: center;
}
.racename_pdfbtn p a {
    display: block;
    width: 258px;
    height: 33px;
    padding: 5px 0 0 20px;
    background: url('/img/icn_newspaper.png') #eb6100 no-repeat 15px 6px;
    background-size: 26px 23px;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.racename_pdfbtn p a:hover {
    background-color: rgba(255,255,255,.4);
    text-decoration: none;
}
.racename_pdfbtn p i{
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 9px;
    font-weight: normal;
}

/*
=================================================================================
horselist
=================================================================================
*/

.horselist_wrapper{
    margin-bottom: 20px;
}
table.horselist01{
    width: 100%;
    border: 1px solid #bbbbbb;
    line-height: 1.0;
}
table.horselist01 th{
    padding: 5px 0;
    border: 1px solid #bbbbbb;
    background-color: #e8e8e8;
    text-align: center;
}
table.horselist01 td{
    padding: 5px 0;
    border: 1px solid #bbbbbb;
}

table.horselist01 td {
    position: relative;
    background-clip: padding-box;
}
table.horselist01 tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 45%;
    left: 0;
    border-bottom: 4px solid red;
    width: 100%;
}
table.horselist01 td.hidden {
  padding: 0 !important;
  border: none;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  height: 0 !important;
  white-space: normal;
  word-break: break-all !important;
  word-wrap: break-word !important;
}

table.horselist01 .no{
    text-align: center;
    padding: 5px 3px;
}
table.horselist01 th.no{
}
table.horselist01 .bamei{
    padding: 5px 3px;
}
table.horselist01 th.bamei{
    text-align: left;
}
table.horselist01 .seirei{
    width: 6%;
    padding: 5px 3px;
    white-space: nowrap;
}
table.horselist01 .kinryo{
    width: 6%;
    padding: 5px 3px;
    white-space: nowrap;
}
table.horselist01 .jockey{
    width: 8%;
    padding: 5px 3px;
    white-space: nowrap;
}
table.horselist01 .mark{
    text-align: center;
}
table.horselist01 th.mark{
}
table.horselist01 .shisu{
    text-align: center;
}
table.horselist01 th.shisu{
}
table.horselist01 .waku1 .no,
table.horselist01 .waku1 .bamei{
    background-color: #ffffff;
}
table.horselist01 .waku2 .no,
table.horselist01 .waku2 .bamei{
    background-color: #cccccc;
}
table.horselist01 .waku3 .no,
table.horselist01 .waku3 .bamei{
    background-color: #ffcccc;
}
table.horselist01 .waku4 .no,
table.horselist01 .waku4 .bamei{
    background-color: #ccffff;
}
table.horselist01 .waku5 .no,
table.horselist01 .waku5 .bamei{
    background-color: #ffff99;
}
table.horselist01 .waku6 .no,
table.horselist01 .waku6 .bamei{
    background-color: #ccffcc;
}
table.horselist01 .waku7 .no,
table.horselist01 .waku7 .bamei{
    background-color: #ffcc99;
}
table.horselist01 .waku8 .no,
table.horselist01 .waku8 .bamei{
    background-color: #ffccff;
}
table.horselist01 .waku1+.waku2,
table.horselist01 .waku2+.waku3,
table.horselist01 .waku3+.waku4,
table.horselist01 .waku4+.waku5,
table.horselist01 .waku5+.waku6,
table.horselist01 .waku6+.waku7,
table.horselist01 .waku7+.waku8{
    border-top: 2px solid #888888;
}
table.horselist01 .noregist{
}
.weekday table.horselist01{
}
.weekday table.horselist01 .seirei,
.weekday table.horselist01 .kinryo,
.weekday table.horselist01 .jockey{
    width: auto;
    text-align: left;
}
.yosou_horselist .mark{
    width: 20%;
}

/*
=================================================================================
yosou
=================================================================================
*/

.yosou_wrapper{
    margin-bottom: 20px;
}
.yosou_header{
    margin-bottom: 5px;
}
.yosou_inner{
    margin-bottom: 20px;
}
.yosou_inner .noregist{
    padding: 50px 0;
}
.yosou_horselist{
    float: left;
    width: 230px;
}
.yosou_kaime{
    float: right;
    width: 400px;
}
.yosou_umatan{
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e8e8e8;
}
.yosou_umatan .meta{
    float: left;
    width: 190px;
    padding-right: 10px;
}
.yosou_umatan .meta h2{
    padding: 5px;
    border: 1px solid #0f439c;
    background-color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #0f439c;
}
.yosou_umatan .meta .no{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
.yosou_umatan .meta .author{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
.yosou_umatan .kaime{
    float: right;
    width: 190px;
    padding-top: 5px;
    background: url('/img/kaime_bg.gif');
}
.yosou_umatan .kaime li{
    position: relative;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.yosou_umatan .kaime li:before{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.yosou_umatan .kaime li.type_code_1:before{
    content: '\f068';
}
.yosou_umatan .kaime li.type_code_2:before{
    content: '\f30b';
}
.yosou_umatan .kaime li.type_code_3:before{
    content: '\f337';
}
.yosou_umatan .kaime li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    border: 1px solid #333333;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.yosou_umatan .kaime li span.num1{
    margin-right: 25px;
}
.yosou_umatan .kaime li span.num2{
}
.yosou_santan{
    padding: 10px;
    background-color: #e8e8e8;
}
.yosou_santan .meta{
    margin-bottom: 10px;
}
.yosou_santan .meta h2{
    display: inline-block;
    width: 180px;
    padding: 5px;
    border: 1px solid #e4091e;
    background-color: #ffffff;
    margin-right: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #e4091e;
}
.yosou_santan .meta p.category{
    display: inline-block;
    padding: 3px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #e4091e;
}
.focus_category_B .meta p.category:before{
    content: 'ボックス';
}
.focus_category_F .meta p.category:before{
    content: 'フォーメーション';
}
.focus_category_J .meta p.category:before{
    content: '１頭軸ながし';
}
.focus_category_JM .meta p.category:before{
    content: '１頭軸ながしマルチ';
}
.focus_category_Z .meta p.category:before{
    content: '２頭軸ながし';
}
.focus_category_ZM .meta p.category:before{
    content: '２頭軸ながしマルチ';
}
.yosou_santan .kaime{
    margin-bottom: 10px;
    padding: 25px 5px 5px;
    background: url('/img/kaime_bg.gif');
    text-align: center;
}
.yosou_santan .kaime ul{
    display: inline-block;
}
.yosou_santan .kaime ul li{
    float: left;
    position: relative;
}
.yosou_santan .kaime li.focus_left,
.yosou_santan .kaime li.focus_center{
    margin-right: 25px;
}
.yosou_santan .kaime li.focus_right{
    margin-right: 0;
}
.focus_left_1 .focus_left,
.focus_center_1 .focus_center,
.focus_right_1 .focus_right{
    width: 29px;
    padding-top: 15px;
}
.focus_left_2 .focus_left,
.focus_left_3 .focus_left,
.focus_left_4 .focus_left,
.focus_center_2 .focus_center,
.focus_center_3 .focus_center,
.focus_center_4 .focus_center,
.focus_right_2 .focus_right,
.focus_right_3 .focus_right,
.focus_right_4 .focus_right{
    width: 58px;
}
.focus_left_2 .focus_left,
.focus_center_2 .focus_center,
.focus_right_2 .focus_right{
    padding-top: 15px;
}
.focus_left_5 .focus_left,
.focus_left_6 .focus_left,
.focus_center_5 .focus_center,
.focus_center_6 .focus_center,
.focus_right_5 .focus_right,
.focus_right_6 .focus_right{
    width: 87px;
}
.focus_left_7 .focus_left,
.focus_left_8 .focus_left,
.focus_center_7 .focus_center,
.focus_center_8 .focus_center,
.focus_right_7 .focus_right,
.focus_right_8 .focus_right{
    width: 116px;
}
.focus_left_9 .focus_left,
.focus_center_9 .focus_center,
.focus_right_9 .focus_right{
    width: 145px;
}
.focus_category_B .kaime li.focus_left,
.focus_category_B .kaime li.focus_center{
    width: auto;
    margin-right: initial;
}
.focus_category_J .focus_left:before,
.focus_category_JM .focus_left:before,
.focus_category_Z .focus_left:before,
.focus_category_ZM .focus_left:before,
.focus_category_Z .focus_center:before,
.focus_category_ZM .focus_center:before{
    position: absolute;
    top: -20px;
    left: -1px;
    width: 100%;
    height: 30px;
    text-align: center;
    content: '軸';
}
.focus_category_F .focus_left:after,
.focus_category_F .focus_center:after,
.focus_category_J .focus_left:after,
.focus_category_J .focus_center:after,
.focus_category_Z .focus_left:after,
.focus_category_Z .focus_center:after{
    font-size: 25px;
}
.focus_category_JM .focus_left:after,
.focus_category_JM .focus_center:after,
.focus_category_ZM .focus_left:after,
.focus_category_ZM .focus_center:after{
    top: 13px;
    font-size: 18px;
    content: '\f068';
}
.yosou_santan .kaime li.focus_left:after,
.yosou_santan .kaime li.focus_center:after{
    position: absolute;
    right: -26px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.focus_category_F .focus_left:after,
.focus_category_F .focus_center:after,
.focus_category_J .focus_left:after,
.focus_category_J .focus_center:after,
.focus_category_Z .focus_left:after,
.focus_category_Z .focus_center:after{
    top: 8px;
    font-size: 25px;
    content: '\f0da';
}
.focus_category_JM .focus_left:after,
.focus_category_JM .focus_center:after,
.focus_category_ZM .focus_left:after,
.focus_category_ZM .focus_center:after{
    top: 13px;
    font-size: 18px;
    content: '\f068';
}
.yosou_santan .kaime span.num{
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin: 0 2px 2px 0;
    padding-top: 1px;
    border: 1px solid #333333;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.yosou_santan .kaime .comb_number span{
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}
.yosou_santan .lower{
}
.yosou_santan .lower .no{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
.yosou_santan .lower .author{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
.yosou_race{
    background-color: #e8e8e8;
    margin-bottom: 20px;
}
.yosou_related_header.subtitle01{
    margin-bottom: 0;
}

/*
=================================================================================
relatedlist
=================================================================================
*/

.relatedlist_wrapper{
    margin-bottom: 20px;
}

/*
=================================================================================
yosounav
=================================================================================
*/

.yosounav_wrapper{
    margin-bottom: 10px;
}
.yosounav_left{
    float: left;
    width: 145px;
}
.yosounav_right{
    float: right;
    width: 145px;
}
ul.yosounav_list{
    margin-bottom: 10px;
}
ul.yosounav_list li{
    position: relative;
    width: 145px;
    height: 50px;
    margin-bottom: 5px;
}
ul.yosounav_list li a{
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    width: 145px;
    height: 50px;
    text-decoration: none;
}
ul.yosounav_list li a:after{
    position: absolute;
    top: 8px;
    right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
}
ul.yosounav_list li a:hover{
    background-color: #c0f7b4;
}
ul.yosounav_list li a:hover:after{
    right: 2px;
}
ul.yosounav_list li.select a{
    background-color: #c0f7b4;
}
ul.yosounav_list li.select a:after{
    color: #157a00;
}
ul.yosounav_list li img{
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 40px;
}
ul.yosounav_list li .nickname{
    position: absolute;
    left: 50px;
    top: 2px;
    width: 100px;
    font-size: 9px;
    color: #666666;
}
ul.yosounav_list li .author{
    position: absolute;
    left: 50px;
    top: 14px;
    width: 100px;
    font-size: 15px;
}
ul.yosounav_list li .umatan,
ul.yosounav_list li .santan{
    width: 25px;
    padding: 1px 0;
    background-color: #ffffff;
    text-align: center;
    font-size: 9px;
    line-height: 1;
}
ul.yosounav_list li .film{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 50px;
    background-color: #000000;
    opacity: 0.07;
}
ul.yosounav_list li .umatan{
    position: absolute;
    left: 50px;
    bottom: 0;
    border: 1px solid #0f439c;
    color: #0f439c;
}
ul.yosounav_list li .santan{
    position: absolute;
    left: 80px;
    bottom: 0;
    border: 1px solid #e4091e;
    color: #e4091e;
}
ul.yosounav_list li.close .nickname,
ul.yosounav_list li.close .author{
    color: #bbbbbb;
}
ul.yosounav_list li.close .umatan,
ul.yosounav_list li.close .santan{
    display: none;
}
ul.yosounav_list li.close .film{
    display: block;
}

/*
=================================================================================
column
=================================================================================
*/

.column_wrapper{
    margin-bottom: 20px;
}
.column_header{
    margin-bottom: 20px;
}
.column_header .series a {
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
.column_header .series a:hover {
    text-decoration: underline;
}
.column_header h1 {
    font-size: 19px;
    font-weight: bold;
}
.column_header_sub{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}
.column_header_sub ul{
    flex: none;
}
.column_header_sub .date{
    flex: none;
}
.column_header_sub .date p{
    text-align: right;
}
.column_header_sub .date p i{
    margin-right: 3px;
}
.column_inner{
    margin-bottom: 30px;
}
.column_inner .photobox{
    width: 262px;
    margin-bottom: 10px;
    text-align: center;
}
.column_inner .photobox.left{
    float: left;
    margin-right: 22px;
}
.column_inner .photobox.right{
    float: right;
    margin-left: 22px;
}
.column_inner .photobox img{
}
.column_inner .photobox .caption{
    margin-bottom: 5px;
    text-align: left;
}
.column_inner .photobox .expansion{
    display: inline-block;
    padding: 3px;
    border: 5px solid #e8e8e8;
}
.column_inner .photobox .expansion i{
    margin-right: 5px;
}
.column_inner .photobox a:hover .expansion{
    color: #157a00;
    text-decoration: none;
}
.column_inner h2{
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 10px solid #157a00;
    font-size: 17px;
    font-weight: bold;
}
.column_inner .text{
    margin-bottom: 20px;
    font-size: 15px;
}
.column_inner .text a {
    color: #D46D4C;
    text-decoration: underline;
}
.column_paging{
    margin-bottom: 30px;
}
.column_yosou{
    margin-bottom: 20px;
}
.column_race{
    margin-bottom: 20px;
}
.column_yosou_header.subtitle01,
.column_race_header.subtitle01{
    margin-bottom: 0;
}
.column_author{
    margin-bottom: 20px;
}
.column_related02_wrapper{
    margin-bottom: 20px;
}

/*
=================================================================================
video
=================================================================================
*/

.video_wrapper{
    margin-bottom: 20px;
}
.video_header{
    margin-bottom: 20px;
}
.video_header h1 {
    font-size: 19px;
    font-weight: bold;
}
.video_header_sub{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}
.video_header_sub ul{
    flex: none;
}
.video_header_sub .date{
    flex: none;
}
.video_header_sub .date p{
    text-align: right;
}
.video_header_sub .date p i{
    margin-right: 3px;
}
.video_inner{
    margin-bottom: 30px;
}
/*
.video_inner h2{
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 10px solid #157a00;
    font-size: 17px;
    font-weight: bold;
}
.video_inner .text{
    margin-bottom: 20px;
    font-size: 15px;
}
*/
.videobox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.videobox > .ulizahtml5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.videobox > iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.video_inner .noregist{
    padding: 50px 0;
}
.video_race{
    margin-bottom: 20px;
}
.video_race_header.subtitle01{
    margin-bottom: 0;
}

/*
=================================================================================
image
=================================================================================
*/

.image_wrapper{
    margin-bottom: 20px;
}
.image_header{
    margin-bottom: 20px;
}
.image_header h1 {
    font-size: 19px;
    font-weight: bold;
}
.image_header_sub{
}
.image_header_sub ul{
    float: left;
    width: 60%;
    padding-top: 7px;
}
.image_header_sub .date{
    float: right;
    width: 40%;
    padding-top: 10px;
}
.image_header_sub .date p{
    text-align: right;
}
.image_header_sub .date p i{
    margin-right: 3px;
}
.image_inner{
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: #e8e8e8;
}
.image_inner .image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    background-color: #e8e8e8;
}
.image_inner .image img{
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    object-fit: contain;
}
.image_inner ul li{
    position: absolute;
    top: 225px;
    width: 50px;
    height: 50px;
    background-color: #e8e8e8;
}
.image_inner ul li:first-child{
    left: 10px;
}
.image_inner ul li:last-child{
    right: 10px;
}
.image_inner ul li i{
    display: none;
}
.image_inner ul li a{
    display: block;
    position: relative;
    -webkit-transition: .3s;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
}
.image_inner ul li a:hover{
    background-color: #c0f7b4;
}
.image_inner ul li a i{
    display: inline;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 40px;
    color: #157a00;
}
.image_inner ul li:first-child a i{
    left: 0;
}
.image_inner ul li:last-child a i{
    right: 0;
}
.image_inner ul li:last-child a:hover i{
    right: -2px;
    -webkit-transition: .3s;
    transition: .3s;
}
.image_inner ul li a:hover i{
    -webkit-transition: .3s;
    transition: .3s;
}
.image_inner ul li:first-child a:hover i{
    left: -2px;
    -webkit-transition: .3s;
    transition: .3s;
}
.image_inner ul li:last-child a:hover i{
    right: -2px;
    -webkit-transition: .3s;
    transition: .3s;
}
.image_inner .caption{
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
}
.image_inner .btn{
    padding: 0 10px;
}
.image_related_wrapper{
    margin-bottom: 20px;
}
.image_related_list{
    padding: 0 1px;
}
.image_related_list li{
    float: left;
    width: 152px;
    height: 152px;
    margin: 0 10px 10px 0;
    line-height: 0;
}
.image_related_list li:nth-child(4n+4){
    margin-right: 0;
}
.image_related_list li img{
    -webkit-transition: .3s;
    transition: .3s;
    width: 152px;
    height: 152px;
}
.image_related_list li a:hover img{
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0.8;
}

/*
=================================================================================
hit
=================================================================================
*/

.hit_wrapper{
    margin-bottom: 20px;
}
.hit_wrapper form{
    display: none;
}
.hit_search_open{
    margin-bottom: 10px;
    padding: 0 100px;
}
.hit_search_open a {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    border: 10px solid #e8e8e8;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #157a00;
}
.hit_search_open i{
    margin-right: 5px;
}
.hit_search_open a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    background-color: #c0f7b4;
}
.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.2) !important;
}
.featherlight .featherlight-close-icon {
    font-size: 20px;
    top: 10px !important;
    right: 10px !important;
}
.featherlight .featherlight-close-icon:hover {
    opacity: 0.8;
}
.hit_search_box{
    display: none;
    cursor: default;
}
.hit_search_upper{
    margin-bottom: 10px;
}
.hit_search_upper h2{
    font-size: 16px;
    font-weight: bold;
    color: #157a00;
}
.hit_search_inner{
    width: 510px;
}
.hit_search_inner h3{
    margin-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    font-weight: bold;
}
.hit_search_left{
    width: 290px;
    margin-right: 10px;
    float: left;
}
.hit_search_right{
    width: 210px;
    float: left;
}
.hit_search_right_inner{
    margin-bottom: 10px;
}
.hit_search_inner ul{
    margin-bottom: 10px;
}
.hit_search_author{
    width: 140px;
    margin-right: 10px;
    float: left;
}
.hit_search_author:last-child{
    margin-right: 0;
}
.hit_search_author h4{
    margin-bottom: 5px;
    font-weight: bold;
}
.hit_search_author ul:last-child{
    margin-bottom: 0;
}
.hit_search_race{
    width: 100px;
    margin-right: 10px;
    float: left;
}
.hit_search_race:last-child{
    margin-right: 0;
}
.hit_search_race li{
    margin-bottom: 5px;
}
.hit_search_inner li label{
    display: block;
    cursor: pointer;
}
.hit_search_inner li label:hover{
    color: #157a00;
}
.hit_search_inner input{
    display: none;
}
.hit_search_inner span{
    padding-left: 20px;
    position:relative;
}
.hit_search_author span{
    top: -10px;
}
.hit_search_inner img{
    position: relative;
    top: 7px;
    width: 30px;
    height: 30px;
}
.hit_search_inner span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
.hit_search_inner input:checked + span{
    color: #157a00;
}
.hit_search_inner input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #157a00;
    border-right: 3px solid #157a00;
}
.hit_search_btn .reset{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    background-color: #bbbbbb;
    -webkit-transition: background-color .3s linear;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: "メイリオ","Hiragino Kaku Gothic ProN",Meiryo,"ヒラギノ角ゴ ProN W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
.hit_search_btn .submit{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #157a00;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: "メイリオ","Hiragino Kaku Gothic ProN",Meiryo,"ヒラギノ角ゴ ProN W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
.hit_search_btn .reset:hover,
.hit_search_btn .submit:hover{
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0.8;
}
.hit_search_btn i{
    margin-right: 5px;
}
.hit_list{
}
.hit_list table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #bbbbbb;
}
.hit_list table th,
.hit_list table td{
    padding: 5px 3px;
    border: 1px solid #bbbbbb;
    white-space: nowrap;
}
.hit_list table th{
    background-color: #e8e8e8;
}
.hit_list table td.date{
    font-size: 12px;
    color: #666666;
}
.hit_list table td.name{
    white-space: normal;
}
.hit_list table td.haitou{
    text-align: right;
    color: #e4091e;
}
.hit_list table td.yosou{
    padding: 0;
}
.hit_list table a{
    font-weight: bold;
}
.hit_list table td.yosou a{
    display: block;
    width: 100%;
    height: 31px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 3px;
    text-align: center;
}
.hit_list table td.yosou a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c0f7b4;
    text-decoration: none;
}
.hit_list table .yosou a:after{
    position: relative;
    top: 2px;
    margin-left: 3px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
    color: #157a00;
    text-decoration: none;
}
.hit_list table tr.manbaken td{
    background-color: #ffe8e8;
}
.hit_list table tr.manbaken td.haitou{
    font-weight: bold;
}
.hit_list table .umatan,
.hit_list table .santan{
    padding: 2px;
    background-color: #ffffff;
    text-align: center;
    font-size: 11px;
    line-height: 1;
}
.hit_list table .grade{
    display: inline-block;
    margin-left: 5px;
    padding: 0 3px;
    background-color: #e4091e;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.hit_list table .umatan{
    border: 1px solid #0f439c;
    color: #0f439c;
}
.hit_list table .santan{
    border: 1px solid #e4091e;
    color: #e4091e;
}

/*
=================================================================================
racehit
=================================================================================
*/

.racehit_wrapper{
    margin-bottom: 20px;
}
.racehit_wrapper .hit_list table{
    margin-bottom: 10px;
}

/*
=================================================================================
authorhit
=================================================================================
*/

.authorhit_wrapper{
    margin-bottom: 20px;
}
.authorhit_wrapper .hit_list table{
    margin-bottom: 10px;
}
.authorhit_rate{
    margin-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
}
.authorhit_rate h3{
    border-bottom: 1px solid #bbbbbb;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.authorhit_rate_box{
    border-bottom: 1px solid #bbbbbb;
    padding: 0 10px;
}
.authorhit_rate_box:last-child{
    border-bottom: none;
}
dl.authorhit_rate_kaisyu{
    float: left;
    width: 50%;
    margin: 5px 0;
    border-right: 1px solid #bbbbbb;
}
dl.authorhit_rate_tekichu{
    float: left;
    width: 50%;
    margin: 5px 0;
}
.authorhit_rate dl dt{
    float: left;
    width: 50%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.authorhit_rate dl dt span{
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.authorhit_rate dl dt .umatan{
    border: 1px solid #0f439c;
    color: #0f439c;
}
.authorhit_rate dl dt .santan{
    border: 1px solid #e4091e;
    color: #e4091e;
}
.authorhit_rate dl dd{
    float: left;
    width: 50%;
    padding: 10px 20px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #e4091e;
}
.authorhit_rate dl dd span{
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}

/*
=================================================================================
page-content-style
=================================================================================
*/
.page-content-style a {
    text-decoration: underline;
}
.page-content-style a:hover {
    text-decoration: none;
}

/* font-weight */
.page-content-style .txt-bold {
    font-weight: bold;
    display: inline;
}

/* h1 css  */
.page-content-style h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
    margin: 0 0 40px;
    padding: 10px 0;
    border-bottom: solid 5px #c2c2c2;
}

/* h2 css  */
.page-content-style h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
    margin: 40px 0 30px;
}

/* h3 css  */
.page-content-style h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
    margin: 40px 0 20px;
    clear: left;
}

/* p css  */
.page-content-style p {
    font-size: 14px;
    line-height: 1.66666667;
    color: #333333;
    margin: 0 0 25px;
}

/* img css  */
.page-content-style .a-c-visual {
    margin: 30px 0;
    padding: 0;
}

/* img 右寄せ css  */
.page-content-style .h-r-visual {
    float: right;
    margin: 0 0 20px 20px;
    padding: 0;
}
.page-content-style .h-r-visual img {
    width: 246px;
    height: auto;
}
.page-content-style .h-r-visual span {
    display: block;
    font-size: 13px;
}

/* img 左寄せ css  */
.page-content-style .v-l-visual {
    width: 246px;
    height: auto;
    float: left;
    margin: 0 20px 40px 0;;
    padding: 0;
}
.page-content-style .v-l-visual img {
    width: 246px;
    height: auto;
}

/* ul css  */
.page-content-style ul {
    margin: 0 0 40px;
}

/* li css  */
.page-content-style li {
    font-size: 14px;
    /* line-height: 1.3; */
    color: #333333;
    margin: 0 0 20px;
}
.page-content-style ul li {
    list-style-type: disc !important;
    list-style-position: inside;
}
.page-content-style > ul > li > ol > li {
    list-style-type: decimal !important;
    list-style-position: inside;
}

li > ul,
li > ol {
    margin: 10px 0 0 0 !important;
}

/* リストテキストインデント */
.page-content-style > ul > li {
    padding-left: 1.5em;
    text-indent: -1.3em;
}
.page-content-style > ol > li {
    padding-left: 1.5em;
    text-indent: -1.3em;
}
.page-content-style > ul > li > ol > li {
    padding-left: 1.4em;
    text-indent: -1.2em;
}
.page-content-style > ul > li > ul > li {
    padding-left: 1.5em;
    text-indent: -1.2em;
}
.page-content-style > ol > li > ol > li {
    padding-left: 1.4em;
    text-indent: -1.3em;
}
.page-content-style > ol > li > ul > li {
    padding-left: 1.5em;
    text-indent: -1.3em;
}

/* ol css  */
.page-content-style ol {
    margin: 0 0 40px;
}
.page-content-style ol li {
    list-style: decimal;
    list-style-position: inside;
}
.page-content-style > ol > li > ul > li {
    list-style: disc;
    list-style-position: inside;
}

/* table css  */
.page-content-style table {
    margin: 40px 0;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #bbbbbb;
}

.page-content-style table th,
.page-content-style table td
 {
    padding: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #bbbbbb;
}

.page-content-style table thead th {
    background-color: #e8e8e8;
    font-weight: bold;
    text-align: center;
}

.page-content-style table tbody th {
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
}


/* form css  */
.page-content-style form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
.page-content-style form select::-ms-expand {
    display: none;
}
.page-content-style form input::placeholder {
  color: #9c9c9c;
}
.page-content-style form table td.col {
    display: -webkit-flex;
     display: flex;
}
.page-content-style form table td.col span input {
    width: 75%;
}
.page-content-style form .required {
    font-size: 10px;
    display: inline-block;
    padding: 3px;
    background: #f00;
    color: #fff;
    margin-left: 5px;
    border-radius: 2px;
}
.page-content-style form input,
.page-content-style form select,
.page-content-style form textarea {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0;
    font-size: 14px;
}
.page-content-style form select {
    background: url('/img/icon-select.png') center right no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding-right: 20px;
}
.page-content-style form a.sub-button {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding:5px;
    text-decoration: none;
}
.page-content-style form label {
    display: block;
    margin: 3px 0;
}
.page-content-style form .notes {
    font-size: 12px;
}
.page-content-style form button {
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
    background: #157a00;
    color: #fff;
    padding: 10px;
    border: 0;
}
.page-content-style form button:hover {
    opacity: 0.7;
}


/* 注意・補足 css  */
.page-content-style .a-c-txt {
    margin: 40px 0;
    padding: 25px 25px 30px 25px;
    background: #e8e8e8;
}
.page-content-style .a-c-txt h3 {
    margin: 0;
}
.page-content-style .a-c-txt p {
    margin-bottom: 0;
}

/* dl css  */
.page-content-style dl {
    margin : 30px 0;
}
.page-content-style dl dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-content-style dl dd {
    padding-left: 2.5em;
}

/* decoration css  */
.page-content-style a {
    white-space: nowrap;
}
.page-content-style h2.icon {
    margin-bottom: 10px;
}
.page-content-style h2.icon:before{
  content: "■";
  font-size: 10px;
  color: #157a00;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.page-content-style p.indent {
    margin-left: 2em;
}
.page-content-style .mt-middle {
    margin-top: 20px;
}
.page-content-style .w-max {
    width:100%;
}
.page-content-style .w-short {
    width:30%;
}
.page-content-style .w-middle {
    width:50%;
}
.page-content-style .w-wide {
    width:90%;
}
.page-content-style .t-center {
    text-align: center;
}

/*
=================================================================================
newspapers
=================================================================================
*/
.list-newspapers {
    margin-left: -20px;
}
.list-newspapers::after {
    content: "";
    display: block;
    clear: both;
}
.list-newspapers li {
    float: left;
    width: calc((100% - 80px) / 4);
    margin-left: 20px;
    margin-top: 20px;
}
.list-newspapers li a {
    display: block;
}
.list-newspapers li a:hover {
    text-decoration: none;
}
.list-newspapers li .date {
    background-color: #e8e8e8;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 1px;
}
.list-newspapers li .img img {
    width: 100%;
    height: auto;
}
.list-newspapers li .btn {
    text-align: center;
    background-color: #eb6100;
    color: #fff;
    line-height: 1;
    border-radius: 1px;
}
.list-newspapers li .btn span {
    display: block;
    padding: 10px 0;
    transition: background-color .3s linear;
}
.list-newspapers a:hover .btn span {
    background-color: rgba(255,255,255,.4);
}

/*
=================================================================================
race_btn
=================================================================================
*/
.race_btn_box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.race_btn_box ul {
    display: flex;
    justify-content: space-between;
}
.race_btn_box ul li {
    width: calc((100% - 60px) / 4);
    background-color: #eb6100;
    border: solid 1px #eb6100;
    line-height: 1;
}
.race_btn_box ul li.disabled {
    background-color: #ededed;
    border: none;
    text-align: center;
    padding: 10px 0;
    color: #aeaeae;
}
.race_btn_box ul li a {
    display: block;
    color: #ffffff;
    text-align: center;
    transition: background-color .3s linear;
    font-weight: bold;
    padding: 10px 0;
}
.race_btn_box ul li a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,.4);
}
