@charset "utf-8";
/*===========================================
news_nk01.css
netkeirin お気に入り

============================================*/

/*---------------------------------
お気に入り お気に入りコラム一覧
---------------------------------*/
.Main_Column.favorite_contents{
    margin-top:25px;
}
.favorite_contents .container-fluid{
    padding:0;
}
.favorite_contents .tabContent .Player_Ranking{
    margin:0 10px;
}
/* .favorite_contents .tabContent, */
.favorite_contents .Notice_wrap,
.favorite_contents .table tr td{
    padding:0 10px;
}
.favorite_contents a{
    color:#03a;
}
.favorite_contents p{
    margin:0;
}
.Notice_wrap{
    margin:0 5px;
}
.Notice_wrap p{
    margin-bottom: 18px;
    font-size: 0.9375rem;
    color: #777;
    line-height: 1.46;
    /* font-weight: 300; */
}

.Main_Column.favorite_contents .Top_RaceMenu_Inner .Btn_List_01{
    flex-wrap: wrap;
    overflow: hidden;
}
.Main_Column.favorite_contents .Top_RaceMenu_Inner .Btn_List_01 li{
    margin-right: 0;
}

/*-- ソートセレクト --*/
.Favorites_Select_Box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 23px 0px;
}
.Favorites_Select_Box.not_regist{
    display: none;
}
.Notice_wrap .Select_Box.Sort_Select{
	position: relative;
    margin-right:10px;
	margin-bottom: 18px;
}
.Favorites_Select_Box .Select_Box.Sort_Select + .Select_Box.Category_Select{
    margin-left:10px;
}
.Favorites_Select_Box .Select_Box.Sort_Select{
    margin-right: 0;
}
.Notice_wrap .Select_Box.Sort_Select::after{
	content:"";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top:transparent;
	border-left: transparent;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	transform:translate(0,-65%) rotate(45deg);
	z-index: 1000;
}
/*-- 非ログイン時ポップアップ--*/
.column_favorite .swal2-popup {
  padding-top: 60px;
  padding-bottom: 18px;
}
.column_favorite h2.swal2-title{
  color:#444444 !important;
  font-weight: normal !important;
  line-height: 1.3922;
  font-size: 106.25% !important;
  margin-bottom:0 !important;
}
.column_favorite h2.swal2-title span{
  display: block;
  font-weight: normal;
  padding-top: 36px;
  color:#666666 !important;
  font-size: 14px;
}
.column_favorite .swal2-popup .swal2-styled.swal2-confirm{
     background: #e03d3d !important;
}
.column_favorite .swal2-popup .swal2-styled:focus{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(224, 61, 61,.4) !important;
}
.column_favorite .swal2-actions{
  margin-top: 52px !important;
}
.column_favorite h2.swal2-title p.login,
.column_favorite h2.swal2-title p.to-account{
  text-align: left;
  line-height: 1.5em;
  color:#666666 !important;
  font-size: 14px;
  font-weight: normal;
}
.column_favorite h2.swal2-title p.to-account a{
  position: relative;
  font-weight: bold;
}


