﻿@charset "utf-8";

body {
	min-width: 1000px;
	background:url(../images/common/bg_hart.gif);
}

/* float 
**********************************/
.fl {float: left;}
.fr {float: right;}
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* margin 
**********************************/
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb120 {margin-bottom: 120px !important;}

/* text-hidden
**********************************/
.to {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  line-height: 1;
  font-size: 1;
}

/* text-align 
**********************************/
.tc {text-align: center;}
.tr {text-align: right;}

.fs130 {font-size: 160%; color: #ee2f69;}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a { color: #03a9ff }
#wrapper #contents { width: 1000px; }

#wrapper { position: relative; }
.hr_line01 {
	background: url(../images/common/hr_line01.png) repeat-x;
	height: 24px;
	z-index: 1;
}
.hr_line02 {
	background: url(../images/common/hr_line02.png) repeat-x;
	height: 21px;
	z-index: -1;
}


/* 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;
	/*filter: alpha(opacity=50);*/
/*	-moz-opacity:0.5;
	opacity:0.5;*/
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
#main { 
	width: 675px;
	padding-bottom: 35px;
	/*display:none;*/
}

.head_navi_inner a:hover,
.post a:hover,
.innerlink-head a:hover,
.top_navi a:hover,
.kaijin_select a:hover,
.story_select a:hover,
.buy_btn a:hover,
.btn_site a:hover,
#header a:hover,
.bnrarea a:hover,
.bd_dvd_nav li a:hover,
.music_nav li a:hover {
	opacity: 1;
	-webkit-animation: flash 0.8s;
	animation: flash 0.8s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/* fade
**********************************/
.fade {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}


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

/* #header */
#header {
	height: 865px;
	position: relative;
}
h1 {
	width: 448px;
	height: 235px;
	background: url(../images/common/main_logo.png) no-repeat 0 0;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 110px;
	overflow: hidden;
	display:none;
}
#head_navi {
	margin-top: 10px;
}
#head_navi>a>img {
	width: 230px;
	height: 120px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.head_navi_inner {
	width: 425px;
	height: 143px;
	overflow: hidden;
	margin: 0 -4px 0 0;
}
.head_navi_inner ul {
	margin: 0 -5px 0 0;
	overflow: hidden;
	_zoom: 1;
}
.head_navi_inner ul li {
	width: 139px;
	height: 45px;
	float: left;
	margin: 0 4px 4px 0;
}
.head_navi_inner ul li a ,li.nod {
	width: 139px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(../images/common/navi_slice_s.png)no-repeat;
}
.head_navi_inner ul li:nth-child(1) a{background-position: 0 0}
.head_navi_inner ul li:nth-child(2) a{background-position: -140px 0}
.head_navi_inner ul li:nth-child(3) a{background-position: -280px 0}
.head_navi_inner ul li:nth-child(4) a{background-position: 0 -46px}
.head_navi_inner ul li:nth-child(5) a{background-position: -140px -46px}
.head_navi_inner ul li:nth-child(6) a{background-position: -280px -46px}
.head_navi_inner ul li:nth-child(7) a{background-position: 0 -92px}
.head_navi_inner ul li.nod:nth-child(8) {background-position: -140px -92px;opacity: 0.4 !important; display: block !important;}
.head_navi_inner ul li:nth-child(9) a{background-position: -280px -92px}

.head_navi_inner ul li:nth-child(1) a:hover{background-position: -420px 0}
.head_navi_inner ul li:nth-child(2) a:hover{background-position: -560px 0}
.head_navi_inner ul li:nth-child(3) a:hover{background-position: -700px 0}
.head_navi_inner ul li:nth-child(4) a:hover{background-position: -420px -46px}
.head_navi_inner ul li:nth-child(5) a:hover{background-position: -560px -46px}
.head_navi_inner ul li:nth-child(6) a:hover{background-position: -700px -46px}
.head_navi_inner ul li:nth-child(7) a:hover{background-position: -420px -92px}
.head_navi_inner ul li.nod:nth-child(8) {background-position: -140px -92px;opacity: 0.4 !important; display: block !important;}
.head_navi_inner ul li:nth-child(9) a:hover{background-position: -700px -92px}

