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

body {
	margin: 0px;
	font: 16px/2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: #ffffff;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 350px;
}

p {
	margin:1.5em 0;
}

a:link,
a:hover,
a:visited,
a:active {
	color: #31a2b9;	
}

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

.txt-m {
	font-size:1.6em
}

.txt-l {
	font-size:2.0em;
	font-weight: bold;	
}

.border-box {
	background-color: #F4F4F4;
	padding: 40px 20px 20px 20px;
	border: 1px solid #CCC;
}

/* header */

#header-wrapper {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:-54px;
}

#header-wrapper.intro {
	background-image: url(../images/main_intro.jpg);
	background-position: right bottom;
}

#header-wrapper.staff {
	background-image: url(../images/main_staff.jpg);
	background-position: center center;
}

#header-wrapper.message {
	background-image: url(../images/main_message.jpg);
	background-position: center top;
}

#header-wrapper.comments {
	background-image: url(../images/main_comments.jpg);
	background-position: center center;
}

#header-wrapper.trailer {
	background-image: url(../images/main_trailer.jpg);
	background-position: center center;
}

#header-wrapper.theater {
	background-image: url(../images/main_theater.jpg);
	background-position: center center;
}

#header-wrapper h1 {
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-108px;
}


/* menu */

#menu {
	position: relative;
	z-index:1;
	margin:0 auto;
	width: 940px;
	text-align: center;
}

#menu ul li{
	display:inline;
}

#menu ul li img {
	margin:7px 10px;
}

/* content */

#content-container {
	margin: 0 auto;
	width: 800px;
	padding: 40px 0px;
	text-align: left;
}

#content-container h1 {
	margin-bottom:40px;
}


#content-container h2 {
	font-family: FOT-筑紫Aオールド明朝 Pr6 B;
	font-size:28px;
	letter-spacing:-0.1em;
	line-height:40px;
	margin-bottom:24px;
}

/* introduction */

#profile-container {
	background-image: url(../images/bg_stripe.gif);	
	padding:20px 40px;
	border-radius: 16px;        /* CSS3草案 */  
 -webkit-border-radius: 16px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 16px;   /* Firefox用 */ 
	position:relative;
}

#profile-container h3 {
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}

#profile-container .prof {
	float:left;
	margin-right:30px;
}

#profile-container h4 {
	display: block;
	background-image: url(../images/profile_wave.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:20px;
}

#profile-container p {
	overflow: auto;
}

#profile-container #prof2 {
	position:absolute;
	top:24px;
	right:20px;
}


/* staff */

#content-container.staff h2 {
	font-family: FOT-筑紫Aオールド明朝 Pr6 B;
	font-size:36px;
	letter-spacing:-0.1em;
	line-height:40px;
	margin-bottom:24px;
}

#content-container.staff h2 span {
	font-size:20px;
}

#content-container.staff h3 {
	font-family:Gothic MB101 Medium;
	font-size:18px;
	margin-top:30px;
	margin-bottom:10px;
}

/* message */

#content-container.message {
	width:680px;
}


/* comments */

#content-container.comments {
	width:600px;
	padding-top:0px;
}

#content-container.comments h2 {
	font-family: FOT-筑紫Aオールド明朝 Pr6 B;
	font-size: 36px;
	line-height: 36px;
	margin-top: 66px;
	margin-bottom:-10px;
	letter-spacing: 0em;
}

#content-container.comments h2 span {
	font-size:20px;
}


/* theater */

#content-container.theater {
	text-align:center;
}

#content-container.theater h1 {
	font-family:Gothic MB101 Bold;
	color:#31a2b9;
	letter-spacing:0em;
	font-size:34px;
	line-height:40px;
	margin-bottom:34px;
}

#content-container.theater h2 {
	font-family:Gothic MB101 Bold;
	color:#31a2b9;
	letter-spacing:0em;
	font-size:28px;;
	margin-bottom:26px;
}

#content-container.theater h2 span {
	font-size:20px;
}

#btn-ticket a {
	margin: 0 auto;
	width: 640px;
	display: block;
	font-family: Gothic MB101 Medium;
	color: #ffffff;
	letter-spacing: 0em;
	font-size: 24px;
	text-decoration: none;
	padding: 30px 0px;
	background-image: url(../images/icon_cart.png),url(../images/bg_stripe2.gif);
	background-repeat: no-repeat,repeat;
	background-position: 60px center,left top;
	margin-bottom:60px;
}

#btn-ticket a:hover {
	background-image: url(../images/icon_cart.png),url(../images/bg_stripe2_over.gif);
	background-repeat: no-repeat,repeat;
	background-position: 60px center,left top;
}

.theater-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top:40px;
}

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

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

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


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

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


/* footer */

#footer-wrapper {
	width:100%;
	padding:30px 0px;
	text-align:center;
}


#sns-official {
	margin-bottom:30px;
}

#sns-official a img {
	display:inline;
	margin:0 20px;
}

#social li {
	display:inline-table;
	width: 80px
}

#social li.tw iframe {
	width: 76px !important;
}



