body {
	background-color: #FFF295;
	background-image: url(../img/bg_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 95%;
	line-height: 1.5em;
	color: #24170F;
	overflow: auto;
	background-attachment: fixed;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Droid Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	height: 100%;
}

ul {
	text-align: center;
}
iframe {
	text-align: left;
	display: block;
	float: left;
	overflow: hidden;
}
h3 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
a {
	color: #7A9ED6;
}
a:hover {
	color: #CFC6DD;
}
.bg {
	width: 63%;
	padding : 1%;
	background-color: #DDD8EC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 1.4em;
}

.space {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 92%;
	line-height: 1.6em;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	max-height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/bg_right.png);
	bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	clear: both;
	background-attachment: fixed;
	height: auto;
}
#container{
	height: auto;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 930px;
}
.content {
	width: 100%;
	height: 480px;
	padding-top: 10px;
	background-image: url(../img/main_visual.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	overflow: hidden;
}

.header {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width: 100%;
	min-height : 80px;
	background-image: url(../img/bg_header.png);
	padding-top: 10px;
}
.footer {
	font-size: 80%;
	text-align: center;
	width: 100%;
	bottom: 10px;
	left: 0px;
	padding-top: 10px;
	margin-top: 10px;
	height: 1em;
	padding-bottom: 10px;
}


.bannerBox {
	width: 100%;
	float: center;
	text-align: center;
	margin-top: 10px;
}

/* line 165, sass/_base.scss */
.bannerBox li {
  display: inline;
  margin-left: 5px;
  float:none;
}

.box_common {
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}


.photobox{
	width:780px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photobox ul {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.photobox li{
	margin-right: 5px;
	margin-left: 5px;
}
.flont {
	padding-left: 180px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.pr a{
	display:block;
	width: 480px;
	height: 60px;
	color:#fff;
	filter: alpha(opacity=100);
	opacity:1.0;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
}
.pr a:hover{
	filter: alpha(opacity=80);
	opacity:0.8;	
	clip: rect(auto,auto,auto,auto);
}
.click a:hover {
	position: relative;
	left: 2px;
	top: 2px;
}

#logo_area {
	font-size: 80%;
	text-align: center;
	width: 484px;
	z-index: 999;
	height: 135px;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
}
.hide {
	text-align: left;
	text-indent: -999%;
}

.imagebox {
background-color: #FF9096;
color: #FFF;
font-size: 85%;
text-align: center;
margin: 0 5px;
padding: 12px 24px;
display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.btnAmazon {
color: #fff !important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
text-decoration: none;
font-size: 125%;
background: -moz-linear-gradient(top, #FF911A, #FF5003) !important;
background: -webkit-gradient(linear, left top, left bottom, from(#FF911A), to(#FF5003)) !important;
background: #FF5003;
display: block;
margin: 7px 0px 0px;
padding: 8px 5px;
border: 1px solid #FF5003;
box-shadow: 0 0px 4px 0px #B8B8B8;
text-shadow: 0 0 1px #666;
}

.box_left {
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	height: 430px;
	display: block;
	position: relative;
}

.box_right {
	float: left;
	width: 55%;
	text-align: right;
	height: 430px;
}
.moviebox {
	font-weight: bold;
	color: #FFF;
	background-color: #2e2e2e;
	text-align: center;
	height: 298px;
	width: 480px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 31px;
	padding-bottom: 31px;
	background-image: url(../img/nowplaying.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
.moviebox p {
	font-size: 150%;
	/*line-height: 360px;*/
	padding-top: 95px;
	vertical-align: middle;
	color: #FFF;
}

/*====countdown====*/

#countdown {
	height: 65px;
	margin-left: auto;
	width: 240px;
	margin-right: auto;
	text-align: center;
	font-size: 150%;
	vertical-align: bottom;
	margin-top: 10px;
}
.cap{
	margin-top: 5px;
	margin-bottom: 5px;
}
.cap a{
	display:block;
	width:120px;
	height:170px;
	opacity:1.0;
	filter: alpha(opacity=100);
	color:#fff;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	padding-right: 10px;
	padding-left: 8px;
}
.cap a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	clip: rect(auto,auto,auto,auto);
}
.btn_chara a{
	height:256px;
	width:256px;
	display:block;
    opacity:1.0;
    -webkit-transition:opacity .8s linear;	
}
.btn_chara a:hover{
    opacity:0;
	filter: alpha(opacity=0);
	clip: rect(auto,auto,auto,auto);	
    -webkit-transition:opacity .8s linear;
}
.bg01{
	background-image:url(../img/bg_chara03.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg02{
	background-image:url(../img/bg_chara02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg03{
	background-image:url(../img/bg_chara01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_logo {
	background-image: url(../img/bg_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 60px;
}

iframe.twitter-share-button {
	width: 105px!important;
}
/*====navigation====*/
.nav {
	width: 910px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF9096;
	opacity:0.8;
	filter: alpha(opacity=80);
	height: 30px;
	z-index: 99999;
	font-size: 95%;
}
.nav li {
	width: 20%;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
}
.nav li a {
	text-decoration: none;
	color: #FFF295;
	display: block;
	font-weight: bold;
}
.nav li a:hover {
	background-color: #81B4DE;
	height: 30px;
	background-image: url(../img/navi_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
    clear:both;
}
.sub_comment {
	font-size: 88%;
	vertical-align: super;
	line-height: 1.2em;
}


/*====countdown====*/
.dash {
	width: 85px;
	height: 65px;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
	background-color: transparent;
	background-image: url(../img/dash.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.weeks_dash {
	background-color: transparent;
	background-image: url(../img/dark_weeks_dash.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slash {
	font-weight: bold;
	float: left;
	width: 36px;
	text-align: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 38pt;
	line-height: 60px;
	vertical-align: bottom;
	height: 60px;
	padding-bottom: 5px;
	color: #FFF;
}

.days_dash {
	background-color: transparent;
	background-image: url(../img/dark_days_dash.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.dash .digit {
	font-weight: bold;
	float: left;
	width: 36px;
	text-align: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 38pt;
	line-height: 62px;
	vertical-align: bottom;
	height: 62px;
	padding-top: 3px;
}

.dash_title {
	display: none;
}

/*====accordion====*/

#basic-accordian{
	width:100%;
	margin-top: 5px;
}
.accordion_headings{
	padding:5px;
	/*	cursor:pointer;*/
	font-weight:bold;
/*	color: #FF4B3F;*/
}
.accordion_child{
	text-align: left;
	line-height: 1.5em;
}
#imgbox {
	height: 142px;
	width: 400px;
	position: absolute;
	top: 45%;
	text-align: center;
	overflow: hidden;
	float: left;
	left: -400px;
}
.check {
	color: #C14065;
	font-weight: bold;
}