.komugi, .cocona, .tsukasa {display:none}
.komugi {
	background: url(../images/common/main_komugi.png) no-repeat;
	width: 557px;
	height: 650px;
	position: absolute;
	top: 210px;
	left: 10px;
}
.cocona {
	background: url(../images/common/main_cocona.png) no-repeat;
	width: 393px;
	height: 687px;
	position: absolute;
	top: 190px;
	left: 0px;
}
.tsukasa {
	background: url(../images/common/main_tsukasa.png) no-repeat;
	width: 400px;
	height: 725px;
	position: absolute;
	top: 150px;
	left: 270px;
}


.bnr01, .bnr02, .bnr03, .bnr04, .bnr05 {
	display:none;
	position: absolute;
}
#header p.main_oa {
	top: 350px;
	left:25px;
}
#header a.main_present {
	bottom: 125px;
	left: 45px;
}
#header a.main_hulu {
	bottom: 150px;
	left: 45px;
}


#topad { padding-bottom:5px; }

/*  navi*/
.top_navi {
	width: 100%;
	margin-top: 40px;
}
.top_navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: left;
	width: 675px;
	overflow: hidden;
}
.top_navi ul li {
	float: left;
	width: 219px;
	height: 175px;
	margin: 0 9px 9px 0;
}
.top_navi ul li a, li.nod2 {
	width: 219px;
	height: 175px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(../images/common/navi_slice.png)no-repeat;
}
.top_navi ul li:nth-child(1) a{background-position: 0 0}
.top_navi ul li:nth-child(2) a{background-position: -219px 0}
.top_navi ul li:nth-child(3) a,
.top_navi ul li:nth-child(3){
	background-position: -440px 0;
	margin-right: 0;
}
.top_navi ul li:nth-child(4) a{background-position: 0px -176px}
.top_navi ul li:nth-child(5) a{background-position: -219px -176px}
.top_navi ul li:nth-child(6) a,
.top_navi ul li:nth-child(6) {
	background-position: -440px -176px;
	margin-right: 0;
}
.top_navi ul li:nth-child(7) a{background-position: 0px -352px}
.top_navi ul li.nod2:nth-child(8) {background-position: -219px -352px;opacity: 0.4 !important; display: block !important;}
.top_navi ul li:nth-child(9) a,
.top_navi ul li:nth-child(9){
	background-position: -440px -352px;
	margin-right: 0;
}

.top_navi ul li:nth-child(1) a:hover{background-position: 0 -528px}
.top_navi ul li:nth-child(2) a:hover{background-position: -219px -528px}
.top_navi ul li:nth-child(3) a:hover{
	background-position: -440px -528px;
	margin-right: 0;
}
.top_navi ul li:nth-child(4) a:hover{background-position: 0 -704px}
.top_navi ul li:nth-child(5) a:hover{background-position: -219px -704px}
.top_navi ul li:nth-child(6) a:hover{
	background-position: -440px -704px;
	margin-right: 0;
}
.top_navi ul li:nth-child(7) a:hover{background-position: 0 -880px}
.top_navi ul li:nth-child(9) a:hover{
	background-position: -440px -880px;
	margin-right: 0;
}


/* #top */
#nav {padding: 10px}
#nav ul {letter-spacing:-0.4em; /* hack */}
#nav ul li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	margin-right: 5px;
	margin-bottom: 5px;
}
#nav ul li a,
#nav ul li span {
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	height: 44px;
	width: 10em;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
}
#btn-sbm {
	text-align: left;
	padding: 20px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*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;
	margin-top: 20px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
}

.text {
	 border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #FFF;
	position: relative;
}
.top_inner {
	padding: 40px 20px 30px; 
}
.text_inner {
	padding: 30px 20px; 
}
.text_inner ul.staff_txt li {
	text-indent: -9999px;
}
.news,
.kaijin,
.bangumi {
	padding: 10px;
	border-radius: 15px;
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
	-ms-border-radius: 15px;
	background: #e61b5f url(../images/common/bg_stripe.png);
	position: relative;
}
.news .post {
	overflow: auto;
	max-height: 110px;
}
.news .post dl {
	margin: 0;
}
.news .post dt {
	background: #E61B5F;
	color: #fff;
	padding: 0% 2%;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	-ms-border-radius: 3px;
	float: left;
    clear: left;
    width: 16%;
    margin-bottom: 5px;
}
.news .post dd {
    float: left;
    width: 78%;
    margin: 0;
    padding-left: 2%;
}
.news .post,
.news .post a {
	color: #E61B5F;
}

