
/* ------------------------------------------------------------
	Common
------------------------------------------------------------ */
html body {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .6px;
}

p {
	line-height: 1.7;
}

span.affiliation {
  font-size: 0.7em;
}


/* ------------------------------------------------------------
	header Layout
------------------------------------------------------------ */
#header {
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	width: 100%;
	height: 85px;
	background: url(../images/title.gif) no-repeat 0 0;
}

#header p.desc {
	text-indent: -9999px;
/*	width: 100%;*/
	height: 38px;
	background: url(../images/description.gif) no-repeat 0 0;
	position: absolute;
	width: 450px;
	right: 0;
	top: 50px;
}

/* ------------------------------------------------------------
	header Layout --2204 ver--
------------------------------------------------------------ */
#header2204 {
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}

#header2204 h1 {
	text-indent: -9999px;
	width: 100%;
	height: 85px;
	background: url(../images/title2204.gif) no-repeat 0 0;
}

#header2204 p.desc {
	text-indent: -9999px;
/*	width: 100%;*/
	height: 38px;
	background: url(../images/description.gif) no-repeat 0 0;
	position: absolute;
	width: 450px;
	right: 0;
	top: 50px;
}


/* ------------------------------------------------------------
	footer Lauout
------------------------------------------------------------ */
#footer {
	text-align: left;
	margin: 0 auto;
	padding: 15px 0 0;
	position: relative;
	background: url(../images/bg-v1.gif) repeat-x 0 -185px;
	overflow: hidden;

}

#footer img {
	margin: 0 5px 0 0;
}

.copyright {
	position: absolute;
	right: 0;
	top: 30%;
}

.logo {
	padding: 8px 0;
}

/* ------------------------------------------------------------
	container
------------------------------------------------------------ */
#container {
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(../images/background.jpg) repeat-y 0 0;
	text-align: center;
}

#dateline {
	height: 26px;
	padding: 4px 0;
	background: url(../images/bg-v1.gif) repeat-x 0 0;
}

#dateline li {
	float: left;
	width: 86px;
	height: 100%;
	text-align: center;
	color: #cdcdcd;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 0 12px;
}

#dateline span,
#dateline a span {
	display: block;
	text-align: center;
	padding-top: 5px;
}

#main-photo {
	padding: 15px 0;
}

#main-photo img {
	width: 100%;
}


#dateline li a {
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
}

#dateline li a:hover {
	color: #fff;
	background: url(../images/bg-day-2.gif) no-repeat 0 0;
}
#dateline li.current a {
	color: #fff;
}
#dateline li.current,
#dateline li.current a:hover{
	background: url(../images/bg-day-1.gif) no-repeat 0 0;
}


#main {
	text-align: left;
}

#mL {
	max-width: 392px;
/*	padding-right: 20px;*/
	float: left;
/*	border-right: 1px solid #000;*/
	overflow: hidden;
	background: url(../images/bg-v1.gif) repeat-x 0 -181px;
}

#mR {
	max-width: 587px;
	float: left;
     border-left: 1px solid #000; 
	overflow: hidden;
	background: url(../images/bg-v1.gif) repeat-x 0 -181px;
}

.program {
	border-bottom: 1px solid #000;
	margin: 0 0 2px 0;
	padding: 20px 20px 20px 0;
}

.program h2 {
	text-indent: -9999px;
	height: 17px;
	background: url(../images/program.gif) no-repeat 0 0;
}


.guest {
	border-top: 2px solid #000;
	padding: 20px 20px 20px 0;
}

.guest h2 {
	text-indent: -9999px;
	height: 19px;
	background: url(../images/guest.gif) no-repeat 0 0;
}




#mR h2 {
	text-indent: -9999px;
	height: 17px;
	background: url(../images/gallery.gif) no-repeat 20px 0;
}

#voices  {
  display: flex;
  flex-flow: row wrap;
}

#voices h2 {
	text-indent: -9999px;
	height: 18px;
	background: url(../images/voice.gif) no-repeat 0 0;
}

#voices h3 {
	height: 18px;
	font-size: 1.4em;
	margin: 20px 0 5px;
}


#voices img {
	margin: 5px;
}

#voices .event {
  margin: 0 auto;
  text-align: center;
}

#voices .event img {
  max-width: 546px;
}

/* .fb {
	margin: 0 15px 0 0;
}

.salesbnr {
	margin: 15px 15px 0 0;
} */


#navigator {
	padding: 15px 15px 12px 15px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border: 1px dotted #a6a6a6;
}

.ttl-01 {
	font-size: 20px;
	font-weight: bold;
	color: #e95377;
	margin: 20px 0;
}

.flt-l {
	float: left;
}

