<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*bodyのマージンを0にする*/
body {
	margin:0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	background-color:#000;
	//background-image:url(../img/common/bg.png);
	//background-repeat:repeat-x;
	}

/*要素を画面の中央に寄せる*/
div.content_main_back{
	width:980px;/*コンテンツは982*/
	margin: 0 auto;
	background-color:#900;
	background-image:url(../img/toppage/red1_bg.gif);
	//background-repeat:repeat-y;
	}
	
div.sp_content_main_back{ /*スマホ用*/
	max-width:640px;
	margin: 0 auto;
	background-color:#900;
	background-image:url(../img/toppage/red1_bg.gif);
	//background-repeat:repeat-y;
	}
	

div.content_main{
	width:992px;
	background-image:url(../img/common/div_bg_up.png);
	background-repeat:no-repeat;
	}




/* ==========================================================================
   ヘッダーのメニュー部分
   ========================================================================== */

/*ページの一番上の濃い部分*/
div.headersns {
	height:39px;
	}

div.menu {
	width:980px;
	height:48px;
	}
	
table.sp_top_menu {
	max-width:600px;
	width:95%;
	margin: 0 auto;
	
	}
	
div.menu img {
	float:left;
	}
	
/* ==========================================================================
   TOPのバナー部分
   ========================================================================== */

/*横いっぱい*/
div.top_ban_full{
	max-width:600px;
	width:95%;
	margin: 0 auto;
	margin-top:10px;
	text-align:center;
	}


/* ==========================================================================
   TOPページのニュース部分
   ========================================================================== */

div.topnews {
	width:980px;
	margin-bottom:20px;
	}

div.news_left {
	width:440px;
	float:left;
	margin-left:28px;
	}
	
div.news_right {
	width:440px;
	float:left;
	margin-left:28px;
	}

div.sp_newstext {
	max-width:600px;
	width:95%;
	margin: 0 auto;
	background-image:url(../img/toppage/newsbg_20.gif);
	color:#FFF;
	padding-top:10px;
	font-size:13px;
	margin-bottom:10px;
	}

	
div.newstext a {
	color:#FFF;
	}

div.sp_newstext a {
	color:#FFF;
	}

/*RSS読み込み部分CSS*/

.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.5em;}
.rssRow h4 { display:block; font-size: 1.1em; margin:100px;}
.rssRow div {
	font-size: 90%;
	color: #FFF;
	margin: 0.2em 0.8em 0.4em 0.5em;
}



/* ==========================================================================
   中ページ共通部分
   ========================================================================== */

div.nakacont {
	width:944px;
	background-image:url(../img/toppage/nakabg_06.gif);
	margin-left:18px;
	margin-bottom:18px;
	padding-top:50px;
	padding-bottom:30px;
	}

img.contline{
	display:block;
    margin:auto;
	margin-top:20px;
	margin-bottom:25px;
	}
	
div.nakacont a {
	color:#FFF;
	}

/* ==========================================================================
   NEWS部分
   ========================================================================== */


div.newstitle {
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	}
	
div.newstitle span {
	display:block;
	margin-left:10px;
	}

div.newsday {
	width:180px;
	height:30px;
	color:#000;
	background-image:url(../img/toppage/newsday_06.png);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-left:10px;
	}

div.newsbun {
	margin:10px;
	color:#FFF;
	font-size:14px;
	line-height:23px;
	}

div.newsbun span {
	display:block;
	margin-left:10px;
	margin-right:10px;
	}
	
/* ==========================================================================
   概要部分
   ========================================================================== */

div.gycont {
	width:944px;
	margin-bottom:20px;
	}
	
div.gytitle {
	max-width:600px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	color:#ffc600;
	line-height:30px;
	}

div.gyright {
	max-width:600px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:16px;
	line-height:30px;
	word-break: break-all;
	}
	

div.gyright span.b {
	font-weight:bold;
	}

div.gyright span.small {
	display:block;
	font-size:14px;
	line-height:20px;
	}
	

div.kaijyo {
	width:710px;
	}
div.left {
	width:350px;
	float:left;
	}
div.right {
	width:360px;
	float:left;
	}
	
/* ==========================================================================
   FAQ部分
   ========================================================================== */

div.gy_faq {
	width:95%;
	color:#FFF;
	font-size:14px;
	line-height:30px;
	margin:auto;
	padding-left:5px;
	}
	
div.gy_faq_s {
	width:95%;
	color:#FFF;
	font-size:12px;
	line-height:25px;
	margin:auto;
	padding-left:5px;
	}
	
