@charset "UTF-8";

/*共通レイアウト*/
#contentsWrap{
    margin-top: 0.5em;
    background: none;
}
#contentsWrap h2{
    border-bottom: solid 3px #00368d;
    color: #00368d;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.8em;
}


/* ---------------------------------------------
	トップページ
--------------------------------------------- */
/* #mainVisual{ box-shadow: 1px 1px 2em 0.3em rgba(35,390,250,0.3);} */
#mainVisual img{
    width: 100%;
    height: auto;
}
/* ------------------------------
	放送スケジュール
------------------------------ */
#scheduleWrap dl{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
#scheduleWrap dl > *{ flex-shrink: 0;}
#scheduleWrap >  dl{
    margin-bottom: 0.9em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #aaa;
    font-size: 104%;
}
#scheduleWrap >  dl > dt{
    min-width: 7.5em;
    font-feature-settings: "palt";
    font-weight: bold;
    line-height: 1.2;
}
#scheduleWrap >  dl > dd{
    width: calc(100% - 7.8em);
}
/*#scheduleWrap .dayWrap dd{
    width: calc(100% - 10em);
}*/
#scheduleWrap .dayWrap{ line-height: 1.4;}
#scheduleWrap .dayWrap dt{
    margin-right: 0.5em;
    font-weight: bold;
    color: #9a7000;
}
#scheduleWrap .dayWrap dd{ font-weight: bold;}
#scheduleWrap .dayWrap dd li{
    margin-bottom: 0.5em;
    border-left: solid 0.3em #c4a142;
    padding-left: 0.4em;
}
#scheduleWrap .dayWrap dd li span{
    color: #00368d;
    font-feature-settings: "palt";
}

a.fod_link{
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 0.8em;
    text-align: center;
    border-radius: 5em;
    margin-top: 0.2em;
    position: relative;
}
a.fod_link::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
	margin:-7px 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #ffc279;
}
/* ------------------------------
	注目選手紹介
------------------------------ */
.pageTop #profData dt{ background-color: #4426b2;}
.pageTop #skaterInfo h3{ font-weight: bold;}
.pageTop #skaterInfo ul{
    background-color: #eee;
    padding: 30px;
}
.pageTop #skaterInfo li{
    /*float: left;
    margin-left: 30px;*/
    text-align: center;
    line-height: 1.8;
}

/* ------------------------------
	出演者
------------------------------ */
.cast__list dt{
    background-color: #00368d;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0.1em 0.4em; 
    margin-bottom: 0.5em;
}
.pageTop #cast dd{ margin-bottom: 1em;}
.cast__list li{
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 0.5em;
}
.pageTop #cast span{
    font-size: 80%;
    font-weight: normal;
}