/*上映時間*/

/*各ジャンルタイトル*/

/*映画情報*/
#m_main_title {
	background-image: url(108/img/title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 70px;
	text-indent: -9999px;
	height: 30px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*映画情報
.m_honbun {
	float: left;
	font-size: 12px;
}
.m_data {
	padding: 3px;
	width: 500px;
	background-color: #EAEAEA;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

.m_tokuimg img{
	float: left;
	padding: 2px;
}
.m_subimg{
	float: left;
	padding: 2px;
	width: 250px;
}
.m_zyoei{
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
}*/

/*上映時間*/
.mt_img{
	float: left;
	padding: 2px;
	width: 170px;
	margin-right: 5px;
}
.mt_time {
	float: right;
	font-size: 14px;
	line-height: 18px;
	width: 500px;
}
.mt_txt {
	float: right;
	font-size: 12px;
	line-height: 16px;
	width: 320px;
}
.mt_txt th {
	padding: 2px;
	width: 20%;
	vertical-align: top;
}
.mt_txt td {
	padding: 2px;
	width: 80%;
}
.mt_day {
	padding: 3px;
	width: 500px;
	background-color: #EAEAEA;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	clear: both;
}

