/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
html {
 overflow-y:scroll;
}

html, body {
  height: 100%;
}

body {
 font-size: 76%;
 font-size: 62.5%;
 line-height: 1;
 background: #000;
 color: #B3B3B3;
}
html.lt-ie7 body { /* ie6*/
 line-height: 1.4;
}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
body, textarea, input, select { font-family: "ＭＳ Ｐゴシック", sans-serif; }

#wrapper {
 width: 950px;
 margin: 0 auto;
 position: relative;
 min-height: 100%;
 height: auto;
 background-color: #000;
/*
 -webkit-box-shadow: 0 0 10px 0 #666;
 -moz-box-shadow: 0 0 10px 0 #666;
 box-shadow: 0 0 10px 0 #666;
 */
}

html.lt-ie7 #wrapper { /* ie6*/
 height: 100%; /*ng*/
 height: auto;
}

#main {
 height: auto;
 padding-bottom: 70px;
}

a,
a:link,
a:visited {
 text-decoration: none;
 color: #B3B3B3;
}

a:hover {
 text-decoration: underline;
}

a:focus {
 outline: none;
}

/* #header */
#header {
 position: relative;
}

#site_title {
 margin: 0;
 height: 64px;
 background: url(../img/site_title_bg.png) no-repeat 0 0 #1A1A1A;
}

#site_title a {
 display: block;
 width: 230px;
 height: 100%;
 overflow: hidden;
 text-indent: 100%; 
 white-space: nowrap; 
}


#top_navi {
 height: auto;
 background: url(../img/page_ttl_img/top_navi_bg.gif) repeat-x 0 0 #C9C9C9;
}

html.lt-ie8 #top_navi {
 height: 40px;
 overflow: visible;
}

#top_navi  ul li {
 float: left;
 margin: 0.2em 0;
 font-size: 1.41em;
}

#top_navi  ul li a {
 padding: 0.8em 1em;
 color: #000;
 text-decoration: none;
 background: url(../img/page_ttl_img/top_navi_sep.gif) no-repeat right center;
}

#top_navi  ul li a:hover {
 color: #1260D4;
}

#top_navi  ul li a.to_home {
 padding: 0.8em 1.8em;
}

#site_navi {
 position: absolute;
 top: 22px;
 right: 30px;
 text-align: center;
 font-size: 1.41em;
}

#site_navi a {
 color: #FFF;
 text-decoration: none;
}

#site_navi li {
 display: inline-block;
 vertical-align: middle;
 margin-left: 0.5em;
}

html.lt-ie8 #site_navi li {  /* ie7*/
 display: inline;  
 zoom: 1;  
}

#site_navi a:hover {
 color: #666;
}

#site_navi a.change_lang {
 background-color: #B8791A;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 padding: 0.1em 0.7em;
 visibility: visible; /*「ENGLISH」表示*/
}

html.lt-ie7 #site_navi a.change_lang { /* ie6*/
 height: 20px;
 overflow: hidden;
}

#site_navi a.change_lang:hover {
 background-color: #EFCC98;
}

#site_navi a.presented_by {
 display: block;
 width: 65px;
 height: 22px;
 background: url(../img/presented_by.gif) no-repeat 0 0 transparent;
 overflow: hidden;
 text-indent: 100%; 
 white-space: nowrap; 
}

#site_navi a.presented_by:hover {
 filter:alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}

#topic_path {
 clear: both;
 width: auto;
 border-bottom: 1px solid #B3B3B3;
 margin: 0;
 padding: 0.6em 1em;
 font-size: 1.2em;
}

#topic_path dt,
#topic_path dd {
 float: left;
}

#topic_path dd {
 padding-left: 1em;
 margin-left: 1.5em;
 border-left: 1px solid #B3B3B3;
}


/* #main */
#page_title {
 clear: both;
 height: 120px;
 margin: 2px 0 16px;
 overflow: hidden;
 text-indent: 100%; 
 white-space: nowrap; 
 background-repeat: no-repeat;
}

html.lt-ie7 #page_title { /* ie6*/
 text-indent: -9999px; 
}


#main h3 {  
 border-radius: 1px;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border: 1px solid #343434;
 background: url(../img/main_h3_bg.png) no-repeat 0 center #000;
 padding: 0.8em  0 0.8em 30px;
 margin: 1em 0 1.5em;
 font-weight: normal;
 font-size: 1.2em;
 clear: both;
 zoom: 1;
}

