@charset "utf-8";

html {font-size: 62.5%;}
body {font-size: 10px; font-size: 1.0rem;}
body {
	min-width: 1000px;
	background-color: #ffffff;
}
html > body > iframe {
	display: none;
	height:0;
}
img {
	vertical-align: top;
}
li {
	list-style-type: none;
}
.border {
	border: 1px solid #000000;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl12 {
	padding-left: 12px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pr10 {
	padding-right: 10px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.h150 {
	height: 150px;
	max-height: 150px;
}
.h270 {
	height: 270px;
	max-height: 270px;
}
.textc {
	text-align: center;
}
.textr {
	text-align: right;
}
.bold{
	font-weight: bold;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs22 {
	font-size: 22px;
}
.red {
	color: #f80b0b;
}
.rightblack {
	color: #333333;
}
.pink {
	color: #f33d80;
}
.white {
	color: #ffffff;
}
#contents {
	width:1000px;
	margin:0 auto;
	overflow: visible;
}
/* 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;
}
/* #main */
#main {
	width: 680px;
	padding-bottom: 35px;
}
/* #btn-sbm */
#btn-sbm {
	text-align: right;
	margin-top: 30px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
#btn-sbm li a { margin: 0px; }
#btn-sbm .btnFaceBook { width: 110px; }
#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
/* #side */
#side { padding: 10px 0px 0px; }
#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: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*-----------------------------
以下、削除可能
-------------------------------*/
#wrapper {
	background: url("../images/bg_img.png") 50% 0 no-repeat;
}
/*#side #sp_rectangle { display: none; }*/

/* #header */
#main #header {
	width: 680px;
	height: 860px;
	background: url("../images/header_img_bg.png") 0 0 no-repeat;
	background-position: 20px 168px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#header > h1,