.guest-info {
	margin-top: 30px;
}

.guest-info .flt-l {
	margin-top: 40px;
}

#navigator dl {
	margin: 0 0 0 70px;
}

#navigator dt {
	font-size: 14pt;
}

#navigator dt.nav {
	font-size: 11px;
}

#navigator dd {
	margin: 5px 0 0 0;
	font-size: 11px;
}


.guest-info dl {
	margin: 0 0 0 100px;
}

.guest-info dt {
	margin: -20px 0 20px 0;
	font-size: 13pt;
}

.guest-info dt.nav {
	font-size: 11px;
}

.guest-info dd {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.7;
}


.prof {
	margin: 20px 0;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border: 1px dotted #a6a6a6;
}

.prof span {
	font-size: 11px;
	float: left;
}

.prof p {
	font-size: 11px;
	line-height: 1.4;
	margin: 0 0 0 80px;
}


#mR h2 {
	margin: 20px 0;
}


#voices {
	padding: 25px 0 20px 10px;
	border-top: 1px solid #000;
}

#photos {
	margin: 20px 30px;
}

#photos img {
	margin: 5px 0;
}


#photos a:link { color: white }

#photos ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#photos li {
	margin: 0 5px;
}

#photos li img {
	width: 165px;
}

#fujimakieye {
	margin: 2px 0 0 0;
	padding: 0px 0 25px 0px;
	border-top: 2px solid #000;
}

#fujimakieye h2 {
	text-indent: -9999px;
	height: 18px;
	background: url(../images/fujimakieye.gif) no-repeat 0 0;
}

#onairinfo {
	margin: 2px 0 0 0;
	padding: 0px 0 25px 20px;
	border-top: 2px solid #000;
}

#onairinfo h2 {
	text-indent: -9999px;
	height: 18px;
	background: url(../images/onairinformation.gif) no-repeat 0 0;
}

.area {
	font-size: 15pt;
}

.station {
	font-size: 10pt;
}
.station a {
	color: #0066cc;
}

/* ------------------------------------------------------------
	NAVIGATOR PHOTO
------------------------------------------------------------ */


.slider{
    margin: 30px auto;
    width: 90%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}


/* ------------------------------------------------------------
	RESPOCIVE
------------------------------------------------------------ */
@media screen and (max-width:970px) {

	#mL {
		max-width: 100%;
	}

	#mR {
		max-width: 100%;
	}

}


/* ------------------------------------------------------------
	SMART PHONE
------------------------------------------------------------ */
@media screen and (max-width:480px) {

	#header {
		width: 100%;
		margin: 0;
		position: relative;
	}
	#header2204 h1 {
		text-indent: -9999px;
		width: 90%;
		height: 85px;
		margin: 0 auto;
		background: url(../images/title2204.gif) no-repeat 0 0;
		background-size: contain;
	}

	#dateline {
		height: auto;
		padding: 4px 0;
		background: url(../images/bg-v1.gif) repeat-x 0 0;
	}

	#dateline li {
    	width: 86px;
    	height: 100%;
    	margin: 2px 1px;
    	padding: 3px 0;
    	float: left;
    	text-align: center;
    	color: #cdcdcd;
    	font-size: 12px;
    	font-weight: bold;
	}

	#container {
		height: auto;
		margin: 0 auto;
		padding: 0px 10px;
		background: url(../images/background.jpg) repeat-y 0 0;
		text-align: center;
	}

	#main-photo img {
		width: 100%;
	}

	#mR {
		float: left;
    	border: none;
		overflow: hidden;
		background: url(../images/bg-v1.gif) repeat-x 0 -181px;
	}
	.program {
		border-bottom: 1px solid #000;
		margin: 0 0 2px 0;
		padding: 20px 0 20px 0;
	}

	.guest {
		border-top: 2px solid #000;
		padding: 10px 0;
	}

	#photos  {
		margin: 20px 10px;
	}

	#photos li img {
		width: 165px;
	}
	#voices {
		padding: 0;
		border-top: 1px solid #000;
		text-align: center;
	}

  #voices .event img {
  width: 90%;
  }

	.fb {
		margin: 0;
	}
	#voices img {
    width: 130%;
		margin: 10px 0;
	}
	.salesbnr {
		margin: 0;
	}
	div.voices div {
		height: 10px !important;
	}

	#footer {
		height: 80px;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 0;
		background: url(../images/bg-v1.gif) repeat-x 0 -185px;
		overflow: hidden;
	}

	#footer img {
	}

	.copyright {
		position: static;
		padding: 10px;
	}

	.logo {
		padding: 8px 0;
	}


}




@media screen and (max-width: 767px) {

    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }

    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}