#left_column {
 width: 50%;
 float: left;
}

#right_column {
 width: 50%;
 float: right;
}

.single_column {
 padding: 0 10px;
}

#left_column p,
#right_column p,
#main_column p {
 line-height: 1.5;
 margin: 0 0 1em 1em;
 font-size: 1.2em;
}

/* #footer */
#footer {
 clear: both;
 height: 34px;
 width: 950px;
 background: #1A1A1A;
 position: absolute;
 bottom: 0px;
}

#footer h3 {
 margin: 0;
 padding-top: 0.6em;
 text-align: center;
 font-size: 1.41em;
 font-weight: normal;
}


/*------------
  .home
------------ */
.home h2#title {
 margin: 20px 0 20px 10px
}

.home .slider {
 width: 884px;
 height: 282px;
 overflow: hidden;
 border: 1px solid #B3B3B3;
 border-radius: 1px;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 margin: 0 auto 30px;
}

.home #left_column {
 width:560px;
}

.home #right_column {
 width: 380px;
}

.home #main .whatsnew {
 margin-left: 32px;
}

.home #main .whatsnew h3 {
 font-size: 1.8em;
 margin: 0;
 padding-top: 0.4em;
 padding-bottom: 0.5em;
}

.home #main .whatsnew .scroll-pane {
 height: 240px;
 border: 1px solid #343434;
 border-top: none;
 overflow-y: scroll;
}

html.lt-ie7 .home #main .whatsnew .scroll-pane { /* ie6 */
 overflow: scroll;
}

.home #main .whatsnew ul {
 margin: 0;
 list-style-type: none;
 padding: 1em 0 0 1em;
 font-size: 1.41em;
}

.home #main .whatsnew ul li {
 margin-bottom: 0.8em;
 line-height: 1.2;
}
/*clearfix*/
.home #main .whatsnew ul li:before,
.home #main .whatsnew ul li:after { content: ""; display: table; }
.home #main .whatsnew ul li:after { clear: both; }
.home #main .whatsnew ul li { *zoom: 1; }


.home #main .whatsnew ul li a:hover {
 cursor: pointer;
}

.home #main .whatsnew ul li span {
 display: inline-block;
 float: left
}

.home #main .whatsnew ul li span.date {
 width:10.5em;
}

.home #main .whatsnew ul li span.new {
 color: #F00;
 width: 3em;
 margin-left: -3em;
 overflow: visible;
}

.home #main .whatsnew ul li span.whats {
 width: 24em;
 
}

.home #main .whatsnew ul li a:hover span.date,
.home #main .whatsnew ul li a:hover span.whats {
 text-decoration: underline;
}


.home #main .trailer {
 height: 180px;
 text-align: center;
 margin-right: 32px;
 margin-bottom: 1em;
}

.home #main .contuct {
 border: 1px solid #343434;
 margin-right: 32px;
}

.home #main .contuct dl {
 margin: 1em 0.5em 1em 1em;
}

.home #main .contuct dt {
 font-size: 1.41em;
 line-height: 1.6;
}

.home #main .contuct dd {
 margin: 0;
 font-size: 1.2em;
 line-height: 1.8;
}


/*------------
  .about
------------ */
.about #left_column {
 width: 460px;
 padding-left: 10px;
}

.about #right_column {
 width: 460px;
 padding-right: 10px;
}

.about #main p {
 line-height: 1.7;
 font-size: 1.2em;
 text-align: justify;
 text-justify: inter-ideograph;
}

.about #introduction {
 width: 930px;
 height: 420px;
 margin: 0 auto 1em;
 padding-top: 25px;
 background: url(../img/page_ttl_img/about_introduction_bg.jpg) no-repeat 0 0 #000;
}

.about #introduction h2 {
 position: absolute;
 margin: 0;
 overflow: hidden;
 text-indent: -9999px;
}

.about #introduction p {
 text-indent: 1em;
 margin-left: 460px;
 margin-top: 0;
}

.about #left_column .story {
 margin-bottom: 4em;
}

.about #left_column .story p {
 text-indent: 1em;
 margin-bottom: 0;
 margin-right: 0.5em;
}

.about #left_column h3,
.about #right_column h3,
.about #right_column h4,
.about #left_column h4 {
	font-size: 1.41em;
	margin-bottom: 1em;
	font-weight: normal;
}

