﻿@charset "utf-8";

body {
    background: url(../images/bg.png) repeat top center;
    font-family: "メイリオ", sans-serif !important;
}

/* 全体の背景指定 */

#wrapper #contents {
    width: 1000px;
}

/* anchor */
#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#top #wrapper {
    background: url(../images/bg_wrapper.png) repeat top left;
}

#cnts #wrapper {
    background: url(../images/bg_wrapper_cnts.png) repeat-y top left;
}

#wrapper a,
#wrapper .article {
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
}

#wrapper a:hover {
    text-decoration: none;
    /*filter: alpha(opacity=50);*/
}

/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
    /*filter: alpha(opacity=100);*/
    -moz-opacity: 1;
    opacity: 1;
}


/* #main */
#main {
    width: 675px;
    padding-bottom: 63px;
}

#top #article {
    width: 669px;
    margin: 0 0 0 6px;
}

#top #article_hulu {
    width: 669px;
    margin: 0 0 0 6px;
}

#cnts #article {
    width: 669px;
    margin: 0 0 0 0;
    background: url(../images/contents_main.png) no-repeat top center;
}

#cnts #article_hulu {
    width: 669px;
    margin: 0 0 0 0;
    background: url(../images/bg_wrapper.png) repeat top center;
}


/* #side */
#side {
    padding: 10px 0px 0px;
    z-index: 999;
    position: relative;
    left: -10px;
}

#side .box {
    /* border-radius */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#wrapper #contents #side .box .title {
    background: rgb(218, 225, 229);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(218, 225, 229, 1) 51%, rgba(238, 241, 244, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 248, 249, 1)), color-stop(50%, rgba(229, 235, 238, 1)), color-stop(51%, rgba(218, 225, 229, 1)), color-stop(100%, rgba(238, 241, 244, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(218, 225, 229, 1) 51%, rgba(238, 241, 244, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(218, 225, 229, 1) 51%, rgba(238, 241, 244, 1) 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(218, 225, 229, 1) 51%, rgba(238, 241, 244, 1) 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#dce2e6', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(218, 225, 229, 1) 51%, rgba(238, 241, 244, 1) 100%);
    /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a {
    background-color: rgba(153, 153, 153, 0.5);
    /* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* #header */
#top #contents {
    padding: 670px 0 0 0;
    background: url(../images/main.png) no-repeat top left;
}

#top #main #article #header {
    display: none;
}

#cnts #main #article #header {
    display: block;
}

#cnts #main #article #header h1 {
    display: block;
    text-indent: -9999px;
    height: 160px;
}

#cnts #main #article #header h1 a {
    width: 669px;
    height: 160px;
    display: block;
}


#topad {
    padding-bottom: 5px;
}


/* #top */
#btn-sbm {
    display: block;
    position: relative;
    top: -660px;
    text-align: right;
    margin: 0 10px -50px 0;
}

#btn-sbm li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0px;
    padding: 0px;
    line-height: normal;
    list-style: none;
    vertical-align: top;
}

*html #btn-sbm li {
    display: inline;
}

/* for IE6 */
* + html #btn-sbm li {
    display: inline;
}

/* for IE7 */

#btn-sbm li a {
    margin: 0px;
}

#btn-sbm .btnFaceBook {
    width: 111px;
}

#btn-sbm .btnHatenaBookmark {}

#btn-sbm .btnGoogleCalendar {
    margin-left: 10px;
}


/* テキスト指定 */
#article {
    font-size: 120%;
    line-height: 1.5;
}

#article .text {
    padding: 0;
}

#article h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0px 0px 0px;
}

#article h3 {
    font-weight: bold;
    font-size: 100%;
}

#article p {
    margin-bottom: 0;
}

#article_hulu {
    font-size: 120%;
    line-height: 1.5;
}

#article_hulu .text {
    padding: 0;
}

#article_hulu h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0px 0px 0px;
}

#article_hulu h3 {
    font-weight: bold;
    font-size: 100%;
}

#article_hulu p {
    margin-bottom: 0;
}

.innerlink-head {
    width: 71px;
    height: 71px;
    text-indent: -9999px;
    display: none;
    z-index: 500;
}

.innerlink-head a {
    background: url(../images/pagetop.png) no-repeat right top;
    width: 71px;
    height: 71px;
    display: block;
}

.section {
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.clearboth {
    clear: both;
}

#main a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* ここから */

#top #contents {
    position: relative;
}

div#link-oaquiz {
    display: block;
    width: 379px;
    height: 133px;
    position: absolute;
    top: 86px;
    right: 5px;
}

div#link-oaquiz a {
    display: block;
    width: 379px;
    height: 133px;
    background: url(../images/banner_oaquiz.png) no-repeat left top;
    text-indent: -9999px;
}

div#link-oaquiz a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

div#link-oaquiz_02 {
    display: block;
    width: 379px;
    height: 133px;
    position: absolute;
    top: 86px;
    right: 5px;
    z-index: 100px;
}

div#link-oaquiz_02 a {
    display: block;
    width: 379px;
    height: 133px;
    background: url(../images/banner_oaquiz_02.png) no-repeat left top;
    text-indent: -9999px;
}

div#link-oaquiz_02 a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

div#link-oaquiz_03 {
    display: block;
    width: 379px;
    height: 133px;
    position: absolute;
    top: 86px;
    right: 5px;
    z-index: 100px;
}

div#link-oaquiz_03 a {
    display: block;
    width: 379px;
    height: 133px;
    background: url(../images/banner_oaquiz_03.png) no-repeat left top;
    text-indent: -9999px;
}

div#link-oaquiz_03 a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

div#banner_collabo {
    display: block;
    width: 379px;
    height: 133px;
    position: absolute;
    top: 56px;
    right: 5px;
    z-index: 100px;
}

div#banner_collabo a {
    display: block;
    width: 379px;
    height: 133px;
    background: url(../images/banner_collabo.png) no-repeat left top;
    text-indent: -9999px;
}

div#banner_collabo_02 a:hover,
div#banner_collabo a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

div#banner_collabo_02 {
    display: block;
    width: 318px;
    height: 173px;
    position: absolute;
    top: 56px;
    right: 21px;
    z-index: 100;
}

div#banner_collabo_02 a {
    display: block;
    width: 318px;
    height: 173px;
    background: url(../images/banner_collabo_02.png) no-repeat left top;
    text-indent: -9999px;
}


div#banner_websp {
    display: block;
    width: 318px;
    height: 194px;
    position: absolute;
    top: 46px;
    right: 21px;
    z-index: 100;
}

div#banner_websp a {
    display: block;
    width: 318px;
    height: 194px;
    background: url(../images/banner_websp_02.png) no-repeat left top;
    text-indent: -9999px;
}

div#banner_websp a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

div#banner_important {
    display: block;
    width: 211px;
    height: 217px;
    position: absolute;
    top: 390px;
    left: 71px;
    z-index: 200;
    text-indent: -9999px;
    background: url(../images/banner_important.png) no-repeat left top;
}

div#banner_important_on {
    display: block;
    width: 211px;
    height: 217px;
    position: absolute;
    top: 390px;
    left: 71px;
    z-index: 200;
    text-indent: -9999px;
}

