@charset "utf-8";

/* サイドウォール広告用の設定 */
html {
    overflow-x: auto;
}

body {
    min-width: 1024px !important;/* stylelint-disable-line */
    overflow: hidden;
}

#player_bg_outer {/* stylelint-disable-line */
    overflow: visible !important;/* stylelint-disable-line */
    position: relative;
}

#player_bg_outer .ads_nicovideo {/* stylelint-disable-line */
    display: block;
    height: 440px;
    overflow: hidden;
    position: absolute;
    width: 120px;
    z-index: 100;
}

#player_bg_outer .anime_sw_left {/* stylelint-disable-line */
    left: -130px;
    top: 0;
}

#player_bg_outer .anime_sw_right {/* stylelint-disable-line */
    right: -130px;
    top: 0;
}

@media not screen and (1) {/* stylelint-disable-line */
    /* Opera 10以上 */
    body {
        overflow: visible;
    }
}

body:not(\*|*) {
    /* Opera 9以下 */
    overflow: visible;
}

.portal section.site_body {
    padding: 10px 0;
}/* アニメのみ */

/* ↓リンクの設定↓ */
#body_main_inner a {/* stylelint-disable-line */
    color: #494f4f;
    text-decoration: none;
}

#body_main_inner a:visited {/* stylelint-disable-line */
    color: #292f2f;
}

#body_main_inner a:hover, #body_main_inner a:active {/* stylelint-disable-line */
    color: #069;
    text-decoration: underline;
}

a.item {
    font-weight: bold;
}/* アイテム(商品)は太字に */

/* ↑リンクの設定↑ */

/* ↓背景の設定↓ */
#body_main_outer {/* stylelint-disable-line */
    width: 100%;
}

#body_main_inner {/* stylelint-disable-line */
    color: #393f3f;
    margin: 5px auto 10px;
    width: 1024px;
}

#body_main_inner #main_left {/* stylelint-disable-line */
    float: left;
    width: 696px;
}

#body_main_inner #main_right {/* stylelint-disable-line */
    float: right;
    width: 314px;
}

/* ↑背景の設定↑ */

/* ↓アイテム画像(動画など)↓ */
img.item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

img.item:hover {
    border-color: #09c;
}

#sec_live img.item {/* stylelint-disable-line */
    height: 80px;
    width: 80px;
}

/* 生放送 */

#sec_current img.item, #sec_ranking img.item, #sec_full img.item, #sec_newtitle img.item {/* stylelint-disable-line */
    max-height: 168px; /* 縦長画像の縦横比を考慮したmax 120*(140/100) */
    width: 120px;
}/* 全話配信中,配信開始 */

#sec_current img.item, #sec_ranking img.item {/* stylelint-disable-line */
    height: 92px;
}

/* ↑アイテム画像(動画など)↑ */

/* ↓外部プレーヤー：背景↓ */
#player_bg_outer {/* stylelint-disable-line */
    background-color: #234;
}

/* ↑外部プレーヤー：背景↑ */

/* ↓外部プレーヤー：タブ↓ */
.spplPickupsTab li a:link,
.spplPickupsTab li a:visited {
    background-color: #eaeff4;
    color: #16222d;
}

.spplPickupsTab li a:hover,
.spplPickupsTab li.active a {
    background-color: #000;
    color: #fff;
}

/* ↑外部プレーヤー：タブ↑ */

/* ↓左：タブ↓ */
.left_tab {
    height: 26px;
    left: 0;
    position: relative;
    z-index: 9;
}

.left_tab ul {
    background: #678;/* ２：境界線 */
    border: solid #cde;/* １：外側ぼかし */
    border-width: 2px 2px 0;
    display: block;
    height: 25px;
    list-style: none;
    padding: 1px 0 0 1px;
    position: absolute;
}

.left_tab li.tab {
    background: #0cc url('../../../img/special/anime/left_tab_bg_0.png') repeat-x top;
    border: solid #09c;
    border-width: 1px 1px 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    margin-right: 1px;
    padding: 8px 8px 4px;
}

.left_tab li.tab:hover,
.left_tab li.tab.selected {
    background: #fff;/* ４：背景 */
    border-color: #bcd;/* ３：内側ぼかし */
    color: #345;
    padding-bottom: 6px;
    text-shadow: 0 1px 1px #abc;
}

/* ↑左：タブ↑ */

/* ↓左：枠↓ */
.left_frm_outer {
    background: #678;/* ２：境界線 */
    border: solid 2px #cde;/* １：外側ぼかし */
    margin: 0 0 16px;
    padding: 1px;
}

.left_frm_inner {
    background: #fff url('../../../img/special/anime/left_frm_bg.png') repeat-x top;/* ４：背景 */
    border: solid 1px;
    border-color: #bcd;/* ３：内側ぼかし */
    color: #456;
    padding: 14px;
    width: 660px;
}

.left_frm_inner h2 {
    /* 見出 */
    color: #234;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
    padding: 4px;
    text-shadow: 0 1px 2px #789;
}