.favorite_contents .Tab01 .Notice_wrap ul{
    border-radius: 0;
    display: block;
    border: none;
}
.favorite_contents .Tab01 .Notice_wrap ul li{
    border:none;
}
.Notice_wrap ul{
    margin-top: 20px;
    margin-bottom: 40px;
}
.Notice_wrap li{
    font-size: 0.6875rem;
    color: #666;
    line-height: 1.3;
}
.Notice_wrap li + li{
    margin-top: 0.2em;
}
.list_index{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
.list_index li{
    min-width:60px;
    margin:0;
}
.list_index li:last-of-type{
    margin-left:20px;
}
.list_index li p{
    text-align: center;
    padding:10px 0;
    margin: 0;
    font-size:0.75rem;
}
.info_box_switch > div{
    margin-top:5px;
    margin-right: 5px;
}
.Column_List li{
    display: block;
}
.info_box,
.info_box_switch{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.info_box{
    margin-bottom:3px;
}
.info_box > div:first-of-type{
    margin-top:10px;
    margin-left:7px;
}
.info_box div:last-of-type{
    margin-right:7px;
}
.info_box h2{
    margin-bottom:7px;
    font-size:1.0625rem;
    color:#03a;
}
.info_box p{
    font-size:0.625rem;
}
.favorite_contents .table thead + tbody tr{
    margin-top:-4px
}
/* お気に入りコラム テーブル部分 .column_notice */
.favorite_contents .table{
    position: relative;
}
.small, small{
    font-size:0.8125rem;
    font-weight: 400;
}
.favorite_contents .table thead th{
    position: absolute;
    border:none;
    padding:0;
}
/* .favorite_contents .table thead th small{
    font-weight: 300;
} */
.favorite_contents .table thead th:nth-of-type(1){
    width:auto;
    left:30px;
    top: -25px;
}
.favorite_contents .table thead th:nth-of-type(2){
    width:50px;
    right:92px;
    top: -25px;
}
.favorite_contents .table thead th:nth-of-type(3){
    width:50px;
    right: 15px;
    top: -25px;
}
.favorite_contents table{
    width: 100%;
    border:none;
}
.favorite_contents .column_notice{
    display: block;
    margin-bottom:10px;
}
.favorite_contents .table{
    border-top: 1px solid #e7e7e7;
}
.favorite_contents .table.not_regist{
    display: none;
}
.favorite_contents .table .column_notice td{
    width:100%;
    display: flex;
    border:none;
    padding: 0 10px;
    padding-top:10px;
}
.favorite_contents .column_notice td p{
    text-align: left;
    margin-top: 10px;
    margin-left: 7px;
    font-size: 1.0625rem;
    color: #03a;
}
.favorite_contents .column_notice .release p{
    margin:0;
}
.favorite_contents .column_notice td p a{
    font-weight: bold;
}
.favorite_contents .column_notice td span{
    display: block;
    margin-top:7px;
    font-size: 0.625rem;
    color:#666666;
}
.favorite_contents .column_notice td .notice{
    display: block !important;
    margin-left: auto;
    margin-right: 15px;
    margin-top:5px;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.favorite_contents .column_notice label.btn-sm{
    min-width: 45px;
    padding:5.5px 0;
    text-align: center;
    line-height: 1;
}
.favorite_contents .btn-outline-primary {
    color: #888888;
    border-color: #FC8080;
}
.favorite_contents .btn-outline-primary:hover {
    color: #fff;
    background-color: #FC8080;
    border-color: #FC8080;
}
.favorite_contents .btn-outline-primary:not(:disabled):not(.disabled).active,
.favorite_contents .btn-outline-primary:not(:disabled):not(.disabled):active,
.favorite_contents .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FC8080;
    border-color: #FC8080;
}
.favorite_contents label.active{
    color: #fff;
    background-color: #FC8080;
    border-color: #FC8080;
}

.favorite_contents .column_notice .release{
    margin-right:8px;
}
.favorite_contents .column_notice .release .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 38px;
    height:38px;
    background:#E03D3D;
    outline: none;
}
.favorite_contents .column_notice .release .btn svg{
    fill:#fff;
}

.Column_Fav a {
	background: #fff;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	position: relative;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
.Column_innerList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color:#444;
}
.Column_Fav.Registered a {
	background-color: #e03d3d;
	box-shadow: none;
}

element.style {
}
.Column_Fav.Registered a svg {
    fill: #fff;
}
.Column_Fav a svg {
    width: 19px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    fill: #e03d3d;
}
/* お気に入りコラム テーブル部分 .column_info */
.favorite_contents .table .column_notice + .column_info td{
    padding:0 10px;
    padding-bottom:10px;
}
.favorite_contents .table .column_info td{
    padding-bottom:10px;
}
.favorite_contents .column_info td{
    border:none;
}
.favorite_contents .column_info td{
    border-bottom: 1px solid #e7e7e7;
}
.favorite_contents .column_info td a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 8px 14px 10px 8px;
    background: #F3F3F3;
    border-radius: 4px;
}
.favorite_contents .column_info td .Column_Title_Text {
	width: 100%;
}
.favorite_contents .column_info td .Column_List_Title {
    color: #444;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.38em;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.6em;
}
.favorite_contents .column_info td .Column_Title_Thumb{
    width:72px;
    height:72px;
    min-width: 72px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}
