@charset "UTF-8";
/* CSS Document */

#main a{
	color: #000;
}
	
div#container{
	background-color: #FFF;
}

div.contents{
	padding: 0 10px 10px;
	/* 上下アキは各作品extention.cssにて調整*/
	clear:both;
}
	
div#main{
	min-height:1px; /* IE7対策 */
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
}

div#main02{
	min-height:1px; /* IE7対策 */
	background-image:url(../images/bg02.gif);
	background-repeat: repeat;
	background-color: #FFF;
}



header{
	z-index: 10;
}

article p{
	color:#000;
}

article span.character_word {
	width:12px;
	margin: 0 0 0 5px;
	padding-bottom: 5px;
}

img.bigcatch{
display:block; margin:0 0 8px 0;
}

em {
	color:#EA6000;
	font-weight: bold;
	font-size:1.1em;
	font-style:normal;
}

/* オーディオドラマ ======================================== */

#audio-tokuten{
	background-image:url("../images/bg.gif");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#audio-tokuten .box_a{
	position: relative;
	text-align: right;
	background-image:url("../images/audio-tokuten_bg.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#audio-tokuten h2{
	margin: 0;
}

#audio-tokuten span a:hover{
	opacity: 0.7;
}

#audio-tokuten #btnMC{
	position: absolute;
	bottom: 101px;
	right: 226px;
}

/* ミリオンクラウン同時 ======================================== */

#tokuten_mc{
	margin: 0;
	padding: 0;
	text-align: left;
}

#tokuten_mc h2{
	margin: 0;
}

#tokuten_mc a:hover{
	opacity: 0.7;
}

#tokuten_mc .mc4Btn{
	text-align: center;
	padding-bottom: 18px;
}


/* 特典 ======================================== */

#contents_tokuten{
padding-bottom: 20px;
	}

#contents_tokuten h2{
	margin-bottom: 0;
}
#contents_tokuten .tokuten_inner{
	display: flex;
	flex-wrap: wrap;
}
#contents_tokuten .tokuten_inner li .tokuten
{
/*	//display: inline-block;*/
	display: flex;
	flex-wrap: wrap;

}

#contents_tokuten .tokuten_inner li .tokuten div{
	display: flex;
	flex-direction: column;
}

/* ストーリー ======================================== */

article p.txt em {
	font-style: normal;
	font-weight:normal;
	font-size:1em;
	color:#FFFF00;
}

/* 特報 ======================================== */

#dispatch{
	margin: -5px 0 10px -10px;
}


/* 関連リンク ======================================== */

article.box_b_inner {
text-align: center;
width: 940px;
}


article ul.link_img{
	font-size: 0;
	display: inline-block;
}

article ul.link_img li {
    margin: 0 0 15px;
}

article ul.link_img a:hover{
	opacity: 0.7;
}


/* シリーズ ======================================== */

#series{
	min-height: 1px; /* IE7対策 */
	background: #99DDF7;
}

#series article {
	position:relative;
}

#series article h2 {
	margin: 0 0 15px 0;
}

#series a{
	color: #000;
}

#series p.top-link a{
	color: #000;
}
#series li:last-child{
	margin-right: 0;
}