@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------------------


                      reset


-----------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

*:focus {
  outline: none;
}
a {
	overflow:hidden;
	outline:none;
  }

.note {
   font-size: 0.9em;
}

.bold {
   font-weight: bold;
}

.red {
   color: #ea0000;
}
.pink {
   color: #F02A70;
}
/* --------------------------------------------------------------


                      bace


-----------------------------------------------------------------*/


body {
	background:#14182b ;
	color:#000000;
	line-height: 1.8em;
	font-size: 16px;
	width:100%;
	height:auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	background-image: url(../../img/common/bg-body.jpg);
	background-repeat: no-repeat;
	background-size : cover;
	background-attachment: fixed;
	
	position: relative;
}

a {
	color:#20469c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3b65c5;
}


 a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
p {
	margin:0;
}

h2 {
   text-indent: -9999px;
}
	
.blue {
   color:#0D87E5;
}
.orange {
   color:#e85900;
}
.green {
   color:#AFC3AC;
}

.bdr-btm {
   border-bottom: dotted 1px #6f6f6f;
}
.bdr-top {
   border-top: dotted 1px #6f6f6f;
}
#wrap {
   width: ;
   margin: 0 auto;
   position: relative;
}




.note {
   font-size: 11px;
   line-height: 1.4em;
}

.note li {
   line-height: 1.5em;
   margin-bottom: 5px;
}


.txt_right{
   text-align: right;
}
/* -----------------------------------------------
   clearfix
--------------------------------------------------*/

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom:1;
}



/* -----------------------------------------------
   float
--------------------------------------------------*/

.f-right {
	float:right;
}

.f-left {
	float:left;
}


/* -----------------------------------------------
   center
--------------------------------------------------*/

.center {
   text-align: center;
}



/* -----------------------------------------------
   list
--------------------------------------------------*/

.basic_list li {
   margin-bottom: 10px;
   line-height: 1.5em;
}




/* -----------------------------------------------
   ベースリスト共通
--------------------------------------------------*/


.base_dl dt {
   font-weight: bold;
}
.base_dl dd {
   padding-left: 10px;
   line-height: 1.6em;
   margin-bottom: 20px;
}

/* -----------------------------------------------
   ベーステーブル共通
--------------------------------------------------*/

.base_tbl {
   border-bottom: solid 1px #adadad;
   border-left: solid 1px #adadad;
}
.base_tbl td,
.base_tbl th {
   border-top: solid 1px #adadad;
   border-right: solid 1px #adadad;
   padding: 7px 10px;
}
.base_tbl th {
   width: 90px;
}

.base_tbl_2 td {
   vertical-align: top;
   padding: 7px 10px;
}



/* --------------------------------------------------------------


                      header


-----------------------------------------------------------------*/
header {
   height: 189px;
   width: 100%;
   background: url(../img/common/bg-header.png) no-repeat top center;
}
header .hd_inner {
   width: 1000px;
   margin: 0 auto;
   padding-top: 8px;
   position: relative;
}
header #logo {
   float: left;
   margin-top: -10px;
   margin-left: 47px;
}
header #logo,
header #logo a {
   width: 345px;
   height: 153px;
}
header #logo a {
   background-image: url(../img/common/site_logo.png);
   background-repeat: no-repeat;
   background-position: top center;
   display: block;
   text-indent: -9999px;

}

header nav {
   width: 580px;
   margin-left: 430px;
}
header nav li {
   float: left;
   margin-left: 5px;
   margin-bottom: 10px;
}
header nav li a {
   background-repeat: no-repeat;
   background-position: top center;
   display: block;
   height: 58px;
   text-indent: -9999px;
}
header #logo a:hover,
header nav li a:hover  {
   background-position: bottom center;
}


header nav li#nav-news a {
   width: 106px;
   background-image: url(../img/common/nav-news.png);
}
header nav li#nav-introduction a {
   width: 167px;
   background-image: url(../img/common/nav-intro.png);
}

header nav li#nav-staff a {
   width: 155px;
   background-image: url(../img/common/nav-staff.png);
}
header nav li#nav-story a {
   width: 107px;
   background-image: url(../img/common/nav-story.png);
}

header nav li#nav-character a {
   width: 165px;
   background-image: url(../img/common/nav-chara.png);
}

header nav li#nav-goods a {
   width: 116px;
   background-image: url(../img/common/nav-goods.png);
}

header nav li#nav-onair a {
   width: 118px;
   background-image: url(../img/common/nav-onair.png);
}

