@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.min{
}

.cinema .copy{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.schedule{
	border: #808080 1px solid;
	padding: 20px;
}

.schedule dl dt{
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}

/* 臨時お知らせ */
.rinji p {
	text-align: center;
	color: red;
	padding: 10px;
	border: 3px solid red;
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}