#header > p {
	text-indent: 100%;
}
#header .dvdbnr {
	position: absolute;
    top: -500px;
    left: 25px;
}
.nav {
	position: relative;
	margin-top: 15px;
}
.nav > li {
	float: left;
	position: relative;
	width: 160px;
	height: 109px;
}
.nav > li + li {
	margin-left: 12px;
}
.introduction > a,
.episode > a,
.music > a,
.news > a,
.dvd > a,
.data > a,
.character > a {
	display: block;
	width: 160px;
	height: 109px;
}
/* 来週公開用
.nav > li {
	float: left;
	position: relative;
	width: 219px;
	height: 109px;
	margin-right: 7px;
}

.introduction > a,
.episode > a,
.music > a,
.news > a,
.dvd > a,
.data > a,
.character > a {
	display: block;
	width: 219px;
	height: 109px;
}
*/
.introduction > a {
	background: url("../images/btn_introduction.png") 0 0 no-repeat;
	font-size: 0;
}
.episode > a {
	background: url("../images/btn_episode.png") 0 0 no-repeat;
	font-size: 0;
}
.music > a {
	background: url("../images/btn_music.png") 0 0 no-repeat;
	font-size: 0;
}
.news > a {
	background: url("../images/btn_news.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.dvd > a {
	background: url("../images/btn_dvd.png") 0 0 no-repeat;
	font-size: 0;
}
.data > a {
	background: url("../images/btn_data.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.character > a {
	background: url("../images/btn_character.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.introduction:hover > a {
	background: url("../images/btn_introduction_on.png") 0 0 no-repeat;
	cursor: pointer;
}

.episode:hover > a {
	background: url("../images/btn_episode_on.png") 0 0 no-repeat;
	cursor: pointer;
}
.music:hover > a {
	background: url("../images/btn_music_on.png") 0 0 no-repeat;
	cursor: pointer;
}
.news:hover > a {
	background: url("../images/btn_news_on.png") 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.dvd:hover > a {
	background: url("../images/btn_dvd_on.png") 0 0 no-repeat;
}
.data:hover > a {
	background: url("../images/btn_data_on.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.character:hover > a {
	background: url("../images/btn_character_on.png") 0 0 no-repeat;
	text-indent: -9999px;
}
/*
.introduction:hover> a,
.episode:hover> a,
.music:hover> a,
.news:hover> a,
.dvd:hover> a {
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}

.introduction:hover> a,
.episode:hover> a,
.music:hover> a,
.news:hover> a,
.dvd:hover> a {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
*/
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

#article {
	margin-top: 30px;
}
.section > .twitterarea,
.section > .prmovie {
	float: left;
	position: relative;
}
.section > .prmovie p{
	visibility: hidden;
    text-indent: -9999px;
    display: none;
}
.twitterarea:before {
	content: "";
	background: url("../images/chara_1.png") 0 0 no-repeat;
	position: absolute;
	width: 147px;
	height: 375px;
	bottom: -320px;
	left: -90px;
	z-index: 10;
}
.twitterarea:after {
	content: "";
	background: url("../images/bluefukidasi.png") 0 0 no-repeat;
	position: absolute;
	width: 58px;
	height: 37px;
	bottom: -50px;
    left: 55px;
}
.twitterarea > .contentsarea {
	background: skyblue;
	margin-top: 10px;
	padding: 10px;
	width: 400px;
	max-height: 300px;
	min-height: 300px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.prmovie {
	background: url("../images/prmovie.png") 0 0 no-repeat;
	width: 260px;
	height: 278px;
	margin-left: -5px;
}
.prmovie a {
	text-indent: -9999px;
	display: block;
    width: 236px;
    height: 245px;
    position: absolute;
    left: 26px;
    top: 34px;
}
.introductionarea {
	margin-top: 10px;
	position: relative;
	padding-bottom: 12px;
}
.introductionarea:before {
	content: "";
	background: url("../images/redfukidasi.png") 0 0 no-repeat;
	position: absolute;
	width: 18px;
	height: 31px;
	top: 90px;
	right: 90px;
}
.introductionarea:after {
	content: "";
	background: url("../images/chara_2.png") 0 0 no-repeat;
	position: absolute;
	width: 147px;
	height: 375px;
	top: 10px;
	right: -45px;
}
.introductionarea > .title {
	text-align: right;
	padding-right: 60px;
}
.introductionarea > .contentsarea {
	width: 540px;
	padding: 50px 40px 40px 40px;
	background: #ea1149;
	background-image: url("../images/introduction_inner_top.png") ,url("../images/introduction_inner_bottom.png");
	background-repeat: no-repeat,no-repeat;
	background-position: 6px 0,28px bottom;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 24px;
	color: #FFFFFF;
}
.introductionarea > .contentsarea > p:first-child {
	font-weight: bold;
	font-size: 22px;
}
.introductionarea > .contentsarea > p + p {
	margin-top: 15px;
	font-size: 16px;
}
._block {
	display: block;
}
._ml160 {
	margin-left: 160px;
}
.episodearea {
	margin-top: 20px;
	position: relative;
}
.episodearea:before {
	content: "";
    background: url("../images/bluefukidasi.png") 0 0 no-repeat;
    position: absolute;
    width: 58px;
    height: 37px;
    bottom: 80px;
    left: 80px;
}
.episodearea:after {
	content: "";
    background: url("../images/chara_3.png") 0 0 no-repeat;
    position: absolute;
    width: 149px;
    height: 366px;
    bottom: -58px;
    left: -40px;
    z-index: 10;
}
.episodeareadata {
	background-color: #187ed4;
	background-image: url("../images/episodearea_inner_bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 10px 60px 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	box-sizing: border-box;
}
.episodearea > dl > .episodename {
	display: block;
    background-color: #106ab6;
    border-radius: 17px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}
.episodearea .contents > li {
	width: 158px;
	float: left;
}
.episodearea .contents > li + li {
	margin-left: 9px;
}
.episodearea > dl .contents {
	margin-top: 30px;
}
.episode_list {
	margin: 25px auto 0 auto;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-left: 100px;
    line-height: 28px;
}
.episode_list > li {
	font-size: 18px;
	text-indent: -1em;
    padding-left: 1em;
}
.episodearea > .title {
	padding-left: 28px;
}
.musicarea {
    position: relative;
    padding-bottom: 12px;
}
.musicarea:before {
	content: "";
    background: url("../images/orangefukidasi.png") 0 0 no-repeat;
    position: absolute;
    width: 20px;
    height: 31px;
    top: 110px;
    right: 90px;
}
.musicarea:after {
	content: "";
    background: url("../images/chara_4.png") 0 0 no-repeat;
    position: absolute;
    width: 173px;
    height: 430px;
    top: -90px;
    right: -75px;
}
.musicarea > .title {
	text-align: right;
	padding-right: 48px;
}
.musicarea > .contentsarea {
	width: 540px;
    padding: 50px 30px 30px;
    background: #f4961d;
    background-image: url("../images/musicarea_inner_top.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFFFFF;
}
.musicarea > .contentsarea dt {
	font-size: 19px;
}
.musicarea > .contentsarea dd {
	margin-top: 10px;
	font-size: 15px;
}
.plofiledescription {
	margin-top: 5px;
	line-height: 1.5;
}
.imagewrapper {
	text-align: center;
}
.ending {
	margin-top: 20px;
}
.newsarea {
	margin-top: 10px;
	position: relative;
}
.newsarea:before {
	content: "";
    background: url("../images/chara_5.png") 0 0 no-repeat;
    position: absolute;
    width: 174px;
    height: 339px;
	top: 37px;
    left: -65px;
}
.newscontents:after {
	content: "";
    background: url("../images/purplefukidasi.png") 0 0 no-repeat;
    position: absolute;
    width: 37px;
    height: 36px;
    top: 71px;
    left: 68px;
}
.newsarea > .title {
	margin-left: -31px;
}
.newsarea > .newscontents {
	width: 540px;
	margin-right: 24px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    background: #d60faa;
    float: right;
    margin-top: -41px;
    background-image: url("../images/newsarea_inner_top.png");
    background-position: 2px 0px;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 26px;
}
.scrollarea {
    overflow: auto;
    padding-right: 15px;
    font-size: 18px;
}
.scrollarea > dl + dl {
	padding-top: 10px;
	border-top: 1px dotted #FFFFFF;
	margin-top: 10px;
}
.scrollarea > dl > dd {
	word-wrap: break-word;
}
.newsarea .onairarea {
	margin-top: 200px;
    margin-left: 76px;
    background-color: #2f2f2f;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    width: 580px;
    display: table;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 10px 10px 12px;
    box-sizing: border-box;
}
.newsarea .onairarea > p,
.newsarea .onairarea > ul {
	display: table-cell;
}
.newsarea .onairarea > p {
    background: url("../images/arrow.png") 92px center no-repeat;
    vertical-align: middle;
    width: 135px;
    font-weight: bold;
    padding-top: 3px;
    font-size: 22px;
}
.newsarea .onairarea > ul >li {
	float: left;
    width: 210px;
    font-size: 16px;
}
.bottomcontents {
	margin-top: 40px;
	position: relative;
}
.credit {
	position: absolute;
    left: -6px;
    bottom: -26px;
}
.innerlink-head {
	text-indent: -9999px;
    position: absolute;
    bottom: -35px;
    right: -120px;
}
.innerlink-head > a {
	background: url("../images/totop.png");
	width: 107px;
	height: 144px;
	display: block;
}
/* twitter */
.twitterwjs_title {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}
.no-tweets-pane {
	position: relative !important;
}
.no-tweets-pane .load-tweets {
	position: absolute !important;
	top: 0 !important;
}
.bnrarea {
	margin-top: 30px;
}
.bnrarea > .tb {
	display: table;
	margin-top: 20px;
}
.bnrarea > .tb > p {
	display: table-cell;
}
.bnrarea > .tb > p + p {
	padding-left: 20px;
}
/* 下層共通 */
.underlayerheader {
	position: relative;
}
.underlayerheader p {
	text-indent: -9999px;
	display: none;
}