@charset "utf-8";
/* CSS Document */

html{ 
    min-width:1300px;
	height:100%;
}

@media screen and (max-width: 619px){
	html{
			width:100%;
			min-width:100%;
			-webkit-text-size-adjust: 100%;
		}
}

body{ 
    margin: 0px; 
	padding: 0px; 
	background: url(../images/bg10.jpg) repeat-x center top #073b6d;
	height:100%;
}

@media screen and (max-width: 619px){
	body{ 
		background: none;
	}
}
		
a{ 
    color:#e879b8; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color:#e646a0;
}

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;
	overflow: hidden;
}
@media screen and (max-width: 619px){
	.wholeBox {
		width: 100%;
		overflow:visible;
	}
}

article#container{ 
    width:980px;
	/*min-height: 1000px;*/
	background: url(../images/bg03.jpg) repeat;
	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:#666; 
	font-size:15px; 
	line-height: 1.4;
}

@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%;
	min-height:954px;
	height:auto;
	position:relative;
	background-image: url(../images/silver_top.png),url(../images/silver_btm.png),url(../images/bg04.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: 0 top,0 bottom, 0;
	padding: 20px 0 23px 0;
	overflow: hidden;
}

@media screen and (max-width: 619px){
	article#container {
		position: relative;
	}
	article#container #conBox {
		position: static;
		background-image: none,none,none,url(../images/bg04.png);
	background-repeat: no-repeat, no-repeat,no-repeat, repeat;
	background-position: 0,0, 0, center;
		padding: 0;
		min-height: 0;
		height: auto;
	}
}

/*左カラム
-------------------------------*/
#leftclm {
	width: 284px;
	padding:0;
	margin: 0;
	float: left;
}
@media screen and (max-width: 619px){
	#leftclm {
	width: 100%;
	float: none;
}
}

/*右カラム
-------------------------------*/
#rightclm {
	width: 696px;
	padding:0;
	float: right;
	position: relative;
}

@media screen and (max-width: 619px){
	#rightclm {
		width: 100%;
		float: none;
		position: static;
	}
}

/*ヘッダー
-------------------------------*/


/*ロゴ*/
#logo{ 
	margin:15px 0 200px 5px; 
	width: 270px; 
	height: auto;
}
#splogo{ 
	display: none;
}
@media screen and (max-width: 619px){
#logo{ 
	display: none;
}
	
#splogo{ 
	display: block;
	width: 100%;
}
	
	#splogo img {
		width: 100%;
	}
}


#redtop{ 
	background: url(../images/red_top.png) top left no-repeat;
	min-height:980px;
}
@media screen and (max-width: 619px){
	#redtop{
		background:none;
		min-height:0;
	}
}

/*ナビ
-------------------------------*/
#nav,#unav{ 
    width:201px; 
	margin:0; 
	padding:0;
	position: absolute;
	top: 330px;
	left: 40px;
}

#nav li span,#unav li span {
	display: none;
}

#nav li a,#unav li a { 
    display:block; 
	width:201px; 
	height:45px; 
	margin:0 auto 8px; 
	padding: 0;
}

#nav li a:hover,#unav li a:hover {
	display:block;
}

/*news*/
.btn_news a{
	background:url(../images/btn/btn_news.png) no-repeat 0 0;
}
.btn_news a:hover{
	background:url(../images/btn/btnon_news.png) no-repeat 0 0;
}
/*story*/
.btn_story a{
	background:url(../images/btn/btn_story.png) no-repeat 0 0;
}
.btn_story a:hover{
	background:url(../images/btn/btnon_story.png) no-repeat 0 0;
}
/*chara*/
.btn_chara a{
	background:url(../images/btn/btn_chara.png) no-repeat 0 0;
}
.btn_chara a:hover{
	background:url(../images/btn/btnon_chara.png) no-repeat  0 0;
}

/*staff*/
.btn_staff a{
	background:url(../images/btn/btn_staff.png) no-repeat 0 0;
}
.btn_staff a:hover{
	background:url(../images/btn/btnon_staff.png) no-repeat  0 0;
}

