@charset "Shift_JIS";
@import url("common.css");


/* --------------------------------------------------------------------------------------
 プログラム
--------------------------------------------------------------------------------------- */

/* コンテンツ ------------------------------ */

div.ctCom {
	width: 650px;
	margin: 0 0 25px 10px;
	background: url(../img/program_line_bt.gif) no-repeat left bottom;
}

div.ctComTextIn {
	float: left;
	width: 280px;
}


/* dl設定/とびら ------------------------------ */

dl.comInfoLeft_pro {
	float: left;
	width: 310px;
}

dl.comInfoRight_pro {
	float: right;
	width: 310px;
}

dl.comInfoLeft_pro dt,
dl.comInfoRight_pro dt {
	font-size: 113%;
	font-weight: bold;
	margin: 5px 0 0 0;
}

dl.comInfoLeft_pro dt span,
dl.comInfoRight_pro span  {
	display: block;
	padding: 0 0 0 13px;
	background: url(../img/arw_gray.gif) no-repeat left center;
}

dl.comInfoLeft_pro dd,
dl.comInfoRight_pro dd {
	width: 280px;
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
}

dl.comInfoLeft_pro dd:after,
dl.comInfoRight_pro dd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl.comInfoLeft_pro dd,
dl.comInfoRight_pro dd { display:inline-block; }
/*\*/
* html dl.comInfoLeft_pro dd,
* html dl.comInfoRight_pro dd { height:1%; }
dl.comInfoLeft_pro dd,
dl.comInfoRight_pro dd { display:block; }
/**/

/* dl設定/とびら/終わり ------------------------------ */


dl.comInfoLeft_pro_end {
	float: left;
	width: 310px;
}

dl.comInfoRight_pro_end {
	float: right;
	width: 310px;
}

dl.comInfoLeft_end dt,
dl.comInfoRight_end dt {
	font-size: 113%;
	font-weight: bold;
	margin: 0 0 0 0;
}

dl.comInfoLeft_end dt span,
dl.comInfoRight_end span  {
	display: block;
	padding: 0 0 0 13px;
	background: url(../img/arw_gray.gif) no-repeat left center;
}

dl.comInfoLeft_end dd,
dl.comInfoRight_end dd {
	width: 280px;
	padding: 5px 0 0 0;
	margin: 5px 0 20px 0;
}

dl.comInfoLeft_end dd:after,
dl.comInfoRight_end dd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl.comInfoLeft_end dd,
dl.comInfoRight_end dd { display:inline-block; }
/*\*/
* html dl.comInfoLeft_end dd,
* html dl.comInfoRight_end dd { height:1%; }
dl.comInfoLeft_end dd,
dl.comInfoRight_end dd { display:block; }
/**/



dl.comInfoLeft_pro ul,
dl.comInfoRight_pro ul {
	margin: 10px 0 10px 0;
	list-style: none;
	color: #c8494f;
}

dl.comInfoLeft_pro ul li,
dl.comInfoRight_pro ul li {
	background: url(../../common/img/arw_circle_pink.gif) no-repeat 0 5px;
	padding-left: 13px;
}



div.program {
	width: 640px;
	margin-bottom: 20px;
	padding: 0px 0 20px;
	border-bottom: 1px #f0f0f0 solid;
}
	
div#ctLeft h4.program{
	margin: 20px 0 5px 0;
	padding: 2px;
	background: #9e8c5e;
	color: #ffffff;
}


div.program p {
	margin: 10px 0 0 0;
}

div.program p.name {
	color: #5ca91a;
	font-size: 115%;
	font-weight: bold;
}

div.program table {
	width: 370px;
	border-bottom: 1px #ffe4e4 solid;
	margin-bottom: 10px;
}

div.program table th {
	width: 70px;
	padding: 4px 6px;
	border-top: 1px #ffe4e4 solid;
	color: #e55377;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

div.program table td {
	padding: 4px 6px;
	border-top: 1px #ffe4e4 solid;
}

