﻿@charset "utf-8";

html{
	background: url(../images/bg.png) repeat left top;
}
body {
}

#wrapper #contents { width: 1000px; }
#wrapper{
	width: 1000px;
	height: 100%;
	margin: 0 auto;

	/* ipatの右端切れるハック */
	position: relative;
	_display: inline;
	_zoom: 1;
}

#wrapper #contents{
		background: url(../images/bg_main.png) repeat-y left top;
		position: relative;
}


@media print{

body {display:none;}
}


/*	anchor
------------------*/
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	-moz-opacity:0.7;
	opacity:0.7;
}

/*	NAVIめーる半透明回避
------------------*/
#wrapper #contents #side #banner_navimail a:hover {
	-moz-opacity:1;
	opacity:1;
}

/*	PC用上部広告固定用
------------------*/
#global_nav {
	min-height: 28px;
}
#topad {
	padding-bottom:5px;
	min-height: 91px;
}

/*	#main
------------------*/
#main {
	width: 675px;
	padding: 0 0 50px 0;
}

/*	#side
------------------*/
#side { padding: 10px 0px 0px;}
#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}
#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*	SNSエリア
------------------*/
#btn-sbm {
	text-align: right;
	position: relative;
	top: 10px;
}
#btn-sbm li {
	display: inline-block;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */
#btn-sbm li a { margin: 0px; }
#btn-sbm .btnFaceBook { width: 110px; }
#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/*	テキスト指定
------------------*/
#article {
	font-size: 120%;
	line-height: 1.5;
}

/*　編集エリア - ここから
-----------------------------------*/


/* #header */
#top #main #article #header {
	display: block;
	width: 675px;
	height: 750px;
	background: url(../images/main.png) no-repeat 10px bottom;
	position: relative;
	margin: 0 auto 0 auto;
}



#side,
#pc {
	position: relative;
	z-index: 10;
}

#main #article #header #onair-date {
	display: none;
}


#top #header h1 {
	display: none;
}

#cnts #header h1 {
	text-indent: -9999px;
	height: 289px;
	background: url(../images/contents_header.png) no-repeat center top;
}

#cnts #header h1 a{
	display: block;
	height: 289px;
}

#top p#btn_yokokujyou{
	width: 231px;
	height: 230px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: -720px;
	z-index: 100;
	margin: 0 0 -230px 0;
}

#top p#btn_yokokujyou a{
	width: 231px;
	height: 230px;
	display: block;
	background: url(../images/btn_yokokujyou.png) no-repeat left top;
}

#top p#btn_yokokujyou_present{
	width: 231px;
	height: 230px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: -720px;
	z-index: 100;
	margin: 0 0 -230px 0;
}

#top p#btn_yokokujyou_present a{
	width: 231px;
	height: 230px;
	display: block;
	background: url(../images/btn_yokokujyou_present.png) no-repeat left top;
}



#header,
#nav,
#main-section,
#btn-sbm {
	position: relative;
	z-index: 100;
}

#menu_bg{
	width: 100%;
	height: 674px;
	position: absolute;
	background: url(../images/menu_bg.png) no-repeat center top;
	z-index: 10;
}

#top #menu_bg{
	top: 600px;
	left: -100px;

}

#cnts #menu_bg{
	top: 85px;
	left: -105px;
}


#nav{
	width: 628px;
	margin: 0 auto;
}


#nav li{
	text-indent: -9999px;
	width: 152px;
	height: 162px;
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

#nav li a{
	width: 152px;
	height: 152px;
	display: block;
}

#nav li a:hover{
	-moz-opacity:1;
	opacity:1;
}

#nav li#link-intro a{ background: url(../images/menu_01.png) no-repeat left top;}
#nav li#link-intro a:hover{ background: url(../images/menu_01_on.png) no-repeat left top;}

#nav li#link-story a{ background: url(../images/menu_02.png) no-repeat left top;}
#nav li#link-story a:hover{ background: url(../images/menu_02_on.png) no-repeat left top;}

#nav li#link-cast-staff a{ background: url(../images/menu_03.png) no-repeat left top;}
#nav li#link-cast-staff a:hover{ background: url(../images/menu_03_on.png) no-repeat left top;}

#nav li#link-chart a{ background: url(../images/menu_04.png) no-repeat left top;}
#nav li#link-chart a:hover{ background: url(../images/menu_04_on.png) no-repeat left top;}

#nav li#link-original a{ background: url(../images/menu_05.png) no-repeat left top;}
#nav li#link-original a:hover{ background: url(../images/menu_05_on.png) no-repeat left top;}

#nav li#link-themesong a{ background: url(../images/menu_06.png) no-repeat left top;}
#nav li#link-themesong a:hover{ background: url(../images/menu_06_on.png) no-repeat left top;}

#nav li#link-music a{ background: url(../images/menu_07.png) no-repeat left top;}
#nav li#link-music a:hover{ background: url(../images/menu_07_on.png) no-repeat left top;}

