@charset "utf-8";

.cineColumn {
	position:relative;
	width:626px;
	margin:7px auto 25px;
	padding-bottom:20px;
	background:#000 url(../images/bg_main.png) left bottom no-repeat;
}

.cineColumn h2.serif {
	padding:0 0 18px;
}

.cineColumn .date {
	position:absolute;
	right:13px;
	top:1px;
	padding:0;
	z-index:10;
}

.cineColumn h2.mvTitle {
	float:right;
	width:345px;
	padding:2px 20px 20px 0;
}

.cineColumn .photo {
	clear:none;
	float:left;
	width:221px;
	padding:0 0 0 20px;
}

.smAct03 .cineColumn .photo {
	padding-bottom:15px;
}

.cineColumn .text {
	float:right;
	width:345px;
	padding-right:20px;
}

.smAct02 .cineColumn h2.mvTitle,
.smAct02 .cineColumn .text {
	width:425px;
}

.smAct02 .cineColumn .photo {
	width:141px;
}

.cineColumn .section {
	clear:both;
	padding:0 22px;
}

.cineColumn p {
	color:#fff;
	padding:0 0 16px;
}

.cineColumn .text p {
	padding-right:2px;
	padding-left:2px;
}

.cineColumn h3 {
	margin:0 0 13px;
	padding:2px 0;
	background:url(../images/bg_stit.png) left bottom no-repeat;
}

.cineColumn .section#sectStory p.btm {
	padding-bottom:30px;
	background:url(../images/dotline_gray.png) left bottom repeat-x;
}

.cineColumn .section#sectInfo {
	padding-top:10px;
	background:url(../images/dotline_gray_v.png) center top repeat-y;
}

#sectInfo .block {
	float:left;
	width:280px;
}

.cineColumn .section#sectInfo h4 {
	padding:0 0 10px;
}

.cineColumn .section#sectInfo p,
.cineColumn .section#sectInfo th,
.cineColumn .section#sectInfo td {
	color:#fff;
	font-size:84%;
	line-height:1.4;
	vertical-align:top;
}

.smAct03 .cineColumn .section#sectInfo p {
	padding-bottom:0;
}

.cineColumn .section#sectInfo th {
	padding-right:5px;
	white-space:nowrap;
}

#sectInfo .block#blInfo {
	float:right;
}

#blInfo .infoTitle,
.smAct03 .cineColumn .section#sectInfo #blInfo .infoTitle {
	padding-bottom:10px;
}

#blStaff ul {
	width:150px;
}

#blStaff li {
	float:left;
	width:75px;
}


#btmNavi dt,
#btmNavi dd.photo {
	width:65px;
	margin:0 auto;
}

#btmNavi dd {
	text-align:center;
}


/* @group clearfix ----------------------------------------- */

.section:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.section {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .section{
	height:1%;
}

.section {
	display:block;
}
/* End hide from IE-mac */

/* @end */

