@charset "UTF-8";
/* ---------------------------------------------
	基本項目
--------------------------------------------- */

/*共通スタイル*/
.fLeft{float: left;}
.fRight{float: right;}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}

img{ vertical-align: bottom;}


/*共通レイアウト*/
#wrap2{ background: none;}
#contentsWrap{
    padding: 15px 0;
    background-color: #FFF;
    margin: 0 0 1px;
    position: relative;
}
#contentsWrap div.contentSect{ margin: 0 0 40px;}
#contentsWrap h2{
    font-size: 132%;
    font-weight: normal;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}
/* ---------------------------------------------
	プライム
--------------------------------------------- */
.prime #sLheader{ margin: 0;}

.prime #sLnav{ margin: 0 0.5%;}
.prime #sLnav li{
    width: 33.2%;
    margin: 4px 0.2% 4px 0;
}
.prime #sLnav li:nth-of-type(3n){ margin: 4px 0 4px 0;}


/* ---------------------------------------------
	ベーシック
--------------------------------------------- */
/*--------共通ナビゲーション--------*/
#mainNav{
    width: 610px;
    padding: 15px 0px 20px;
    background-color: #FFF;
}
#mainNav li{
    font-size: 113%;
    float: left;
    text-align: center;
    background-color: #ddd;
    height: 75px;
    line-height: 75px;
    border-radius: 6px;
    overflow: hidden;
}
#mainNav li.comingsoon{ opacity: 0.5;}
.cx_smartphoneview #mainNav li{
    height: 95px;
    line-height: 95px;
}

#mainNav.list2 li{
    width: 303px;
    margin: 0 4px 0 0;
}
#mainNav.list3 li{
    width: 200px;
    margin: 0 5px 0 0;
}
#mainNav.list4 li{
    width: 148px;
    margin: 0 6px 0 0;
}
#mainNav.list5 li{
    width: 118px;
    margin: 0 5px 0 0;
}
.cx_smartphoneview #mainNav.list5 li{
    width: 204px;
    margin: 0 4px 0 0;
}
.cx_smartphoneview #mainNav.list5 li:nth-of-type(3),
.cx_smartphoneview #mainNav.list5 li:nth-of-type(5){ margin: 0;}
.cx_smartphoneview #mainNav.list5 li:nth-of-type(4),
.cx_smartphoneview #mainNav.list5 li:nth-of-type(5){
    width: 308px;
    margin-top: 4px;
}
#mainNav li:nth-last-of-type(1){ margin: 0;}
#mainNav li a{
    color: #fff;
    display: block;
    height: 75px;
    background-color: #666;
}
.cx_smartphoneview #mainNav li a{ height: 95px;}
#mainNav li a:hover,
.s01 #mainNav li:nth-of-type(1) a,
.s02 #mainNav li:nth-of-type(2) a,
.s03 #mainNav li:nth-of-type(3) a,
.s04 #mainNav li:nth-of-type(4) a,
.s05 #mainNav li:nth-of-type(5) a{
    background-color: #444;
}
.s01 #mainNav li:nth-of-type(1) a,
.s02 #mainNav li:nth-of-type(2) a,
.s03 #mainNav li:nth-of-type(3) a,
.s04 #mainNav li:nth-of-type(4) a,
.s05 #mainNav li:nth-of-type(5) a{
    cursor: pointer;
}

/* ------------------------------
	共通動画エリア
------------------------------ */
#movBase{
    width: 612px;
    background-color: #000;
}
#movTarget{
    width: 612px;
    height: 344px;
    margin: 0 auto;
    background-color: #333;
}
#movie ul{ margin: 5px 0 0;}
#movie li{
    float: left;
    width: 148px;
    margin: 0 6px 0 0;
}
#movie li:nth-of-type(4n){ margin: 0;}
#movie li p{ font-size: 88%; line-height: 1.4;}
#movie li .thum{
    width: 148px;
    height: 83px;
    background-color: #555;
    border-bottom: solid 5px #555;
    margin: 0 0 4px;
}
#movie li a.active .thum,
#movie li a:hover .thum{
    border-bottom: solid 5px #000;
}
#movie li a:hover p{ text-decoration: underline;}