#nav li#link-hulu a{ background: url(../images/menu_08.png) no-repeat left top;pointer-events: none;}
/*#nav li#link-hulu a:hover{ background: url(../images/menu_08_on.png) no-repeat left top;pointer-events: none;}*/

#nav li.link-coming{ background: url(../images/menu_coming.png) no-repeat left top;}


html #top #main-section.base_01{
	height: 1155px;
	background: url(../images/top_paper_bg.png) no-repeat left top;
}

html #top #main-section.base_02{
	height: 1355px;
	background: url(../images/top_paper_bg_l_02.png) no-repeat left top;
}

html #top #main-section.base_03{
	height: 1575px;
	background: url(../images/top_paper_bg_l_03.png) no-repeat left top;
}

html #top #main-section.base_05{
	height: 1425px;
	background: url(../images/top_paper_bg_l_05.png) no-repeat left top;
}


#top #main-section{
	width: 609px;
/*	height: 897px;*/
/*	height: 1017px;*/
/*	height: 1155px;*/
	height: 1275px;
	position: relative;
	top: 0;
	margin: 0 auto;
	background: url(../images/top_paper_bg_l.png) no-repeat left top;
}


#whats h3{
	display: none;
}
#whats{
	width: 568px;
	position: relative;
	top: 15px;
	margin: 0 auto 0 auto;
	background: url(../images/midashi_news.png) no-repeat left top;
}

#whats_wrap{
	width: 550px;
	height: 180px;
	overflow: auto;
	margin: 0 auto 80px auto;
	position: relative;
	top: 45px;
	overflow: hidden;
}


#whats dt{
	background-color: #450c0c;
	color: #ffffff;
	width: 100px;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 10px 0;
}

#whats dt.long{
	width: 165px;
}


#whats dd{
	font-size: 90%;
	width: 500px;
	margin: 0 auto 15px auto;
}
#whats dd a,
#whats dd strong{
	color: #824368;
}

p#hulu_ticket{
	position: relative;
	top: 0;
	margin: 0 0 20px 5px;
	width: 590px;
	height: 120px;
	text-indent: -9999px;
	display: block;
}
p#hulu_ticket a{
	width: 590px;
	height: 120px;
	display: block;
	background: url(../images/hulu_ticket.jpg) no-repeat left top;
}

p#banner_collabo{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 590px;
	height: 147px;
	text-indent: -9999px;
	display: block;
}
p#banner_collabo a{
	width: 590px;
	height: 147px;
	display: block;
	background: url(../images/banner_collabo.png) no-repeat left top;
}


p#banner_present_soundtrack{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 590px;
	height: 120px;
	text-indent: -9999px;
	display: block;
}
p#banner_present_soundtrack a{
	width: 590px;
	height: 120px;
	display: block;
	background: url(../images/banner_present_soundtrack.png) no-repeat left top;
}

p#banner_present_themesong{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 590px;
	height: 110px;
	text-indent: -9999px;
	display: block;
}
p#banner_present_themesong a{
	width: 590px;
	height: 110px;
	display: block;
	background: url(../images/banner_present_themesong.png) no-repeat left top;
}


p#banner_present_original{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 590px;
	height: 120px;
	text-indent: -9999px;
	display: block;
}
p#banner_present_original a{
	width: 590px;
	height: 120px;
	display: block;
	background: url(../images/banner_present_original.png) no-repeat left top;
}

p#banner_bbs{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 590px;
	height: 110px;
	text-indent: -9999px;
	display: block;
}
p#banner_bbs a{
	width: 590px;
	height: 110px;
	display: block;
	background: url(../images/banner_bbs.png) no-repeat left top;
}
p#banner_bbs.bbs_close a{
	background: url(../images/banner_bbs_close.png) no-repeat left top;
}
p#banner_bbs.bbs_close02{
	margin: 0 auto 20px auto;
}


ul#banner_present_disc{
	width: 582px;
	margin: 0 auto 10px auto;
}

ul#banner_present_disc li#banner_present_bd{
	width: 291px;
	height: 93px;
	text-indent: -9999px;
	display: block;
	float: left;
}

ul#banner_present_disc li#banner_present_bd a{
	width: 281px;
	height: 93px;
	display: block;
	background: url(../images/banner_present_bd.png) no-repeat left top;
}

ul#banner_present_disc li#banner_present_dvd{
	width: 281px;
	height: 93px;
	text-indent: -9999px;
	display: block;
	float: left;
}

ul#banner_present_disc li#banner_present_dvd a{
	width: 281px;
	height: 93px;
	display: block;
	background: url(../images/banner_present_dvd.png) no-repeat left top;
}


p#banner_disc{
	position: relative;
	top: -10px;
	margin: 0 auto -10px auto;
	width: 576px;
	height: 116px;
	text-indent: -9999px;
	display: block;
}
p#banner_disc a{
	width: 576px;
	height: 116px;
	display: block;
	background: url(../images/banner_disc.png) no-repeat left top;
}






div#twitter_movie_line{
	position: relative;
	top: -15px;
}


