﻿@charset "UTF-8";

#CONTENTS {
	padding-bottom:0;
}

#CONTENTS div.main{
	margin-left: 0 !important;
	display:block;
	float:none;
	color:#010101;
	line-height:1.8;
	font-size:12px;
}

#CONTENTS .mainVisual {
	width: 950px;
	position: relative;
	background:url(../images/mainvisual_bg.jpg) no-repeat top center #000;
}
#CONTENTS .mainVisual h2 { text-align:center; }
#CONTENTS .mainVisual p  { text-align:center; margin:10px 0 40px; }

/* socialBtn */
.socialBtn{
	margin:0 auto 30px;
	position:relative;
	width:945px;
}
.socialBtn #copy{
	position:absolute;
	left:10px;
	top:10px;
}
.socialBtn .socialBtnWrapper,
.socialBtn .socialBtnWrapper2{
	position:relative;
	right:0;
	overflow:hidden;
	clear:both;
}

.socialBtn #website{
	float:right;
	padding-top:10px;
}

.socialBtn .socialBtns{
	padding:10px 0 10px 10px;
	float:right;
}

.socialBtn .socialBtns li{
	list-style:none;
	float:left;
	margin-right:6px;
	line-height:0.1em;
}

.socialBtn img{
	vertical-align:top;
}

.socialBtn .socialBtnWrapper2 .socialBtns{
	padding:0 0 0 20px;
	float:right;
}

#CONTENTS div.main div.wmcContents01{
	color:#fff;
	background:#000;
	padding-bottom:20px;
	width:950px;
}

/*グランシアターcss*/

.grandTheater{
	width:850px;
	margin:0 auto;
	background:#000;
}

.reclining{
	width:400px;
	float:left;
}
.lounge{
	width:400px;
	float:right;
}
.reclining h3,
.lounge h3,
.reclining p,
.lounge p{
	margin:0 0 15px 0;
	font-size:134%;
}
p.catch{
	margin:50px 0;
	text-align:center;
}


.fee{
	border-top:1px solid #5D4515;
	border-bottom:1px solid #5D4515;
	padding:30px 0;
	margin:0 0 30px 0;
}
.fee .rates{
	float:left;
}
.fee .rates p{
	font-size:200%;
	margin:0 0 25px 0;
}
.fee .rates li{
	background:url(../images/list_head.gif) no-repeat 0px 8px;
	padding:0 0 0 17px;
	font-size:134%;
}
.fee img{
	float:right;
}

.theater{
	margin:0 0 50px 0;
}
.theater img{
	float:left;
}
.theater table{
	border-collapse: collapse;
}	
.theater table{
	float:right;
	border-top:1px solid #5D4515;
	border-left:1px solid #5D4515;
	width:640px;
	text-align:center;
	font-size:134%; 
}
.theater table th{
	background:url(../images/table_bg.jpg) repeat-x;
	border-right:1px solid #5D4515;
	border-bottom:1px solid #5D4515;
	width:320px;
	padding:0;
}
.theater table td{
	border-right:1px solid #5D4515;
	border-bottom:1px solid #5D4515;
}
.theater table td a{
	color:#fff;
}
.theater table td a:hover{
	color:#fff;
	text-decoration:none;
}

.check{
	background:url(../images/bg.png) repeat-x #000;
}
.check .inner{
	width:877px;
	margin:0 auto;
}

.check ul.banner{
	margin:10px 0 ; 
}
.check ul.banner li{
	float:left;
}
.check ul.banner li.second{
	margin:0 8px;
}
.check li{
	font-size:10px;
}


#EVENT {
	margin: 40px 0 2px 15px;
}

/* simple BTN CSS3 */
a.link:hover img{
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

/**** clearfix ****/
.description div:after,
.introduction:after,
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}