div#banner_important_on a {
    display: block;
    width: 211px;
    height: 217px;
    background: url(../images/banner_important.png) no-repeat left top;
}

div#banner_important_on a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}


div#nav {
    width: 660px;
    display: block;
    padding: 0 0 15px 0;
    margin: 10px auto 0 auto;
}

#top div#nav {
    margin: 10px 0 0 2px;
}

div#nav ul li {
    width: 164px;
    height: 164px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 0 1px 2px 0;
}

div#nav ul li a {
    width: 164px;
    height: 164px;
    display: block;
    padding: 0 0 2px 0;
}

div#nav ul li a:hover {
    -moz-opacity: 1;
    opacity: 1;
}

div#nav ul li#link-intro a {
    background: url(../images/menu_01.png) no-repeat left top;
}

div#nav ul li#link-intro a:hover {
    background: url(../images/menu_01_on.png) no-repeat left top;
}

div#nav ul li#link-story a {
    background: url(../images/menu_02.png) no-repeat left top;
}

div#nav ul li#link-story a:hover {
    background: url(../images/menu_02_on.png) no-repeat left top;
}

div#nav ul li#link-cast-staff a {
    background: url(../images/menu_03.png) no-repeat left top;
}

div#nav ul li#link-cast-staff a:hover {
    background: url(../images/menu_03_on.png) no-repeat left top;
}

div#nav ul li#link-chart a {
    background: url(../images/menu_04.png) no-repeat left top;
}

div#nav ul li#link-chart a:hover {
    background: url(../images/menu_04_on.png) no-repeat left top;
}

div#nav ul li#link-original a {
    background: url(../images/menu_05.png) no-repeat left top;
}

div#nav ul li#link-original a:hover {
    background: url(../images/menu_05_on.png) no-repeat left top;
}

div#nav ul li#link-music a {
    background: url(../images/menu_06.png) no-repeat left top;
}

div#nav ul li#link-music a:hover {
    background: url(../images/menu_06_on.png) no-repeat left top;
}

div#nav ul li#link-goods a {
    background: url(../images/menu_07.png) no-repeat left top;
}

div#nav ul li#link-goods a:hover {
    background: url(../images/menu_07_on.png) no-repeat left top;
}

div#nav ul li#link-hulu a {
    background: url(../images/menu_08.png) no-repeat left top;
}

div#nav ul li#link-hulu a:hover {
    background: url(../images/menu_08_on.png) no-repeat left top;
}


div#nav ul li.link-coming {
    background: url(../images/menu_coming.png) no-repeat left top;
}

/* whats */
#whats {
    background: url(../images/news_bg.png) no-repeat left top;
    width: 669px;
    height: 174px;
    margin: 0 0 10px 0;
    position: relative;
    left: -3px;
}

#whats h3 {
    display: none;
}

#whats #whats_main {
    width: 500px;
    height: 148px;
    overflow: hidden;
}

#whats #whats_wrap {
    width: 500px;
    height: 148px;
    position: relative;
    top: 10px;
    left: 158px;
    font-size: 13px;
}

#whats #whats_main a {
    color: #e60012;
}

#whats #whats_main dt {
    color: #ffe890;
}

#whats #whats_main dd {
    color: #ffffff;
    background: url(../images/spacer.gif) no-repeat left top;
    margin: 0 0 12px 0;
}

ul#information-guest {
    width: 662px;
}

ul#information-guest li {
    width: 331px;
    height: 114px;
    display: block;
    text-indent: -9999px;
    float: left;
}

ul#information-guest li a {
    width: 331px;
    height: 104px;
    display: block;
}

ul#information-guest li#banner_information a {
    background: url(../images/banner_information.png) no-repeat center top;
}

ul#information-guest li#banner_guest a {
    background: url(../images/banner_guest.png) no-repeat center top;
}

ul#information-guest li#banner_comingsoon {
    background: url(../images/banner_comingsoon.png) no-repeat 2px top;
}

ul#information-guest li#banner_data a {
    background: url(../images/banner_data.png) no-repeat center top;
}


/* twitter_fb */
#twitter {
    width: 331px;
    height: 424px;
    float: left;
    background: url(../images/twitter_bg.png) no-repeat left top;
}


#twitter h3 {
    display: none;
}

iframe.twitter-timeline {
    min-width: 321px;
    height: 360px !important;
    min-height: 360px !important;
}

#twitter-widget {
    position: relative;
    top: 50px;
    left: 5px;
    height: 360px;
    width: 321px;
    border-radius: 5px;
}

#top #pr_sns {
    width: 336px;
    float: left;
}

#top_movie {
    width: 336px;
    height: 260px;
    background: url(../images/movie_bg.png) no-repeat right top;
    margin: 0;
}

#top_movie h3 {
    display: none;
}

#top_movie p#thumb {
    width: 327px;
    height: 195px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    position: relative;
    top: 45px;
}

#top_movie p#thumb a {
    width: 327px;
    height: 195px;
    display: block;
    background: url(../images/top_movie.png) no-repeat right top;
}

#top_movie p#thumb_close {
    width: 327px;
    height: 195px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    position: relative;
    top: 45px;
    background: url(../images/top_movie_close.png) no-repeat right top;
}


#top #fb_line {
    position: relative;
    top: -6px;
}

#top p#top_coming {
    width: 168px;
    height: 170px;
    display: block;
    text-indent: -9999px;
    float: left;
    position: relative;
    left: 1px;
    background: url(../images/top_comingsoon.png) no-repeat center top;
}


/* #top #fb_btn {
    width: 168px;
    height: 170px;
    display: block;
    text-indent: -9999px;
    float: left;
    position: relative;
    left: 1px;
}

#top #fb_btn a {
    width: 168px;
    height: 170px;
    display: block;
    background: url(../images/fb_btn.png) no-repeat center top;
} */

#top p#fb_close {
    width: 168px;
    height: 170px;
    display: block;
    text-indent: -9999px;
    float: left;
    background: url(../images/fb_btn.png) no-repeat center top;
    position: relative;
    left: 1px;
}

#top p#line_close {
    width: 168px;
    height: 170px;
    display: block;
    text-indent: -9999px;
    float: left;
    background: url(../images/line_close.png) no-repeat left top;
    position: relative;
    left: -2px;
}

#top #line_banner li#btn_line {
    width: 168px;
    height: 170px;
    display: block;
    text-indent: -9999px;
    float: left;
    background: url(../images/line.png) no-repeat left top;
    position: relative;
    left: 0px;
}


#top #line_banner li#btn_line_sp {
    display: none;
}


ul#present_wrap li a {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
}

ul#present_wrap #banner_present_themesong a {
    background: url(../images/banner_present_themesong.png) no-repeat left top;
}

ul#present_wrap #banner_present_original a {
    background: url(../images/banner_present_original.png) no-repeat left top;
}

ul#present_wrap #banner_zipcollabo a {
    background: url(../images/banner_zipcollabo.png) no-repeat left top;
}

ul#present_wrap #banner_zipcollabo_close {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
    background: url(../images/banner_zipcollabo_close.png) no-repeat left top;
}