div#twitter_aria{
	width: 301px;
	height: 454px;
	background: url(../images/twitter_bg_close.png) no-repeat left top;
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 0 15px;
}

iframe.twitter-timeline {
	min-width: 280px;
	height: 330px !important;
	min-height: 330px !important;
}
#twitter-widget{
	width: 280px !important;
	min-height: 330px !important;
	position: relative;
	top: 70px;
	left: 15px;
}

div#movie_line{
	width: 275px;
	float: left;

}


div#top_movie{
	width: 268px;
	height: 207px;
	margin: 15px 0;
	background: url(../images/top_movie_bg.png) no-repeat left top;
}

div#top_movie h3{
	display: none;
}

div#top_movie p#thumb{
	width: 230px;
	height: 130px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 45px;
	margin: 0 auto;
}
div#top_movie p#thumb_close{
	width: 230px;
	height: 130px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 45px;
	margin: 0 auto;
	background: url(../images/top_movie.png) no-repeat left top;
}

div#top_movie p#thumb a{
	width: 230px;
	height: 130px;
	display: block;
	background: url(../images/top_movie.png) no-repeat left top;
}

div#movie_line ul#line_banner li#btn_line{
	width: 270px;
	height: 184px;
	display: block;
	text-indent: -9999px;
	background: url(../images/line_bg.png) no-repeat left top;
}

div#movie_line ul#line_banner li#btn_line_sp{
	display: none;
}

ul#goods_furi2{
	height: 180px;
	display: block;
	position: relative;
	top: -10px;
}

ul#goods_furi2 li{
	display: block;
	text-indent: -9999px;
	float: left;
}

ul#goods_furi2 li#banner_goods{
	width: 316px;
	height: 180px;
}
ul#goods_furi2 li#banner_goods a{
	width: 316px;
	height: 180px;
	display: block;
	background: url(../images/banner_goods.png) no-repeat left top;
}

ul#goods_furi2 li#banner_furi2{
	width: 281px;
	height: 180px;
}
ul#goods_furi2 li#banner_furi2 a{
	width: 281px;
	height: 180px;
	display: block;
	background: url(../images/banner_furi2.png) no-repeat left top;
}


p#banner_data{
	width: 554px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

p#banner_data a{
	width: 554px;
	height: 65px;
	display: block;
	background: url(../images/banner_data.png) no-repeat left top;
}

ul#data_theme{
	width: 570px;
	margin: 0 auto;
	height: 93px;
	display: block;
	position: reletive;
	top: -5px;
}

ul#data_theme li{
	display: block;
	text-indent: -9999px;
	float: left;
}

ul#data_theme li#banner_data{
	width: 290px;
	height: 93px;
}
ul#data_theme li#banner_data a{
	width: 280px;
	height: 93px;
	display: block;
	background: url(../images/banner_data_half.png) no-repeat left top;
}

ul#data_theme li#banner_theme{
	width: 280px;
	height: 93px;
}
ul#data_theme li#banner_theme a{
	width: 280px;
	height: 93px;
	display: block;
	background: url(../images/banner_themesong.png) no-repeat left top;
}



/* contents */
#cnts .contents_main{
	width: 628px;
	min-height: 787px;
	background: url(../images/contents_bg_top.png) no-repeat left top;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#cnts .contents_main h2{
	text-indent: -9999px;
	display: block;
	padding: 30px 0 0 0;
	margin: 0 0 20px 40px;
}

#cnts div.contents_center{
	background: url(../images/contents_bg_center.png) no-repeat left 650px;
	display: block;
}

#cnts p#contents_end{
	text-indent: -9999px;
	width: 628px;
	height: 109px;
	display: block;
	background: url(../images/contents_bg_bottom.png) no-repeat left bottom;
	margin: 0 auto;
	position: relative;
	top: -1px;
}

/* yokokujyou */
#cnts #yokokujyou{
	width: 626px;
	height: 900px;
	background: url(../images/yokokujyou/bg_s.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}
/*
#cnts #yokokujyou{
	width: 626px;
	height: 1076px;
	background: url(../images/yokokujyou/bg.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}*/

#yokokujyou h2{
	display: none;
}

#yokokujyou #yokokujyou_main,
#yokokujyou #yokokujyou_main_1228,
#yokokujyou #yokokujyou_main_0106{
	display: block;
	position: relative;
	top: -40px;
}

#yokokujyou #yokoku_text *{
	display: none;
}

#yokokujyou_main #yokoku_text{
	width: 534px;
	height: 752px;
	background: url(../images/yokokujyou/yokokujyou.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}

#yokokujyou_main_1228 #yokoku_text{
	width: 534px;
	height: 752px;
	background: url(../images/yokokujyou/yokokujyou_1228.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}

#yokokujyou_main_0106 #yokoku_text{
	width: 534px;
	height: 752px;
	background: url(../images/yokokujyou/yokokujyou_0106.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}



#yokokujyou_main #btn_form{
	text-indent: -9999px;
	width: 553px;
	height: 101px;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
	top: -20px;
}

