@charset "utf-8";
/* CSS Document */

/*
===== CONTENTS ===========================================

  00. reset style
  01. header/Gnavi
  02. pulldown menu layout
  03. content area
  04. footer
  05. common parts 
  06. parallax base

==========================================================
*/
/* -------------------------------------------------------
  00. reset style
------------------------------------------------------- */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin : 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing : 0;
	border         : none;
}
th,
td {
	border: none;
}
fieldset,
img {
	border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font:inherit;
}
del,
ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size  : 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border      : 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}






/*   body style   */
body {
	background-color: #640000;
	color           : #FFFFFF;
	font-family     : Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-style      : normal;
	font-size       : 13px;
	line-height     : 1.5;
	margin          : 0;
	padding         : 0;
}
#layoutPrint{
	display: none;
}


#layoutMain {
	background-color: #040404;
}













/* -------------------------------------------------------
  01. header/Gnavi
------------------------------------------------------- */
/*  header  */
#layoutHeaderWrapRepeat {
	background: url(../img/bg_header.jpg) repeat-x center top #FFF;
}
#layoutHeaderWrap {
	background: url(../img/bg_header.jpg) repeat-x center top #FFF;
	height    : 67px;
	margin    : 0 auto;
	padding   : 23px 0 0;
	width     : 980px;
}
#layoutHeader .logo {
	display: block;
	float  : left;
	width  : 419px;
}
#layoutHeader .headerTitle {
	background : url(../img/pct_title_english.jpg) no-repeat right bottom;
	color      : #808080;
	float      : right;
	font-size  : 11px;
	font-weight: bold;
	height     : 54px;
	padding    : 1px 65px 0 0;
	text-align : right;
	width      : 450px;
}


/* Gnavi  */
#layoutGnaviWrapRepeat {
	background: url(../img/bg_gnavi.jpg) repeat-x left top;
	height    : 151px;
}
#layoutGnaviWrap {
	background: url(../img/bg_gnavi.jpg) repeat-x left top;
	margin: auto;
	width: 980px;
	padding-top: 4px;
}
#layoutGnavi li {
	float  : left;
	margin : 0px;
	padding: 0px;
}
#layoutGnavi li.btn06 {
	float  : right;
}
#layoutGnavi li img {
	display: block;
}

#layoutGnaviInfo {
	clear  : both;
	padding: 4px 0 0;
}
#layoutGnaviInfo .headerTicketTel {
	float: left;
	width: 285px;
}
#layoutGnaviInfo .headerTicketWeb {
	display: block;
	float  : left;
	height : 42px;
	margin : 16px 0 0;
	width  : 207px;
}
#layoutGnaviInfo .socialLink {
	background: url(../img/bg_header_01.jpg) no-repeat left top;
	float     : right;
	height    : 73px;
	padding   : 0px 0 0 0px;
	width     : 470px;
}
#layoutGnaviInfo .socialLink table{
	margin: 0px 0 0 0px;
}
.ie7 .socialLink table{
	margin: 8px 0 0 13px;
}
.ie7 #layoutGnaviInfo .socialLink table{
	margin: 8px 0 0 17px;
}
.socialLink td{
	padding: 0 20px 0 0;
}
.socialLink .facebook{
	padding: 0 5px 0 0;
}
.ie7 .socialLink .facebook{
	padding: 0 0px 0 0;
}
.socialLink .googleplus{
	padding: 0 0px 0 0;
}
.socialLink .tweet{
	padding: 0 20px 0 5px;
}
.socialLink .fb-like{
	position: relative;
	top     : -2px;
}
.ie7 .socialLink .fb-like{
	position: relative;
	top     : px;
}
.socialLink .evernote a{
	position: relative;
	left    : -15px;
}
.ie7 .socialLink .evernote a{
	position: relative;
	top     : 3px;
	left    : -2px;
}
.ie7 .socialLink .mixiWrap{
	position: relative;
	top     : -2px;
}
@media screen and (max-width:490px){
	.fb-like span,
	.fb-like span iframe{ 
		width: 120px !important; 
	}
}
#fb-root{
	display: none;
}











/* -------------------------------------------------------
 	02. pulldown menu layout
------------------------------------------------------- */
#layputPullDownWrap {
	margin    : 0 auto;
	position  : relative;
	width     : 980px;
	z-index   : 10000;
}
.floating_menu{
	display   : none;
	height    : 67px;
	padding   : 13px 0 0 7px;
	position  : absolute;
	top       : -2px;
	width     : 351px;
	z-index   : 300;
}
.floating_menu ul{
	height: 74px;
}
.floating_menu li{
	float : left;
	margin: 0 6px 0 0;
}
.floating_menu a,
.floating_menu img{
	display: block;
}

/*
story menu
*/
#sectionPulldownMenu2 {
	background: url(../img/bg_pulldown_02.jpg) no-repeat left 6px;
	left      : 135px;
}

/*
staff menu
*/
#sectionPulldownMenu3 {
	background: url(../img/bg_pulldown_02.jpg) no-repeat left 6px;
	left      : 311px;
}