/* ---------------------------------------------
	プレサイト
--------------------------------------------- */
#fp-wrap.preSite{
    background-image: url("../image/header.png") ,url("../img/bg_pre.jpg") !important;
	background-repeat: no-repeat, repeat !important;
	background-position: center 0px, center 0px !important;
}
#fp-wrap.preSite #mainVisual{
    background-image: url("../img/bg_pre_fpL.jpg") !important;
	background-repeat: no-repeat !important;
	background-position:  center 0px !important;
    box-shadow: 0px 0px 5px #6f90d0;
}
#fp-wrap.preSite #contentsWrap{
    background-image: url("../img/bg_pre_fpL.jpg") !important;
	background-repeat: repeat-y !important;
	background-position:  center 0px !important;
    box-shadow: 0px 3px 5px #6f90d0;
    padding: 30px 20px 15px;
}



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


/* ------------------------------
	新着情報エリア
------------------------------ */
.pageTop #whatsnew li::before{
    content: "■";
    float: left;
}
.cx_smartphoneview .pageTop #whatsnew li::before{ line-height: 1.3;}
.pageTop #whatsnew li p{ float: left;font-size: 88%;}
.pageTop #whatsnew li p.date{ width: 100px;}
.cx_smartphoneview .pageTop #whatsnew li p.date{ width: 200px;}
.pageTop #whatsnew li p.newsTxt{ width: 480px;}
.cx_smartphoneview .pageTop #whatsnew li p.newsTxt{ width: 100%; margin-bottom: 5px;}
.pageTop #whatsnew li p a{ text-decoration: underline;}
.pageTop #whatsnew li p a:hover{ color: #888;}


/* ------------------------------
	放送予定エリア
------------------------------ */
.pageTop #oaSchedule dl{
    border-left: solid 6px #333;
    padding: 0 0 0 10px;
    margin: 0 0 15px;
    line-height: 1.6;
}
.pageTop #oaSchedule dd{ font-size: 113%;}
.pageTop #oaSchedule dt{ font-size: 125%;}
.pageTop #oaSchedule .live::after{
    content: "LIVE";
    background-color: #c3091c;
    color: #FFF;
    margin: 0 0 0 10px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 90%;
}


.pageTop #oaSchedule dl.add{
    border: solid 1px #ddd;
    padding: 15px;
}
.pageTop #oaSchedule dl.add dt,
.pageTop #oaSchedule dl.add dd{
    text-align: center;
}

.cx_smartphoneview .pageTop #oaSchedule dl{ margin: 0 0 25px;}
.cx_smartphoneview .pageTop #oaSchedule dl.add dt,
.cx_smartphoneview .pageTop #oaSchedule dl.add dd{
    text-align: left;
}


/* ------------------------------
	関連番組エリア
------------------------------ */
.pageTop #prgrmInfo dl{
    border-left: solid 6px #333;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
.pageTop #prgrmInfo dd{ font-size: 100%;}
.pageTop #prgrmInfo dt{ font-size: 113%;}

.pageTop #prgrmInfo dl.add{
    border: solid 1px #ddd;
    padding: 15px;
}
.pageTop #prgrmInfo dl.add dt,
.pageTop #prgrmInfo dl.add dd{
    text-align: center;
}
.cx_smartphoneview .pageTop #prgrmInfo dl.add dt,
.cx_smartphoneview .pageTop #prgrmInfo dl.add dd{
    text-align: left;
}

/* ------------------------------
	注目選手紹介
------------------------------ */
.pageTop #skaterInfo li{ margin: 0 0 10px;}
.cx_smartphoneview .pageTop #skaterInfo li{ margin: 0 0 40px;}
.pageTop #profPhoto{
    width: 250px;
    height: 250px;
    background-color: #eee;
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.pageTop #profPhoto img{
    width: 100%;
    height: auto;
}
.cx_smartphoneview .pageTop #profPhoto{
    width: 610px;
    height: 610px;
    margin: 0 0 15px;
    float: none;
}

.pageTop #skaterInfo h3{
    font-size: 118%;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.4;
    padding: 5px 0 0;
}
.pageTop #skaterInfo h3 span{ font-size: 85%;}

/*--------選手情報--------*/
.pageTop #profData{
    width: 347px;
    float: left;
}
.cx_smartphoneview .pageTop #profData{
    width: 100%;
    float: none;
}
.pageTop #profData dt{
    width: 80px;
    float: left;
    margin:0 5px 5px 0;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 94%;
    line-height: 1.4;
}