/*episodes*/
.btn_episodes a{
	background:url(../images/btn/btn_episodes.png) no-repeat 0 0;
}
.btn_episodes a:hover{
	background:url(../images/btn/btnon_episodes.png) no-repeat 0 0;
}
/*onair*/
.btn_onair a{
	background:url(../images//btn/btn_onair.png) no-repeat 0 0;
}
.btn_onair a:hover{
	background:url(../images/btn/btnon_onair.png) no-repeat 0 0;
}
/*streaming*/
.btn_streaming a{
	background:url(../images/btn/btn_streaming.png) no-repeat  0 0;
}
.btn_streaming a:hover{
	background:url(../images/btn/btnon_streaming.png) no-repeat 0 0;
}
/*trailer*/
.btn_trailer a{
	background:url(../images/btn/btn_trailer.png) no-repeat  0 0;
}
.btn_trailer a:hover{
	background:url(../images/btn/btnon_trailer.png) no-repeat 0 0;
}

/*top*/
.btn_top a{
	background:url(../images/btn/btn_top.png) no-repeat  0 0;
}
.btn_top a:hover{
	background:url(../images/btn/btnon_top.png) no-repeat 0 0;
}


@media screen and (max-width: 619px){
	#nav,#unav{ 
    width:100%; 
	height: auto; 
	margin: 10px auto; 
	padding:0;
	overflow:hidden; 
	position: static;
}


#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:27.0% 0 0 0 ;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	transition: .0s;
}	

.btn_news a, .btn_news a:hover{ 
    background:url(../images/btn/btn_news.png) no-repeat; 
	background-size:100% auto;
}
.btn_story a, .btn_story a:hover{ 
    background:url(../images/btn/btn_story.png) no-repeat; 
	background-size:100% auto;
}
.btn_chara a, .btn_chara a:hover{ 
    background:url(../images/btn/btn_chara.png) no-repeat;  
	background-size:100% auto;
}
.btn_monster a, .btn_monster a:hover{ 
    background:url(../images/btn/btn_monster.png) no-repeat;  
	background-size:100% auto;
}
.btn_staff a, .btn_staff a:hover{ 
    background:url(../images/btn/btn_staff.png) no-repeat; 
	background-size:100% auto;
}
.btn_episodes a, .btn_episodes a:hover{ 
    background:url(../images/btn/btn_episodes.png) no-repeat; 
	background-size:100% auto;
}
.btn_onair a, .btn_onair a:hover{ 
    background:url(../images/btn/btn_onair.png) no-repeat; 
	background-size:100% auto;
}
.btn_streaming a, .btn_streaming a:hover{ 
    background:url(../images/btn/btn_streaming.png) no-repeat; 
	background-size:100% auto;
}
	.btn_trailer a, .btn_trailer a:hover{ 
    background:url(../images/btn/btn_trailer.png) no-repeat;
	background-size:100% auto;
}
	
	.btn_top a, .btn_top a:hover{ 
    background:url(../images/btn/btn_top.png) no-repeat;
	background-size:100% auto;
}

}

/*パンくず*/
#bclist {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    width: 98%;
}
#bclist a {
    color: #fdee01;
    font-weight: normal;
    text-decoration: none;
}

/*フッター
-------------------------------*/
.gFoot {
	text-align: center;
}

.gFoot .copyright {
	padding: 10px 0;
}

.gFoot .copyright span {
	display: none;
}

.foot_area {
    background: url(../images/bg03.jpg) repeat;
    border-top: #d0d0d03d 1px solid;
    width: 100%;
    height: 88px;
    padding: 8px 0 0;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    bottom: 0;
}
.foot_menu {
    width: auto;
    height: 180px;
    margin: 20px 5px 10px 0 auto;
    padding: 30px 0 10px 0 auto;
}
.foot_menu ul {
    font-size: 0;
    padding: 10px 0 0 110px;
}
.foot_menu ul li {
    display: inline-block;
    width: 20%;
    line-height: 170%;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    padding: 3px 8px 1px 8px;
    float: left;
}
.foot_menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    text-decoration: none;
}
.foot_menu ul li:after {
    content: "＞";
    font-weight: bold;
}
@media screen and (max-width: 619px){

	.foot_area {
		display: none;
	}

	.gFoot {
	width: 100%;
		font-size: 80%;
		font-weight: bold;
		color: #fff;
}
	.gFoot img {
		display: none;
	}

.gFoot .copyright {
	padding: 10px;
}
	
	.gFoot .copyright span {
		display: block;
		padding: 5px 0;
	}
}

