@charset "UTF-8";

/*===================================================
*
*	1. base style
*		1-1. universal selector
*		1-2. body
*	2. element style
*		2-1. anchor
*		2-2. text
*		2-3. list
*		2-4. form
*		2-5. object
*		2-6. table
*	3. outline
*		3-1. wrapper
*		3-2. header
*		3-3. contents
*		3-4. footer
*		3-5. sidebar
*	4. common style
*
====================================================*/

/*===================================================
*
*	Produce Page Style CSS
*	Site https://www.unitedcinemas.jp/
*
====================================================*/

/* ---------------------------------------
  Basic Elements
----------------------------------------*/
body{
	color: #333;
	font-size: 100%;
	line-height: 1;
	text-align:center;
	background: #111;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
	Links
---------------------------------*/
a:active { outline:none; }
a:focus { -moz-outline-style:none; }

a:link, 
a:visited{
	text-decoration: none;
	color: #ccc;
}
a:hover{
	text-decoration: underline;
	color: #999;
}
#footer a:link, 
#footer a:visited{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
	color: #999;
} 	

/*
	Common Elements
---------------------------------*/
p.breadcrumb{
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 160%;
	color: #999;
	}
p.gotop{
	margin: 15px 15px 0 0;
	position: relative;
	overflow: hidden;
	clear: both;
}
p.gotop a{
	width: 88px;
	height: 14px;
	display: block;
	background: url(../images/gotop.gif) no-repeat top left;
	float: right;
	text-indent:-9999px; 
	overflow: hidden;
	}
p.gotop a:hover {
	background-position: 0 -14px;
	}

/* ---------------------------------------
  Layout
----------------------------------------*/
header{
	width: 960px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;	
	}
div#sliderBox{
	width: 100% ;
	height: 526px;
	margin: 0 0 15px;
	border-top: 1px solid #494d5d;
	border-bottom: 1px solid #494d5d;
	padding-top: 1px;
	text-align: center;
	background: #3c476f url(../images/bg_slider.jpg) 50% 0 no-repeat;
 	}
div#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
div.content{
	width: 960px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: #232323 url(../images/bg_content.jpg) top left no-repeat;
	}

/* ---------------------------------------
  Header
----------------------------------------*/
h1{
	width: 372px;
	heigth: 25px;
	float: left;
	}
	
/*
	Header Navigation
---------------------------------*/
ul#nav{
	width: 378px;
	height: 52px;
	margin: 0 0 0 210px;
	float: left;
	}	
ul#nav li{
	display: inline;
}
ul#nav li a {
	width:203px;
	height: 52px;
	display: block;
	background:url(../images/header_nav.jpg) top left no-repeat; 
	float:left; 
	text-indent:-9999px; 
	overflow: hidden;
}
ul#nav li.pdf a { background-position:0 0; }
ul#nav li.contact a { background-position:-203px 0; width: 175px; }

ul#nav li.pdf a:hover { background-position:0 -52px; }
ul#nav li.contact a:hover { background-position:-203px -52px; }

/* ---------------------------------------
  Footer
----------------------------------------*/
#footer{
	padding: 0 0 35px;
	position:relative;
	overflow:hidden;
	text-align: center;
	}
p.footerNav{
	font-size: 12px;
	line-height: 160%;
	color: #666;
	}
ul#footerNavi {	
	margin: 30px 0;
	font-size: 12px;
	position:relative;
	left:50%;
	float:left;
}
ul#footerNavi li {	
	display: inline;	
	padding: 0 7px 0 11px;	
	border-left: 1px #666 solid;	
	list-style-type: none;	
	zoom: 1;
	position:relative;
	left:-50%;
}
ul#footerNavi li:first-child{
	border-left: none;
	}

/* ---------------------------------------
  Contents
----------------------------------------*/
h2.inTheater{
	margin: 0 0 15px;
	}
h3.cinecon,
h3.adType{
	margin: 0 0 20px 15px;
	padding: 20px 0 0;
	}
	
/*
	Panorama
---------------------------------*/
div#panorama{
	width: 930px;
	height: 540px;
	margin: 0 0 15px 15px;
	position: relative;
	overflow: hidden;
	background:url("../images/panorama.jpg") top left no-repeat;
	}
div#panorama ul li a {
     display: block;
     }	
div#panorama ul{
	top: 0;
	left: 0;	
	}
div#panorama ul li{
	position: absolute;	
	}
div#panorama ul li.pnScreen{
	top: 37px;
	left: 396px;
	}
div#panorama ul li.pnRental{
	top: 251px;
	left: 116px;
	}
div#panorama ul li.pnTicket{
	top: 342px;
	left: 435px;
	}
div#panorama ul li.pnLobby{
	top: 227px;
	left: 749px;
	}
div#panorama ul li.pnMogiri{
	top: 132px;
	left: 532px;
	}
div#panorama ul li.pnRestroom{
	top: 6px;
	left: 646px;
	}

/*
	info
---------------------------------*/
div.info{
	width: 930px;
	height: 110px;
	margin: 0 0 0 15px;
	background: #232323 url(../images/bg_info.jpg) top left no-repeat;
	position: relative;
	overflow: hidden;	
	}
div.info aside{
	width: 465px;
	float: left;
	display: inline;
	}
div.info h4.ttlPrint {
	margin: 13px 0 0 130px;
	}
html*div.info h4.ttlPrint{
	margin: 0 0 0 130px;
	display: inline;
	}
div.info h4.ttlContact {
	margin: 13px 0 0 122px;
	}
html*div.info h4.ttlContact{
	margin: 0 0 0 122px;
	display: inline;
	}
