@charset "UTF-8";

/*共通レイアウト*/
#contentsWrap{
    margin-top: 20px;
    background: none;
}
#contentsWrap > div{ margin-bottom: ;}
#contentsWrap h2{
    border-bottom: ;
    margin-bottom: ;
    color: #4426b2;
    font-weight: bold;
}
#contentsWrap h3{ font-size: 110%; line-height: 1.2;}
#contentsWrap h3::before{
    content: "■";
    color: #c900af;
}

/*--------共通ナビゲーション--------*/
#mainNav{
    background-color: ;
}
#mainNav li{
    background-color: ;
    border-radius: ;
}
#mainNav li a{
    color: ;
    background-color: ;
}
#mainNav li a:hover{
    background-color: ;
}

/* ---------------------------------------------
	トップページ
--------------------------------------------- */

/* -----------------------------------
	LIVE配信
----------------------------------- */
#liveBtn{ margin: 0 0 50px;}
#liveBtn a{
    display: block;
    background-color: #ef2664;
    line-height: 1.2;
    padding: 1.6em;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    position: relative;
}
#liveBtn a::before{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#liveBtn a:hover{ background-color: #ff447d;}
#liveBtn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 1em;
	margin: -8px 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffe3eb;
}
#liveBtn a span{
    background: #fff url("../img/fod_logo2.png") no-repeat 0 0;
    width: 80px;
    height: 0;
    padding-top: 6.6%;
    background-size: contain;
    display: block;
    float: left;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin: -0.4em 0.8em 0 0;
}

.cx_smartphoneview #liveBtn a{
    padding: 1.2em 0.8em;
}
.cx_smartphoneview #liveBtn a::after{
    margin: -14px 0 0;
    border-width: 14px 0 14px 22px;
}
.cx_smartphoneview #liveBtn a span{
    width: 134px;
    padding-top: 11.6%;
    margin-top: -0.1em;
}

/* ------------------------------
	新着情報エリア
------------------------------ */
.pageTop #whatsnew li::before{
    content: "";
    color: ;
    display: ;
    width: ;
    height: ;
    background: ;
}
.pageTop #whatsnew li p.date{ color: ;}
.pageTop #whatsnew li p.newsTxt{ color: ;}
.pageTop #whatsnew li p a:hover{ color: ;}


/* ------------------------------
	放送予定エリア
------------------------------ */
.pageTop #oaSchedule dl{
    border-left: ;
}

/* -----------------------------------
	スペシャル動画
----------------------------------- */
#movWrap{ margin-bottom: 30px;}
#movWrap li{
    width: 32%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    /*border: solid 1px #ccc;*/
    border-bottom: solid 5px #aaa;
    padding: 0 0 0.5em;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
#movWrap li:nth-of-type(3n){
    margin: 0 0 10px 0;
}

.cx_smartphoneview #movWrap li{
    width: 49.5%;
    margin: 0 1% 10px 0;
}
.cx_smartphoneview #movWrap li:nth-of-type(3n){ margin: 0 1% 10px 0;}
.cx_smartphoneview #movWrap li:nth-of-type(2n){ margin: 0 0 10px 0;}

#movWrap li.w100{
    width: 100%;
    float: none;
    margin-right: 0;
}

#movWrap li:hover{ border-bottom: solid 5px #c900af;}

#movWrap li .thum{
    margin-bottom: 0px; position: relative;
    min-height: 110px;
}
.cx_smartphoneview #movWrap li .thum{ min-height: 170px;}
#movWrap li .thum::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/playIcn.png") no-repeat;
    width: 29px;
    height: 29px;
    background-size: contain;
    border: solid 2px rgba(255,255,255,0.4);
    border-radius: 50%;
}
#movWrap li:hover .thum::after{ border: solid 2px rgba(255,255,255,1.0);}

#movWrap li.w100 .thum::after{
    width: 60px;
    height: 60px;
    border: solid 5px rgba(255,255,255,0.4);
}
#movWrap li.w100:hover .thum::after{ border: solid 5px rgba(255,255,255,1.0);}

#movWrap li .thum img{ width: 100%; height: auto;}
#movWrap li .cap{
    font-size: 82%;
    line-height: 1.3;
    color: #fff;
    background-color: #58006c;
    margin-bottom: 0.2em;
    padding: 0.2em 10px;
}
#movWrap li dt{
    font-weight: bold;
    line-height: 1.4;
    color: #816126;
    font-size: 94%;
    padding: 0 10px;
}

#movWrap .moreview{
    background-color: #ef2664;
    border-radius: 5px;
    text-shadow: none;
    font-size: 110%;
    font-weight: bold;
}
#movWrap .moreview:hover{ background-color: #ff3d79;}

/* ------------------------------
	見どころ
------------------------------ */
.pageTop #pickup h2{
    line-height: 1.2;
    border-bottom: none;
    position: relative;
    z-index: 100;
    color: #52008e;
}
.pageTop #pickup .catch{
    position: relative;
    margin: 20px 0 0;
}
.pageTop #pickup .catch:nth-of-type(1){margin: 0;}
.pageTop #pickup .catch::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ff00b1;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 50;
}
.pageTop #pickup p{
    font-size: 94%;
    line-height: 1.8;
    margin-bottom: 12px;
}
.pageTop #pickup p span{ font-weight: bold;}
.cx_smartphoneview .pageTop #pickup p{ font-size: 100%;}

.pageTop #pickup .photoBs{
    background-color: #fff;
    width: 49.5%;
    height: auto;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.pageTop #pickup .photoBs.fLeft{ margin-right: 1%;}
