@charset "UTF-8";

/*/////////////////////////////////////////////////////////////

Copyright (C) kazuaki konno All Rights Reserved.

//////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Zeroing out the margins and paddings
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ul, ol, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, canvas {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

html { -webkit-text-size-adjust: none; } /* フォントサイズ自動調整OFF */

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 16px;
	line-height: 1.5; /* 1.5～1.8が読みやすい */
}

a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
	vertical-align: baseline;
}

a:visited {
	color: #fff;
}

/* ------------------------------------------------------------
	2. Headings, Paragraphs
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* p {} */

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */

li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */

fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	vertical-align: middle;
}

label, button {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */

header, hgroup, footer,
article, section,
nav, aside, figure {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

mark {
	font-weight: bold;
}

object {
	vertical-align: middle;
	outline: none;
}

blockquote, q {
	quotes: none;
}

q:before, q:after {
	content: '';
}

code {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: none;
}

pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	padding: 0px;
	background:#000;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

body > header {
	margin-bottom: 0px;
	color: #222222;
/*    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#50403D), to(#302624));

	background:#302624;*/
	background:#ffffff;
}

body > header h1 {
	font-size: 20px;
    color: #ccc;
    text-shadow: 0px 1px 0px #222;
}

body > header a {
    color: #fff;
	text-decoration:none;
    text-shadow: 0px 1px 0px #222;
}

/* ------------------------------------------------------------
	2-0. TopMenu
------------------------------------------------------------ */

#Topmenu {
	text-align: center;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

#content {
/*    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#333), to(#666));	*/
    background-color:#000;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:10px;
	height:460px;
}

#content h1 {
	font-size: 18px;
}

#content h3 {
	font-weight:bold;
	font-size: 20px;
	padding:10px;
	margin-bottom:5px;
}

#content p {
	font-size: 16px;
	padding:10px;
}

#content img{padding-top:5px;padding-bottom:5px;vertical-align:middle;}

#benefit {
    background:#fff;
	border-bottom: 1px solid #999;
}

#benefit h3{
	font-weight:bold;
	font-size: 20px;
	padding:10px;
	margin-bottom:5px;
}

#benefit p{
	font-size: 16px;
	padding:10px;
}


/* ------------------------------------------------------------
	2-1. MainMenu
------------------------------------------------------------ */

#mainmenu {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #ccc;
}

#mainmenu a {
	padding: 15px;
	color:#333;
	font-weight:bold;
}

#mainmenu h1 {
	font-size: 20px;
}

#mainmenu p {
	font-weight:bold;
}


/* ------------------------------------------------------------
	2-2. banner
------------------------------------------------------------ */

#banners {
	margin-top:10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px solid #ccc;
}

#banners a {
	margin: 0 auto;
	color:#333;
	font-weight:bold;
}

#banners h1 {
	font-size: 20px;
}

#banners p {
	font-weight:bold;
}



/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

body > footer {
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

body > footer a {
	color:#ccc;
}

/* NavTopMenu
------------------------------------------------- */
.navTopmenu {
	margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#50403D), to(#302624));

}

.navTopmenu li {
	float: left;
	width: 24%;
	margin:10px 2px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
}

.navTopmenu li:first-child {
	width: 24%;
}

.navTopmenu a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color:#666;
}

.navTopmenu li:first-child a {
	border-left: 0;
}

/* NavUtilityMenu
------------------------------------------------- */
.navUtilitymenu {
	margin-bottom: 0px;
}

.navUtilitymenu li {
	width: 100%;
	background:#ccc;
	border-bottom: 1px solid #999;
	font-size:12px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
}

.navUtilitymenu li:last-child {
	width: 100%;
}

.navUtilitymenu a {
	display: block;
	padding: 10px 0;
	border-left: 0px solid #666;
	text-decoration: none;
}

.navUtilitymenu li:last-child a {
	border-left: 0;
}

.navUtilitymenu img {
	margin-right: 10px;
}

/* navBanner
------------------------------------------------- */
.navBanner {
	margin: 0px;
}

.navBanner li {
	width: 100%;
	background:#fff;
	border-bottom: 0px solid #999;
	font-size:12px;
 	text-align:center;
}


.navBanner a {
	padding: 0;
	text-decoration: none;
}