#yokokujyou_main #btn_form a{
	width: 553px;
	height: 101px;
	display: block;
	background: url(../images/yokokujyou/btn_form.png) no-repeat left top;
}

#yokokujyou_main_1228 #btn_form{
	text-indent: -9999px;
	width: 553px;
	height: 101px;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
	top: -20px;
}

#yokokujyou_main_1228 #btn_form a{
	width: 553px;
	height: 101px;
	display: block;
	background: url(../images/yokokujyou/btn_form_1228.png) no-repeat left top;
}


#yokokujyou_main_0106 #btn_form_close{
	text-indent: -9999px;
	width: 553px;
	height: 101px;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
	top: -30px;
	background: url(../images/yokokujyou/btn_form_close.png) no-repeat left top;
}


#yokokujyou_main #next{
	text-indent: -9999px;
	width: 416px;
	height: 131px;
	display: block;
	margin: 0 0 0 70px;
	background: url(../images/yokokujyou/next.png) no-repeat left top;
}

#yokokujyou_main_1228 #next{
	text-indent: -9999px;
	width: 503px;
	height: 131px;
	display: block;
	margin: 0 0 0 40px;
	background: url(../images/yokokujyou/next_1228.png) no-repeat left top;
}


/* introduction */

#introduction h2{
	display: none;
}

#introduction div#intro_main *{
	display: none;
}

#introduction div#intro_main{
	width: 576px;
	height: 1043px;
	background: url(../images/introduction/intro.png) no-repeat left top;
	display: block;
	margin: 0 auto 0 auto;
}



/* story */

#story h2{
	width: 260px;
	height: 76px;
	background: url(../images/story/title.png) no-repeat left bottom;
}

#story h3{
	width: 554px;
	height: 369px;
	text-indent: -9999px;
	margin: 0 auto;

}

#story #s_01 h3{
	background: url(../images/story/s_01.png) no-repeat left top;
}
#story #s_02 h3{
	background: url(../images/story/s_02.png) no-repeat left top;
}
#story #s_03 h3{
	background: url(../images/story/s_03.png) no-repeat left top;
}
#story #s_04 h3{
	background: url(../images/story/s_04.png) no-repeat left top;
}
#story #s_05 h3{
	background: url(../images/story/s_05.png) no-repeat left top;
}
#story #s_06 h3{
	background: url(../images/story/s_06.png) no-repeat left top;
}
#story #s_07 h3{
	background: url(../images/story/s_07.png) no-repeat left top;
}
#story #s_08 h3{
	background: url(../images/story/s_08.png) no-repeat left top;
}
#story #s_09 h3{
	background: url(../images/story/s_09.png) no-repeat left top;
}
#story #s_10 h3{
	background: url(../images/story/s_10.png) no-repeat left top;
}




#story div#story_main p{
	margin: 0 auto 0 auto;
	color: #511b0d;
	line-height: 180%;
}

#story div#story_main .story_text_flat p{
	width: 554px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}


#story div.photo_r{
	width: 554px;
	margin: 10px auto 0 auto;
}

#story div.photo_l{
	width: 554px;
	margin: 10px auto 0 auto;
}

#cnts #story div#story_main div.photo_r p.photo{
	width: 264px;
	float: right;
}

#cnts #story div#story_main div.photo_l p.photo{
	width: 264px;
	float: left;
}

#story div.photo_r div.story_text{
}

#story div#story_main div.story_text p{
}

#story p.photo{
	text-indent: -9999px;
	width: 264px;
	height: 177px;
	display: block;
}

#story #s_01 p#photo_01{
	background: url(../images/story/photo_01_01.png) no-repeat right top;
}

#story #s_02 p#photo_01{
	background: url(../images/story/photo_02_01.png) no-repeat right top;
}

#story #s_03 p#photo_01{
	background: url(../images/story/photo_03_01.png) no-repeat right top;
}

#story #s_04 p#photo_01{
	background: url(../images/story/photo_04_01.png) no-repeat right top;
}

#story #s_05 p#photo_01{
	background: url(../images/story/photo_05_01.png) no-repeat right top;
}

#story #s_06 p#photo_01{
	background: url(../images/story/photo_06_01.png) no-repeat right top;
}

#story #s_07 p#photo_01{
	background: url(../images/story/photo_07_01.png) no-repeat right top;
}

#story #s_08 p#photo_01{
	background: url(../images/story/photo_08_01.png) no-repeat right top;
}

#story #s_09 p#photo_01{
	background: url(../images/story/photo_09_01.png) no-repeat right top;
}

#story #s_10 p#photo_01{
	background: url(../images/story/photo_10_01.png) no-repeat right top;
}


#story h3#backnumber{
	width: 265px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	background: url(../images/story/midashi_backnumber.png) no-repeat left top;
	margin: 30px auto 15px auto;
}

#story ul#story_backnumber{
	width: 585px;
	margin: 0 auto;
}


#story ul#story_backnumber li{
	width: 183px;
	height: 179px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 0 15px 0;
}

#story ul#story_backnumber li a{
	width: 183px;
	height: 179px;
	display: block;
}