@media all and (-ms-high-contrast:none) {
	.pageTop #profData dt{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}


.cx_smartphoneview .pageTop #profData dt{ width: 120px;}
.pageTop #profData > dd{
    margin:0 0 7px 0;
    font-size: 88%;
    line-height: 1.4;
}
.cx_smartphoneview .pageTop #profData > dd{
    margin:0 0 10px 0;
}

/*--------シーズンベスト--------*/
.pageTop #profData dt#sBestTtl{
    width: 347px;
    margin: 0;
    border: solid 1px #ddd;
    box-sizing: border-box;
    float: none;
}
.pageTop #profData dd#sBestWrap{
    width: 347px;
    margin: 0;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 5px 10px 7px;
}
.cx_smartphoneview .pageTop #profData dt#sBestTtl,
.cx_smartphoneview .pageTop #profData dd#sBestWrap{ width: 100%;}
.pageTop #profData dd#sBestWrap dt{
    width: auto;
    line-height: 1.6;
    margin: 0 5px 0 0;
    background: none;
    color: #333;
    font-size: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.pageTop #profData dd#sBestWrap dd{
    margin:0;
    line-height: 1.6;
}




/* ------------------------------
	出演者
------------------------------ */
.pageTop #cast{ margin-top: 40px;}
.pageTop #cast dt{
    font-size: 88%;
    line-height: 1.3;
}
.pageTop #cast dd{ margin: 0 0 14px;}
.pageTop #cast span{ font-size: 70%;}


/* ------------------------------
	Twitter
------------------------------ */
#twitterWrap{
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin-top: 40px;
}
#twitterWrap > a{
    line-height: 1.0;
    display: block;
    padding: 10px 15px 15px;
    /*background-color: #63b6ff;
    color: #fff;*/
    border-bottom: dashed 1px #ccc;
}
#twitterWrap h2{
    border: none;
    line-height: 1.0;
    padding: 5px 0 5px;
    margin: 0;
}
#twitterWrap > a:hover h2{
    color: #1160cb;
}
#twitterWrap h2 + p{
    line-height: 1.0;
}
#twEmbed{
	height:640px;
	overflow-y:auto;
	background-color: rgba(255,255,255,0.3);
    padding: 15px;
    box-sizing: border-box;
}
#twEmbed > div{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
#twEmbed .twProfImg{
    width: 36px;
    height: 36px;
    margin: 0 6px 0 0;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}
#twEmbed .twProfImg img{
    width: 100%;
    height: auto;
}
#twEmbed .twName{ line-height: 1.2;}
#twEmbed .twName a{
    font-size: 88%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#twEmbed .twName a span{color: #707070; font-weight: normal;}
#twEmbed .twDate{
    font-size: 88%;
    color: #707070;
    line-height: 1.2;
}
#twEmbed .twText{
    font-size: 90%;
    margin: 8px 0 0;
    white-space: pre-wrap;
    line-height: 1.6;
}
#twEmbed .twText a{ color: #06c;}
#twEmbed .twThumCntnr{ margin: 10px 0 0;position: relative;}
#twEmbed .twThumCntnr .video a::before{
    content: "";
    display: block;
    background: url(../img/thumPlay_m.png) no-repeat -93px -40px;
    width: 68px;
    height: 68px;
    position: absolute;
    top:50%;
    top:-webkit-calc(50% - 32px);
    top:-moz-calc(50% - 32px);
    top:calc(50% - 32px);
    left:50%;
    left:-webkit-calc(50% - 32px);
    left:-moz-calc(50% - 32px);
    left:calc(50% - 32px);
}
#twEmbed .twThumCntnr .video a:hover::before{
    background-position: -93px -182px;
}
#twEmbed .twThum1-0{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
#twEmbed .twThum1-0 img{
    width: 100%;
    height: auto;
}
#twEmbed .twThum2-0,
#twEmbed .twThum2-1{
    width: 49.5%;
    height: 253px;
    overflow: hidden;
    float: left;
}
#twEmbed .twThum2-0{ margin: 0 1% 0 0;}
#twEmbed .twThum3-0{
    width: 66%;
    height: 338px;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 0;
}
#twEmbed .twThum3-1,
#twEmbed .twThum3-2{
    width: 33%;
    height: 168px;
    overflow: hidden;
}
#twEmbed .twThum3-1{ margin: 0 0 2px;}
#twEmbed .twThum4-0{
    width: 75%;
    height: 380px;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 0;
}
#twEmbed .twThum4-1,
#twEmbed .twThum4-2,
#twEmbed .twThum4-3{
    width: 24%;
    height: 126px;
    overflow: hidden;
}
#twEmbed .twThum4-1,
#twEmbed .twThum4-2{ margin: 0 0 1px;}
#twEmbed .twThum2-0 img,
#twEmbed .twThum2-1 img,
#twEmbed .twThum3-0 img,
#twEmbed .twThum3-1 img,
#twEmbed .twThum3-2 img,
#twEmbed .twThum4-0 img,
#twEmbed .twThum4-1 img,
#twEmbed .twThum4-2 img,
#twEmbed .twThum4-3 img{
    height: 100%;
    width: auto;
}
#twEmbed .twFunc{ margin: 10px 0 0;}
#twEmbed .twFunc li{
    float: left;
    margin: 0 10px 0 0;
}
#twEmbed .twFunc li a{
    background-color: #1082f4;
    color: #fff;
    font-size: 80%;
    padding: 10px 10px;
    border-radius: 5px;
}