ul#present_wrap #banner_disc a {
    background: url(../images/banner_disc.png) no-repeat left top;
}

ul#present_wrap #banner_present_bd a {
    background: url(../images/banner_present_bd.png) no-repeat left top;
}

ul#present_wrap #banner_present_dvd a {
    background: url(../images/banner_present_dvd.png) no-repeat left top;
}



ul#present_wrap #banner_coming_02 {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
    background: url(../images/banner_comingsoon_02.png) no-repeat left top;
}


ul#present_wrap #banner_comming {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
    background: url(../images/banner_comming.png) no-repeat left top;
}

ul#present_wrap a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
}


ul#present_wrap #banner_present_soundtrack {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
}

ul#present_wrap #banner_present_soundtrack a {
    display: block;
    width: 331px;
    height: 104px;
    background: url(../images/banner_present_soundtrack.png) no-repeat left top;
}



ul#banner_aria {
    padding: 0 0 0 0;
    top: -10px;
    position: relative;
}

ul#banner_aria #banner_zipcollabo {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
}

ul#banner_aria #banner_zipcollabo a {
    display: block;
    width: 331px;
    height: 104px;
    background: url(../images/banner_zipcollabo.png) no-repeat left top;
}

ul#banner_aria #banner_coming_02 {
    display: block;
    width: 331px;
    height: 104px;
    text-indent: -9999px;
    float: left;
    background: url(../images/banner_comingsoon_02.png) no-repeat left top;
}



/* contents */
div.contents_main {
    width: 651px;
    margin: 0 auto;
}

div.contents_main h2 {
    width: 651px;
    height: 111px;
    display: block;
    text-indent: -9999px;
}

div.contents_base {
    width: 651px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background-color: rgba(52, 0, 0, 0.9);
    background-image: url(../images/contents_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* introduction */

div#introduction h2 {
    background: url(../images/introduction/title.png) no-repeat left top;
}

div#introduction div#intro_main * {
    display: none;
}

div#introduction div#intro_main {
    width: 651px;
    height: 1541px;
    display: block;
    text-indent: -9999px;
    background: url(../images/introduction/intro.png) no-repeat center top;
}

/* chart */

div#chart h2 {
    background: url(../images/chart/title.png) no-repeat left top;
}

div#chart div#chart_main {
    margin: 20px 0;
}

div#chart p#chart-image {
    background: url(../images/chart/chart.png) no-repeat left top;
    width: 615px;
    height: 875px;
    margin: 0 auto;
}

div#chart area {
    outline: none;
}

/* cast-staff */

div#cast-staff h2 {
    background: url(../images/cast-staff/title.png) no-repeat left top;
}

div#cast-staff h2#title_staff {
    background: url(../images/cast-staff/title_staff.png) no-repeat left top;
}

div#cast-staff div#cast_main * {
    display: none;
}

div#cast-staff div#cast_main {
    width: 651px;
    height: 761px;
    display: block;
    text-indent: -9999px;
    background: url(../images/cast-staff/cast.png) no-repeat center top;
    margin: 50px 0 0 0;
    padding: 0 0 80px 0;
}

div#cast-staff ul#comment_link li {
    text-indent: -9999px;
    width: 88px;
    height: 17px;
    display: block;
    position: relative;
    margin: 0 0 -17px 0;
    left: 430px;
}

div#cast-staff ul#comment_link li a {
    width: 88px;
    height: 17px;
    display: block;
    background: url(../images/cast-staff/btn_comment.png) no-repeat center top;
}

div#cast-staff li#comment_01 {
    top: -838px;
}

div#cast-staff li#comment_02 {
    top: -766px;
}

div#cast-staff li#comment_03 {
    top: -694px;
}

div#cast-staff li#comment_04 {
    top: -645px;
}

div#cast-staff li#comment_05 {
    top: -599px;
}

div#cast-staff li#comment_06 {
    top: -310px;
}

div#cast-staff li#comment_07 {
    top: -167px;
}

div#cast-staff li#comment_08 {
    top: -96px;
}


div#cast-staff div#staff_main * {
    display: none;
}

div#cast-staff div#staff_main {
    width: 651px;
    height: 565px;
    display: block;
    text-indent: -9999px;
    background: url(../images/cast-staff/staff.png) no-repeat center top;
    margin: 50px 0 0 0;
    padding: 0 0 80px 0;
}

/* comment */

div#comment h2 {
    background: url(../images/comment/title.png) no-repeat left top;
}

div#comment div.comment_section * {
    display: none;
}

div#comment div.comment_section {
    width: 602px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

div#comment div#c_01 {
    height: 729px;
    background: url(../images/comment/comment_01.png) no-repeat left center;
}

div#comment div#c_02 {
    height: 621px;
    background: url(../images/comment/comment_02.png) no-repeat left center;
}

div#comment div#c_03 {
    height: 365px;
    background: url(../images/comment/comment_03.png) no-repeat left center;
}

div#comment div#c_04 {
    height: 456px;
    background: url(../images/comment/comment_04.png) no-repeat left center;
}

div#comment div#c_05 {
    height: 444px;
    background: url(../images/comment/comment_05.png) no-repeat left center;
}

div#comment div#c_06 {
    height: 504px;
    background: url(../images/comment/comment_06.png) no-repeat left center;
}

div#comment div#c_07 {
    height: 456px;
    background: url(../images/comment/comment_07.png) no-repeat left center;
}

div#comment div#c_08 {
    height: 456px;
    background: url(../images/comment/comment_08.png) no-repeat left bottom;
    padding: 20px 0 0 0;
}

/* original */

div#original h2 {
    background: url(../images/original/title.png) no-repeat left top;
}

div#original div#original_main * {
    display: none;
}

div#original div#original_main {
    width: 651px;
    height: 1179px;
    display: block;
    text-indent: -9999px;
    background: url(../images/original/original.png) no-repeat center top;
    margin: 20px 0 30px 0;
}

/* music */

div#music h2 {
    background: url(../images/music/title.png) no-repeat left top;
}

div#music div#themesong * {
    display: none;
}

div#music div#themesong {
    width: 651px;
    height: 348px;
    display: block;
    text-indent: -9999px;
    background: url(../images/music/themesong.png) no-repeat center top;
    margin: 30px 0 50px 0;
}

div#music p.section_line {
    width: 651px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    background: url(../images/music/line.png) no-repeat center;
    margin: 0 auto;
}

div#music div#soundtrack * {
    display: none;
}

div#music div#soundtrack {
    width: 651px;
    height: 616px;
    display: block;
    text-indent: -9999px;
    background: url(../images/music/soundtrack.png) no-repeat center top;
    margin: 50px 0 0 0;
    padding: 0 0 80px 0;
}


/* guest */

div#guest h2 {
    background: url(../images/guest/title.png) no-repeat left top;
}

div#guest h3#g_01 {
    width: 569px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    background: url(../images/guest/midashi_01.png) no-repeat center top;
    margin: 20px auto 30px auto;
}

div#guest div.guest_list * {
    display: none;
}

div#guest div.guest_list {
    display: block;
    text-indent: -9999px;
    margin: 20px auto 50px auto;
}