/*
ticket menu
*/
#sectionPulldownMenu4 {
	background: url(../img/bg_pulldown_02.jpg) no-repeat left 6px;
	left     : 486px;
}















/* -------------------------------------------------------
  03. content area
------------------------------------------------------- */

.rightSideContent {
	float: right;
	width: 795px;
}

.whiteBoxTop {
	background: url(../img/bg_line_gold_6px.png) repeat-x center top;
	margin    : 0 auto;
	padding   : 6px 0 0;
	width     : 980px;
}
.whiteBoxBottom {
	background: url(../img/bg_line_gold_6px.png) repeat-x center bottom;
	padding   : 0 0 6px;
}
.whiteBox {
	background: url(../img/bg_trans_white.png) repeat left top;
}









/* -------------------------------------------------------
  04. footer
------------------------------------------------------- */

/*
 ticket info area
*/

.ticketAreaTop{
	background: url(../img/bg_ticket_info_top.png) no-repeat left top;
	padding   : 37px 0 0;
}
.ticketAreaBottom {
	background: url(../img/bg_ticket_info_bottom.png) no-repeat left bottom;
	padding   : 0 0 15px;
}
.ticketAreaLeft {
	background: url(../img/bg_ticket_info_left.png) no-repeat left top;
	padding   : 0 0 0 17px;
}
.ticketAreaRight {
	background: url(../img/bg_ticket_info_right.png) no-repeat right top;
	padding   : 0 17px 0 0;
}
.ticketArea {
	background: url(../img/bg_trans_white_light.png) repeat left top;
	padding   : 11px 13px 19px 8px;
}
.ticketArea .ticketAreaLead {
	margin: 0px auto 20px;
	width : 890px;
}
.ticketArea #ticketAreaTitile {
	padding: 0 0 20px;
}
.ticketArea h4{
	margin : 0;
	padding: 0;
}
.ticketArea h4 img{
	display: block;
	margin : 0;
	padding: 0;
}





/*  ticket - tell  */
.ticketArea .leftSide {
	float: left;
	width: 446px;
}
.ticketArea .bgColor{
	background: url(../img/bg_ticket_box.png) repeat left top;
	border    : solid 1px #D3AA59;
	border-top: none;
	min-height: 306px;
	height    : auto !important;
	height    : 306px;
	margin    : 0 0 0 5px;
	padding   : 5px 0px 20px;
	width     : 437pxpx;
}
.ticketArea .leftSide .inner {
	padding: 12px 0 17px 14px;
}
.ticketArea .leftSide h5 {
	padding: 0 0 2px 0px;
}
.ticketArea .leftSide .telNumber {
	display: block;
	float  : left;
	margin : 10px 10px 0 0px;
	width  : 285px;
}
.ticketArea .leftSide .telBtn {
	display: block;
	float  : left;
	height : 40px;
	width  : 109px;
}
.ticketArea .leftSide ul {
	margin: 0 0 0 15px;
}
.ticketArea .leftSide li {
	float: left;
}
.ticketArea .leftSide li img {
	display: block;
}






/*  ticket - web  */
.ticketArea .rightSide {
	float: right;
	width: 446px;
}
.ticketArea .rightSide .bgColor{
	padding: 10px 0px 20px;
}
.ticketArea .rightSide  ul {
	margin: 0 0 0 14px;
	width : 410px;
}
.ticketArea .rightSide li {
	float  : left;
	padding: 0 0 6px;
}
.ticketArea .rightSide li.btnlink01 {
	padding: 3px 0 17px;
}
.ticketArea .rightSide li.btnlink03,
.ticketArea .rightSide li.btnlink05 {
	float: right;
}
.ticketArea .rightSide li.btnlink06 {
	padding: 0 0 0px;
}
.ticketArea .rightSide li img {
	display: block;
}

.ticketGroup{
	padding: 20px 0 0;
}
.photoRights{
	padding   : 5px 0 0;
	text-align: right;
}






/*
 access map area
*/

#layoutFooterAccessRepeat{
	background: url(../img/bg_footer.jpg) repeat-x left top;
	position  : relative;
	z-index   : 1000;
}
#layoutFooterAccess {
	background: url(../img/bg_footer.jpg) repeat-x left top;
	margin    : 0 auto;
	min-height: 462px;
	height    : auto !important;
	height    : 462px;
	width     : 980px;
}
#layoutFooterAccessBG {
	background: url(../img/bg_footer_title.png) no-repeat right 190px;
	padding   : 25px 0 0;
	position  : relative;
}

