@import "default.css";
@import "common.css";

/* --------------------------------------------
   番組紹介の設定
-------------------------------------------- */

#contents h2 {
	border-bottom:4px solid #b23636;
	margin-bottom:20px;
}

#main .sttlbox {
	clear: both !important;
}

#main .leftbox,
#main .rightbox {
	float:left;
	padding-left:10px;
	margin-top:15px;
	margin-bottom:20px;
}

#main .leftbox {
	width:350px;
}

#main .rightbox {
	width:400px;
}

#main .leftbox .dotbox dl {
	border-top:1px dotted #2e2e2e;
	margin-top:10px;
	padding-top:8px;
}

#main .leftbox .dotbox dt {
	padding-left:18px;
	width: 100px;
	font-weight:bold;
	background: url(../../images/program/icon_mic.gif) no-repeat left top;
}

#main .leftbox .dotbox dd {
	padding-left: 115px;
	padding-bottom:8px;
	margin: -1.4em 0 0;
	border-bottom:1px dotted #2e2e2e;
}

#main .leftbox .dotbox dd.zimo {
	border-bottom:none;
}

#main .leftbox .dotbox p.bd {
	border-bottom:1px dotted #2e2e2e;
	padding-bottom:8px;
}

#main .leftbox .dotbox .bggray {
	background-color:#e1e1e1;
}

#main .rightbox  dl dt {
	font-size: 87%;
	font-weight:bold;
	color:#b23636;
}

#main .rightbox dl dd {
	font-size: 87%;
	margin-top:1em;
}

#main .rightbox dl dd.small {
	font-size:0.8em;
	margin-top:0;
}





