@charset "utf-8";

/*======================================
	COMMON     
=======================================*/ 

.pc-only {
	display: none;
}

body {

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

}

#wrapper {
	padding: 26px 10px;
	position: relative;
	background-attachment: fixed;
}

#Header {
	
	background-color: #fff;
}

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

}

#Header h1 img {
	width: 90%;
}

#Header #kazari_sp {
	position: absolute;
	top: -10px;
	z-index: 0;
}
#Header #kazari_sp img {
	width: 100%;
}

#progDetail{
	padding: 36px 0 26px 0;
}

#detail_box {
	text-align: center;

}

#navi_box {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 45%;
	display: flex;
	justify-content: space-between;
}

#navi_box li img{
	width: 85%;
}

#onair_date {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}
#onair_date img {
	width: 72%;
} 

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

#mainPhoto {
	margin-bottom: 24px;
}

#mainPhoto img {
	width: 100%;
}


#lead{
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	line-height: 1.6;
	color: #000;
	text-align: center;
}

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

#jme img {
	width: 100%;
}

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

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

.jwaveLogo a {

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

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

.pc-only {
	display: none;
}