#story ul#story_backnumber li#b_01 a{
	background: url(../images/story/b_01.png) no-repeat left top;
}
#story ul#story_backnumber li#b_02 a{
	background: url(../images/story/b_02.png) no-repeat left top;
}
#story ul#story_backnumber li#b_03 a{
	background: url(../images/story/b_03.png) no-repeat left top;
}
#story ul#story_backnumber li#b_04 a{
	background: url(../images/story/b_04.png) no-repeat left top;
}
#story ul#story_backnumber li#b_05 a{
	background: url(../images/story/b_05.png) no-repeat left top;
}
#story ul#story_backnumber li#b_06 a{
	background: url(../images/story/b_06.png) no-repeat left top;
}
#story ul#story_backnumber li#b_07 a{
	background: url(../images/story/b_07.png) no-repeat left top;
}
#story ul#story_backnumber li#b_08 a{
	background: url(../images/story/b_08.png) no-repeat left top;
}
#story ul#story_backnumber li#b_09 a{
	background: url(../images/story/b_09.png) no-repeat left top;
}
#story ul#story_backnumber li#b_10 a{
	background: url(../images/story/b_10.png) no-repeat left top;
}


#story ul#story_backnumber li.b_center{
	margin: 0 12px;
}



/* original */

#original h2{
	width: 331px;
	height: 76px;
	background: url(../images/original/title.png) no-repeat left bottom;
}

#original div#original_main div#original_info *{
	display: none;
}

#original div#original_main div#original_info{
	width: 575px;
	height: 516px;
	background: url(../images/original/original.png) no-repeat left center;
	display: block;
	margin: 0 auto;
}

#original div#original_main div#profile *{
	display: none;
}

#original div#original_main div#profile{
	width: 567px;
	height: 532px;
	background: url(../images/original/profile.png) no-repeat left top;
	display: block;
	margin: 0 auto;
}

#original div#original_main div#profile p#official_site{
	width: 500px;
	display: block;
	text-indent: 0;
	color: #95145a;
	position: relative;
	top: 250px;
	left: 57px;
	font-size: 90%;
}

/* cast-staff */

#cast-staff h2{
	display: none;
}

#cast-staff div#cast_main *,
#cast-staff div#staff_main *{
	display: none;
}

#cast-staff div#cast_main{
	width: 345px;
	height: 653px;/* +90px */
	background: url(../images/cast-staff/cast.png) no-repeat left top;
	display: block;
	margin: -30px 0 0 30px;
}

#cast-staff div#staff_main{
	width: 561px;
	height: 534px;
	background: url(../images/cast-staff/staff.png) no-repeat left top;
	display: block;
	margin: 0 0 0 30px;
}

/* themesong */

#themesong h2{
	width: 377px;
	height: 87px;
	background: url(../images/themesong/title.png) no-repeat left bottom;
}

#themesong div#themesong_main *{
	display: none;
}

#themesong div#themesong_main{
	width: 618px;
	height: 542px;
	background: url(../images/themesong/themesong.png) no-repeat left top;
	display: block;
	margin: 0 auto;
}

#themesong dl#theme_info *{
	display: none;
}
#themesong dl#theme_info{
	width: 567px;
	height: 695px;/* +20px */
	background: url(../images/themesong/info.png) no-repeat left bottom;
	display: block;
	margin: 0 auto;
}

#themesong p#btn_buy{
	text-indent: -9999px;
	width: 554px;
	height: 65px;
	display: block;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	background: url(../images/themesong/btn_buy.png) no-repeat left bottom;
}

/*
#themesong p#btn_buy a{
	text-indent: -9999px;
	width: 554px;
	height: 65px;
	display: block;
	background: url(../images/themesong/btn_buy.png) no-repeat left bottom;
}
*/

/* music */

#music h2{
	width: 227px;
	height: 76px;
	background: url(../images/music/title.png) no-repeat left bottom;
}

#music div#music_main *{
	display: none;
}

#music div#music_main{
	width: 559px;
	height: 1019px;
	background: url(../images/music/music.png) no-repeat left top;
	display: block;
	margin: 0 auto;
}

#music div#soundtrack *{
	display: none;
}

#music div#soundtrack{
	width: 576px;
	height: 405px;/* +20px */
	background: url(../images/music/soundtrack.png) no-repeat left bottom;
	display: block;
	margin: 0 auto;
}

#music div#soundtrack_02 *{
	display: none;
}

#music div#soundtrack_02{
	width: 576px;
	height: 718px;/* +20px */
	background: url(../images/music/soundtrack_02.png) no-repeat left bottom;
	display: block;
	margin: 0 auto;
}



/* chart */

#cnts #chart div.contents_center{
	background-image: none;
}

#chart h2{
	display: none;
}

#chart p#chart_main{
	width: 643px;
	height: 714px;
	background: url(../images/chart/chart.png) no-repeat left top;
	display: block;
	margin: 0 0;
	position: relative;
	top: -30px;
	left: -10px;
}

#chart area {
  outline: none;
}



div#character_list div.character_section *{
	display: none;
}

