@charset"UTF-8";

/*movie詳細*/
#movieDetail {
	width: 655px;
	margin-bottom: 30px;
	padding: 10px;
	background: #EFEFEF;
}

#movieDetail #textArea {
	float: left;
	width: 220px;
	margin-right: 10px;
}

#movieDetail #textArea p {
	margin-bottom: 20px;
}

#movieDetail #textArea strong {
	color: #1648ad;
	font-size: 120%;
}

#movieDetail #movieArea {
	float: left;
	width: 425px;
	height: 350px;
}

/*movieサムネイル*/
.thumb3Column {
	width: 675px;
	margin-bottom: 10px;
}

.thumb3Column .thumbLeft,
.thumb3Column .thumbCenter {
	float: left;
	width: 194px;
	margin-right: 14px;
	padding: 10px;
	background: #EFEFEF;
}

.thumb3Column .thumbRight {
	float: left;
	width: 194px;
	padding: 10px;
	background: #EFEFEF;
}

.thumb4Column {
	clear: both;
	width: 675px;
	margin-bottom: 10px;
}

.thumb4Column .thumb {
	float: left;
	width: 140px;
	margin-right: 10px;
	padding: 10px;
	background: #EFEFEF;
}

*html body .thumb4Column .thumb {
	float: left;
	width: 140px;
	margin-right: 9px;
	padding: 10px;
	background: #EFEFEF;
}
.thumb4Column .thumbRight {
	float: left;
	width: 140px;
	padding: 10px;
	background: #EFEFEF;
}

.thumb3Column em,
.thumb4Column em {
	font-style: normal;
	font-weight: bold;
	color: #1648ad;
}

.thumb3Column .movie,
.thumb4Column .movie {
	margin-top: 5px;
	text-align: center;
}

.comingSoon {
	padding-bottom: 19px;
}

p.movie img {
	cursor: pointer;
}

#movieDetail #textArea em {
	color: #1648AD;
	font-size: 120%;
}