.navBanner img {
	margin-right: 0px;
}

/* NavUtility
------------------------------------------------- */
.navUtility {
	margin-bottom: 10px;
	background:#aeaeae;
}

.navUtility li {
	float: left;
	width: 25%;
}

.navUtility li:first-child {
	width: 25%;
}

.navUtility a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.navUtility li:first-child a {
	border-left: 0;
}

/* Copyright
------------------------------------------------- */
#copyright {
	padding-top:20px;
	font-size: 12px;
	color:#ccc;
	text-align:center;
	background:#000;
}

#createdby {background:#000;padding:10px 0px 10px 0px;text-align:center;font-size:12px;color:#ccc;}
#createdby a {text-decoration:none;color:#33ccff;}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}

input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* ------------------------------------------------------------
	AccordionEffects
------------------------------------------------------------ */

/* CSS Accordion styles */
dl
{
	padding: 0px;
	width: 100%;
}
	a.ie { background: transparent; text-decoration: none; }
	dl dt
	{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-bottom: 1px solid #cccccc;
    	background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
		margin: 0;
	}
		dl dt a,
		dl a.ie dt,
		dl dt a:visited
		{
			color: #000;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			display: block;
		}
	dl dd
	{
		color: #444;
		margin: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: height 1s ease;
	}
		dl dd p
		{
			padding: 10px;
			margin: 0;
		}
	dl dd:target
	{
		height: auto;
	}
	dl a.ie:hover dd,
	dl a.ie:focus dd
	{
		height: auto;
		color: #cccccc !important;
	}
	
@media (-webkit-transition) {
	dl dd:target
	{
		height: 6.667em;
	}
}

/*
Slide animation
*/

#introduction,
#news,
#character,
#cast,
#info,
#staff
{
	padding-bottom:20px;
}

#introduction img{padding-top:10px;padding-left:10px;}
#introduction p, #headlinenews p, #character p, #cast  p, #info p, #story p, #staff p, #dvdbluray p{
	padding:10px;
	background: #000;
	color: #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		

}

#introduction h1,#info h1{
	font-size: 19px;
}

#caststaff .section, #info .section {
	color:#FFA0E9;
	text-decoration:underline;
	font-weight:bold;

}