.left_frm_inner h2 span {
    color: #456;
    font-size: 12px;
    margin-left: 12px;
}/* 見出の補助文 */

.left_frm_inner h2 img.icon_book {
    margin: 0 6px -5px 0;
}

.left_frm_inner h3 {
    /* 見出 */
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 12px 0 12px 9px;
}

ul.itemset {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.itemset li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 4px;
    width: 124px;
}

ul.itemset li p.image {
    text-align: center;
}/* 商品画像 */
ul.itemset li p.title {
    line-height: 1.25;
    margin-top: 4px;
    width: 120px;
    word-break: break-all;
    word-wrap: break-word;
}/* 商品タイトル */

/* ↑左：枠↑ */

/* ↓左：枠下文字リンク↓ */
.left_frm_textlink {
    background: #def url('../../../img/special/anime/left_textlink_bg.png') repeat-x top;
    color: #456;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    margin-top: 1px;
    padding: 8px;
    text-align: right;
}

.left_frm_textlink a {
    color: #ccc;
    text-decoration: none;
}

.left_frm_textlink a:hover,
.left_frm_textlink a:active {
    color: #fff;
    text-decoration: underline;
}

/* ↑左：枠下文字リンク↑ */

/* ↓汎用：左右スクロールする中身↓ */
div.left_frm_outer .itemSlideWrap {
    position: relative;
    width: 660px;
}

div.left_frm_outer .itemSlideGroup::after {
    clear: both;
    content: '';
    display: block;
}

/* ↑汎用：左右スクロールする中身↑ */

/* ↓汎用：左右スライダ・ページング↓ */
.slideControls {
    position: relative;
    z-index: 9;
}

.slideGoPrev,
.slideGoNext {
    background: url('../../../img/special/anime/slider.png') no-repeat;
    height: 68px;
    position: absolute;
    top: 15px;
    width: 24px;
}

.slideGoPrev {
    background-position: 0 0;
    left: -24px;
}

.slideGoNext {
    background-position: 0 -68px;
    right: -24px;
}

.slideGoPrev:hover {
    background-position: -24px 0;
}

.slideGoNext:hover {
    background-position: -24px -68px;
}

.slideGoPrev:active,
.slideGoNext:active {
    top: 17px;
}

/* ↓縦位置を調整↓ */
#sec_newtitle .slideGoPrev, #sec_newtitle .slideGoNext, #sec_full .slideGoPrev, #sec_full .slideGoNext {/* stylelint-disable-line */
    top: 42px;
}

#sec_newtitle .slideGoPrev:active, #sec_newtitle .slideGoNext:active, #sec_full .slideGoPrev:active, #sec_full .slideGoNext:active {/* stylelint-disable-line */
    top: 44px;
}

#sec_ranking .slideGoPrev, #sec_ranking .slideGoNext {/* stylelint-disable-line */
    top: 35px;
}

#sec_ranking .slideGoPrev:active, #sec_ranking .slideGoNext:active {/* stylelint-disable-line */
    top: 37px;
}

#box_book .slideControls .slideGoPrev, #box_book .slideControls .slideGoNext {/* stylelint-disable-line */
    top: 45px;
}

#box_book .slideControls .slideGoPrev:active, #box_book .slideControls .slideGoNext:active {/* stylelint-disable-line */
    top: 47px;
}

.slidePager {
    padding: 4px;
    position: absolute;
    right: 0;
    top: -32px;
}

.slidePager a {
    background: url('../../../img/special/anime/dotpager.png');
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin-left: 4px;
    width: 16px;
}

.slidePager a:hover,
.slidePager a.pager-active {
    background-position: -16px 0;
}

/* ↑汎用：左右スライダ・ページング↑ */

/* もっと見る */
.itemSlideBtnWrap {
    padding: 4px;
    text-align: center;
}

.itemSlideBtnWrap .btnToggle {
    background: #def url('../../../img/special/anime/frm_btn_bg_0.png') repeat-x top;
    border: solid 2px;
    border-color: #c9cfcf #a9afaf #898f8f;
    border-radius: 4px;
    box-shadow: 0 1px 2px #abc;
    color: #393f3f;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    text-decoration: none !important;/* stylelint-disable-line */
}

.itemSlideBtnWrap .btnToggle.selected,
.itemSlideBtnWrap .btnToggle:hover {
    background: #09c url('../../../img/special/anime/frm_btn_bg_1.png') repeat-x top;
    border-color: #0ff #069 #036;
    color: #fff !important;/* stylelint-disable-line */
    text-shadow: 0 1px 2px #036;
}

.itemSlideBtnWrap .itemSlideBtnPrev,
.itemSlideBtnWrap .itemSlideBtnNext,
.itemSlideBtnWrap .itemSlideBtnNum {
    padding: 4px 8px;
}

.itemSlideBtnWrap #btn_visible_anime_live {/* stylelint-disable-line */
    padding: 4px 0;
    width: 120px;
}

/* もっと見る */