/* ---------------------------------------------
	下層ページ
--------------------------------------------- */
#contentsWrap h1{
    font-size: 157%;
    font-weight: normal;
    border-bottom: solid 2px #ddd;
    margin-bottom: 10px;
}

/* -------------------------------------
	みどころページ
------------------------------------- */
.pickupPage p{
    margin: 0 0 20px;
    line-height: 1.8;
}
.pickupPage .catchTxt{
    font-weight: bold;
    font-size: 125%;
    margin: 0 0 10px;
    line-height: 1.4;
}


/*--------出演者--------*/
.pickupPage #cast{ margin-top: 40px;}
.pickupPage #cast dt{
    font-size: 88%;
    line-height: 1.3;
}
.pickupPage #cast dd{ margin: 0 0 14px;}
.pickupPage #cast span{ font-size: 70%;}

/* -------------------------------------
	選手リストページ
------------------------------------- */
.skatersPage #contentsWrap div{ margin: 0 0 20px;}
.skatersPage .skatersList li{
    float: left;
    width: 196px;
    margin: 0 6px 6px 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #aaa;
}
.skatersPage .skatersList li:nth-of-type(3n){ margin: 0 0 6px 0;}
.skatersPage .skatersList li a{
    display: block;
}
.skatersPage .skatersList li a img{ width: 196px; height: auto;}
.skatersPage .skatersList li a p{
    text-align: center;
    line-height: 1.4;
    padding: 10px 0 8px;
}
.cx_smartphoneview .skatersPage .skatersList li{
    width: 301px;
    margin: 0 10px 10px 0;
}
.cx_smartphoneview .skatersPage .skatersList li:nth-of-type(2n){ margin: 0 0 10px 0;}
.cx_smartphoneview .skatersPage .skatersList li a img{ width: 301px; height: auto;}

.skatersPage .skatersList li a dd{ position: relative;}
.skatersPage .skatersList li a dd::after{
    content: "";
    position: absolute;
    width: 96%;
    height: 96%;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    top: 2%;
    left: 2%;
    -ms-transition: border ease-out 0.18s;
    -webkit-transition: border ease-out 0.18s;
    transition: border ease-out 0.18s;
}
.skatersPage .skatersList li a:hover dd::after{
    border: solid 3px #fff;
    -ms-transition: border ease-out 0.18s;
    -webkit-transition: border ease-out 0.18s;
    transition: border ease-out 0.18s;
}


/* -------------------------------------
	選手詳細ページ
------------------------------------- */
.skatersDetailPage #linkIndex{
    background-color: #555;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 3px 10px;
    border-radius: 6px;
}
.skatersDetailPage #linkIndex:hover{ background-color: #333;}
.skatersDetailPage #profPhoto{
    width: 270px;
    height: 348px;
    background-color: #eee;
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.skatersDetailPage #profPhoto img{
    width: 270px;
    height: 348px;
}
.cx_smartphoneview .skatersDetailPage #profPhoto{
    width: 612px;
    height: 773px;
    margin: 0 0 15px;
    float: none;
}
.cx_smartphoneview .skatersDetailPage #profPhoto img{
    width: 612px;
    height: auto;
}

