@charset "utf-8";
/* CSS Document */

.theaterList a {
	color:#0074af;
}

.theaterList a:hover {
	color:#7fb9d7;
}

h4 {
    font-size: 16px;  font-weight: bold;  color: #0076ad;  margin-top: 20px;
}

h5 {
    height: 50px;  line-height: 50px;  color: #fff;  background: #0074af;  padding-left: 20px;  margin-top: 30px;
}

.theaterTitle {
    background: #9dd7ff;
    padding: 20px;
}

.theaterList li {
    margin-top: 20px;
    border-top: 2px solid #5d9ac6;
}

.theaterTime {
    float: left;  height: 40px;  margin-right: 25px;  font-size: 12px;  font-weight: bold;
}
.theaterYear {
    color: #0076ad;
    font-size: 13px;
    font-weight: bold;
}
.theaterTitleText {
    font-size: 16px;
    color: #0076ad;
    font-weight: bold;
    margin-top: 5px;
}
.theaterSubTitle {
    font-size: 16px;  color: #0076ad;  font-weight: bold;  margin-top: 5px;
}

.theaterBody {
    background: #edf7ff;
    padding: 30px;
    position: relative;
}

.hasImage .theaterBody {
	padding-right:270px;
}

.theaterImage {
	position:absolute;
	top:30px;
	right:30px;
}

.theaterDescription {
	font-size:13px;
	line-height:1.7em;
}

.theaterStaff {
	font-size:11px;
	color:#8b8a8a;
	margin-top:20px;
	line-height:1.7em;
}

.theaterPromotion {
	font-size:13px;
	line-height:1.7em;
	margin-top:20px;
}

.theaterCopy {
	font-size:11px;
	color:#8b8a8a;
	margin-top:20px;
}