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

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}
.cr5 {margin:10px auto;}
.cr10 {margin:10px auto;}
.cr20 {margin:20px auto;}
.cr30 {margin:30px auto;}

.cr15o {margin:15px auto 0;}
.cr20o {margin:20px auto 0;}

.cr15u {margin:0 auto 15px;}
.cr20u {margin:0 auto 20px;}
.cr50up {margin:0 auto; padding-bottom:50px;}

body.fixed .menu_fix {
	margin-bottom:100px;
}

body.fixed #Menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* ページトップ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4em;
	font-weight:bold;
	z-index:10000;
}
#page-top a {
	background: #eb6d9a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ff3980;
}

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }


/* 全体・枠作り */

html,body {
  height:100%;
}

img { display:block; }


body {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:62.5%;
	text-align:center;
	background:url(../img/grand_bg.jpg)left top repeat;
}

#PageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

#Contents {
	width:100%;
	margin:0 auto;
	padding-top:80px;
	text-align:left;
}

#Mainvisual {
	background:url(../img/mainvisual.jpg) center top no-repeat;
	width:990px;
	height:500px;
	position:relative;
	margin:0 auto;
	-webkit-border-radius:20px;
    -moz-border-radius:20px;
	border-radius:20px;
	margin-bottom:128px;
}

.logo_lose {
	width:149px;
	height:89px;
	position:absolute;
	left:90px;
	top:-45px;
}

.logo_circus {
	width:120px;
	height:84px;
	position:absolute;
	left:435px;
	top:-42px;
}

.logo_chuable {
	width:242px;
	height:50px;
	position:absolute;
	left:704px;
	top:-25px;
}

.title {
	width:1000px;
	height:195px;
	position:absolute;
	top:400px;
	text-indent:-9999px;
	overflow:hidden;
}

.topics_line {
	width:990px;
	height:40px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}

.topics_01 {	background:url(../img/title_about.png) left top no-repeat;}
.topics_02 {	background:url(../img/title_location.png) left top no-repeat;}
.topics_03 {	background:url(../img/title_cast.png) left top no-repeat;}
.topics_04 {	background:url(../img/title_nico.png) left top no-repeat;}
.topics_05 {	background:url(../img/title_attention.png) left top no-repeat;}

.topics_wrap {
	width:990px;
	margin:48px auto;
	font-size:1.8em;
	line-height:1.5;
	color:#595959;
}

.topics_wrap dl dt {
	min-height:48px;
	float:left;
	line-height:48px;
}

.topics_wrap dl dd {
	min-height:48px;
	float:left;
	line-height:48px;
}

.topics_area01 {
	min-height:580px;
	background:url(../img/bg_maitetsu.png) right top no-repeat;
}

.topics_area02 {
	min-height:580px;
	background:url(../img/bg_ds.png) right top no-repeat;
}

.topics_area03 {
	min-height:580px;
	background:url(../img/bg_anaoto.png) right top no-repeat;
}

.topics_area02 dl {
	width:650px;
	border-bottom:1px solid #a5d2ff;
}

.topics_area02 dl dt {
	width:250px;
}

.topics_area02 dl dd {
	width:400px;
	font-weight:bold;
	color:#4ea2f5;
}

.topics_area02 dl dd a {
	text-decoration:underline;
	color:#4ea2f5;
}

.topics_area02 dl dd a:hover {
	text-decoration:none;
	color:#4ea2f5;
}

.topics_area03 dl {
	width:650px;
	border-bottom:1px solid #ffb0c1;
}

.topics_area03 dl dt {
	width:250px;
}

.topics_area03 dl dd {
	width:400px;
	font-weight:bold;
	color:#ff718f;
}

span.small {
	font-size:75%;
}

.topics_area02 h3 {
	width:50%;
	height:40px;
	display:block;
	line-height:40px;
	color:#FFF;
	font-weight:bold;
	padding:0 20px;
	background:#ffb200;
	-webkit-border-radius:20px;
    -moz-border-radius:20px;
	border-radius:20px;
	margin:24px 0 24px;
}

.bold_blue {
	color:#4ea2f5;
	font-weight:bold;
	line-height:50px;
}

.txt_green {
	color:#009944;
}

.txt_blue {
	color:#4ea2f5;
}

.txt_red {
	color:#ff6282;
}

.txt_orange {
	color:#ff7e25;
}

.ruruko_wrap {
	width:801px;
	margin:0 auto;
}

.gansen_ruruko {
	width:201px;
	height:312px;
	background:url(../img/ruruko.png) left top no-repeat;
	float:left;
}

.broadcast_area {
	width:600px;
	height:200px;
	float:left;
}

.broadcast_area iframe {
	margin:0 144px;
}

.gansen_txt {
	width:600px;
	float:left;
	text-align:center;
}