@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,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:#77a1c6; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color:#d67383;
}

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;
	color:#664a0d; 
	font-size:15px; 
	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 {
	width:100%;
	position:relative;
}

/*上部*/
#topBox {
	width: 980px;
	background-image: url(../images/dotline_top.jpg), url(../images/dotline_bottom.jpg), url(../images/bg03.jpg);
	background-position: top, bottom , 0;
	background-repeat: no-repeat, no-repeat, repeat;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 619px){
	#topBox {
	width: 100%;
	background:none;
	padding: 0;
}
	#topBox img {
		display: none;
	}
}

/*テーブル*/
#swTable {
	display: table;
}

#lClm {
	width: 320px;
	height: 980px;
	display: table-cell;
	vertical-align: top;
	background: url(../images/bg02.jpg) repeat-y 0;
} 

#rClm {
	width: 660px;
	height: auto;
	display: table-cell;
	vertical-align: top;
} 

@media screen and (max-width: 619px){
	#swTable {
	display: block;
}

#lClm {
	width: 100%;
	min-height: 0;
	height: auto;
	display: block;
	background: none;
} 

#rClm {
	width: 100%;
	height: auto;
	display: block;
} 
}

/*フッター*/
article#container footer {
	background-image: url(../images/dotline_top.jpg), url(../images/bg03.jpg);
	background-position: top, 0;
	background-repeat: no-repeat, repeat;
	text-align: center;
	padding: 25px 0 10px;
	width: 100%;
}

article#container footer #copyright {
	padding: 0;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

@media screen and (max-width: 619px){
	article#container footer {
	background-image: url(../images/dotline_top.jpg), url(../images/bg03.jpg);
	background-position: top, 0;
	background-repeat: no-repeat, repeat;
	text-align: center;
	padding: 20px 0 7px;
}

article#container footer #copyright {
	width: 95%;
}
}

/* nav
------------------*/

#nav{ 
    width:320px; 
	margin:20px auto; 
	padding:0 28px; 
}

#unav{ 
    width:320px; 
	margin:20px auto; 
	padding:0; 
}

#nav li span,#unav li span {
	display: none;
}

#nav li a,#unav li a { 
    display:block; 
	width:264px; 
	height:69px; 
	margin:0 auto 10px; 
	padding: 0;
	/*background:#666;*/
}

#nav li a:hover,#unav li a:hover {
	display:block;
	/*background: #000;*/
}

/*news*/
.btn_news a{
	background:url(../images/nav_news.png) no-repeat 0 0;
}
.btn_news a:hover{
	background:url(../images/nav_news_on.png) no-repeat 0 0;
}
/*story*/
.btn_story a{
	background:url(../images/nav_story.png) no-repeat 0 0;
}
.btn_story a:hover{
	background:url(../images/nav_story_on.png) no-repeat 0 0;
}
/*chara*/
.btn_chara a{
	background:url(../images/nav_chara.png) no-repeat 0 0;
}
.btn_chara a:hover{
	background:url(../images/nav_chara_on.png) no-repeat  0 0;
}
/*staff*/
.btn_staff a{
	background:url(../images/nav_staff.png) no-repeat 0 0;
}
.btn_staff a:hover{
	background:url(../images/nav_staff_on.png) no-repeat  0 0;
}

/*episodes*/
.btn_episodes a{
	background:url(../images/nav_episodes.png) no-repeat 0 0;
}
.btn_episodes a:hover{
	background:url(../images/nav_episodes_on.png) no-repeat 0 0;
}
/*onair*/
.btn_onair a{
	background:url(../images/nav_onair.png) no-repeat 0 0;
}
.btn_onair a:hover{
	background:url(../images/nav_onair_on.png) no-repeat 0 0;
}
/*streaming*/
.btn_streaming a{
	background:url(../images/nav_streaming.png) no-repeat  0 0;
}
.btn_streaming a:hover{
	background:url(../images/nav_streaming_on.png) no-repeat 0 0;
}
/*data*/
.btn_data a{
	background:url(../images/nav_data.png) no-repeat  0 0;
}
.btn_data a:hover{
	background:url(../images/nav_data_on.png) no-repeat 0 0;
}
/*top*/
.btn_top a{
	background:url(../images/nav_top.png) no-repeat 0 0;
}
.btn_top a:hover{
	background:url(../images/nav_top_on.png) no-repeat 0 0;
}

@media screen and (max-width: 619px){
	#nav,#unav{ 
    width:100%; 
	height: auto; 
	margin: 10px auto; 
	padding:0; 
	float:none; 
	overflow:hidden; 
	/*position:absolute; 
	bottom: 0; 
	left:0;*/
}


#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;
}
		

.btn_news a, .btn_news a:hover{ 
    background:url(../images/nav_news.png) no-repeat; 
	background-size:100% auto;
}
.btn_story a, .btn_story a:hover{ 
    background:url(../images/nav_story.png) no-repeat; 
	background-size:100% auto;
}
.btn_chara a, .btn_chara a:hover{ 
    background:url(../images/nav_chara.png) no-repeat;  
	background-size:100% auto;
}
.btn_staff a, .btn_staff a:hover{ 
    background:url(../images/nav_staff.png) no-repeat; 
	background-size:100% auto;
}
.btn_episodes a, .btn_episodes a:hover{ 
    background:url(../images/nav_episodes.png) no-repeat; 
	background-size:100% auto;
}
.btn_onair a, .btn_onair a:hover{ 
    background:url(../images/nav_onair.png) no-repeat; 
	background-size:100% auto;
}
.btn_streaming a, .btn_streaming a:hover{ 
    background:url(../images/nav_streaming.png) no-repeat; 
	background-size:100% auto;
}
	.btn_data a, .btn_data a:hover{ 
    background:url(../images/nav_data.png) no-repeat; 
	background-size:100% auto;
}
.btn_top{ 
    display:none;
}

}


#bclist {
    padding: 10px 0 0 10px;
    position: absolute;
}
.foot_area {
    padding: 10px 20px;
    box-sizing: border-box;
    background: #774e36;
}
.foot_menu {
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.foot_area:before,
.foot_menu:after{
 content: "";
 clear: both;
 display: block;
}
.foot_area li{
	display: block;
	box-sizing: border-box;
	text-align: left;
	float: left;
	width: 20%;
}

.foot_area a {
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 0;
    box-sizing: border-box;
    color: #c2b89e !important;
}

.foot_area a:hover {
    color: #fff !important;
}

.foot_area a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}

@media screen and (max-width: 619px){
#bclist {
    padding: 1px 8px;
    font-size: 12px;
    background: #51311a;
    color: #fff;
    position: inherit;
}
	#bclist a{
		color: #ffea8b !important;
	}
	.foot_area{display: none;}
}