div#guest div#guest_01 {
    width: 588px;
    height: 1293px;
    background: url(../images/guest/guest_01.png) no-repeat center top;
}


/* information */

div#information h2 {
    background: url(../images/information/title.png) no-repeat left top;
}

div#information div.info_section {
    padding: 30px 0 50px 0;
}

div#information div.info_section h3 {
    color: #e17bff;
    border-bottom: 1px solid #e17bff;
    width: 206px;
    text-align: right;
}

div#information div.info_section dl {
    width: 500px;
    margin: 30px auto;
    color: #ffffff;
}

div#information div.info_section dt {
    color: #ff0000;
    margin: 0 0 15px 0;
    background: url(../images/spacer.gif) no-repeat left top;
}

div#information div.info_section dt.new {
    color: #ff0000;
    margin: 0 0 15px 0;
    padding: 17px 0 0 0;
    background: url(../images/information/icon_new.png) no-repeat left top;
}

div#information div.info_section dd {
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    background: url(../images/information/icon.png) no-repeat center bottom;
}

div#information div.info_section dd strong {
    color: #ff0000;
}

body div#information div.info_section dd.info_close {
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    background: none !important;
}


/* story */

div#story div.contents_base {
    padding: 20px 0 0 0;
    background-color: rgba(52, 0, 0, 0.9);
    background-image: none;
}

div#story h2 {
    background: url(../images/story/title.png) no-repeat left top;
}

div#story .contents_base h3 {
    width: 608px;
    height: 404px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 50px auto;
}

div#story #s_01 h3 {
    background: url(../images/story/s_01.png) no-repeat left top;
}

div#story #s_02 h3 {
    background: url(../images/story/s_02.png) no-repeat left top #333;
}

div#story #s_03 h3 {
    background: url(../images/story/s_03.png) no-repeat left top #333;
}

div#story #s_04 h3 {
    background: url(../images/story/s_04.png) no-repeat left top #333;
}

div#story #s_05 h3 {
    background: url(../images/story/s_05.png) no-repeat left top #333;
}

div#story #s_06 h3 {
    background: url(../images/story/s_06.png) no-repeat left top #333;
}

div#story #s_07 h3 {
    background: url(../images/story/s_07.png) no-repeat left top #333;
}

div#story #s_08 h3 {
    background: url(../images/story/s_08.png) no-repeat left top #333;
}

div#story #s_09 h3 {
    background: url(../images/story/s_09.png) no-repeat left top #333;
}

div#story #s_10 h3 {
    background: url(../images/story/s_10.png) no-repeat left top #333;
}



#story div#story_main p {
    margin: 0 auto 0 auto;
    color: #ffffff;
    line-height: 180%;
}

#story div#story_main p strong {
    color: #e60012;
}

#story div#story_main .story_text_flat p {
    width: 608px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;
}

#story div#story_main .story_text_flat p.original_text {
    width: 608px;
    margin: 0 auto -10px auto;
    padding: 20px 0 0 0;
    text-align: right;
}



#story div.photo_r {
    width: 608px;
    margin: 10px auto 0 auto;
}

#story div.photo_l {
    width: 608px;
    margin: 10px auto 0 auto;
}

#cnts #story div#story_main div.photo_r p.photo {
    width: 305px;
    float: right;
}

#cnts #story div#story_main div.photo_l p.photo {
    width: 305px;
    float: left;
}


#story p.photo {
    text-indent: -9999px;
    width: 305px;
    height: 171px;
    display: block;
}

#story #s_01 p#photo_01 {
    background: url(../images/story/photo_01_01.png) no-repeat right top;
}

#story #s_01 p#photo_02 {
    background: url(../images/story/photo_01_02.png) no-repeat left top;
}

#story #s_02 p#photo_01 {
    background: url(../images/story/photo_02_01.png) no-repeat right top;
}

#story #s_02 p#photo_02 {
    background: url(../images/story/photo_02_02.png) no-repeat left top;
}

#story #s_03 p#photo_01 {
    background: url(../images/story/photo_03_01.png) no-repeat right top;
}

#story #s_03 p#photo_02 {
    background: url(../images/story/photo_03_02.png) no-repeat left top;
}

#story #s_04 p#photo_01 {
    background: url(../images/story/photo_04_01.png) no-repeat right top;
}

#story #s_04 p#photo_02 {
    background: url(../images/story/photo_04_02.png) no-repeat left top;
}

#story #s_05 p#photo_01 {
    background: url(../images/story/photo_05_01.png) no-repeat right top;
}

#story #s_05 p#photo_02 {
    background: url(../images/story/photo_05_02.png) no-repeat left top;
}

#story #s_06 p#photo_01 {
    background: url(../images/story/photo_06_01.png) no-repeat right top;
}

#story #s_06 p#photo_02 {
    background: url(../images/story/photo_06_02.png) no-repeat left top;
}

#story #s_07 p#photo_01 {
    background: url(../images/story/photo_07_01.png) no-repeat right top;
}

#story #s_07 p#photo_02 {
    background: url(../images/story/photo_07_02.png) no-repeat left top;
}

#story #s_07 p#photo_03 {
    background: url(../images/story/photo_07_03.png) no-repeat right top;
}

#story #s_08 p#photo_01 {
    background: url(../images/story/photo_08_01.png) no-repeat right top;
}

#story #s_08 p#photo_02 {
    background: url(../images/story/photo_08_02.png) no-repeat left top;
}

#story #s_09 p#photo_01 {
    background: url(../images/story/photo_09_01.png) no-repeat right top;
}

#story #s_09 p#photo_02 {
    background: url(../images/story/photo_09_02.png) no-repeat left top;
}

#story #s_10 p#photo_01 {
    background: url(../images/story/photo_10_01.png) no-repeat right top;
}

#story #s_10 p#photo_02 {
    background: url(../images/story/photo_10_02.png) no-repeat left top;
}


#story div.guest * {
    display: none;
}

#story div.guest {
    width: 650px;
    height: 401px;
    display: block;
    margin: 50px auto;
}

#story #s_01 div.guest {
    background: url(../images/story/guest_01.png) no-repeat left top;
}

#story #s_02 div.guest {
    height: 251px;
    background: url(../images/story/guest_02.png) no-repeat left top;
}

#story #s_03 div.guest {
    background: url(../images/story/guest_03.png) no-repeat left top;
}

#story #s_04 div.guest {
    height: 471px;
    background: url(../images/story/guest_04.png) no-repeat left top;
}

#story #s_05 div.guest {
    height: 251px;
    background: url(../images/story/guest_05.png) no-repeat left top;
}

#story #s_06 div.guest {
    height: 527px;
    background: url(../images/story/guest_06.png) no-repeat left top;
}

#story #s_07 div.guest {
    height: 997px;
    background: url(../images/story/guest_07.png) no-repeat left top;
}

#story #s_08 div.guest {
    height: 478px;
    background: url(../images/story/guest_08.png) no-repeat left top;
}

#story #s_09 div.guest {
    height: 471px;
    background: url(../images/story/guest_09.png) no-repeat left top;
}

#story #s_10 div.guest {
    height: 251px;
    background: url(../images/story/guest_10.png) no-repeat left top;
}


