@charset "UTF-8";
/* CSS Document */

html,body {
	width: 100%;
	height: 100%;
 	-webkit-text-size-adjust: none;
}

body {
	line-height:1.1em;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size:14px;
	color:#2e2e2e;
	text-align:left;
}


strong {
	font-weight:bold;
}

.1Txt{
	padding-left: 1em;
	text-indent: -1em;
 }
/* ------------------------------------------------------------

 * 印刷用設定

------------------------------------------------------------ */

/*
#mainArea{
	min-height: 100%;
}
#wrap{
	min-height: 100%;
}
*/
/* ------------------------------------------------------------

 * 汎用設定

------------------------------------------------------------ */

a.hover:hover img,
.hover a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.60; 
}

/*----------------------
リンク
-----------------------*/

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/*----------------------
レイアウト
-----------------------*/

#home #sideArea{
	width: 210px;
	padding: 37px 0;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: url(../img/bg_r.gif);
}
#home #sideAreaIn{
	position: relative;
	z-index:600;
}
.sub #sideArea{
	width: 210px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: url(../img/bg_r.gif);
}
.sub #sideAreaIn{
	position: relative;
	z-index:600;
	padding: 50px 0;
}

/*-------------------

sub

--------------------*/
.sub #wrap{
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	display: visible;
}
.sub #wrapIn{
	padding-bottom: 20px;
}
.sub #mainArea{
	display: none;
	text-align: center;
	padding: 50px 0;
	width: 760px;
	margin: 0 auto;
}
.sub #pageTtl{
	margin-bottom: 30px;

}


.sub .boxWrap{
	border: 3px solid #d0b554;
	padding: 2px;
	text-align: left;
	background: url(../img/bg_g.jpg);
	line-height: 1.8em;
}
.sub .box{
	border: 1px solid #d0b554;
	padding: 25px 25px 35px 25px;
}
.sub .conTtl{
	background: url(../../common/img/ttl_ic.png) no-repeat left top;
	padding: 0 0 10px 30px;
	margin: 15px 0 0 0;
	color: #e41235;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dashed #d0b554;
}
/*------------------------------


コンテンツ

------------------------------*/

#contents{
	width: 1024px;
	margin: 0 auto;
}




#home #fixLink{
	position: absolute;
	top: 153px;
	right: 0;
	z-index:500;
	/*width: 172px;*/
	text-align: center;
}
#fixLink li{
	margin-top: -2px;
}
#fixLink a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}







.pagetop {
	position: fixed;
	z-index: 10;
	bottom: 40px;
	right: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pagetop a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#twBox{
	background: url(../img/tw_bg.png) top center no-repeat;
	padding: 15px 15px 30px 15px;
	height: 211px !important;
	margin: 0 auto;
	margin-top: 40px;
}
#twBox iframe{
	width: 85%!important;
	min-width: 140px !important;
	height: 140px!important;
	margin-top: 25px !important;
	margin: 0 auto;
    min-height: 160px !important;
}
#twBox .ttl{
	margin: 10px auto;
}
#twitter-widget-0{
	width: 150px !important;
}
#shareBox{
	padding-left: 60px;
	margin: 20px 15px;
	background: url(../img/share_ttl.png) top left no-repeat; 
}
#shareBox ul{
	display: block;
	width: 100%;
	table-layout: fixed;
}
#shareBox li{
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}
#shareBox li p{
	border: 1px solid #d0b554;
	text-align: left;
}
#shareBox li p span{
	width: 35px;
	display: inline-block;
	text-align: center;
	color: #d0b554;
	font-size: 80%;
}






#home #wrap{
	position: relative;
	background: url(../img/bg_r.gif);
	min-width: 1100px;
}
#wrap{
	position: relative;
	min-width: 1100px;
/*	min-height: 800px;*/
}
#wrap:before{
	content: "";
	width: 100%;
	display:block;
	background: url(../img/h_line.png) repeat-x top;
	height: 15px;
	position: absolute;
	z-index: 61;
	top: 0;
}
#wrap:after{
	content: "";
	width: 100%;
	display:block;
	background: url(../img/f_line.png) repeat-x bottom;
	height: 15px;
	position: absolute;
	z-index: 61;
	bottom: 0;
}


#sideArea a{
	position: relative;
}
#sideArea #gnav{
	padding: 0 20px;
	padding-top: 40px;
	background: url(../img/nav_bg_top.png) no-repeat top center;
	margin: 30px 0 20px 0;
}
#sideArea #gnav li{
	padding: 10px 0;
	position: relative;
	border-bottom: 1px dashed #d0b554;
	text-align: center;
}
#sideArea #gnav li:last-child{
	background: url(../img/nav_bg_bt.png) no-repeat bottom center;
	border-bottom: 0;
	padding-bottom: 40px;
}
#sideArea #gnav li a{
	display: block;
}
#sideArea #gnav li span{
	position: absolute;
	display: block;
    transition: all 4s ease;
    -webkit-transition: all 4s ease;
}
#n_top span{
	left: 28px !important;
	top :0;
}
#n_news span{
	left: 23px !important;
	top :3px;
}
#n_story span{
	left: 18px;
	top :3px;
}
#n_sc span{
	left: -3px;
	top :3px;
}
#n_chara span{
	left: 0px;
	top :3px;
}
#n_audio span{
	left: -5px;
	top :3px;
}
#n_movie span{
	left: 20px !important;
	top :3px;
}
#n_special span{
	left: 14px !important;
	top :3px;
}
#n_goods span{
	left: 20px !important;
	top :3px;
}
#n_onair span{
	left: 20px !important;
	top :3px;
}
#sideArea #gnav li span img{
	display: none;
}
#sideArea #gnav li.current span img{
	display: block;
}
#sideArea ul li:hover span{
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}
#sideArea #gnav li:hover span img{
	display: block;
}

#contentsArea{
	margin-left: 210px;
}
#newsBox{
	background: url(../img/bg_g.jpg);
	padding: 30px 20px 20px;
	color: #e41235;
	position: relative;
	z-index: 60;
}
#newsBox a{
	color: #e41235;
}
#newsBox .day{
	margin-right: 10px;
}
#newsBox .day:after{
	/*color: #e41235;
	margin-right: 10px;
	content: "　｜";
	display: inline-block;*/
}
#newsTickerWrap{
	background: url(../img/news_ttl.png) no-repeat left;
	padding-left: 100px;
}
#copyright{
	color: #ffeacc;
	font-size: 80%;
	padding-top: 20px;
	border-top: 1px solid #d0b554;
	margin: 10px 15px 0 15px;
}



/* [LOADER] */



#loader{
	background: url(../img/bg_r.gif);
    position: fixed;

    left:0; top:0;

    width: 100%; height: 100%;
}



#loader .loaderProgress{

    position: absolute;

    left:50%; top:50%;

    

    -webkit-transform: translate(-50%, -50%);

        -moz-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

	

	width:184px; height:72px;

	background: url('../img/loader.png') no-repeat;
	background-size: 100% auto; 

}



#loader .loaderInner{

	height:0;

	overflow: hidden;

}

#newsTickerWrap {
    background: url(../img/news_ttl.png) no-repeat 0 10px !important;
}
#newsBox{
	padding: 25px 20px 10px 20px !important;
	height: 119px;
	box-sizing: border-box;
}
#newsTicker li{
	line-height: 2;

}