header nav li#nav-special a {
   width: 137px;
   background-image: url(../img/common/nav-special.png);
}





/*ドロップダウンメニュー*/


nav, #nav ul{
list-style-position:outside;
position:relative;
z-index: 1000;
}

#nav ul {
position:absolute;
display:none;
width:159px;
top:117px;
   border-radius: 0 0 5px 5px;
box-shadow:3px 1px 12px -3px #333333;
-moz-box-shadow:3px 1px 12px -3px #333333;
-webkit-box-shadow:3px 1px 12px -3px #333333;
}



#nav li ul li {
   height: 46px;
   margin-bottom: 0;
margin-left: 0;
   background-repeat: no-repeat;
   background-position: top left;
   text-indent: -9999px;
}

#nav li ul li:last-child{
   border-bottom: none;
}
#nav li ul li:hover {
}
#nav li ul li a:hover {
   text-decoration: none;
}
header nav li#nav-special ul a,
header nav li#nav-goods ul a{
width:159px;
   height: 46px;
	float:left;
	color: #ffffff;
	font-size: 0.9em;
   background-repeat: no-repeat;
   background-position: top left;
}
header nav li#nav-goods ul li:last-child a{
   border-radius: 0 0 2px 2px;

}
#nav li ul li#dm-bd a {
   background-image: url(../img/common/dm-bd.png);
}
#nav li ul li#dm-cd a {
   background-image: url(../img/common/dm-cd.png);
}
#nav li ul li#dm-book a {
   background-image: url(../img/common/dm-book.png);
}
#nav li ul li#dm-goods a {
   background-image: url(../img/common/dm-goods.png);
}
#nav li ul li#dm-movie a {
   background-image: url(../img/common/dm-movie.png);
}
#nav li ul li#dm-event a {
   background-image: url(../img/common/dm-event.png);
}

#nav li ul li#dm-movie a:hover,
#nav li ul li#dm-event a:hover,
#nav li ul li#dm-bd a:hover,
#nav li ul li#dm-cd a:hover,
#nav li ul li#dm-book a:hover,
#nav li ul li#dm-goods a:hover {
   background-position: top right;
}



#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}







#hdr_sd {
   width: 342px;
   height: 198px;
   background-repeat: no-repeat;
   position: absolute;
   right:0;
   z-index: 100;
}

.hdr_sd1 {
   background-image: url(../img/common/sd1.png) ;
}
.hdr_sd2 {
   background-image: url(../img/common/sd2.png) ;
}
.hdr_sd3 {
   background-image: url(../img/common/sd3.png) ;
}
.hdr_sd4 {
   background-image: url(../img/common/sd4.png) ;
}
#product #hdr_sd,
#onair #hdr_sd,
#character #hdr_sd,
#index #hdr_sd {
   display: none;
}







/* --------------------------------------------------------------


                      大見出し


-----------------------------------------------------------------*/

h1.ttl-page {
   width: 980px;
   margin: 0 auto;
   height: 70px;
   background-repeat: no-repeat;
   background-position: left top;
   text-indent:-9999px;
   margin-bottom: 40px;
   margin-top: 20px;
   margin-right: 0;
   margin-left: 0;
}




/* --------------------------------------------------------------


                      サブナビ


-----------------------------------------------------------------*/


#sub_nav li a {
   display: block;
}
#sub_nav li,
#sub_nav li a {
   width: 168px;
   height: 44px;
}
#sub_nav li {
   float: left;
   margin-right: 10px;
}

#sub_nav  {
   position: absolute;
   top :10px;
   right:0;
}


/* --------------------------------------------------------------


                      サブタイトル


-----------------------------------------------------------------*/


.sub_ttl {
   text-indent: 0;
   height: 47px;
   margin-bottom: 30px;
}
/* --------------------------------------------------------------


                      contents


-----------------------------------------------------------------*/

.cts-box {
   background: url(../img/common/cts_box_mdl.png) repeat-y;
   padding: 20px 80px 40px 80px;
   position: relative;
}
.cts_box_top,
.cts_box_btm {
   display: block;
   width: 1000px;
}
.cts_box_top {
   height: 76px;
}
.cts_box_btm {
   height: 53px;
   margin-bottom: 40px;
}

.news_name {
   text-indent: 0;
   font-size: 1.7em;
   font-weight: bold;
   margin-bottom: 20px;
   color: #0B2560;
}