#layoutFooterAccess .headlineAccess {
	padding: 0 0 20px;
}
#layoutFooterAccess .leftSide {
	float  : left;
	padding: 0 0 33px;
	width  : 520px;
}
#layoutFooterAccess .leftSide .mapBtn {
	display: block;
	float  : left;
	width  : 200px;
}
#layoutFooterAccess .leftSide p {
	float      : left;
	line-height: 1.4;
	padding    : 0 0 0 10px;
	width      : 305px;
}
#layoutFooterAccess .leftSide span {
	display: block;
	padding: 10px 0 10px;
}
#layoutFooterAccess .rightSide {
	float   : right;
	width   : 455px;
}
#layoutFooterAccess .rightSide ul {
	float  : left;
	padding: 0 36px 0 0;
}
#layoutFooterAccess .rightSide .sitemap02 {
	padding: 0;
}
#layoutFooterAccess .rightSide li {
	padding: 0 0 4px;
}
#layoutFooterAccessBG .socialLink {
	background: url(../img/border_footer_01.png) repeat-x left top;
	clear     : both;
	padding   : 25px 0 0;
}
#layoutFooterAccessBG .socialLink h2 {
	margin: 0px auto 5px;
	width : 436px;
}
#layoutFooterAccessBG .socialLink table {
	margin: 0px auto;
	width : 436px;
}
#layoutFooterAccess .pageTopBottom {
	position: absolute;
	right   : 0px;
	top     : 319px;
}







/*
 copy right area
*/
#layoutFooterCopy {
	padding: 60px 0 20px;
}
#layoutFooterCopy dd {
	float  : left;
	padding: 0 10px 0 0;
}
#layoutFooterCopy dd.lastChild {
	padding: 0 0px 0 0;
}
#layoutFooterCopy .supportList {
	float  : left;
	padding: 0 40px 0 0;
	width  : 252px;
}
#layoutFooterCopy .linkList {
	float: left;
	width: 220px;
}
#layoutFooterCopy .linkList li {
	padding: 0 0 5px;
}
#layoutFooterCopy .copyright {
	float     : right;
	font-size : 11px;
	padding   : 5px 0 0; 
	text-align: right;
	width     : 440px;
}
#layoutFooterCopy .copyright address {
	font-size: 10px;
	margin   : 6px 0 0;
}














/* -------------------------------------------------------
  07. common parts 
------------------------------------------------------- */
/*   link style   */
a {
	color          : #FFFFFF;
	outline        : none;
	text-decoration: none;
}
a:hover {
	color          : #E7CF88;
	text-decoration: underline;
}






/*   clear   */
.clr {
	border   : none;
	clear    : both;
	font-size: 1%;
	margin   : 0;
	padding  : 0;
}






/*   clearfix   */
.clearfix{
    zoom: 1;
}
.clearfix:after{
    content   : ".";
    display   : block;
    height    : 0px;
    clear     : both;
    visibility: hidden;
}
* html .clearfix{
	display     : inline-table;
	/*\*/display: block;/**/
}






/*  side navi  */
#layoutWrap{
	position: relative;
}
#layoutLeft{
	position: absolute;
	right   : 0;
	z-index : 9998;
}
#sideBar {
	display:none;
	position: absolute;
	right   : 0;
}
#sideBar li{
	padding: 0;
}
#sideBar .ticketBtn{
	padding: 0 0 10px;
}
#sideBar li img,
#sideBar li a{
	display: block;
	margin : 0;
	padding: 0;
}






/*  icon style  */
.iconArrowGold {
	background: url(../img/icon_arrow_gold.gif) no-repeat left center;
	padding   : 0 0 0 12px;
}
.iconArrowGold:hover {
	background: url(../img/icon_arrow_gold.gif) no-repeat 2px center;
}

.iconPdf {
	background: url(../img/icon_pdf.gif) no-repeat left center;
	padding   : 0 0 0 20px;
}
.iconText {
	background: url(../img/icon_text.gif)  no-repeat left center;
	padding   : 0 0 0 18px;
}
span.iconArrowGold{
	color: #9A9A9A;
}
span.iconArrowGold:hover{
	background: url(../img/icon_arrow_gold.gif) no-repeat left center;
	color     : #9A9A9A;
}





/*  headline style  */
.headlineContent {
	float: left;
	width: 143px;
}

.headlineContentSub{
	padding: 0 0 40px;
}







/*  access map style  */
#map {
	background: #000;
}
#map p {
	border : 1px solid #666666;
	padding: 10px 0 10px 300px;
}
#map .mapImage{
	display: block;
}






/*  display style  */
.displayNon{
	display: none;
}






/*  noscript style  */
noscript p {
	background-color: #FFE3E4;
	border          : 2px solid #C00;
	color           : #C00;
	font-size       : 13px;
	font-weight     : bold;
	margin          : 15px auto;
	padding         : 15px;
	text-align      : center;
	width           : 890px;
}






/*  text style  */
.textSeparate{
	display: block;
	padding: 1em 0 0;
}
.textYellow {
	color: #C08300;
}










/* -------------------------------------------------------
  06. parallax base
------------------------------------------------------- */

/*  wrapper  */
.content_block{
	overflow: hidden;
	position: relative;
	width   : 100%;
}






/*  parallax image  */
.parallax{
	position: absolute;
}





/*  parallax content  */
.content_inner{
	position: relative;
	margin  : auto;
	padding : 100px 0;
}
.txt_area{
	margin  : auto;
	position: relative;
	width   : 960px;
}
.txt_area_inner{
	margin  : auto;
	position: relative;
	z-index : 5;
}
