@charset "euc-jp";
/* CSS Document */

body {
	margin: 0px;
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	font-size: 16px;
	line-height: 1.8em;
	background-color: #ffffff;
	padding:0px 0px 60px 0px;
}

.txt-bold {
	font-weight: bold;	
}


#page-container {
	margin: 0px auto;
	width: 1140px;
	position: relative;
	padding-bottom:60px;
}

/*menu*/

#menu {
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
	background-color: #a50826;	
	box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
}


#menu ul {
	margin: 0 auto;
	display:block;
	width:874px;
	height:60px;
	font-size: 0;
}

#menu li {
	display:inline-block;
}

/*header*/

#header-container {
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:10px;	
	margin-bottom:20px;
}

/* main */
#content-container {
	width:940px;
	margin:0 auto;
}

/* intro */

.intro h3 {
	width:100%;
	text-align:center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a50826;
	padding-bottom:14px;	
	margin-bottom:30px;
}

.intro .article {
	margin-bottom:40px;
}

.intro .article img {
	float:left;
	margin-right:30px;
}

.intro .article p img {
	float:none;
	margin-bottom:1em;
}

/* staff */

.staff h3 {
	width:100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a50826;
	padding-bottom:8px;	
	margin-bottom:16px;
}

.staff p {	
	margin-bottom:2em;
}

/* trailer */

.trailer iframe {
	display:block;
	margin:0 auto;
}


/* theater */

.theater {
	text-align:center;
}

.theater h3 {
	width:100%;
	text-align:center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a50826;
	padding-bottom:15px;
	margin-top:1.5em;
	margin-bottom:24px;
}

.theater h4 {
	font-size: 1.3em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.theater p {
	margin-bottom: 2em;
}

.theater table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	margin-top:20px;
}

.theater table tr.header td {
	background-color: #efefef;
	font-weight:bold;
}

.theater table td {
	padding: 1em;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #FFF;
}

.theater table tr.header td {
	background-color: #efefef;
}


.theater table td a {
	color: #bc2b3c;
	text-decoration: none;
}

.theater table td a:hover {
	text-decoration: underline;
}