/*--------選手情報--------*/
.skatersDetailPage #profData{
    width: 315px;
    float: left;
}
.cx_smartphoneview .skatersDetailPage #profData{
    width: 100%;
    float: none;
}
.skatersDetailPage #profData dt{
    width: 80px;
    float: left;
    margin:0 5px 5px 0;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 94%;
    line-height: 1.4;
}
.cx_smartphoneview .skatersDetailPage #profData dt{ width: 120px;}
.skatersDetailPage #profData > dd{
    margin:0 0 7px 0;
    font-size: 88%;
    line-height: 1.4;
}
.cx_smartphoneview .skatersDetailPage #profData > dd{
    margin:0 0 10px 0;
}

/*--------シーズンベスト--------*/
.skatersDetailPage #profData dt#sBestTtl{
    width: 315px;
    margin: 0;
    border: solid 1px #ddd;
    box-sizing: border-box;
    float: none;
}
.skatersDetailPage #profData dd#sBestWrap{
    width: 315px;
    margin: 0;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 0 0 5px;
}
.cx_smartphoneview .skatersDetailPage #profData dt#sBestTtl,
.cx_smartphoneview .skatersDetailPage #profData dd#sBestWrap{ width: 100%;}
.skatersDetailPage #profData dd#sBestWrap dt{
    height: 42px;
    line-height: 42px;
    background-color: #777;
    margin: 5px 5px 0 0;
}
.cx_smartphoneview .skatersDetailPage #profData dd#sBestWrap dt{
    height: 62px;
    line-height: 62px;
}
.skatersDetailPage #profData dd#sBestWrap dd{
    margin:0;
    line-height: 1.4;
}
.skatersDetailPage #profData dd#sBestWrap dd:nth-of-type(1){
    padding:5px 0 0;
}


/*--------プロフィール文--------*/
.skatersDetailPage #profTxt{
    margin: 20px 0;
    line-height: 1.7;
}

/*--------主な成績--------*/
.skatersDetailPage #results{
    border: solid 1px #ddd;
}
.skatersDetailPage #results h3{
    background-color: #555;
    color: #fff;
    font-size: 107%;
    line-height: 1.6;
    padding: 5px 10px;
    font-weight: normal;
}
.skatersDetailPage #results dl{
    padding: 5px 20px 10px;
}
.skatersDetailPage #results dl:nth-of-type(1){
    padding: 15px 20px 10px;
}
.skatersDetailPage #results dt{
    border-bottom: solid 1px #ddd;
    margin: 0 0 8px;
    font-weight: bold;
}
.skatersDetailPage #results dd{
    margin: 0 0 5px;
    font-size: 94%;
}
.skatersDetailPage #results dd p{
    float: left;
}
.skatersDetailPage #results dd p:nth-of-type(1){ margin: 0 15px 0 0;}
.skatersDetailPage #results dd p.win{
    font-weight: bold;
    color:#e6438c;
}



