@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
/* CSS Document */

html{ 
    width: 100%;
	height:100%;
}

body{ 
    margin: 0px; 
	padding: 0px; 
	background:#fff url(../images/bg.gif) repeat center top;
	height:100%;
}
				
a{ 
    color:#e26a73; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color:#fa7c38;
}

a,a img { 
    transition: color 0.3s;
}

p{ 
    margin:0px; 
	padding:0px;
}

img{ 
    border:0px; 
	margin:0px; 
	padding:0px;
}

dl,dt,dd,ul,li{ 
    margin:0px; 
	padding:0px;
	list-style-type:none;
}

.clear{ 
    clear:both;
	width:100%;
	height:0px;
	font-size:0;
}

/*-------------------------------------------
clearfix hack
-------------------------------------------*/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------------------------------------
Common
-------------------------------------------*/
.wholeBox{
	width:1300px;
	margin:0 auto;
}
@media screen and (max-width: 619px){
	.wholeBox {
		width: 100%;
	}
}

article#container{ 
    width:980px;
	/*min-height: 1000px;*/
	height: auto;
	padding: 0; 
	margin:0;
	float:left; 
	font-family : "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:hidden;
	background: url(../images/bg_right.gif) repeat 0 0 #fff;
	color:#666; 
	font-size:14px; 
	line-height: 1.2;
}

@media screen and (max-width: 619px){
	article#container {
		width: 100%;
		min-height: 0;
	}
}


/*-------------------------------------------
コンテンツ全体｜リルリルフェアリル
-------------------------------------------*/

article#container div,article#container p,article#container ul,article#container li,article#container dl,article#container dt,article#container dd {
	box-sizing:border-box;
}

article#container #conBox {
	display:table;
	width:100%;
	position:relative;
}

/*ナビ
-----------------------------*/

/*news*/
.btn_news a{
	background:url(../images/btn_news.png) no-repeat 0 0;
}
.btn_news a:hover{
	background:url(../images/btn_news_on.png) no-repeat 0 0;
}
/*story*/
.btn_story a{
	background:url(../images/btn_story.png) no-repeat 0 0;
}
.btn_story a:hover{
	background:url(../images/btn_story_on.png) no-repeat 0 0;
}
/*chara*/
.btn_chara a{
	background:url(../images/btn_chara.png) no-repeat 0 0
}
.btn_chara a:hover{
	background:url(../images/btn_chara_on.png) no-repeat 0 0;
}
/*staff*/
.btn_staff a{
	background:url(../images/btn_staff.png) no-repeat 0 0;
}
.btn_staff a:hover{
	background:url(../images/btn_staff_on.png) no-repeat 0 0;
}

/*episodes*/
.btn_episodes a{
	background:url(../images/btn_episodes.png) no-repeat 0 0;
}
.btn_episodes a:hover{
	background:url(../images/btn_episodes_on.png) no-repeat 0 0;
}
/*onair*/
.btn_onair a{
	background:url(../images/btn_onair.png) no-repeat 0 0;
}
.btn_onair a:hover{
	background:url(../images/btn_onair_on.png) no-repeat 0 0;
}
/*streaming*/
.btn_streaming a{
	background:url(../images/btn_streaming.png) no-repeat 0 0;
}
.btn_streaming a:hover{
	background:url(../images/btn_streaming_on.png) no-repeat 0 0;
}
/*top*/
.btn_top a{
	background:url(../images/btn_top.png) no-repeat 0 0;
}
.btn_top a:hover{
	background:url(../images/btn_top_on.png) no-repeat 0 0;
}

@media screen and (max-width: 619px){

#nav,#unav{ 
    width:100%; 
	height: auto; 
	margin: 5px auto; 
	padding:0; 
	float:none; 
	overflow:hidden; 
}


#nav li,#unav li {
	width:48%;
	margin:0 1% 5px 1%;
	float:left;
}

#nav li a,#unav li a {
	margin:0;
	padding:0;
	width:100%;
	height: 0;
	padding:25.0% 0 0 0 ;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	transition: .0s;
}

#nav li:hover,#unav li:hover {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}
	
/*news*/
.btn_news a, .btn_news a:hover{ 
    background:url(../images/sp/nav_news_sp.png) no-repeat; 
	background-size:100% auto;
}
/*story*/
.btn_story a, .btn_story a:hover{ 
    background:url(../images/sp/nav_story_sp.png) no-repeat; 
	background-size:100% auto;
}
/*chara*/
.btn_chara a, .btn_chara a:hover{ 
    background:url(../images/sp/nav_chara_sp.png) no-repeat;  
	background-size:100% auto;
}
/*staff*/
.btn_staff a, .btn_staff a:hover{ 
    background:url(../images/sp/nav_staff_sp.png) no-repeat; 
	background-size:100% auto;
}
/*episodes*/
.btn_episodes a, .btn_episodes a:hover{ 
    background:url(../images/sp/nav_episodes_sp.png) no-repeat; 
	background-size:100% auto;
}
/*onair*/
.btn_onair a, .btn_onair a:hover{ 
    background:url(../images/sp/nav_onair_sp.png) no-repeat; 
	background-size:100% auto;
}
/*streaming*/
.btn_streaming a, .btn_streaming a:hover{ 
    background:url(../images/sp/nav_streaming_sp.png) no-repeat; 
	background-size:100% auto;
}
/*top*/
.btn_top{ 
    display:none;
}
}

/*フッター
-----------------------------*/
#container footer {
	margin:0;
	padding:13px 0 10px;
	display: block;
	width: 100%;
	background: url(../images/under/line_footer.gif) no-repeat 0 top #f7a3a3;
}

#copyright {
	padding: 0;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

@media screen and (max-width: 619px){
	
#container footer {
	padding:10px 0 5px 0;
}
	
	#copyright {
		width: 90%;
	}

}


.foot_area{
	padding: 20px;
	box-sizing: border-box;
}
.foot_menu{
	padding: 10px 30px;
	border-radius: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.85);
}
.foot_menu:after{
 content: "";
 clear: both;
 display: block;
}
.foot_area li{
	display: block;
	width: 20%;
	box-sizing: border-box;
	float: left;
}
@media screen and (max-width: 619px){
	.foot_area{display: none;}
	#bclist{padding: 5px;}
}

.foot_area a{
	display: inline-block;
	position: relative;
	padding:5px 15px 5px 0;
	box-sizing: border-box;
}

.foot_area a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9abb;
  border-right: 2px solid #ff9abb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