#story div#backnumber {
    width: 651px;
    margin: 0 auto;
    padding: 0 0 104px 0;
    background: url(../images/story/backnumber_bg_bottom.png) no-repeat left bottom #0b0001;
}

#story div#backnumber h3 {
    width: 651px;
    height: 80px;
    text-indent: -9999px;
    display: block;
    background: url(../images/story/midashi_backnumber.png) no-repeat left top;
    margin: 30px auto 15px auto;
}

#story ul#story_backnumber {
    width: 640px;
    margin: 0 0 0 8px;
}


#story ul#story_backnumber li {
    width: 160px;
    height: 167px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 0 0 15px 0;
}

#story ul#story_backnumber li a {
    width: 150px;
    height: 167px;
    display: block;
}

#story ul#story_backnumber li#b_01 a {
    background: url(../images/story/b_01.png) no-repeat left top;
}

#story ul#story_backnumber li#b_02 a {
    background: url(../images/story/b_02.png) no-repeat left top;
}

#story ul#story_backnumber li#b_03 a {
    background: url(../images/story/b_03.png) no-repeat left top;
}

#story ul#story_backnumber li#b_04 a {
    background: url(../images/story/b_04.png) no-repeat left top;
}

#story ul#story_backnumber li#b_05 a {
    background: url(../images/story/b_05.png) no-repeat left top;
}

#story ul#story_backnumber li#b_06 a {
    background: url(../images/story/b_06.png) no-repeat left top;
}

#story ul#story_backnumber li#b_07 a {
    background: url(../images/story/b_07.png) no-repeat left top;
}

#story ul#story_backnumber li#b_08 a {
    background: url(../images/story/b_08.png) no-repeat left top;
}

#story ul#story_backnumber li#b_09 a {
    background: url(../images/story/b_09.png) no-repeat left top;
}

#story ul#story_backnumber li#b_10 a {
    background: url(../images/story/b_10.png) no-repeat left top;
}

/* another_story */
.mb60 {
    margin-bottom: 60px;
}

div#another_story div.contents_base {
    padding: 20px 0 0 0;
    background-color: rgba(52, 0, 0, 0.9);
    background-image: none;
}

div#another_story h2 {
    background: url(../images/another_story/title.png) no-repeat left top;
}

div#another_story .contents_base h3 {
    width: 650px;
    height: 158px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 30px auto;
}

div#another_story #s_01 h3 {
    background: url(../images/another_story/s_01_title.png) no-repeat left top;
}

div#another_story #s_02 h3 {
    background: url(../images/another_story/s_02_title.png) no-repeat left top;
}

div#another_story #s_03 h3 {
    background: url(../images/another_story/s_03_title.png) no-repeat left top;
}

div#another_story #s_hulu_txt h3 {
    background: url(../images/hulu_another/s_hulu_txt_title.png) no-repeat left top #333;
    height: 249px;
}

div#another_story div#movie-embed {
    width: 505px;
    height: 284px;
    margin: 0 auto 50px auto;
}

#another_story div#story_main p {
    width: 608px;
    margin: 0 auto 30px auto;
    color: #ffffff;
    line-height: 180%;
}

#another_story div#story_main p strong {
    color: #e60012;
}


div#another_story div#story_main p.another_story_photo {
    width: 513px;
    height: 293px;
    display: block;
    text-indent: -9999px;
    margin: 50px auto 30px auto;
}


div#another_story #s_01 p.another_story_photo {
    background: url(../images/another_story/s_01.png) no-repeat left top;
}

div#another_story #s_02 p.another_story_photo {
    background: url(../images/another_story/s_02.png) no-repeat left top;
}

div#another_story #s_03 p.another_story_photo {
    background: url(../images/another_story/s_03.png) no-repeat left top;
}


div#another_story div#story_main span.read_title {
    display: block;
    font-size: 140%;
    color: #dcbf50;
    margin: 0 20px 0;
    text-align: center;
}

div#another_story div#story_main span.sub_title {
    display: block;
    font-size: 120%;
    color: #b59e6d;
    margin: 0 20px 20px;
    border-bottom: 1px solid;
    padding: 10px 0;
}

div#another_story div#story_main span.cast_title {
    display: block;
    font-size: 140%;
    color: #fdf9f5;
    margin: 20px 20px 5px;
    font-family: serif;

}

.border_b {
    padding: 20px 0;
    border-bottom: 1px solid rgba(144, 144, 144, 0.31);
}


div#another_story div#story_main ul {
    width: 608px;
    margin: 0 auto 40px auto;
    color: #ffffff;
    line-height: 180%;
}

.s_txt {
    font-size: 80%
}


div#another_story div#story_main p.btn_watching {
    width: 340px;
    height: 74px;
    display: block;
    text-indent: -9999px;
    margin: 20px auto 50px auto;
}

div#another_story p.btn_watching a {
    width: 340px;
    height: 74px;
    display: block;
    background: url(../images/another_story/btn_watching.png) no-repeat left top;
}


div#another_story ul#another_story_list {
    width: 650px;
    height: 286px;
    margin: 0 auto;
    background: url(../images/another_story/another_story_list_bg.png) no-repeat left top;

}

div#another_story ul#another_story_list li {
    width: 308px;
    height: 197px;
    text-indent: -9999px;
    display: block;
    position: relative;
    top: 50px;
}

div#another_story ul#another_story_list li#a_01 {
    width: 318px;
    text-indent: -9999px;
    display: block;
    background: url(../images/another_story/another_story_01.png) no-repeat left top;
    float: left;
    position: relative;
    left: 15px;
}


div#another_story ul#another_story_list li#a_02 {
    width: 318px;
    text-indent: -9999px;
    display: block;
    background: url(../images/another_story/another_story_02.png) no-repeat left top;
    float: left;
    position: relative;
    left: 15px;
}


div#another_story ul#another_story_list li#a_03 {
    width: 308px;
    text-indent: -9999px;
    display: block;
    background: url(../images/another_story/another_story_03.png) no-repeat left top;
    float: left;
    position: relative;
    left: 10px;
}

div#another_story ul#another_story_list li#a_03_coming {
    width: 308px;
    text-indent: -9999px;
    display: block;
    background: url(../images/another_story/another_story_03_coming.png) no-repeat left top;
    float: left;
    position: relative;
    left: 10px;
}


div#another_story ul#another_story_list a {
    width: 292px;
    height: 68px;
    text-indent: -9999px;
    display: block;
    background: url(../images/another_story/another_story_link.png) no-repeat left top;
    position: relative;
    top: 105px;
    left: 9px;
}


div#another_story div#another_story_info {
    width: 630px;
    margin: 50px auto 0 auto;
    padding: 0 0 100px 0;
}

div#another_story div#another_story_info h4 {
    width: 630px;
    height: 80px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto 20px auto;
    background: url(../images/another_story/midashi_another.png) no-repeat left top;
}

div#another_story div#another_story_info p#banner_hulu {
    width: 600px;
    height: 84px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto 20px auto;
}

div#another_story div#another_story_info p#banner_hulu a {
    width: 600px;
    height: 84px;
    display: block;
    background: url(../images/another_story/btn-hulu.png) no-repeat center top;
}

