@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:#fff;
}

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

body > header {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 4px 10px 4px;
	border: 0px solid #ccc;
/*	background: #666666;*/
	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:#ffffff;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:0px;
}

#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;
}

#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:#333;
}

/* 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 {
	margin-top:20px;
	font-size: 12px;
	color:#444;
	text-align:center;
}

#createdby {margin:10px 0;text-align:center;font-size:12px;color:#444;}
#createdby a {text-decoration:none;color:#3366CC;}

/*/////////////////////////////////////////////////////////////
[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,
#story,
#character,
#caststaff,
#info
{
	padding-bottom:20px;
}


#introduction p, #story p, #character p, #caststaff  p, #info p{
	padding:20px;
	background: #fff;
	color: #444;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		

}

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

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

}


ul.rounded{border-top: 1px solid #ebebeb; border-bottom:1px solid #ccc;}
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:#666;border-top:0px solid #333;border-bottom:0px #555858;list-style-type:none;padding:10px 10px 10px 10px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e6e6e6));overflow:hidden;}
.rounded li a {color:#444;}

ul.clickmovie{
	text-align:center;
	width:200px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
 }

ul.clickmovie li a{
	color:#fff;
	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(#FCD0F2),to(#FEB4E6));
	padding:10px;
	
}
ul.clickmovie li{color:#666;border-top:0px solid #333;border-bottom:0px #555858;list-style-type:none;padding:10px 10px 10px 10px;background:none;overflow:hidden;}
.rounded li a {color:#444;}


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;}

ul.clickmovie{
	text-align:center;
	width:200px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
 }

ul.clickmovie li a{
	color:#fff;
	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(#FEB4E6),to(#FBA6E1));
	padding:10px;
	
}
ul.clickmovie li{color:#666;border-top:0px solid #333;border-bottom:0px #555858;list-style-type:none;padding:10px 10px 10px 10px;background:none;overflow:hidden;}
.rounded li a {color:#444;}


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

#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:inherit;border:1px solid #ccc;	margi-bottomn:20px 0;background-color:#ccc;background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6)); padding-bottom:20px;}
                                       
ul li.arrow{background-image:url(../img/listArrow.png),-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e6e6e6));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;}

#theaterinfo a {text-decoration:underline;color:#3366CC;}

#updateinfo{
	color:#FFA0E9;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#updateinfo table{margin-left: auto; margin-right: auto;}
#updateinfo th,#updateinfo td{
	color:#FFA0E9;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}
	
#updateinfo2{
	color:#FFA0E9;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#updateinfo2 table{margin-left: auto; margin-right: auto;}
#updateinfo2 th,#updateinfo2 td{
	color:#FFA0E9;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	}