div.info aside p{
	margin: 22px 0 0 107px;
}
html*div.info aside p{
	margin: 19px 0 0 107px;
}
div.info aside p a{
	width: 251px;
	height: 45px;
	display: block;
	background: url(../images/btns.png) no-repeat top left;
	text-indent:-9999px; 
	overflow: hidden;
	}
	
div.info p.pdf a { background-position:0 0; }
div.info p.contact a { background-position:-251px 0; }

div.info p.pdf a:hover { background-position:0 -45px;; }
div.info p.contact a:hover { background-position:-251px -45px; }

/*
	Tab
---------------------------------*/
div#tabBox{
	width: 931px;
	margin: 0 auto 15px;
	}

/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    height:48px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 1px 0 0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs li a {
	display:block;
	height: 48px;
	line-height:48px;
	width: 132px;
	padding:0px;
	margin:0px;
	position:relative;
	top:0;
	/*top:1px;*/
	background-position:0 0;
	background: url(../images/tabs2.gif) top left no-repeat;
	text-indent:-9999px; 
	overflow: hidden;
}

ul.tabs li a:active {
    outline:none;
}

/* when mouse enters the tab move the background image 
ul.tabs10 li a:hover {
    background-position: -420px -31px;
}
*/
/* active tab uses a class name "current". its highlight is also done by moving the background image. 
ul.tabs10 li a.current, ul.tabs10 li a.current:hover, ul.tabs10 li.current a {
    background-position:-140px -65px;
    cursor:default !important;
}
*/

ul.tabs li.screen a { background-position:0 -96px;}
ul.tabs li.ticket a { background-position:-132px -96px;}
ul.tabs li.lobby a { background-position:-264px -96px;}
ul.tabs li.car a { background-position:-396px -96px;}
ul.tabs li.rental a { background-position:-528px -96px;}
ul.tabs li.restroom a { background-position:-660px -96px;}
ul.tabs li.other a { background-position:-792px -96px;}

ul.tabs li.screen a:hover { background-position:0 -48px;}
ul.tabs li.ticket a:hover { background-position:-132px -48px;}
ul.tabs li.lobby a:hover { background-position:-264px -48px;}
ul.tabs li.car a:hover { background-position:-396px -48px;}
ul.tabs li.rental a:hover { background-position:-528px -48px;}
ul.tabs li.restroom a:hover { background-position:-660px -48px;}
ul.tabs li.other a:hover { background-position:-792px -48px;}

ul.tabs li.screen a.current { background-position:0 0;}
ul.tabs li.ticket a.current { background-position:-132px 0;}
ul.tabs li.lobby a.current { background-position:-264px 0;}
ul.tabs li.car a.current { background-position:-396px 0;}
ul.tabs li.rental a.current { background-position:-528px 0;}
ul.tabs li.restroom a.current { background-position:-660px 0;}
ul.tabs li.other a.current { background-position:-792px 0;}

/* initially all panes are hidden */
.panes{
	width: 930px;
	}
.panes .pane {
    display:none;
}
/* tab pane styling */
.panes div.tabContent {
	display:none;
	padding:30px;
	/*border:1px solid #88ade5;*/
	border-top:0;
	/*height:100px;*/
	font-size:14px;
	background-color:#fff;
	position: relative;
	overflow: hidden;
	}
div.adtypeHeader{
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
	}
div.adtypeHeader h3{
	float: left;
	}
div.adtypeHeader .type{
	float: right;
	}
div.tabContent div.section{
	width: 420px;
	float: left;
	margin: 0 0 0 30px;
	}
div.tabContent div.sectionLarge{
	width: 600px;
	}
div.tabContent h3{
	margin: 0 0 0.5em;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	color: #19238e;
	}
div.tabContent h3.ttlBlue{
	width: 100%;
	heigth: 24px;
	margin: 0 0 1em;
	padding: 3px 0 0 6px;
	font-size: 13px;
	line-height: 160%;
	color: #fff;
	background: url(../images/bg_h3_tabcontent.gif) top left repeat-x;
	clear: both;
	}
div.tabContent p,
div.tabContent ol,
div.tabContent ul{
	font-size: 14px;
	line-height: 160%;
	margin: 0 0 1em;
}
div.tabContent ul li{
	margin: 0 0 0 1em;
	padding: 0 0 0 10px;
	background:url(../images/list_arrow.gif) 0 6px no-repeat;
}
div.tabContent ol{
	margin: 0 0 0 2em;
	list-style-type: decimal;
	}
div.tabContent ul li ol li{
	padding: 0;
	background:none;
}
div.tabContent table{
	width: 100%;;
	margin: 15px 0 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 160%;
	clear: both;
	}
div.tabContent table th{
	background-color: #ebebeb;
	}
div.tabContent table th.tableTtl{
	color: #FFF;
	background-color: #7c7c7c;
	}
div.tabContent table th,
div.tabContent table td{
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-align: left;
	}
div.tabContent img.chart{
	margin: 1.5em 0 0 125px;
	clear: both;
	}
div.feature{
	padding: 15px;
	background-color: #efefef;
	clear: both;
	}
div.tabContent img.imgRr{
	margin: 0 0 1em;
	float: right;
	}
div.imgHolder{
	width: 500px;
	margin: 0 auto 1em;
	position: relative;
	overflow: hidden;
	}
div.imgBoxL{
	width: 420px;
	margin: 0 0 1em;
	float: left;
	text-align: center;
	}
div.imgBoxS{
	width: 240px;
	text-align: center;
	}
div.imgBoxS p,
div.imgBoxL p{
	margin: 3px 0 0;
	font-size: 12px;
	color: #666;
	}