div#another_story div#another_story_info p#banner_hulu_page {
    width: 484px;
    height: 94px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto 20px auto;
}

div#another_story div#another_story_info p#banner_hulu_page a {
    width: 484px;
    height: 94px;
    display: block;
    background: url(../images/hulu_another/btn-hulu.png) no-repeat center top;
}

/* goods */

div#goods h2 {
    background: url(../images/goods/title.png) no-repeat left top;
}

div#goods div.goods_section * {
    display: none;
}

div#goods div.goods_section {
    display: block;
    text-indent: -9999px;
    margin: 30px auto 0 auto;
}

div#goods div#goods_01 {
    width: 607px;
    height: 439px;
    background: url(../images/goods/goods_01.png) no-repeat center top;
    margin: 20px auto 0 auto;
}

div#goods div#goods_02 {
    width: 607px;
    height: 439px;
    background: url(../images/goods/goods_02.png) no-repeat center top;
}

div#goods div#goods_03 {
    width: 607px;
    height: 439px;
    background: url(../images/goods/goods_03.png) no-repeat center top;
}


div#goods div#webshop {
    width: 607px;
    margin: 80px auto 50px auto;
}

div#goods div#webshop h4 {
    width: 273px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    background: url(../images/goods/midashi_webshop.png) no-repeat center top;
    margin: 0 auto 5px auto;
}

div#goods p.btn {
    width: 607px;
    height: 93px;
    text-indent: -9999px;
}

div#goods p.btn a {
    width: 607px;
    height: 93px;
    display: block;
    text-indent: -9999px;
}

div#goods div#webshop p.btn a {
    background: url(../images/goods/btn_webshop.png) no-repeat center top;
}

div#goods div#webshop p.btn a {
    background: url(../images/goods/btn_webshop.png) no-repeat center top;
}


div#goods div#shop {
    width: 607px;
    margin: 0 auto 80px auto;
}

div#goods div#shop h4 {
    width: 213px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    background: url(../images/goods/midashi_shop.png) no-repeat center top;
    margin: 0 auto 5px auto;
}

div#goods div#shop p.btn a {
    background: url(../images/goods/btn_shop.png) no-repeat center top;
}


/* oaquiz */

div#oaquiz h2 {
    background: url(../images/oaquiz/title.png) no-repeat left top;
}

div#oaquiz div#oaquiz_main h3 {
    width: 650px;
    height: 158px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/midashi.png) no-repeat center top;
    margin: 0px auto 20px auto;
}

div#oaquiz div#oaquiz_main p#text_top {
    width: 493px;
    height: 83px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/text_top.png) no-repeat center top;
    margin: 40px auto 40px auto;
}

div#oaquiz div#quiz_section {
    width: 598px;
    margin: 0 auto;
    background-color: #720101;
    padding: 10px 0 30px 0;

}

div#oaquiz div#quiz_section p#comingsoon {
    width: 585px;
    height: 272px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/comingsoon.png) no-repeat center top;
    margin: 0 auto 20px auto;
}

div#oaquiz div#quiz_section p#comingsoon_0118 {
    width: 585px;
    height: 272px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/comingsoon_0118.png) no-repeat center top;
    margin: 0 auto 20px auto;
}

div#oaquiz div#quiz_section p#comingsoon_0125 {
    width: 585px;
    height: 272px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/comingsoon_0125.png) no-repeat center top;
    margin: 0 auto 20px auto;
}

div#oaquiz div#quiz_section p#photo {
    width: 585px;
    height: 272px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 10px auto;
}

div#oaquiz div#quiz_section.q_01 p#photo {
    background: url(../images/oaquiz/photo_01.png) no-repeat center top;
}

div#oaquiz div#quiz_section.q_02 p#photo {
    background: url(../images/oaquiz/photo_02.png) no-repeat center top;
}

div#oaquiz div#quiz_section.q_03 p#photo {
    background: url(../images/oaquiz/photo_03.png) no-repeat center top;
}

div#oaquiz div#quiz_section p#photo a {
    width: 585px;
    height: 272px;
    display: block;
}

div#oaquiz p#text_click {
    width: 449px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 20px auto;
    background: url(../images/oaquiz/text_click.png) no-repeat center top;
}


div#oaquiz div#quiz_section div#quiz_text {
    width: 545px;
    height: 402px;
    display: block;
    text-indent: -9999px;
    margin: 40px auto 20px auto;
}

div#oaquiz div#quiz_section div#quiz_text * {
    display: none;
}

div#oaquiz div#quiz_section.q_01 div#quiz_text {
    background: url(../images/oaquiz/q_01.png) no-repeat center top;
}

div#oaquiz div#quiz_section.q_02 div#quiz_text {
    height: 421px;
    background: url(../images/oaquiz/q_02.png) no-repeat center top;
}

div#oaquiz div#quiz_section.q_03 div#quiz_text {
    height: 346px;
    background: url(../images/oaquiz/q_03.png) no-repeat center top;
}

div#oaquiz div#quiz_section p#caution {
    width: 598px;
    height: 125px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/caution.png) no-repeat center top;
    margin: 20px auto 0 auto;
}

div#oaquiz div#oaquiz_main p#text_02 {
    width: 494px;
    height: 265px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/text_02.png) no-repeat center top;
    margin: 50px auto 20px auto;
}

div#oaquiz div#oaquiz_main p#btn_entry {
    width: 437px;
    height: 64px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/btn_entry_off.png) no-repeat center top;
    margin: 20px auto 5px auto;
}

div#oaquiz div#oaquiz_main p#btn_entry.open {
    margin: 0px auto 100px auto;
}

div#oaquiz div#oaquiz_main p#btn_entry a {
    width: 437px;
    height: 64px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/btn_entry.png) no-repeat center top;
}

div#oaquiz div#oaquiz_main p#entry_deadline {
    width: 335px;
    height: 26px;
    display: block;
    text-indent: -9999px;
    background: url(../images/oaquiz/entry_deadline.png) no-repeat center top;
    margin: 60px auto 5px auto;
}


div#oaquiz div#oaquiz_main div#oaquiz_sns {
    margin: 0 0 50px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #500b0b;
    padding: 20px 0;
}

div#oaquiz p#entry_caution {
    width: 280px;
    height: 26px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/oaquiz/entry_caution.png) no-repeat center top;
}

div#oaquiz p#entry_caution_0118 {
    width: 280px;
    height: 26px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/oaquiz/entry_caution_0118.png) no-repeat center;
}

div#oaquiz p#entry_caution_0125 {
    width: 280px;
    height: 26px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/oaquiz/entry_caution_0125.png) no-repeat center;
}


div#oaquiz div#oaquiz_main ul {
    width: 613px;
    margin: 0 auto;
}

div#oaquiz div#oaquiz_main li {
    width: 191px;
    height: 64px;
    display: block;
    text-indent: -9999px;
    float: left;
}

div#oaquiz div#oaquiz_main li a {
    width: 191px;
    height: 64px;
    display: block;
    text-indent: -9999px;
}