#chart div#character_list div.character_section{
	width: 643px;
	display: block;
	margin: 0 auto;
}

#chart div#character_list div#c_01{
	height: 527px;
	background: url(../images/chart/character_01.png) no-repeat left center;
}

#chart div#character_list div#c_02{
	height: 472px;
	background: url(../images/chart/character_02.png) no-repeat left center;
}

#chart div#character_list div#c_03{
	height: 472px;
	background: url(../images/chart/character_03.png) no-repeat left center;
}

#chart div#character_list div#c_04{
	height: 472px;
	background: url(../images/chart/character_04.png) no-repeat left center;
}

#chart div#character_list div#c_05{
	height: 472px;
	background: url(../images/chart/character_05.png) no-repeat left center;
}

#chart div#character_list div#c_06{
	height: 472px;
	background: url(../images/chart/character_06.png) no-repeat left center;
}

#chart div#character_list div#c_07{
	height: 472px;
	background: url(../images/chart/character_07.png) no-repeat left center;
}

/* movie */

#movie h2{
	width: 260px;
	height: 76px;
	background: url(../images/movie/title.png) no-repeat left bottom;
}

#movie #movie_main{
	width: 593px;
	height: 427px;
	display: block;
	background: url(../images/movie/movie_bg.png) no-repeat left top;
	margin: 0 auto 15px auto;
	padding: 80px 0 0 0;
	position: relative;
	top: -30px;
}

#movie #movie-embed{
	margin: 0 auto;
	width: 505px;
	height: 284px;
	display: block;
}

#movie #movie_main p#movie_title{
	margin: 20px auto 0 auto;
	width: 485px;
	height: 53px;
	text-indent: -9999px;
}

#movie #m_01 #movie_main p#movie_title{
	background: url(../images/movie/m_01.png) no-repeat right top;
}

#movie #m_02 #movie_main p#movie_title{
	background: url(../images/movie/m_02.png) no-repeat right top;
}

#movie #m_03 #movie_main p#movie_title{
	background: url(../images/movie/m_03.png) no-repeat right top;
}

#movie #m_04 #movie_main p#movie_title{
	background: url(../images/movie/m_04.png) no-repeat right top;
}

#movie #m_05 #movie_main p#movie_title{
	background: url(../images/movie/m_05.png) no-repeat right top;
}

#movie #m_06 #movie_main p#movie_title{
	background: url(../images/movie/m_06.png) no-repeat right top;
}

#movie #m_07 #movie_main p#movie_title{
	background: url(../images/movie/m_07.png) no-repeat right top;
}

#movie #m_08 #movie_main p#movie_title{
	background: url(../images/movie/m_08.png) no-repeat right top;
}

#movie #m_09 #movie_main p#movie_title{
	background: url(../images/movie/m_09.png) no-repeat right top;
}

#movie #m_10 #movie_main p#movie_title{
	background: url(../images/movie/m_10.png) no-repeat right top;
}

#movie h3#backnumber{
	width: 265px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	background: url(../images/movie/midashi_backnumber.png) no-repeat left top;
	margin: 30px auto 15px auto;
}

#movie ul#movie_backnumber{
	width: 585px;
	margin: 0 auto;
}

#movie ul#movie_backnumber li{
	width: 183px;
	height: 171px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 0 15px 0;
}

#movie ul#movie_backnumber li a{
	width: 183px;
	height: 171px;
	display: block;
}

