@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,700');
/* 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:#eef6f9 url(../images/bg.jpg) repeat-x center top;
	height:100%;
}
				
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;*/
	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 {
	display:table;
	width:100%;
	position:relative;
}

@media screen and (max-width: 619px){
	article#container {
		position: relative;
	}
	article#container #conBox {
		position: static;
	}
}

article#container .mainBox {
	width: 100%;
}

#leftclm {
	display: table-cell;
	width: 280px;
	height: 950px;
	padding:215px 0 20px 0; /*170524更新*/
	margin: 0;
	vertical-align:top;
	text-align: center;
	background: url(../images/left_bg.jpg) repeat-y 0;
}

#rightclm {
	display: table-cell;
	width: 700px;
	height: 985px;
	padding:225px 0 0 0;
}

@media screen and (max-width: 619px){
	#leftclm {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}
	
	#rightclm {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		background-color: rgba(255,255,255,0.4);
	}
}

/* nav
------------------*/

#nav{ 
    width:280px; 
	margin:0 auto; 
	padding:0; 
}

#unav{ 
    width:280px; 
	margin:0 auto; 
	padding:0; 
}

#nav li span,#unav li span {
	display: none;
}

#nav li a,#unav li a { 
    display:block; 
	width:280px; 
	height:81px; 
	margin:0 auto 2px; /*170524更新*/
	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;
}
/*playback*/
.btn_playback a{
	background:url(../images/nav_playback.png) no-repeat 0 0;
}
.btn_playback a:hover{
	background:url(../images/nav_playback_on.png) no-repeat  0 0;
}
/*monster*/
.btn_monster a{
	background:url(../images/nav_monster.png) no-repeat 0 0;
}
.btn_monster a:hover{
	background:url(../images/nav_monster_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;
}


@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:27.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_playback a, .btn_playback a:hover{ 
    background:url(../images/nav_playback.png) no-repeat;  
	background-size:100% auto;
}
.btn_monster a, .btn_monster a:hover{ 
    background:url(../images/nav_monster.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;
}


}

/*フッター
-----------------------------*/
.yFoot {
	background: url(../images/footer.jpg) no-repeat 0 0;
	height: 50px;
	text-align: right;
}

.yFoot .copyright {
	padding: 16px 13px 0 0;
}

.yFoot .copyright span {
	display: none;
}

@media screen and (max-width: 619px){
	.yFoot {
	background-image: none;
		background: #777;
	height: auto;
		text-align: center;
		width: 100%;
		font-size: 80%;
		font-weight: bold;
		color: #fff;
}
	.yFoot img {
		display: none;
	}

.yFoot .copyright {
	padding: 0px;
}
	
	.yFoot .copyright span {
		display: block;
		padding: 5px 0;
	}
}