.about .staff .cast {
 border-bottom: 1px solid #B3B3B3;
}

.about .staff h4 {
 padding-left: 0.8em;
}

.about .staff dl {
 padding-bottom: 2em;
 padding-left: 1em;
}

.about .staff dt {
 width: 110px;
 float: left;
}

.about .staff dd {
 width: 336px;
 float: right;
 margin: 0;
}

.about .staff li {
 font-size: 1.2em;
 line-height: 1.4;
}

.about .staff li.name {
 font-size: 1.41em;
 line-height: 1.4;
 margin-bottom: 0.2em;
}

.about .staff dd ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}


.about .trailer h4 {
 border-top: 1px solid #B3B3B3;
 font-size: 1.41em;
 padding-top: 1em;
 padding-left: 0.8em;
 margin: 0 0 0.5em;
}

.about .trailer ul {
 list-style-type: none;
 padding-left: 1em;
 margin: 0 0 4em;
 font-size: 1.2em;
 line-height: 1.7;
}

.about .trailer #player {
 width: 330px;
 height: 190px;
 margin: 0 auto 2em;
}

.about .cooperate ul {
 font-size: 1.41em;
 line-height: 1.5;
 list-style-type: none;
 padding-left: 1em;
}

/*------------
  .spoint
------------ */
.spoint #page_title {
 background-image: url(../img/page_ttl_img/spoint_page_title_bg.jpg);
}

.spoint #left_column {
 width: 220px;
 padding-left: 20px;
}

.spoint #right_column {
 width: 680px;
 padding: 0 10px;
 border-left: 1px solid #B3B3B3;
}

.spoint #left_column .navi_spoint_a {
 height: 51px;
 margin-top: 16px;
 margin-bottom: 30px;
}

.spoint #left_column .navi_spoint_b {
 height: 49px;
 margin-bottom: 30px;
}

.spoint #left_column .navi_spoint_c {
 height: 69px;
}

.spoint #left_column nav ul li {
 overflow: hidden;
 text-indent: 100%; 
 white-space: nowrap; 
}
html.lt-ie8 .spoint #left_column nav ul li {
 text-indent: -9999px;
}
.spoint #left_column nav ul li a {
 display: block;
 width: 100%;
 height: 100%;
}

.spoint #left_column .navi_spoint_a {
 background: url(../img/spoint_navi-e_a_bg.png) no-repeat 0 center;
}

.spoint #left_column .navi_spoint_b {
 background: url(../img/spoint_navi-e_b_bg.png) no-repeat 0 center;
}

.spoint #left_column .navi_spoint_c {
 background: url(../img/spoint_navi-e_c_bg.png) no-repeat 0 center;
}

.spoint #left_column .navi_spoint_a a {
 background: url(../img/spoint_navi-e_a_bg.png) no-repeat -220px center;
}

.spoint #left_column .navi_spoint_b a {
 background: url(../img/spoint_navi-e_b_bg.png) no-repeat -220px center;
}

.spoint #left_column .navi_spoint_c a {
 background: url(../img/spoint_navi-e_c_bg.png) no-repeat -220px center;
}

.spoint #left_column nav ul li a:hover {
 background-image: none;
}

.spoint #left_column nav ul li a:hover {
 background-position: -234px center;
}

.spoint #right_column article div {
 float: left;
 width: 325px;
}

.spoint #right_column article div p {
 text-align: justify;
 text-justify: inter-ideograph;
}


.spoint #right_column article .fig {
 float: right;
 width: 330px;
 text-align: right;
 margin: 0 0 1em;
}

.spoint #right_column article .fig img {
 margin-bottom: 5px;
}

.spoint_b #right_column article p {
 width: auto;
 margin-bottom: 2.4em;
}

html.lt-ie7 .spoint_b #right_column article p { /* ie6*/
 width: 650px;
}

.spoint_b #right_column article .section_outer {
 width: 100%;
 margin-bottom: 3em;
}
/* clearfix */
.spoint_b #right_column article .section_outer:before,
.spoint_b #right_column article .section_outer:after { content: ""; display: table; }
.spoint_b #right_column article .section_outer:after { clear: both; }
.spoint_b #right_column article .section_outer { *zoom: 1; }

.spoint_b #right_column article .section_left {
 float: left;
 width: 325px;
 margin-left: 10px;
}

