/*------------------------------------------------------------
	番組情報
------------------------------------------------------------*/
#program{
	width: 600px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

h2.programtitle{
	font-size: 40px;
}


.day-box{
	width: 600px;
	height: 80px;
	border: 2px solid !important;
	border-color:#9CD4EC !important;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 24px;
	display: block;
	background-color: #FFF !important;
}

.day-box p{
	height: 75px;
	line-height: 75px;
}

.day-box img{
	vertical-align: middle;
	padding: 0 30px;
}

#program-contents{
	line-height: 1.5;
}

.post-date{
	color: #4d4d4d;
	font-size: 24px;
}

.post-title{
	font-size: 26px;
}

.post-text{
	font-size: 24px;
}

.post-line hr {
	border-top: 1px  #B5B5B5;
	margin: 0;
}

.social{
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;	
}

.snsb {
	overflow: hidden;
	float: right;
}
.snsb li {
	float: left;
	margin-right: 15px;
}

.snsb li:last-child{
	float: left;
	margin-right: 0px;
}

.snsb iframe {
	margin: 0 !important;
}

dl.accordion { }
dl.accordion dt {
    background-color: #E6e6e6;
    font-size: 28px;
    display: none;
    }

dl.accordion dd { 
	background-color: #E6e6e6;
    font-size: 28px;
    display: none;
    }