/* CSS Document */
html{
    
}
body{
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:180%;
    background: url("img/j2_backimg.jpg") 0 0;
    margin-top: -5%;
}

ul,li{margin:0;list-style-type:none;}

a:link{
	color: #000000;
	text-decoration:underline;
}

a:hover{
	color:#ff2965;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

img{margin:0;}

.inner{
	margin:0 auto;
	text-align: center;
}

#container {
    width: 100%!important;
}



/* ======================================= 

レイアウト

 ======================================= */


#imgWrap{
	width: 970px;
	padding: 0 0  40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.secPlayer {text-align: center;}
.secPlayer img {width: 100%;}
.main{
    width: 1140px;
    margin: 5% auto 0;
    padding: 0 0 40px 0;
    background-color: rgba(255,255,255,0.7);
}
/* ======================================= 

メインビジュアル

 ======================================= */
.secMv{
	text-align:center;
	margin:40px auto 30px auto;
}
.secMv img {border-image-width: 100%;}

.cont1, .cont2 {
	width: 900px;
	margin: 0 auto;
}
.src_logo{
    background-color: #fff;
    text-align: center;
}

/* ======================================= 

放送日時　チーム名

 ======================================= */
.secTime{
	text-align:center;
	margin:50px auto;
    
}
.secTime h2{
    font-size: 2.4rem;
    color: #E80D11;
    margin-top: 50px;
}

.team p{
    display: flex;
    justify-content: space-around;
}
.team p span{
    font-size: 1.8rem;
    font-weight: bold;
     -webkit-text-stroke: 1px white;
}
.team_2{
    padding-left: 17%;
}
.secHome{
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

/* ======================================= 

リード分

 ======================================= */
.secLead{
	margin-bottom:30px;
	margin-top: 30px;
    width: 900px;
    padding: 5% 2%;;
}
.secLead .inner p{
	line-height:200%;
	font-size:130%;
    font-weight: 500;
	text-indent: 1em;
}
.text_large{
    font-size: 2rem!important;
    margin-bottom: 20px;
    font-weight: bold!important;
}
.bold{
    font-weight: bold;
}

/* ======================================= 

出演者

 ======================================= */
.secPerformer{
     background-color: #fff;
    width: 900px;
    padding: 2% 0;
    border: 5px solid #02BBFD;
}
.secPerformer .miniTit{
	font-size:32px;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:6px;
    color: #02BBFD;
    text-decoration:underline;
     text-underline-offset: 5px;
}
.secPerformer p{
	width:500px;
	margin:30px auto;
	font-weight:bold;
	line-height:200%;
    font-size: 130%;
}
/* ======================================= 

番宣動画

 ======================================= */
.moviey{
	margin-top: 30px;
	text-align: center;
}


/* ======================================= 

フッダー

 ======================================= */
 #pageTopbtn{ right:0; bottom:5px;}
 #pageTopbtn div {
    background:url(img/btn_page_top.png) no-repeat scroll 0 0 / 40px auto;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 1;
    text-indent: -9999px;
    width: 50px;
}
.footer{
	text-align:center;
	padding:10px 0;
	background:#FFFFFF;
}



