.spoint_b #right_column article .section_right {
 float: right;
 width: 325px;
}

.spoint_b #right_column article .section_outer h4 {
 margin: 0 0 0.4em;
 font-weight: normal;
 font-size: 1.2em;
}
.spoint_b #right_column article .section_outer h4 img {
 margin-bottom: 1em;
}


.spoint_b #right_column article .section_outer p {
 float: none;
 margin-left: 0;
 margin-bottom: 0.5em;
 width: 325px !important;
}

.spoint_b #right_column article .fig img {
 margin-left: 10px;
}


/*------------
  .distribution
------------ */
.distribution #left_column {
 width: 460px;
 padding-left: 10px;
}

.distribution #right_column {
 width: 460px;
 padding-right: 10px;
}

.distribution #main table {
 line-height: 1.7;
 font-size: 1.2em;
}

.distribution #page_title {
 background-image: url(../img/page_ttl_img/distribution_page_title_bg.jpg);
 background-color: #171717;
}

.distribution #main h3 {
 font-size: 1.41em;
 font-weight: normal;
}

.distribution #main .topics ul {
 list-style-type: none;
 padding-left: 1em;
 line-height: 1.4;
 font-size: 1.2em;
}

.distribution #main .topics ul li {
 margin-bottom: 0.6em;
}

/*clearfix*/
.distribution #main .topics ul li:before,
.distribution #main .topics ul li:after { content: ""; display: table; }
.distribution #main .topics ul li:after { clear: both; }
.distribution #main .topics ul li { *zoom: 1; }

.distribution #main .topics ul li span {
 display: inline-block;
 float: left
}

.distribution #main .topics ul li span.date {
 width: 8em;
}

.distribution #main .topics ul li span.topic {
 width: 28em;
}

.distribution #main .theater .teble_outer {
 width: 440px;
 margin-left: 10px;
 margin-bottom: 4em;
 min-height: 200px;
}

html.lt-ie7 .distribution #main .theater .teble_outer { /* ie6*/
 height: 200px;
}

.distribution #main .theater table {
 width: 100%;
}

.distribution #main .theater table th {
 text-align: left;
 font-weight: normal;
 padding-bottom: 1.5em;
 padding-left: 0.5em;
}

.distribution #main .theater table td {
 border-bottom: 1px solid #B3B3B3;
 padding: 1em 0.5em;
}

.distribution #main .theater table td.date {
 white-space: nowrap;
}

.distribution #main .theater .note {
 font-size: 1.41em;
 background-color: #343434;
 padding: 0.5em 0 0.5em 0.4em;
 margin: 0;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}

html.lt-ie7 .distribution #main .theater .note { /* ie6*/
 height: 20px;
 overflow: hidden;
}


/*------------
  .contact
------------ */
.contact #page_title {
 background-image: url(../img/page_ttl_img/contactus_page_title_bg.jpg);
 background-color: #171717;
 margin-bottom: 2em;
}

.contact #main h3 {
 font-size: 1.41em;
}

.contact #main p,
.contact #main dl,
.contact #main ul {
 font-size: 1.41em;
 line-height: 1.7;
 padding-left: 1em;
}

.contact #main ul {
 list-style-type: square;
 margin-bottom: 3em;
 padding-bottom: 1.4em;
 border-bottom: 1px solid #B3B3B3;
}

.contact #main ul li {
 margin-bottom: 1.6em;
 margin-left: 1.5em;
}

.contact #main .company {
 padding-top: 2em;
}

.contact #main .campany dl {
 margin-top: 2em;
}

.contact #main .campany dl dt {
 float: left;
}

.contact #main .campany dl dd {
 margin-left: 13em;
}


/*------------
  .sitemap
------------ */
.sitemap #page_title {
 background-image: url(../img/page_ttl_img/sitemap_page_title_bg.jpg);
 background-color: #171717;
 margin-bottom: 2em;
}

.sitemap #main h3 {
 font-size: 1.41em;
 margin-bottom: 1em;
}

.sitemap #main ul {
 list-style-type: none;
 margin: 0 0 0.8em;
 padding: 0 0 0.8em;
 border-bottom: 1px solid #B3B3B3;
 font-size: 1.41em;
}

.sitemap #main ul li {
 padding: 1em 1em 0 3em;
}

.sitemap #main ul li a:hover {
 text-decoration: underline;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

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

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