ul.rounded{border-top: 1px solid #444; border-bottom:1px solid #444;}
ul.rounded{-webkit-border-radius:0px;-webkit-box-shadow:rgba(0,0,0,.3) 0px 0px 0px;}
ul.rounded li:first-child,ul.rounded li:first-child a{border-top:0;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;}
ul.rounded li:last-child,ul.rounded li:last-child a{-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;}
ul.rounded li{color:#ccc;border-top:0px solid #333;border-bottom:0px #555858;list-style-type:none;background-image:-webkit-border-image:url(../img/menuback.png) 0 5 0 5;/*background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e6e6e6))*/;overflow:hidden;}
ul.rounded li a {color:#ccc;padding-bottom:25px;}
ul.rounded li a.active {background:#666;}

ul li a,li.img a+a{color:#fff;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:20px 10px 20px 10px;margin:-10px;-webkit-tap-highlight-color:rgba(0,0,0,0);text-shadow:rgba(0,0,0,.0) 0 0px 0px;font-size:14px;}

.preview li a {color:#444;padding:0;margin:0;}
.preview img{padding-right:5px;}

#movie{margin:0;padding:0;}

ul.clickmovie{
	width:300px;
	margin:0 auto;
	background-color: #000;
	list-style-type: none;
	height:80px;
	text-align: center;
    text-align: -moz-center;}
 
ul.clickmovie li{
	text-align: center;
	font-size: 13px; /* 文字サイズ */
	border-top:0px solid #333;
	border-bottom:0px #555858;
	background:none;
	float:left;
	}

ul.clickmovie li a{
	text-align:center;
	font-weight:bold;
	margin:0px; 
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
/*	background:-webkit-gradient(linear,0% 0,0% 100%,from(#818181),to(#232323));*/
	-webkit-border-image:url(../img/button.png) 0 5 0 5;
	padding:5px;
}


.rounded li a {color:#444;}

.buttons{
	display:block;
	margin:0;
	border-width:0 5px;
	padding:0 0px;
	width:110px;
	height:30px;
	line-height:30px;
	font-family:inherit;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow:rgba(0,0,0,0.0) 0 -1px 0;
	text-overflow:ellipsis;
	text-decoration:none;
	white-space:nowrap;
	background:none;
	-webkit-border-image:url(../img/button.png) 0 5 0 5;}

.buttons.active{webkit-border-image:url(../img/button_clicked.png) 0 8 0 14;color:#ff0000;}


#home h1{
	margin-top:0px;
}

.toolbartop{-webkit-box-sizing:border-box;border-bottom:0px solid #444;padding:10px;height:45px;background:/*url(../img/toolbar.png)*/ #000;padding:5px;}

.black-translucent .toolbartop{margin-top:20px;}

.toolbartop>h1{position:absolute;overflow:hidden;left:50%;top:10px;line-height:1em;margin:1px 0 0 -75px;height:40px;font-size:18px;width:171px;font-weight:bold;text-shadow:rgba(f,0,f,1) 0 -1px 1px;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#ccc;}

body.landscape .toolbar>h1{margin-left:-125px;width:250px;}


#banners ul li{padding:5px 0;}

/* table */
#character {
	margin:0 auto;
	padding:0;
	text-align:center;
	}
#character p{
	margin-top:0px;
	paddin:0;
	text-align:center;
}
.charalist th {
	padding: 10px 10px 0px 10px;
	text-align:center;
}

.charalist td {
	text-align:center;
	padding: 10px 10px 0px 10px;
	font-size: 9px;
	color:#444;

}
.charalist tr {
	padding-bottom:20px;

}
#character ul{
	text-align:left;
	}
#character li a, li{
	font-size:14px;
	padding:5px;
	}
#character img{
	padding:5px;
	}


.gobackButton
{display:block;border-width:0 12px;padding:10px;text-align:center;font-size:20px;font-weight:bold;text-decoration:inherit;color:#fff;margin-bottomn:20px 0;background-color:#ccc;-webkit-border-image:url(../img/button.png) 0 5 0 5;; padding-bottom:15px;	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}
                                       
ul li.arrow{background-image:url(../img/listArrow.png),-webkit-gradient(linear,0% 0,0% 100%,from(#555),to(#222));background-position:right center;background-repeat:no-repeat;
}

ul li.arrow a.active{background-image:url(../img/listArrow.png);background-position:right center;background-repeat:no-repeat;}

ul.theaters{border-width:1px 0;margin:0;padding:0;}

ul.theaters li{
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#1e1f21),to(#272729));
	border-bottom:1px solid #4a4b4d;
	border-top:1px solid #4a4b4d;
	font-size:15px;
	margin-bottom:-1px;
	color: #33CCCC;
	font-weight:bold;
}

ul.theaters li.sep{background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));border-bottom:1px solid #111113;border-top:1px solid #666;color:#cccc66 /*#3e9ac3*/;font-size:16px;margin:1px 0 0 0;padding:2px 10px;text-shadow:#000 0 1px 0;}

ul.theaters li em{font-weight:normal;font-style:normal;font-size:14px;color:#ccc;margin:5px 0;width:250px;}

ul.theaters li em a{margin:5px 0 0;padding:0px;font-size:14px;color:#ccc;}

ul.theaters li em a.active{color:#FF0000;background:none;}

ul.theaters li em a.visited{color:#ccc;background:none;}

#theaterlist {padding:10px;}

ul.headline{
	margin:0 auto;
	background-color: #000;
	list-style-type: none;
	height:90px;
	text-align: center;
    text-align: -moz-center;
	border:0px solid #FE2A98;
	padding:5px;
	margin-bottom:20px;
	width:300px;
}
 
ul.headline li{
	margin:0 auto;
	color:#D9BE62;
	font-size: 13px; /* 文字サイズ */
	border-top:0px solid #333;
	border-bottom:0px #555858;
	background:none;
	text-align:left;
	padding: 5px 5px 0px 5px;
}

ul.headline li a{
	color:#D9BE62;
	font-weight:bold;
	margin:0px; 
/*	background:-webkit-gradient(linear,0% 0,0% 100%,from(#818181),to(#232323));
	-webkit-border-image:url(../img/button.png) 0 5 0 5;*/
	padding:5px;
}

ul.headline li a.active{
	background:#222;
}

ul.headline small{
	text-align:center;
	font-size:11px;
	border:1px solid #FE2A98;
	margin:15px 0 0;
	padding:2px;
	color:#FE2A98;
}

ul.headline small a{
	color:#FE2A98;
	text-decoration:none;
	font-size:10px;
}

#newsbody {text-align:center;}
#newsbody h2{color:#FE2A98;padding:10px 0px 0;font-weight:bold;margin:10px 0 0;}
#newsbody p{text-align:left;}
#newsbody .caution{
	color: #999;
}

#newsbody2 {text-align:center;margin-bottom:20px;}
#newsbody2 h2{color:#FE2A98;padding:10px 0px 10px;font-weight:bold;margin:10px 0 0;}
#newsbody2 p{text-align:left;padding:0 15px 0;}
#newsbody2 .caution{
/*	color: #FF99CC;*/
	color: #999;
}
#newsbody2 small{text-align:left;}
.catch {color:#D9BE62; margin:0 0 10px;}
.catchbold {color:#FE2A98;font-weight:bold;}

#photos {margin:0 0 15px;}


ul.icons{
	float: right;
	margin: 5px 0 0;
	padding: 0;
	list-style-type: none;
	height:30px;
}

ul.icons li{
	float: right;
	width: 55;
	margin-left: 10px;
	padding: 10px;
	border: 0px #ffb366 solid;
	background-color: #fffdee;
	text-align: center;
}
ul.icons li a{
	float:right;
	padding:5px;
	font-size:16px;
}


ul.icons li .tel, ul.icons li .tel a.active{
	background-image: -webkit-gradient(linear, left top,
	left bottom, from(#CC0000),to(#6D0019));
	color:#fff;
	border:1px solid #FC4972;
}

ul.icons li .map,icons li .map a.active{
	background-image: -webkit-gradient(linear, left top,
	left bottom, 
    from(#F8B441), to(#F28909));
	color:#7B0C26;
	border:1px solid #F8B441;
}

.staffheader{border-top:1px solid #666;font-size:18px;font-weight:bold;padding-left:10px;background:#333;color:#D9BE62;}

.castheader{border-top:1px solid #666;font-size:14px;font-weight:bold;padding:5px;background:#222;color:#fff;margin-bottom:10px;padding-bottom:30px;height:150px;padding-top:10px;}

.castheader h1{font-size:18px;color:#D9BE62;font-weight:bold;padding-bottom:10px;}

.castinfo{padding-left:10px;padding-top:10px;}

.photo{padding:5px;}

.castlist{float:right;width:80%;}
.clist{font-size:12px;padding:0;}

.linecontainer {
		margin: 0 auto;
		width: 100%;
		text-align: left;
		border-bottom:#000 1px solid;
	}


#mainContent {
		width: 100%;
		margin-left: -150px;
		float: right;
	}

#mainContent div.section {
		margin-left: 60px;
		font-size:18px;
	}

#subContent {
		width: 120px;
		float: left;
	}
.vcontent{padding:0;height:50px;}

.castsub{font-size:14px;width:200px;}

video {float:left;margin:0;padding:0;vertical-align:middle;}

li a.active{background:#ccc;}

.pic {padding-top:5px;padding-bottom:10px;text-align:center;}

.casts{padding-bottom:10px;}

#mainContent2 {
		margin-left:60px;
		font-size:18px;
	}

#mainContent2 div.section {
		padding-left: 60px;
		height:50px;
		font-size:18px;
	}

#subContent2 div.section{width:50px;}

li.arrow{padding:10px;}

#dvdbluray img{padding-top:10px;padding-left:10px;}

#dvdbluray h1,#info h1{
	font-size: 19px;
}

ul.dvdbbutton{
	width:100%;
	background: none;
	list-style-type: none;
	height:80px;
	text-align: center;
	text-align: -moz-center;
	}

ul.dvdbbutton li{
	float:right;
	margin:0 20px;
	padding:0;
	border-top:0px solid #333;
	border-bottom:0px #555858;
	background:none;
	}

.dvdheader{margin-top:10px;border-top:1px solid #666;font-size:14px;font-weight:bold;padding:3px 0 3px 10px;background:#222;color:#fff;}