#movie ul#movie_backnumber li#b_01 a{
	background: url(../images/movie/b_01.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_0130 a{
	background: url(../images/movie/b_0130.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_02 a{
	background: url(../images/movie/b_02.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_03 a{
	background: url(../images/movie/b_03.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_04 a{
	background: url(../images/movie/b_04.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_05 a{
	background: url(../images/movie/b_05.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_0530 a{
	background: url(../images/movie/b_0530.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_06 a{
	background: url(../images/movie/b_06.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_07 a{
	background: url(../images/movie/b_07.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_0730 a{
	background: url(../images/movie/b_0730.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_08 a{
	background: url(../images/movie/b_08.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_0830 a{
	background: url(../images/movie/b_0830.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_09 a{
	background: url(../images/movie/b_09.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_0930 a{
	background: url(../images/movie/b_0930.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_10 a{
	background: url(../images/movie/b_10.png) no-repeat left top;
}
#movie ul#movie_backnumber li#b_1030 a{
	background: url(../images/movie/b_1030.png) no-repeat left top;
}


#movie ul#movie_backnumber li.b_center{
	margin: 0 12px;
}


/* goods */

#cnts #goods div.contents_center{
	background: url(../images/contents_bg_center.png) no-repeat left 650px;
	display: block;
}

#cnts #goods div#shop_info{
	background: url(../images/contents_bg_center.png) repeat-y left top;
	display: block;
}


#cnts #goods h2{
	width: 256px;
	height: 101px;
	background: url(../images/goods/title.png) no-repeat left center;
	margin: 0 auto;
}

#goods div.goods_section *{
	display: none;
}

#goods div.goods_section{
	display: block;
	margin: 0 auto 20px auto;
}

#goods div#goods_01{
	width: 568px;
	height: 410px;
	background: url(../images/goods/goods_01.png) no-repeat left top;
}

#goods div#goods_02{
	width: 565px;
	height: 400px;
	background: url(../images/goods/goods_02.png) no-repeat left top;
}

#goods div#goods_03{
	width: 568px;
	height: 409px;
	background: url(../images/goods/goods_03.png) no-repeat left top;
}

#goods div#goods_04{
	width: 565px;
	height: 400px;
	background: url(../images/goods/goods_04.png) no-repeat left top;
}

#goods p.icon{
	width: 62px;
	height: 61px;
	background: url(../images/goods/icon.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	margin: 30px auto 50px auto;
}

#goods div#webshop *{
	display: none;
}

#goods div#webshop{
	width: 575px;
	height: 143px;
	margin: 0 auto 50px auto;
	background: url(../images/goods/webshop_bg.png) no-repeat left 40px;
}


#goods div#webshop h3{
	width: 316px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
	background: url(../images/goods/midashi_webshop.png) no-repeat left top;
}

#goods div#webshop p#btn_webshop{
	width: 504px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 15px;
	margin: 0 auto;
}

#goods div#webshop p#btn_webshop a{
	width: 504px;
	height: 50px;
	display: block;
	background: url(../images/goods/btn_webshop.png) no-repeat left top;
}


#goods div#shop *{
	display: none;
}


#goods div#shop{
	width: 602px;
	height: 246px;
	position: relative;
	left: 16px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	background: url(../images/goods/shop_bg.png) no-repeat left 15px;
}

#goods div#shop h3{
	width: 408px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
	background: url(../images/goods/midashi_shop.png) no-repeat left top;
}

#goods div#shop ul{
	display: block;
}


#goods div#shop li#btn_nittereya{
	width: 504px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 20px;
	left: 47px
}

#goods div#shop li#btn_nittereya a{
	width: 504px;
	height: 50px;
	display: block;
	background: url(../images/goods/btn_shop.png) no-repeat left top;
}


/* furi2 */

#cnts #furi2 div.contents_center{
	background: url(../images/contents_bg_center.png) no-repeat left 650px;
	display: block;
}

#cnts #furi2 div#furi2_setumei{
	background: url(../images/contents_bg_center.png) repeat-y left top;
	display: block;
}

#cnts #furi2 h2{
	width: 266px;
	height: 61px;
	background: url(../images/furi2/title.png) no-repeat left bottom;
}


#furi2 #top_text *{
	display: none;
}

#furi2 #top_text{
	width: 562px;
	height: 305px;
	display: block;
	background: url(../images/furi2/top_text.png) no-repeat left top;
	margin: 0 auto 40px auto;
}

#furi2 #furi2_info *{
	display: none;
}

#furi2 #furi2_info{
	width: 546px;
	height: 576px;
	display: block;
	background: url(../images/furi2/info.png) no-repeat left top;
	margin: 0 auto;
}

#furi2 #step h3{
	width: 596px;
	height: 70px;
	display: block;
	background: url(../images/furi2/midashi_step.png) no-repeat left top;
	margin: 50px auto 20px auto;
	text-indent: -9999px;
}

#furi2 #step dl *{
	display: none;
}

#furi2 #step dl{
	width: 565px;
	height: 734px;
	display: block;
	background: url(../images/furi2/step.png) no-repeat left top;
	margin: 0 auto 0 auto;
}


#furi2 #download h4{
	width: 388px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background: url(../images/furi2/text_download.png) no-repeat left top;
	margin: 0 auto 20px auto;
}

#furi2 #download ul{
	width: 570px;
	height: 120px;
	margin: 0 auto;
}

#furi2 #download ul li{
	width: 275px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	float: left;
}


#furi2 #download ul li a{
	width: 275px;
	height: 80px;
	display: block;
}

#furi2 #download ul li#btn_app{
	width: 295px;
}

#furi2 #download ul li#btn_app a{
	background: url(../images/furi2/btn_app.png) no-repeat left top;
}
#furi2 #download ul li#btn_google a{
	background: url(../images/furi2/btn_google.png) no-repeat left top;
}


#furi2 #link h3{
	width: 596px;
	height: 70px;
	display: block;
	background: url(../images/furi2/midashi_link.png) no-repeat left top;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
}

#furi2 #link p#btn_furi_top{
	width: 580px;
	height: 99px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 50px auto;
}

#furi2 #link p#btn_furi_top a{
	width: 580px;
	height: 99px;
	display: block;
	background: url(../images/furi2/btn_furifuri.png) no-repeat left top;
}


#furi2 #caution h3{
	width: 596px;
	height: 70px;
	display: block;
	background: url(../images/furi2/midashi_caution.png) no-repeat left top;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
}

#furi2 #caution ul{
	width: 556px;
	margin: 0 auto;
}

#furi2 #caution ul li{
	padding: 0 0 15px 0;
	font-weight: bold;
}