.favorite_contents .column_info td .Column_Title_Thumb img{
	display: block;
	width: 100%;
}
.favorite_contents .column_info td .Column_List_Catch{
    margin-top: 8px;
    color:#666666;
    font-size:0.75rem;
    /* font-weight: 300; */
    line-height:1.33;
}
.favorite_contents .column_info td .Column_List_Update{
    position: static;
    text-align: left;
    color:#666666;
    font-size:0.75rem;
    line-height:1.33;
    /* font-weight: 300; */
    text-align: right;
}
.favorite_contents .table-hover tbody tr:hover {
    color: transparent;
    background:transparent;
}

/* pager */
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.favorite_contents .pager {
    padding: 8px 8px 10px;
    margin:0;
}
.favorite_contents .Tab01 .pager ul{
    border-radius: 0;
    display: flex;
    border: none;
}
.favorite_contents .Tab01 .pager ul li{
    border:none;
    overflow: visible;
}
.favorite_contents .pager ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 280px;
}
.favorite_contents .pager ul li {
    display: flex;
    justify-content: center;
    width: 40px;
    font-size: .65em;
    vertical-align: top;
    border: none !important;
    background-image: none;
    background: none !important;
    position: relative;
}
.favorite_contents .pager ul li.mr-4{
    margin:0 !important;
}
.favorite_contents .pager ul li:first-child {
    width: 54px;
}
.favorite_contents .pager ul li:first-child,
.favorite_contents .pager ul li:first-child a,
.favorite_contents .pager ul li:first-child div {
    border-top-left-radius: 2px 2px;
    border-bottom-left-radius: 2px 2px;
}
.favorite_contents .pager ul li a,
.favorite_contents .pager ul li div {
    display: block;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    /* padding: 8px 2px 6px 2px; */
    color: #444;
}
.favorite_contents .pager ul li a,
.favorite_contents .pager ul li div {
    line-height: 1;
}
.favorite_contents .pager ul li a{
    border:none;
    position: relative;
}
.favorite_contents .pager ul li:first-child div,
.favorite_contents .pager ul li:last-child div,
.favorite_contents .pager ul li a,
.favorite_contents .pager ul li,
.Common_Pager ul li div {
    font-weight: normal;
    color: #999999;
    height: auto;
    padding: 8px 4px;
}
.favorite_contents .pager .Icon_GrayTriangle_Left,
.favorite_contents .pager .Icon_GrayTriangle_Right{
    position: relative;
}
.favorite_contents .pager ul li:first-of-type:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    top: 40%;
    left: -15px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-right: 8px solid #999999;
}
.favorite_contents .pager ul li:last-of-type:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    top: 40%;
    right: -50%;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #999999;
}
.favorite_contents .pager ul li.disabled:before,
.favorite_contents .pager ul li.disabled:after{
    content:none;
}
.favorite_contents .pager ul:last-of-type li.mr-4:first-of-type:before,
.favorite_contents .pager ul:last-of-type li.mr-4:last-of-type:after{
    top: 30%;
}
.favorite_contents .pager ul li.active a {
    font-weight: bold;
    background: none;
    text-shadow: none;
    color: #999999;
    border: none;
    padding-top: 8px;
}