.twitter, .introduction, .story, .character, .cast_staff, .radio, .goods, .bd_dvd, .movie, .music, .shop {
	padding: 10px;
	border-radius: 15px;
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
	-ms-border-radius: 15px;
	position: relative;
}

.twitter {
	background: #0cc0ed url(../images/common/bg_stripe.png);
	margin-top: 50px;
}
.twitter .top_inner {text-align: center}

.introduction, .story, .character {background: #ff6997 url(../images/common/bg_stripe.png)}
.cast_staff, .radio, .goods, .shop {background: #6abf05 url(../images/common/bg_stripe.png)}
.bd_dvd, .movie, .music {background: #c170db url(../images/common/bg_stripe.png)}
.innerlink-head a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/common/btn_pagetop.png) no-repeat 0 0;
	width: 101px;
	height: 61px;
	margin: 0 auto;
	margin-top: 20px;
}
.innerlink-head a:hover {opacity: 0.6}
.news .text h2 {
	background: url(../images/common/title_news.png) no-repeat;
	width: 200px;
	height: 50px;
	position: absolute;
	top: -32px;
	left: 15px;
	margin: 0;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.twitter .text h2 {display: inline}
.twitter .text h2 a {
	background: url(../images/common/title_twitter.png) no-repeat;
	width: 190px;
	height: 50px;
	position: absolute;
	top: -32px;
	left: 15px;
	margin: 0;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.kaijin .text h2, .bangumi .text h2, .introduction .text h2, .story .text h2, .character .text h2, .cast_staff .text h2,
.radio .text h2, .goods .text h2, .music .text h2, .bd_dvd .text h2, .shop .text h2 {
	width: 655px;
	height: 70px;
	margin: 0;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	 border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
}
.kaijin .text h2 {background: #ffebeb url(../images/common/title_kaijin.png) no-repeat 10px 10px}
.bangumi .text h2 {background: #ffebeb url(../images/common/title_bangumi.png) no-repeat 10px 10px}
.introduction .text h2 {background: #ffebf1 url(../images/common/title_introduction.png) no-repeat 10px 10px}
.story .text h2 {background: #ffebf1 url(../images/common/title_story.png) no-repeat 10px 10px}
.character .text h2 {background: #ffebf1 url(../images/common/title_character.png) no-repeat 10px 10px}
.cast_staff .text h2 {background: #ebfcd9 url(../images/common/title_cast_staff.png) no-repeat 10px 10px}
.radio .text h2 {background: #ebfcd9 url(../images/common/title_radio.png) no-repeat 10px 10px}
.goods .text h2 {background: #ebfcd9 url(../images/common/title_goods.png) no-repeat 10px 10px}
.shop .text h2 {background: #ebfcd9 url(../images/common/title_shop.png) no-repeat 10px 10px}
.music .text h2 {background: #F1D9FC url(../images/common/title_music.png) no-repeat 10px 10px}
.bd_dvd .text h2 {background: #F1D9FC url(../images/common/title_bd_dvd.png) no-repeat 10px 10px}


/* --------イントロダクション-------- */
.introduction .text_inner p {
	background: url(../images/introduction/img_intro.png);
	width: 615px;
	height: 760px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
/* --------イントロダクション-------- */



/* --------キャスト-------- */
.cast_staff .text_inner {
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
}
.cast h3  {
	background: url(../images/cast_staff/title_cast.png) no-repeat;
	width: 96px;
	height: 24px;
}
.staff h3 {
	background: url(../images/cast_staff/title_staff.png) no-repeat;
	width: 99px;
	height: 24px;
}
.cast ul {margin: 30px 0 50px 50px}
.cast ul li {
	width: 419px;
	height: 27px;
	margin-bottom: 20px;
}
 .cast ul li:nth-child(1) {background: url(../images/cast_staff/cast_01.png) no-repeat}
 .cast ul li:nth-child(2) {background: url(../images/cast_staff/cast_02.png) no-repeat}
 .cast ul li:nth-child(3) {background: url(../images/cast_staff/cast_03.png) no-repeat}
 .cast ul li:nth-child(4) {background: url(../images/cast_staff/cast_04.png) no-repeat}
 .cast ul li:nth-child(5) {background: url(../images/cast_staff/cast_05.png) no-repeat}
 .cast ul li:nth-child(6) {background: url(../images/cast_staff/cast_06.png) no-repeat}
 .cast ul li:nth-child(7) {background: url(../images/cast_staff/cast_07.png) no-repeat}
 .cast ul li:nth-child(8) {background: url(../images/cast_staff/cast_08.png) no-repeat}
 .cast ul li:nth-child(9) {background: url(../images/cast_staff/cast_09.png) no-repeat}
 .cast ul li:nth-child(10) {background: url(../images/cast_staff/cast_10.png) no-repeat}
 .cast ul li:nth-child(11) {background: url(../images/cast_staff/cast_11.png) no-repeat}
 .cast ul li:nth-child(12) {background: url(../images/cast_staff/cast_12.png) no-repeat}
 .cast ul li:nth-child(13) {background: url(../images/cast_staff/cast_13.png) no-repeat}
 .cast ul li:nth-child(14) {background: url(../images/cast_staff/cast_14.png) no-repeat}
 .cast ul li:nth-child(15) {background: url(../images/cast_staff/cast_15.png) no-repeat}
 .cast ul li:nth-child(16) {background: url(../images/cast_staff/cast_16.png) no-repeat}
 .cast ul li:nth-child(17) {background: url(../images/cast_staff/cast_17.png) no-repeat}
 .cast ul li:nth-child(18) {background: url(../images/cast_staff/cast_18.png) no-repeat}

.staff ul {margin: 30px 0 50px 50px}
.staff ul li {
	width: 419px;
	height: 27px;
	margin-bottom: 25px;
}
 .staff ul li:nth-child(1) {background: url(../images/cast_staff/staff_01.png) no-repeat}
 .staff ul li:nth-child(2) {background: url(../images/cast_staff/staff_02.png) no-repeat}
 .staff ul li:nth-child(3) {background: url(../images/cast_staff/staff_03.png) no-repeat}
 .staff ul li:nth-child(4) {background: url(../images/cast_staff/staff_04.png) no-repeat}
 .staff ul li:nth-child(5) {background: url(../images/cast_staff/staff_05.png) no-repeat}
 .staff ul li:nth-child(6) {background: url(../images/cast_staff/staff_06.png) no-repeat}
 .staff ul li:nth-child(7) {background: url(../images/cast_staff/staff_07.png) no-repeat}
 .staff ul li:nth-child(8) {background: url(../images/cast_staff/staff_08.png) no-repeat}
 .staff ul li:nth-child(9) {background: url(../images/cast_staff/staff_09.png) no-repeat}
/* --------キャスト-------- */


/* --------キャラクター-------- */
.character_select ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: left;
	overflow: hidden;
	margin: 20px 0px 10px 25px;
}
.character_select ul li {
	float: left;
	width: 84px;
	height: 88px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.character_select ul li a {
	width: 84px;
	height: 88px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(../images/character/img_icon.jpg)no-repeat;
}
.character_select ul li:nth-child(1) a{background-position: 0 0}
.character_select ul li:nth-child(2) a{background-position: -85px 0}
.character_select ul li:nth-child(3) a{background-position: -170px 0}
.character_select ul li:nth-child(4) a{background-position: -255px 0}
.character_select ul li:nth-child(5) a{background-position: -340px 0}
.character_select ul li:nth-child(6) a{background-position: -425px 0}

/* オンマウス */
.character_select ul li:nth-child(1) a:hover{background-position: 0 -90px}
.character_select ul li:nth-child(2) a:hover{background-position: -85px -90px}
.character_select ul li:nth-child(3) a:hover{background-position: -170px -90px}
.character_select ul li:nth-child(4) a:hover{background-position: -255px -90px}
.character_select ul li:nth-child(5) a:hover{background-position: -340px -90px}
.character_select ul li:nth-child(6) a:hover{background-position: -425px -90px}

.character01 {
	background: url(../images/character/bg_paper.gif);
	position: relative;
}
.face {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	top: 10px;
	left: 20px;
	background: #ffeff4 url(../images/character/bg_stripe.gif);
	z-index: 9999;
	border: 3px solid #ff6b99;
}
.face li {width: 110px!important}

.name {
	background: #ff6b99 url(../images/common/bg_stripe.png);
	padding:10px 0;
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 14px;
}
.name p {
	width: 450px;
	height: 80px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 150px;
}
.profile {padding: 20px}
.costume_select {
	width: 405px;
	height: 57px;
	background: url(../images/character/costume.png);
	position: relative;
	top: 20px;
	left: 210px;
	margin-bottom: 25px;
}
.bx-pager {
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
	right: -195px;
	width: 250px;
}
.bx-pager a {
	margin-right: 5px;
	width: 71px;
	height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(../images/character/img_number.png)no-repeat;
}
.bx-pager a:nth-child(1){background-position: 0 0}
.bx-pager a:nth-child(2){background-position: -72px 0}
.bx-pager a:nth-child(3){background-position: -144px 0}
.bx-pager a:nth-child(1):hover{background-position: 0 -71px}
.bx-pager a:nth-child(2):hover{background-position: -72px -71px}
.bx-pager a:nth-child(3):hover{background-position: -144px -71px}


.character_komugi {background: url(../images/character/name_komugi_en.png) no-repeat 10px 150px}
.character_cocona {background: url(../images/character/name_cocona_en.png) no-repeat 10px 150px}
.character_tsukasa {background: url(../images/character/name_tsukasa_en.png) no-repeat 10px 150px}
.character_usap {background: url(../images/character/name_usap_en.png) no-repeat 10px 150px}
.character_tanup {background: url(../images/character/name_tanup_en.png) no-repeat 10px 150px}
.character_nekop {background: url(../images/character/name_nekop_en.png) no-repeat 10px 150px}

.character_komugi .name p {background: url(../images/character/name_komugi.png) no-repeat}
.character_cocona .name p {background: url(../images/character/name_cocona.png) no-repeat}
.character_tsukasa .name p {background: url(../images/character/name_tsukasa.png) no-repeat}
.character_usap .name p {background: url(../images/character/name_usap.png) no-repeat}
.character_tanup .name p {background: url(../images/character/name_tanup.png) no-repeat}
.character_nekop .name p {background: url(../images/character/name_nekop.png) no-repeat}
/* --------キャラクター-------- */


.title_bg {
	background: #DDD;
	width: 670px;
	height: 19px;
}

div.copy {text-align: right}
div.copy p {
	display: inline-block;
	background: url(../images/common/img_copy.png)no-repeat 0 0;
	width: 238px;
	height: 23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.bx-controls {display: none}


/* ストーリー */
.story_box .slide_box {
	width: 500px !important;
	margin: 0 auto;
	border: solid 1px #FF6997; 
}
.story_box .slider {
	overflow: hidden;
	padding:0;
	list-style:none;
	font-size:0;
}
.story_box .slider img {
	display: none;
}
.story_box .slider li img:first-child {
	display: block;
}

.story_select {
	overflow: hidden;
	*zoom: 1;
	width: 615px;
	font-weight: bold;
 }
.story_select ul {
	margin-right: -10px;
	padding:0;
}
.story_select ul li {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.story_select ul li a {
	display: inline-block;
	width: 94px;
	height: 45px;
	background: #ff6997;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.story h3 {
	margin: 20px 0!important;
}
.story_box p {
    padding: 60px 0px 0px;
    line-height: 1.5;
    font-size: 16px;
}
/* ストーリー */


/* 怪人 */
.kaijin h3{
	font-size: 30px !important;
	color: #e61b5f;
	margin-top: 40px !important;
	border-bottom: 2px solid #e61b5f;
}
.kaijin h3>span {
	float: right;
	font-size: 17px;
	color: #fff;
	background: #e61b5f url(../images/kaijin/cv_bg.gif) no-repeat;
	width: 210px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
}

.kaijin_select {
	overflow: hidden;
	*zoom: 1;
	width: 615px;
	font-weight: bold;
 }
.kaijin_select ul {
	margin-right: -10px;
	padding:0;
}
.kaijin_select ul li {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.kaijin_select li a {
	display: inline-block;
	width: 94px;
	height: 45px;
	background: #e61b5f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.kaijin .text_inner img {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
/* 怪人 */



/* 音楽 */
.music .heading {
	background: url(../images/music/txt_01.gif) no-repeat;
	width: 603px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 30px;
}
.music .text_inner>img {
	margin: 0 auto;
	display: block;
}
.cd_date img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.music .detail {
	padding: 20px;
	font-size: 100%;
	background: #faecff;
	margin-top: 30px;
}
.music .detail ul {
	list-style-type: none;
}
.music .detail>ul>li:before {
	content: url(../images/music/icon_ribon.gif);
}
.music .detail li {
	margin-bottom: 10px;
	line-height: 130%;
}
.music .detail li span {
	margin-left: 24px;
}
.music .detail>ul>li>ul>li>span {
	margin-left: 33px;
}
.music .detail>ul>li>ul {
    margin-left: 24px;
    margin-top: 10px;
}
.buy_btn {
	margin-top: 25px;
}
.buy_btn a {
	background: transparent url("../images/music/buy_btn.png") no-repeat;
	text-indent: -9999px;
	display: block;
	height: 57px;
	width: 300px;
	margin: 0 auto;
}

.music_nav {
	text-align: center;
}
.music_nav li {
	float: left;
	margin-right: 15px;
}
.music_nav li a {
    display: block;
    width: 195px;
    height: 45px;
    background: #c170db;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 100%
}

.music_nav li:last-child {
	margin-right: 0;

}
.bd_dvd_nav ul {
	text-align: center;
	margin-right: -30px;
}
.bd_dvd_nav li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.bd_dvd_nav li a {
    display: block;
    width: 195px;
    height: 45px;
    background: #c170db;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 100%
}

dl.w575 {
	width: 575px;
    line-height: 1.8em;
    margin-bottom: 3px;
}
dl.w575 dt {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}
dl.w575 dt:before {
	content: url(../images/music/icon_ribon.gif);
}

dl.w575 dd {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0;
    padding-left: 1%;
}
dl.w575 dd span.indent2 {
	text-indent: -2.3em;
	padding-left: 2.3em;
	display: block;
}
/* 音楽 */


/* BD_DVD */
.bd_dvd .heading {
	background: url(../images/bd_dvd/txt_02.gif) no-repeat;
	width: 615px;
	height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 30px;
}
.bd_dvd_jk img {
	width: 270px;
	height:380px;
	float: left;
}
.bd_dvd_info {
	width: 320px;
	height: auto;
	float: right;
}
.bd_dvd_info ul {
	margin-bottom: 20px;
}

#vol1,#vol2,#vol3,#vol4,#vol5 {
	margin-bottom: 80px;
}
ul.vol {margin: 40px 0 30px}
ul.vol li {display: inline-block}
ul.vol li a:hover {background: #FF868B}
ul.vol li a {
    background: #FF6997;
    color: #FFF;
    padding: 9px 22px;
    border-radius: 7px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.purple {
	color: #c170db;
	font-weight: bold;
	margin: 10px 0;
}
/*BD_DVD*/



.btn_site {margin-top: 25px}
.btn_site a {
	background: transparent url("../images/radio/btn_site.png") no-repeat;
	text-indent: -9999px;
	display: block;
	height: 57px;
	width: 300px;
	margin: 0 auto;
}


/* ラジオ */
.radio .heading {
	background: url(../images/radio/txt_01.gif) no-repeat;
	width: 600px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 30px;
}
.radio li {margin-bottom: 5px}
.radio_oa {margin-top: 20px}
.radio_oa p {
    padding-left: 2em;
    text-indent: -2em;
}
/* ラジオ */


/* 番組配信情報 */
.bangumi .heading {
	font-size: 140%;
	font-weight: bold;
	color: #e61b5f;
	margin: 0 auto 30px;
}
.bangumi li {
	margin-bottom: 15px;
}
/* 番組配信情報 */



.red {
	color: #e61b5f;
	font-weight: bold;
}

.title_purple {
	background: #c170db;
	padding: 7px 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #FFF;
}
.title_red {
	background: #e61b5f;
	padding: 7px 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #FFF;
}
.title_green {
	background: #6ABF05;
	padding: 7px 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #FFF;
}

/* マージン */

.mgt10 {margin-top: 10px!important}
.mgt20 {margin-top: 20px!important}
.mgb0 {margin-bottom: 0px!important}
.mgb10 {margin-bottom: 10px!important}
.mgb20 {margin-bottom: 20px!important}
.mgb30 {margin-bottom: 30px!important}
.mgb40 {margin-bottom: 40px!important}
.mgb50 {margin-bottom: 50px!important}
.mgl10 {margin-left: 10px!important}
.mgl20 {margin-left: 20px!important}
.mgl30 {margin-left: 30px!important}
.mt10 {margin-top: 10px!important}
.mt20 {margin-top: 20px!important}
.mt30 {margin-top: 30px!important}

/* 汎用 */
.bold {font-weight: bold}
.center {text-align: center}
.small {font-size: 85%}
.none{ display:none; }
.line-through {text-decoration:line-through;}
.fs12 { font-size:12px; }

.indent {
	padding-left: 8em;
    text-indent: -8em;
}
.indent_kikaku {
	padding-left: 6.3em;
    text-indent: -6.3em;
}
.bg_yellow {
	background: #fff9c8;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}





.goods_area {margin-bottom: 80px}
.goods_area:last-child {margin-bottom: 0}
.goods_area .bg_yellow {
	background: #fff9c8;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.goods_area > p {
	background: #6ABF05;
	padding: 7px 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #FFF;
}
.goods_area .title_green {
	background: #6ABF05;
	padding: 7px 20px;
	margin: 0;
	font-weight: bold;
	color: #FFF;
}
.goods_area img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.goods_area dl {margin: 0;}
.goods_area dt {
	float:left;
	clear:left;
	width:25%;
	margin-bottom: 5px;
}
.goods_area dd {
	float:left;
	width:74%;
	margin: 0;
	text-indent: -1em;
	padding-left: 1%;
}
.goods_area dd:before {
	content: "：";
}
.goods_area p {
	margin: 0;
}
.bnrarea {margin-top: 30px}
.bnrarea > .tb {
	display: table;
	margin-top: 20px;
}
.bnrarea > .tb > p {display: table-cell}
.bnrarea > .tb > p + p {
	padding-left: 20px;
}
.line {
    text-decoration: line-through;
}
.txt_pink {
	font-size: 140%;
	font-weight: bold;
	color: #E61B5F;
}
.jk_bottom {
	margin: 0;
	text-align: center;
}
.indent_1 {
	text-indent: 1em;
}
.indent_2 {
	text-indent: 1.8em;
}


/* color-box */
#cboxWrapper {
    overflow: visible !important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible !important;
}
#cboxContent {
    overflow: visible !important;
    left: 23px;
}
#cboxLoadedContent {
    margin-top: -10px;
    margin-bottom: -10px;
	border: 3px solid #fff;
    border-radius: 10px;
}
#cboxMiddleLeft {
    display: none;
}
#cboxTopLeft {
    display: none;
}
#cboxTopCenter {
    display: none;
}
#cboxTopRight {
    display: none;
}
#cboxMiddleRight {
    display: none;
}
#cboxBottomRight {
    display: none;
}
#cboxBottomLeft {
    display: none;
}
#cboxBottomCenter {
    display: none;
}
#cboxCurrent {
    display: none !important;
}
#cboxPrevious {
    display: none !important;
}
#cboxNext {
    display: none !important;
}
#cboxClose {
    position: absolute;
    top: -80px;
    right: 0;
    background: url(../images/close.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: 0px 0px;
    opacity: 0.5;
}
.group {
	outline: none;
}

.shop p { margin: 0;}
.shop p.txt_01 {
	background: url(../images/news/txt_01.gif) no-repeat;
	width: 615px;
	height: 65px;
}
.shop p.txt_02 {
	background: url(../images/news/txt_02.gif) no-repeat;
	width: 615px;
	height: 125px;
}
.hr_green {
	background: url(../images/news/hr_green.png) no-repeat;
	height: 7px;
	width: 615px;
	border: none;
}
.shop dd {
	margin-bottom: 10px;
	margin-left: 1em;
}
.shop dd li {
	text-indent: -1em;
	padding-left: 1em;
}
.shop_goods01 {
	margin-bottom: 10px;
}
.shop_goods01, .shop_goods02 {
	width: 615px;
	text-align: center;
}
.shop_goods01 li {
	display: block;
	float: left;
}
.shop_goods01 li,.shop_goods02 li {
	margin-right: 7px;
}
.shop_goods02 li {
	display: inline-block;
	text-align: center;
}
.shop_goods01 li:last-child,
.shop_goods02 li:last-child {
	margin-right: 0;
}