div.gy_faq_title {
	width:95%;
	font-weight:bold;
	color:#ffc600;
	background-color:#000;
	font-size:14px;
	line-height:30px;
	margin:auto;
	padding-left:5px;
	}

div.gy_faq span.b {
	font-weight:bold;
	}
	
div.gy_faq_s span.b {
	font-weight:bold;
	}
	
span.faq_b {
	font-weight:bold;
	color:#ffc600;
	}
	
/* ==========================================================================
   グッズ部分
   ========================================================================== */	
	
div.gy_gds {
	width:95%;
	color:#FFF;
	font-size:12px;
	line-height:15px;
	margin:auto;
	padding-left:5px;
	margin-top:15px;
	}
	
div.gy_gds_s {
	width:738px;
	color:#FFF;
	font-size:13px;
	line-height:25px;
	margin:auto;
	padding-left:5px;
	}
	
div.gy_gds_title {
	width:95%;
	font-weight:bold;
	color:#ffc600;
	background-color:#000;
	font-size:14px;
	line-height:18px;
	margin:auto;
	padding-left:5px;
	}

div.gy_gds span.b {
	font-weight:bold;
	}
	
div.gy_gds_s span.b {
	font-weight:bold;
	}
	
span.gds_b {
	font-weight:bold;
	color:#ffc600;
	}

div.gy_gds span.yellow {
	color:#ffc600;
	}
	
div.gy_gds_left {
	max-width:350px;
	margin:auto;
	width:95%;	}
	
div.gy_gds_right {
	padding-top:10px;
	width:95%;
	}
	



/* ==========================================================================
   CD+DVD部分
   ========================================================================== */
div.gyright_cd {
	max-width:600px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	word-break: break-all;
	}

.imgcenter{
	display:block;
    margin:auto;
	}

table.cd_table td {
   border-width:1px 0px; /* 上下だけ引く */
   border-color:#cf8c8c; /* 線色：緑 */
   border-style:solid; /* 線種：実線 */
   padding:1em 0px; /* セル内側の余白 */
   line-height:13px;
}

.cd_name {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#fff;
	margin-left:5px;
	}

.cd_cont {
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#fff;
	}

.cd_white {
	color:#FFF;
	}
	
div.gytitle_spcd {
	max-width:600px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffc600;
	line-height:20px;
	}

/* ==========================================================================
   ライブ・ビューイング
   ========================================================================== */
table.live_table {
   //margin-left:50px;
}

table.live_table th{
	border-width:1px 1px; /* 上下だけ引く */
   border-color:#cf8c8c; /* 線色：緑 */
   border-style:solid; /* 線種：実線 */
   padding:0.5em 0px; /* セル内側の余白 */
   line-height:13px;
   font-size:12px;
}

table.live_table td{
	border-width:1px 1px; /* 上下だけ引く */
   border-color:#cf8c8c; /* 線色：緑 */
   border-style:solid; /* 線種：実線 */
   padding:0.5em 0px; /* セル内側の余白 */
   line-height:13px;
   font-size:12px;
}

table.live_table th{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	}

table.live_table td{
	padding-left:0.5em;
	}

td.live_title{
	color:#FFF;
	font-weight:bold;
	}
	
td.live_cont{
	color:#ffc600;
	font-weight:bold;
	}
	
td.live_cont a{
	color:#ffc600;
	}


div.live_theater{
	width:100%;
	//margin-left:50px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	}

div.live_theater span.small{
	font-size:12px;
	font-weight:normal;
	}

div.live_theater span.big{
	font-size:18px;
	font-weight:bold;
	color:#ffc600;
	}

/* ==========================================================================
   出演者情報部分
   ========================================================================== */

div.castflame {
	width:855px;
	margin-left:45px;
	}

table.casttable {
	max-width:509px;
	width:95%;
	margin: 0 auto;
	}
	
.casttable img {
	width:100%;
	}

div.castflame img { 
float:left;
vertical-align: bottom; 
}



/* ==========================================================================
   footer部分
   ========================================================================== */

div.footer {
	width:980px;
	height:20px;
	background-color:#000;
	color:#FFF;
	font-size:13px;
	text-align:center;
	padding-top:5px;
	}
	
div.sp_footer {
	width:100%;
	height:20px;
	background-color:#000;
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding-top:15px;
	}

div.footer a {
	color:#FFF;
	}
	
div.sp_footer a {
	color:#FFF;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>