/* 非ログイン状態 */
.favorite_contents .table .login_off tr td{
    padding:0;
}
.favorite_contents .login_off .Column_List_Author{
    color:#666666;
    font-size:0.875rem;
    margin-bottom:7px;
}
.favorite_contents .login_off .column_info td a{
    background:#fff;
}
.favorite_contents .login_off .column_info td a{
    padding:10px;
}
.favorite_contents .login_off .column_list{
    display: flex;
}
.favorite_contents .login_off .column_list .release{
    margin-top:12px;
    margin-right:14px;
}
.favorite_contents .login_off .Column_Fav a {
    background: #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    position: relative;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
.favorite_contents .login_off .Column_Fav.Registered a {
    background-color: #e03d3d;
    box-shadow: none;
}
.favorite_contents .login_off .Column_Fav.Registered a svg {
    fill: #fff;
}
.favorite_contents .login_off .table-hover tbody tr:hover{
    color:#666666;
    background:#fff;
}
.favorite_contents .login_off .regist_data{
    margin-top:13px;
    padding-left:10px;
    color: #666666;
    font-size: 0.75rem;
}
.favorite_contents .LinkBtn_03{
    margin-top:35px;
}
.favorite_contents .LinkBtn_03 a{
    color:#666666;
}

/* お気に入り選手 */
.Contents_Box.Top_RaceMenu {
    padding-bottom: 23px;
}
.favorite_contents .Contents_Box.Top_RaceMenu{
    padding-bottom:0;
}
.Top_RaceMenu_Inner {
    padding: 0;
}
.MenuBox ul {
    display: flex;
    justify-content: center;
}
.Top_RaceMenu_Inner ul li a {
    margin-right: 0;
    font-weight: bold;
    font-size: 72.23%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.Icon_Race01 {
    display: block;
    width: 30px;
    height: 24px;
    fill: #e03d3d;
}
.Top_RaceMenu .Icon_Race01 {
    margin: 0 auto 5px;
}
/* 追加(2024/12/11) */
.favorite_contents .Top_RaceMenu_Inner ul li a .Icon_Image {
	color: #e03d3d;
    width: 26px !important;
    height: 25px !important;
    margin: 0;
}
.Icon_DB_Contents01 {
    display: block;
    width: 30px;
    height: 24px;
}
.Icon_Race01.Icon_Race01_09 {
    width: 34.5px;
}
.Icon_Race01.Icon_Pist6_01 { /* 最新情報 */
    width: 27px;
}
.Icon_Race01.Icon_Pist6_02 { /* タイムトライアル */
    width: 29px;
    height: 29px;
    margin-top: -5px;
}
.Icon_Race01.Icon_Pist6_03 { /* シーズン特集 */
    width: 44px;
    height: 29px;
    margin: -4px auto 4px;
}
.Icon_Race01.Icon_Pist6_04 { /* 競輪場 */
    width: 53px;
    height: 20px;
    margin: 2px auto 7px;
}
.MenuBox .Icon_DB_Contents01 {
    margin: 0 auto 5px;
}
.Favorite_MenuWrap{
    margin-top:25px;
}
.favorite_contents .table .fav_player .column_notice td{
    padding:10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.favorite_contents .fav_player .column_notice .release {
    margin-right: 20px;
}
.favorite_contents .fav_player .column_notice {
    margin-bottom: 0;
}
.YosokaLinkBtn01 {
    display: block;
    margin: auto 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #e5e4dd;
}
.YosokaLinkBtn01 a {
    position: relative;
    display: block;
    width: 295px;
    height: 30px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #DADADA;
    padding: 8px 0;
    color: #555;
    font-size: 0.6875rem;
}
.YosokaLinkBtn01 a .Icon_Arrow{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 13px;
    width: 10px;
}
@media only screen and (min-width:768px){
    .column_info .column_list a:hover {
        text-decoration: none;
    }
    .column_info .column_list a:hover .Column_List_Title {
        color: #c53131;
        text-decoration: underline;
    }
    .column_info .column_list a:hover .Column_Title_Thumb {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -moz-opacity: 0.85;
    }
}
.Bookmark_Schedule .RaceCommon_Table td div{
    display: flex;
}
.Bookmark_Schedule .RaceCommon_Table td div span{
    line-height:1.2;
}