/* ↓ニュース(frm_info.tpl)↓ */

#sec_pickup::after {/* stylelint-disable-line */
    clear: both;
    content: '';
    display: block;
}

#pickupWrap {/* stylelint-disable-line */
    margin-bottom: 8px;
}

#pickupImage, #pickupList {/* stylelint-disable-line */
    float: left;
    padding: 4px;
}

#pickupWrap.pu1 #pickupImage {/* stylelint-disable-line */
    width: 196px;
}

#pickupWrap.pu1 #pickupImage img {/* stylelint-disable-line */
    height: 144px;
    width: 192px;
}

#pickupWrap.pu1 #pickupList {/* stylelint-disable-line */
    width: 448px;
}

#pickupWrap.pu2 #pickupImage {/* stylelint-disable-line */
    width: 134px;
}

#pickupWrap.pu2 #pickupImage img {/* stylelint-disable-line */
    height: 100px;
    width: 130px;
}

#pickupWrap.pu2 #pickupList {/* stylelint-disable-line */
    width: 510px;
}

#pickupImage .text {/* stylelint-disable-line */
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    text-align: center;
}/* 画像下の短文 */

#pickupList ul {/* stylelint-disable-line */
    padding-left: 20px;
}

#pickupList li {/* stylelint-disable-line */
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
}

#sec_animeNews .newslist {/* stylelint-disable-line */
    padding: 4px;
}/* 汎用記事リスト */

#sec_animeNews .newslist ul {/* stylelint-disable-line */
    padding-left: 20px;
}

#sec_animeNews .newslist li {/* stylelint-disable-line */
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 4px;
}

#sec_animeNews .newslist span {/* stylelint-disable-line */
    color: #789;
}

/* ↑ニュース↑ */

/* ↓生放送(frm_live.tpl)↓ */

#sec_live ul.itemGroup, #sec_live li {/* stylelint-disable-line */
    list-style: none;
    margin: 0;
    padding: 0;
}

#sec_live li .symbol {/* stylelint-disable-line */
    float: left;
    padding: 4px;
    width: 84px;
}

#sec_live li .detail {/* stylelint-disable-line */
    color: #456;
    float: left;
    padding: 4px;
    width: 556px;
}

#sec_live li .date {/* stylelint-disable-line */
    line-height: 1;
}

#sec_live li .date a {/* stylelint-disable-line */
    font-size: 12px !important;/* stylelint-disable-line */
}

#sec_live li .date .status {/* stylelint-disable-line */
    color: #c00;
    font-weight: bold;
}

#sec_live li .tit {/* stylelint-disable-line */
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 4px 0;
}

#sec_live li .des {/* stylelint-disable-line */
    line-height: 1.5;
}

/* ↑生放送↑ */

/* ↓テレビ放映中(frm_current.tpl)↓ */
#sec_current .image {/* stylelint-disable-line */
    margin: 0 auto;
    position: relative;
    width: 116px;
}

#sec_current .image .new {/* stylelint-disable-line */
    background: url('../../../img/special/anime/icon_new.png');
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    display: block;
    height: 17px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 31px;
}

/* ↑テレビ放映中↑ */

/* ↓電子書籍の紹介↓ */
#box_book ul li p.image a img.item {/* stylelint-disable-line */
    width: 100px;
}

/* ↑電子書籍の紹介↑ */

/* ↓ランキング(frm_weeklyranking.tpl)↓ */
#sec_ranking .rank {/* stylelint-disable-line */
    color: #456;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    line-height: 1;
    margin: 0 0 4px;
    text-align: center;
}

/* ↑ランキング↑ */

/* ↓静画↓ */
#sec_seiga .tag {/* stylelint-disable-line */
    font-size: 14px;
    line-height: 1;
    padding: 4px;
}/* コンテンツ名(タグ) */

/* ↑静画↑ */

/* ↓右列↓ */
.side_frm {
    background: #789;
    border: solid 2px #def;
    margin: 0 0 16px;
    padding: 1px;
}

.side_frm h2.tit {
    /* 見出 */
    background: #fff url('../../../img/special/anime/right_slink_tit_bg.png') repeat-x top;
    border: solid 1px;
    border-color: #def #abc #789;
    color: #456;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 8px;
    text-shadow: 0 1px 1px #abc;
}

.side_frm .list {
    /* 羅列 */
    background: #fff;
    border: solid 1px;
    border-color: #abc;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px;
}

.side_frm .list li {
    display: block;
    list-style: none;
    padding: 6px 4px;
}

.side_frm .list li a {
    font-size: 14px;
}

.side_frm .list .half li {
    float: left;
    min-width: 46%;
}/* 2行にしたい時に<ul>に適用する */

.side_frm .list a.go_more {
    clear: both;
    display: block;
    padding: 4px;
    text-align: right;
}/* ｢すべて表示→｣ */

.ads_nicovideo.anime_side.size_300x250 {
    background-color: #7a8a99;
    margin-bottom: 10px;
    padding: 7px;
}

/* *↑右列↑* */