div#oaquiz div#oaquiz_main li#banner_twitter a {
    background: url(../images/oaquiz/btn_twitter.png) no-repeat center top;
}

div#oaquiz div#oaquiz_main li#banner_fb {
    padding: 0 20px;
}

div#oaquiz div#oaquiz_main li#banner_fb a {
    background: url(../images/oaquiz/btn_fb.png) no-repeat center top;
}

div#oaquiz div#oaquiz_main li#banner_line a {
    background: url(../images/oaquiz/btn_line.png) no-repeat center top;
}


/* data */

div#data h2 {
    background: url(../images/data/title.png) no-repeat left top;
}

div#data h3 {
    width: 585px;
    height: 69px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/data/midashi.png) no-repeat left top;
}

div#data p#top_text {
    width: 522px;
    height: 63px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/data/top_text.png) no-repeat left top;
}

div#data div#step * {
    display: none;
}

div#data div#step {
    width: 585px;
    height: 274px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/data/step.png) no-repeat left top;
}


div#data p#data_image {
    width: 585px;
    height: 328px;
    display: block;
    margin: 0 auto 50px auto;
    text-indent: -9999px;
    background: url(../images/data/image.png) no-repeat left top;
}

div#data ul#btn_entry {
    width: 577px;
    margin: 0 auto 50px auto;
}

div#data ul#btn_entry li {
    width: 169px;
    height: 196px;
    text-indent: -9999px;
    display: block;
    float: left;
}

div#data ul#btn_entry li#btn_02 {
    margin: 0 35px;
}

div#data ul#btn_entry li a {
    width: 169px;
    height: 196px;
    text-indent: -9999px;
    display: block;
}

div#data ul#btn_entry li#btn_01 a {
    background: url(../images/data/btn_01.png) no-repeat left top;
}

div#data ul#btn_entry li#btn_02 a {
    background: url(../images/data/btn_02.png) no-repeat left top;
}

div#data ul#btn_entry li#btn_03 a {
    background: url(../images/data/btn_03.png) no-repeat left top;
}


div#data div#entry {
    width: 585px;
    margin: 0 auto 50px auto;
}

div#data div#entry h4 {
    width: 585px;
    height: 29px;
    display: block;
    margin: 0 auto 20px auto;
    text-indent: -9999px;
    background: url(../images/data/midashi_entry.png) no-repeat left top;
}

div#data div#entry ul {
    width: 565px;
    margin: 0 auto;
}

div#data div#entry ul li {
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 180%;
}

div#data div#caution {
    width: 585px;
    margin: 0 auto 50px auto;
}

div#data div#caution h4 {
    width: 585px;
    height: 29px;
    display: block;
    margin: 0 auto 20px auto;
    text-indent: -9999px;
    background: url(../images/data/midashi_caution.png) no-repeat left top;
}

div#data div#caution ul {
    width: 565px;
    margin: 0 auto;
}

div#data div#caution ul li {
    width: 565px;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 180%;
}


div#data div#present * {
    display: none;
}

div#data div#present {
    width: 650px;
    height: 609px;
    display: block;
    margin: 0 auto 0 auto;
    text-indent: -9999px;
    background: url(../images/data/present.png) no-repeat left top;
}


/* disc */

div#disc h2 {
    background: url(../images/disc/title.png) no-repeat left top;
}

div#disc h3 {
    width: 604px;
    height: 129px;
    display: block;
    margin: 10px auto 30px auto;
    text-indent: -9999px;
    background: url(../images/disc/midashi.png) no-repeat left top;
}

div#disc p#disc_image {
    width: 398px;
    height: 337px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/disc/package.png) no-repeat left top;
}

div#disc div#disc_info {
    width: 610px;
    margin: 0 auto 30px auto;
}

div#disc div#disc_info div#bd_info {
    width: 300px;
    height: 320px;
    display: block;
    float: left;
    border-right: 1px solid #522223;
}

div#disc div#disc_info div#bd_info div.info_text * {
    display: none;
}

div#disc div#disc_info div#bd_info div.info_text {
    width: 257px;
    height: 203px;
    display: block;
    margin: 0 auto;
    background: url(../images/disc/info_bd.png) no-repeat left top;
}

div#disc div#disc_info div#dvd_info {
    width: 300px;
    height: 320px;
    display: block;
    float: left;
}

div#disc div#disc_info div#dvd_info div.info_text * {
    display: none;
}

div#disc div#disc_info div#dvd_info div.info_text {
    width: 257px;
    height: 203px;
    display: block;
    margin: 0 auto;
    background: url(../images/disc/info_dvd.png) no-repeat left top;
}

div#disc div#disc_info p.btn_buy {
    width: 186px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

div#disc div#disc_info p.btn_buy a {
    width: 186px;
    height: 60px;
    display: block;
    background: url(../images/disc/btn_buy.png) no-repeat left top;
}



div#disc div#disc_info div#tokuten * {
    display: none;

}

div#disc div#disc_info div#tokuten {
    width: 585px;
    height: 324px;
    display: block;
    background: url(../images/disc/tokuten.png) no-repeat left top;
    margin: 20px auto 50px auto;
}


/* present_themesong */

div#present_themesong h2 {
    background: url(../images/present_themesong/title.png) no-repeat left top;
}

div#present_themesong_main h3 {
    width: 585px;
    height: 77px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_themesong/midashi.png) no-repeat left top;
}

div#present_themesong_main p#top_text {
    width: 473px;
    height: 94px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_themesong/top_text.png) no-repeat left top;
}


div#present_themesong_main dl * {
    display: none;
}

div#present_themesong_main dl {
    width: 585px;
    height: 335px;
    display: block;
    margin: 10px auto 20px auto;
    background: url(../images/present_themesong/info.png) no-repeat left top;
}

div#present_themesong_main ul#caution * {
    display: none;
}

div#present_themesong_main ul#caution {
    width: 508px;
    height: 36px;
    display: block;
    margin: 10px 0 0 50px;
    padding: 0 0 100px 0;
    background: url(../images/present_themesong/caution.png) no-repeat left top;
}

/* present_soundtrack */

div#present_soundtrack h2 {
    background: url(../images/present_soundtrack/title.png) no-repeat left top;
}

div#present_soundtrack_main h3 {
    width: 587px;
    height: 77px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_soundtrack/midashi.png) no-repeat left top;
}

div#present_soundtrack_main p#disk_image {
    width: 341px;
    height: 339px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_soundtrack/images.png) no-repeat left top;
}

div#present_soundtrack_main p#top_text {
    width: 497px;
    height: 58px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_soundtrack/top_text.png) no-repeat left top;
}

div#present_soundtrack_main dl * {
    display: none;
}

div#present_soundtrack_main dl {
    width: 585px;
    height: 335px;
    display: block;
    margin: 10px auto 20px auto;
    background: url(../images/present_soundtrack/info.png) no-repeat left top;
}

div#present_soundtrack_main ul#caution * {
    display: none;
}

div#present_soundtrack_main ul#caution {
    width: 508px;
    height: 35px;
    display: block;
    margin: 10px 0 0 50px;
    padding: 0 0 100px 0;
    background: url(../images/present_soundtrack/caution.png) no-repeat left top;
}


