@charset "utf-8";

body {
padding: 32px 0;
position: relative;
/* Gradient */	

background:	#fff url("../images/bg.gif") center center repeat; 

}



.sp-only {
	display: none;
}

#Header{
	width: 892px;
	position: relative;
	margin:  0 auto;
	padding: 30px 62px 0 60px;
	background-color: #fff;
}

#Header h1 {
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 10px;
}

#Header #kazari {
	position: absolute;
	top: -42px;
	left:-27px;
	z-index: 0;
}

#progDetail {
	position: relative;
	padding: 32px 0 26px 0;
	overflow: hidden;
}



#navi_box{
	float:right;
	display: flex;
	justify-content:space-between;
}

#navi_box li:nth-child(2) {
	padding-left: 10px;
}

#detail_box{
	padding: 32px 0 0 0;
	float: left;
}

#onair_date {
	margin-bottom: 10px;
}

#onair_navi{
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	color: #000;
}

#wrapper {
	width: 892px;
	margin:  0 auto;
	padding: 50px 30px 0 30px;
	background-color:#fff3cf;
}

#mainPhoto {
	margin-bottom: 30px;
	text-align: center;
}


#lead{
	margin-bottom: 24px;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	color: #000;
	text-align: center;
	background: url("../images/ttl_kazari.png") center center no-repeat;
}

#prog_text{
	margin-bottom: 30px;
	font-size: 0.95rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	line-height: 2.4;
	color: #000;
	text-align: center;
}

#bnr {
	margin: 60px 0 0 0;
	text-align: center;
}
#bnr a {
	padding: 10px;
	background-color: #fff;
	display: inline-block;
}

.jwaveLogo {
	margin:  0 auto;
	text-align: center;
	margin-bottom: 15px;
}

#jme {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.jwaveLogo a {

	width: 60%;
	display: inline-block;
	margin-bottom: 15px;
}

.copyright {
	font-size: 0.6rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	text-align: center;
}


footer{
	width: 892px;
	padding: 60px 0 30px 0;
	margin:  0 auto;
	text-align: center;
	background-color: #fff3cf;
}


/*======================================
	ANIMATION
=======================================*/


@-webkit-keyframes anime { 
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    13% {
        opacity: 1;
        -webkit-transform: scale(1.03);
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.06);
    }
    38% {
        opacity: 0;
        -webkit-transform: scale(1.09);
		

    }
    100% { opacity: 0 }
}	



@keyframes anime { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    13% {
        opacity: 1;
        transform: scale(1.03);
		-ms-transform    : scale(1.0);
    }
    25% {
        opacity: 1;
        transform: scale(1.06);
		-ms-transform    : scale(1.0);
    }
    38% {
        opacity: 0;
        transform: scale(1.09);
		-ms-transform    : scale(1.0);

    }
    100% { opacity: 0 }
}	