/* data */

#data h2{
	width: 214px;
	height: 59px;
	background: url(../images/data/title.png) no-repeat left bottom;
}

#data div#text_top *{
	display: none;
}

#data div#text_top{
	width: 570px;
	height: 280px;
	background: url(../images/data/top_text.png) no-repeat left top;
	display: block;
	margin: 0 auto;
}

#data div#data_image *{
	display: none;
}

#data div#data_image{
	width: 555px;
	height: 459px;
	background: url(../images/data/image.png) no-repeat left top;
	display: block;
	margin: 10px 0 0 0 ;
	position: relative;
	left: 50px;
}


/* disc */

#disc h2{
	width: 438px;
	height: 62px;
	background: url(../images/disc/title.png) no-repeat left bottom;
}

#disc div#dvd-image *{
	display: none;
}

#disc div#dvd-image{
	width: 618px;
	height: 562px;
	background: url(../images/disc/bddvd.png) no-repeat left top;
	display: block;
	margin: 0 auto;
}

#disc div#disc_info *{
	display: none;
}

#disc div#disc_info{
	width: 567px;
	height: 1184px;
	background: url(../images/disc/info.png) no-repeat left top;
	display: block;
	margin: 0;
	position: relative;
	left: 25px;
}

#disc p#bd_buy{
	width: 271px;
	height: 64px;
	display: block;
	position: relative;
	top: -455px;
	margin: 0 auto -64px auto;
	text-indent: -9999px;
}
#disc p#bd_buy a{
	width: 271px;
	height: 64px;
	display: block;
	background: url(../images/disc/btn_buy.png) no-repeat left top;
}


#disc p#dvd_buy{
	width: 271px;
	height: 64px;
	display: block;
	position: relative;
	top: -220px;
	margin: 0 auto -64px auto;
	text-indent: -9999px;
}
#disc p#dvd_buy a{
	width: 271px;
	height: 64px;
	display: block;
	background: url(../images/disc/btn_buy.png) no-repeat left top;
}


/* present_soundtrack */

#present_soundtrack h2{
	width: 386px;
	height: 59px;
	background: url(../images/present_soundtrack/title.png) no-repeat left bottom;
}

#present_soundtrack h3{
	text-indent: -9999px;
	width: 577px;
	height: 137px;
	background: url(../images/present_soundtrack/midashi.png) no-repeat left top;
	display: block;
	margin: 20px auto;
}

#present_soundtrack p#soundtrack_image{
	text-indent: -9999px;
	width: 348px;
	height: 358px;
	background: url(../images/present_soundtrack/image.png) no-repeat left top;
	display: block;
	margin: 20px auto;
}

#present_soundtrack div#atesaki *{
	display: none;
}

#present_soundtrack div#atesaki{
	width: 553px;
	height: 401px;
	background: url(../images/present_soundtrack/atesaki.png) no-repeat left top;
	display: block;
	margin: 20px auto 0 auto;
}


/* present_themesong */

#present_themesong h2{
	width: 386px;
	height: 59px;
	background: url(../images/present_themesong/title.png) no-repeat left bottom;
}

#present_themesong h3{
	text-indent: -9999px;
	width: 561px;
	height: 111px;
	background: url(../images/present_themesong/midashi.png) no-repeat left top;
	display: block;
	margin: 20px auto;
}

#present_themesong p#themesong_image{
	text-indent: -9999px;
	width: 594px;
	height: 483px;
	background: url(../images/present_themesong/image.png) no-repeat left top;
	display: block;
	margin: 20px auto;
}

#present_themesong div#atesaki *{
	display: none;
}

#present_themesong div#atesaki{
	width: 553px;
	height: 421px;
	background: url(../images/present_themesong/atesaki.png) no-repeat left top;
	display: block;
	margin: 20px auto 0 auto;
}



/* present_original */

#present_original h2{
	width: 386px;
	height: 59px;
	background: url(../images/present_original/title.png) no-repeat left bottom;
}

#present_original h3{
	display: none;
}

#present_original p#original_image {
	text-indent: -9999px;
	width: 575px;
	height: 480px;
	background: url(../images/present_original/original_image.png) no-repeat left top;
	display: block;
	margin: 40px auto 20px;
}
#present_original p.link_text {
	text-align: center;
	color: #b8268a;
}
#present_original p.btn {
	width: 450px;
	height: 90px;
	display: block;
	margin: 40px auto 0;
}
#present_original p.btn a{
	text-indent: -9999px;
	width: 450px;
	height: 90px;
	background: url(../images/present_original/btn.png) no-repeat left top;
	display: block;
}


/*　編集エリア - ここまで
-----------------------------------*/
.innerlink-head {
	text-indent: -9999px;
	width: 89px;
	height: 89px;
	display: block;
	position: relative;
	left: 530px;
	margin: 10px 0 0 0;
}
.innerlink-head a {
	width: 89px;
	height: 89px;
	display: block;
	background: url(../images/pagetop.png) no-repeat left center;
}
.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.clearboth{
	clear: both;
}