/* present_original */

div#present_original h2 {
    background: url(../images/present_original/title.png) no-repeat left top;
}

div#present_original_main h3 {
    width: 587px;
    height: 77px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_original/midashi.png) no-repeat left top;
}

div#present_original_main p#top_text {
    width: 396px;
    height: 130px;
    display: block;
    margin: 10px auto 40px auto;
    text-indent: -9999px;
    background: url(../images/present_original/top_text.png) no-repeat left top;
}

div#present_original_main dl * {
    display: none;
}

div#present_original_main dl {
    width: 585px;
    height: 335px;
    display: block;
    margin: 10px auto 20px auto;
    background: url(../images/present_original/info.png) no-repeat left top;
}

div#present_original_main ul#caution * {
    display: none;
}

div#present_original_main ul#caution {
    width: 508px;
    height: 35px;
    display: block;
    margin: 10px 0 0 50px;
    padding: 0 0 100px 0;
    background: url(../images/present_original/caution.png) no-repeat left top;
}



/* present_original */

#top #hulu_another {
    width: 972px;
    /*height: 884px;*/
    height: 654px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 8px;
    background: url(../images/hulu_another/hulu_another_bg_s.png) no-repeat center top;
}

#top #hulu_another a:hover {
    opacity: 0.8;
}

#top #hulu_another h3 {
    display: none;
}

#top #hulu_another ul {
    position: relative;
    top: 95px;
    left: 4px;
    width: 100%;
    margin: 0 0 111px;
}

#top #hulu_another ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#top #hulu_another ul li {
    width: 318px;
    height: 386px;
    float: left;
}

#top #hulu_another ul li.list01 {
    margin: 0 0 0 4px;
    background: url(../images/hulu_another/hulu_another_01_bg.png) no-repeat left top;
}

#top #hulu_another ul li.list02 {
    margin: 0 4px;
    background: url(../images/hulu_another/hulu_another_02_bg.png) no-repeat left top;
}

#top #hulu_another ul li.list03 {
    background: url(../images/hulu_another/hulu_another_03_bg.png) no-repeat left top;
}

#top #hulu_another ul li h4 {
    display: none;
}

#top #hulu_another ul li p.another_image {
    width: 304;
    height: 210px;
    display: block;
    text-indent: -9999px;
    position: relative;
    top: 90px;
    left: 8px;
    margin: 0 0 90px 0;
}

#top #hulu_another ul li p.another_image a {
    width: 304;
    height: 210px;
    display: block;
}

#top #hulu_another ul li.list01 p.another_image a {
    background: url(../images/hulu_another/hulu_another_01.png) no-repeat left top;
}

#top #hulu_another ul li.list02 p.another_image a {
    background: url(../images/hulu_another/hulu_another_02.png) no-repeat left top;
}

#top #hulu_another ul li.list03 p.another_image a {
    background: url(../images/hulu_another/hulu_another_03.png) no-repeat left top;
}


#top #hulu_another ul li p.watching a {
    width: 292px;
    height: 62px;
    display: block;
}

#top #hulu_another ul li p.watching {
    width: 292px;
    height: 62px;
    margin: 0px 0 0 12px;
    text-indent: -9999px;
}

#top #hulu_another ul li.list01 p.watching a,
#top #hulu_another ul li.list02 p.watching a,
#top #hulu_another ul li.list03 p.watching a {
    background: url(../images/hulu_another/hulu_another_btn.png) no-repeat left top;
}

#top #hulu_another #banner_detail {
    width: 928px;
    height: 108px;
    margin: 0 auto;
}

#top #hulu_another #banner_detail a {
    width: 928px;
    height: 108px;
    display: block;
    background: url(../images/hulu_another/banner_detail.png) no-repeat center top;
    text-indent: -9999px;
}

#top #hulu_another #banner_ticket {
    width: 928px;
    height: 100px;
    margin: 16px auto;
    text-indent: -9999px;
}

#top #hulu_another #banner_ticket a {
    width: 928px;
    height: 100px;
    display: block;
    background: url(../images/hulu_another/banner_ticket.png) no-repeat center top;
    text-indent: -9999px;
}

#top #hulu_another #banner_trial {
    width: 680px;
    height: 138px;
    margin: 0 auto;
}

#top #hulu_another #banner_trial a {
    display: block;
    padding-top: 15.51%;
    background: url(../images/hulu_another/btn-hulu.png) no-repeat center top;
    background-size: contain;
    text-indent: -9999px;
}

#top #side.addhulu {
    margin-top: 655px;
}

div#another_story h2.hulu {
    background: url(../images/hulu_another/title.png) no-repeat left top;
}


#another_story div#story_main .story_text_flat_hulu p {
    width: 608px;
    margin: 0 auto 0 auto;
    padding: 10px 0 20px 0;
}

#another_story .comment-photo{
	width: 608px;
	margin: 0 auto;
}

#another_story div#story_main .story_text_flat_hulu p.cast-photo{
	width: 220px;
	height: 264px;
	float: left;
	text-align: left;
}

#another_story div#story_main .story_text_flat_hulu p.comment-txt{
	width: 388px;
	float: left;
}

#another_story .comment-photo:after{
	content: "";
	display: block;
	clear: both;
}



.top_link {
    text-align: center;
    background-color: #b59e6d;
    color: #fff;
    font-size: 120%;
    overflow: hidden;
    position: relative;
}

.top_link a:link {
    padding: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.top_link a:visited {
    color: #fff;
}

.arrow:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 3px solid #f0ece3;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 24px;
    left: 29px;
}


span.right {
    font-size: 80%;
    text-align: right;
    display: block;
}


/*広告タグ　ナビめーる*/
#banner_navimail {
    display: none
}




/*twitter_topics*/
#twitter_topics h3 {
    background: url(../images/s_Twitter_txt_title.png) no-repeat;
    background-position: center;
    height: 91px;
    text-indent: -9999px;
}

#twitter_topics p {
    width: 585px;
    margin: 0 auto 0 auto;
    padding: 20px 30px 20px 30px;
    color: #ffffff;
    line-height: 180%;
}

#twitter_topics p span.large {
    font-size: 130%;
    color: #f1c453;
}

#twitter_topics p span.wlarge {
    font-size: 130%;
    font-weight: bold;
    color: #fff;
}


/*hulu_topics*/
#hulu_topics h3 {
    background: url(../images/original/hulu_topics_title.png) no-repeat;
    background-position: center;
    height: 168px;
    text-indent: -9999px;
}

#hulu_topics p {
    width: 585px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;
    color: #ffffff;
    line-height: 180%;
}

#hulu_topics div.book {
    text-align: center;
    width: 585px;
    margin: 0 auto;
    margin-top: 20px;
}

#hulu_topics p span.large_red_txt {
    font-size: 150%;
    color: #cc0000;
}

#hulu_topics p span.wlarge_nb {
    font-size: 130%;
    font-weight: normal;
    color: #fff;
}

#hulu_topics p span.large {
    font-size: 130%;
    color: #f1c453;
}

#hulu_topics p span.wlarge {
    font-size: 130%;
    font-weight: bold;
    color: #fff;
}