/* -------------------------------------
	大会結果ページ
------------------------------------- */
.resultPage .resultWrap{ margin: 25px 0;}
.resultPage .resultWrap dl{
    padding: 7px 0 5px;
}
.resultPage .resultWrap dl:nth-of-type(1n+1){
    background-color: #fff;
}
.resultPage .resultWrap dl:nth-of-type(2n+1){
    background-color: #eee;
}
.resultPage .resultWrap dl:nth-of-type(1){
    background-color: #555;
}
.resultPage .resultWrap dl:nth-of-type(1) dt,
.resultPage .resultWrap dl:nth-of-type(1) dd{ color: #fff;}
.resultPage .resultWrap dt,
.resultPage .resultWrap dd{
    float: left;
    border-right:solid 1px #ccc;
    padding: 0 5px;
    font-size: 88%;
    line-height: 1.4;
}
.resultPage .resultWrap dd:nth-last-of-type(1){ border: none;}
.resultPage .resultWrap dt{ width: 36px; text-align: center;}
.resultPage .resultWrap dd.name{ width: 240px; font-size: 100%;}
.resultPage .resultWrap.noNation dd.name{ width: 370px;}
.resultPage .resultWrap dd.sp{ width: 20px;}
.resultPage .resultWrap dd.fs{ width: 20px;}
.resultPage .resultWrap dd.point{ width: 60px;}
.resultPage .resultWrap dd.nation{ width: 120px;}
.resultPage #pairWrap.resultWrap dt,
.resultPage #pairWrap.resultWrap dd,
.resultPage #pairJWrap.resultWrap dt,
.resultPage #pairJWrap.resultWrap dd,
.resultPage #iceDanceWrap.resultWrap dt,
.resultPage #iceDanceWrap.resultWrap dd{
    height: 48px;
}
.resultPage #pairWrap.resultWrap dl:nth-of-type(1) dt,
.resultPage #pairWrap.resultWrap dl:nth-of-type(1) dd,
.resultPage #pairJWrap.resultWrap dl:nth-of-type(1) dt,
.resultPage #pairJWrap.resultWrap dl:nth-of-type(1) dd,
.resultPage #iceDanceWrap.resultWrap dl:nth-of-type(1) dt,
.resultPage #iceDanceWrap.resultWrap dl:nth-of-type(1) dd{
    height: auto;
}

.cx_smartphoneview .resultPage .resultWrap dt{
    height: 82px;
    width: 54px;
    line-height: 1.6;
}
.cx_smartphoneview .resultPage .resultWrap dd{
    height: 40px;
    line-height: 1.6;
}
.cx_smartphoneview .resultPage .resultWrap dd.name{
    width: 522px;
    border-right: none;
    border-bottom: solid 1px #ddd;
}
.cx_smartphoneview .resultPage .resultWrap dd.sp,
.cx_smartphoneview .resultPage .resultWrap dd.fs{ width: 40px;}
.cx_smartphoneview .resultPage .resultWrap dd.nation{ width: 164px;}

.cx_smartphoneview .resultPage #pairWrap.resultWrap dt,
.cx_smartphoneview .resultPage #pairJWrap.resultWrap dt,
.cx_smartphoneview .resultPage #iceDanceWrap.resultWrap dt{
    height: 120px;
}
.cx_smartphoneview .resultPage #pairWrap.resultWrap dd,
.cx_smartphoneview .resultPage #pairJWrap.resultWrap dd,
.cx_smartphoneview .resultPage #iceDanceWrap.resultWrap dd{
    height: 38px;
}
.cx_smartphoneview .resultPage #pairWrap.resultWrap dd.name,
.cx_smartphoneview .resultPage #pairJWrap.resultWrap dd.name,
.cx_smartphoneview .resultPage #iceDanceWrap.resultWrap dd.name{
    height: 80px;
}

.cx_smartphoneview .resultPage #pairWrap.resultWrap dl:nth-of-type(1) dt,
.cx_smartphoneview .resultPage #pairJWrap.resultWrap dl:nth-of-type(1) dt,
.cx_smartphoneview .resultPage #iceDanceWrap.resultWrap dl:nth-of-type(1) dt{
    height: 82px;
}
.cx_smartphoneview .resultPage #pairWrap.resultWrap dl:nth-of-type(1) dd.name,
.cx_smartphoneview .resultPage #pairJWrap.resultWrap dl:nth-of-type(1) dd.name,
.cx_smartphoneview .resultPage #iceDanceWrap.resultWrap dl:nth-of-type(1) dd.name{
    height: 40px;
}


/*--------代表選手枠--------*/
.resultPage .add{
    margin: 0 0 10px;
    border: solid 1px #ddd;
    padding: 10px 15px 0px;
}
.resultPage .add h3{
    border-bottom: solid 1px #ddd;
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 107%;
    line-height: 1.6;
}
.resultPage .add dl{ margin-bottom: 10px;}
.resultPage .add li::before,
.resultPage .add dt::before{
    content: "■";
}
.resultPage .add dt{
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
}
.resultPage .add dd{
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.4;
}



/* -------------------------------------
	動画一覧ページ
------------------------------------- */
.moviePage #movBase{
    margin: 0 0 20px;
}
.moviePage #movie ul{
    margin: 0 0 20px;
}
.moviePage #movie li{
    margin-bottom: 10px;
}