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


/* -------------------------------
	ヘッダー
------------------------------- */
* {
    -webkit-box-sizing: inherit; 
    -moz-box-sizing: inherit;
     box-sizing: inherit; 
}



body{
	line-height:1;
	font-family: "メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

ul {
     margin-bottom: 0; 
}

p{
	margin:0;
	
}

/*ヘルプ*/
.adInright img{
	vertical-align: baseline;
}

/*ログイン*/
.memberMenu .message p{
	line-height:1;
}

.memberMenu ul {
    margin-bottom: 0;
}

.memberMenu a:hover{
	text-decoration: none;
}

/*読者クラブ*/
.memberClub a::after {
    bottom: 6px;
}

.memberClub a:hover{
	text-decoration:none;
}

/*メニュー*/
.globalMenu a:hover,.globalMenu a:focus {
    text-decoration: none;
}

/* -------------------------------
	メイン
------------------------------- */
/*横幅の調整*/
@media (min-width: 992px){
.col-md-8 {
    width: 97%;/*autoだと、コンテンツ幅によってはサイドバーとかぶるため*/
}
}


/*大きい記事*/
.kydtky2020-article-list-container-big .kydtky2020-article-list-datetime {
	color:#fff;
}
.kydtky2020-article-list-container-big .kydtky2020-article-list-title {
	color:#fff;
}

/*見どころと実施競技の日付*/
.kydtky2020-section-title-date-content {
    color: #fff;
}

/*見どころホバー時*/
.kydtky2020-highlight-list>li>a:hover .kydtky2020-highlight-list-title {
    color: #cb6047;
}

/* -------------------------------
	右メニュー
------------------------------- */
/*横幅の表示崩れの調整*/
@media (min-width: 992px){
.col-md-4 {
    width: auto;
}
}

/*メダルランキング*/
/*本日の見どころ*/

.kydtky2020-widget-medal-footer a,.kydtky2020-widget-highlight-footer a{
	color:#337ab7!important;
}

.kydtky2020-widget-medal-footer a:hover,.kydtky2020-widget-highlight-footer a:hover{
    color: #fff!important;
	text-decoration:none!important;
}

/*メダルランキング*/
.kydtky2020-widget-medal-table thead th {
    vertical-align: middle;
}
.kydtky2020-widget-medal-table tbody td {
    vertical-align: middle;
}


/*本日の見どころ*/
.kydtky2020-widget-highlight-news-list a{
	text-decoration:none!important;
}

/*選手情報*/
.kydtky2020-widget-athlete-body a {
	color: #1242a7!important;
}

.kydtky2020-widget-athlete-footer a {
    color: #fff!important;
}

.kydtky2020-widget-athlete-body a:hover {
    color: #cb6047!important;
	text-decoration:none!important;
}


.kydtky2020-widget-athlete-footer a:hover {
    text-decoration:none!important;
}

/*出場予定競技・種目*/
.kydtky2020-widget-athlete-detail--competition-title {
    padding: 0 2px;
}