.pageTop #pickup .photoBs img{ width: 100%; height: auto;}
.pageTop #pickup .photoBs p{
    padding: 3px 5px;
    font-size: 88%;
    line-height: 1.4;
    margin-bottom: 0;
}

/*--------出演者--------*/
.pageTop #cast{
    background-color: rgba(0, 203, 240, 0.15);
    padding: 20px;
}
.pageTop #cast dt{
    float: left;
    min-width: 40px;
    background-color: #58006c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.pageTop #cast dt.mb10{ margin-bottom: 10px;}

@media all and (-ms-high-contrast:none) {
	.pageTop #cast dt{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
.pageTop #cast dd{
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 3.3em;
}
.cx_smartphoneview .pageTop #cast dt{ min-width: 50px;}
.cx_smartphoneview .pageTop #cast dd{ padding-left: 2.8em;}

/* -----------------------------------
	公式Twitter
----------------------------------- */
#twitterWrap{
    border: none;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
}
#contentsWrap #twitterWrap h2{
    background: none;
    color: #2249b4;
    padding-bottom: 3px;
}
#twEmbed{
    margin: 10px 0 0;
    background-color: #eaf8ff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1) inset;
}
#contentsWrap #twitterWrap h2::before{
    content: "";
    display: block;
    background: url("../img/twIcn.png") no-repeat 0 0;
    width: 43px;
    height: 36px;
    float: left;
    margin-right: 5px;
}
/*#twitterWrap > a{
    background-color: #457eff;
}*/
#contentsWrap #twitterWrap h2 + p{
    font-size: 90%;
    letter-spacing: -0.05em;
}
#twitterWrap > a{
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1da1f2;
    color: #fff;
    font-weight: bold;
    padding: 0.8em 0.4em;
    border-radius: 5px;
}
.cx_smartphoneview #contentsWrap #twitterWrap h2 + p{
    font-size: 88%;
    margin-top: 10px;
    line-height: 1.2;
}
.cx_smartphoneview #twitterWrap > a{
    position: relative;
    text-align: center;
    margin-top: 10px;
}



/* ---------------------------------------------
	下層ページ
--------------------------------------------- */
#fp-wrap.pageS{
    background-image: url("../../image/header.png") ,url("../img/bg_top01.png"),url("../img/bg_top02.png");
	background-repeat: no-repeat, repeat-x, repeat;
	background-position: center 0px, center -130px, center 0px;
}

#contentsWrap h1{
    border-bottom: ;
    margin-bottom: ;
    color: ;
}

/* -------------------------------------
	みどころページ
------------------------------------- */
.pickupPage .catchTxt{
    color: ;
}


/*--------出演者--------*/
.pickupPage #cast{ margin-top: ;}
.pickupPage #cast dt{ color: ;}
.pickupPage #cast dd{ color: ;}


/* -------------------------------------
	選手リストページ
------------------------------------- */
.skatersPage .skatersList li a:hover::after{
    border: ;
}




/* -------------------------------------
	選手詳細ページ
------------------------------------- */

.skatersDetailPage #profData dt{
    background-color: ;
    color: ;
}

/*--------シーズンベスト--------*/
.skatersDetailPage #profData dt#sBestTtl{
    border: ;
}
.skatersDetailPage #profData dd#sBestWrap{
    border: ;
}
.skatersDetailPage #profData dd#sBestWrap dt{
    background-color: ;
    color: ;
}

/*--------主な成績--------*/
.skatersDetailPage #results{
    border: ;
}
.skatersDetailPage #results h3{
    background-color: ;
    color: ;
}
.skatersDetailPage #results dt{
    border-bottom: ;
    color: ;
}
.skatersDetailPage #results dd p.win{
    color: ;
}





/* -------------------------------------
	大会結果ページ
------------------------------------- */
.resultPage .resultWrap dl:nth-of-type(1n+1){
    background-color: ;
}
.resultPage .resultWrap dl:nth-of-type(2n+1){
    background-color: ;
}
.resultPage .resultWrap dl:nth-of-type(1){
    background-color: ;
}
.resultPage .resultWrap dl:nth-of-type(1) dt,
.resultPage .resultWrap dl:nth-of-type(1) dd{ color: ;}
.resultPage .resultWrap dt,
.resultPage .resultWrap dd{
    border-right:solid 1px #ddd;
}
.resultPage .resultWrap dt{ color: ;}
.resultPage .resultWrap dd{ color: ;}

.cx_smartphoneview .resultPage .resultWrap dd.name{
    border-bottom: solid 1px #ddd;
}


/*--------代表選手枠--------*/
.resultPage .add{
    border: solid 1px #ddd;
}
.resultPage .add h3{
    border-bottom: solid 1px #ddd;
    font-weight: ;
    color: ;
}
.resultPage .add li::before{
    content: "■";
    color: ;
}
.resultPage .add li{ color: ;}



#fp-bhp #fp-bhp-infomain{ display: none !important;}



@media screen and (max-width: 750px){
    .sp_display #gbheader #nav_upper #nav_upper__main{
        position: relative !important;
    }
    .sp_display #gbheader #nav_upper .cx_header_content::after,
    body.sp_display::after,
    #fp-banner5Nav,
    .sp_display #gbheader #nav_upper .cx_header_content #nav_upper__sub{ display: none !important;}
    .sp_display #gbfooter p{
        font-size: 3vw !important;
        line-height: 1.6 !important;
    }
}