.cts-box  .news_name {
   line-height: 1.6em;
   border-bottom: solid 1px #0B2560;
   padding-bottom: 10px;
   letter-spacing: -0.03em;
}
.cts-box .news_date {
   position: absolute;
   top:-30px;
   left: 50px;
   font-size: 16px;
   font-weight: bold;
   color: #0B2560;
}





.cts-box-list {
   width: 310px;
   height:309px;
   float: left;
   margin-bottom: 30px;
   margin-left: 20px;
   background: url(../img/common/cts_box_list.png) no-repeat;
   position: relative;
}
.cts-box-list h1 {
   font-size: 12px;
   line-height: 1.4em;
   padding-top: 10px;
   margin-bottom: 5px;
}
.cts-box-list a {
   display: block;
   width: 260px;
   height: 285px;
   padding: 12px 25px;
}

.cts-box-list a:hover {
   text-decoration: none;
   color: #20469c;
}

.news_list_img {
   width: 260px;
   height: 180px;
   text-align: center:
}
.cts-box-list .news_date {
   color: #0B2560;
   font-weight: bold;
   font-size: 13px;
}


.news_date img.icn_new {
   vertical-align: middle;
   display: block;
   height: 46px;
   width: 66px;
   position: absolute;
   top:-15px;
   left:100px;
}
.news-cts-box .news_date img.icn_new {
   left:110px;
}
.news_date img.icn_new{
   animation-duration: vertical 1s ease-in-out infinite alternate;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;;
    -moz-animation: vertical 1s ease-in-out infinite alternate;
    animation:vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-3px); }
  100% { transform:translateY(  0px); }
}





#pager {
   margin-bottom: 50px;
   text-align: center;
   height: 28px;
   line-height: 28px;
   display: block;
   clear: both;
}

#pager img {
   vertical-align: middle;
}


.btn-gotop {
   text-align: right;
   width: 100%;
   margin-bottom: 30px;
   padding-top: 10px;
   font-size: 11px;
}



.back_idx {
   height: 35px;
   line-height: 35px;
   margin-bottom: 20px;
   color: #ffffff;
   width: 200px;
   text-align: center;
   border-radius: 3px;
   font-size: 14px;
   
}
.back_idx a {
   display: block;
   height: 35px;
   width: 170px;
   background: #0B2560 url(../img/common/arrow_back_idx.png) 10px 15px no-repeat;
   color: #ffffff;
}
.back_idx a:hover {
   text-decoration: none;
   background: #1e3c7f url(../img/common/arrow_back_idx.png) 10px 15px no-repeat;
}

/*      main        */
#main {
      min-height: 850px;
   width: 1000px;
   margin: 0 auto;
   position: relative;
   padding-bottom: 40px;
 }



a.dtn_buy {
   display: block;
   background: #448004;
   color: #ffffff;
   width: 180px;
   height: 30px;
   line-height: 30px;
   text-align: center;
}

a.dtn_buy:hover {
   text-decoration: none;
   background: #69a32b;
}

















/* --------------------------------------------------------------


                      footer


-----------------------------------------------------------------*/


#gotop {
   display: block;
   height: 103px;
   width: 95px;
   position: fixed;
   bottom: 0;
   right: 40px;
}
footer {
   clear: both;
   height: 300px;
   background: url(../img/common/bg-footer2.png) repeat-x;
}


.footer_inner {
   height: 250px;
   background: url(../img/common/bg-footer.png) no-repeat top center;
}

.footer_inner2 {
   width: 1000px;
   margin: 0 auto;
   padding-top: 25px;
}
#bannerarea {
   height: 132px;
   padding-top: 13px;
   width: 609px;
   padding-left: 15px;
   background-image: url(../img/common/bg-ftr_bnrarea.jpg) ;
   background-position: top center;
   background-repeat: no-repeat;
}
#bannerarea a {
   margin-right: 3px;
}
.copyright {
   color: #fffce2;
   text-align: center;
   padding-bottom: 20px;
   margin-top: 60px;
   width: 320px;
   background: url(../img/common/bg-copyright.jpg) no-repeat;
   height: 31px;
   line-height: 31px;
   margin-left: 35px;
   font-size: 0.8em;
   
}


#snsBtns {
   overflow: hidden;
   margin-left: 35px;
   margin-bottom: 20px;
}

#snsBtns .tweet_btn,
#snsBtns .fb-like {
   float: left;
}
#snsBtns .fb-like,
.sharebtn .fb-share-button {
   line-height: 15px;
   margin-left: 10px;
}



.footer_btm_bnr {
   width: 1000px;
   margin: 0 auto;

}













