@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: #000;
	color           : #ede1d2;
	font-family     : Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-style      : normal;
	font-size       : 14px;
	line-height     : 1.5;
	margin          : 0;
	min-width       : 980px;
	padding         : 0;
}



#layoutWrap{
	min-width:100%;
}
	





/* -------------------------------------------------------
  01. header/Gnavi
------------------------------------------------------- */


/*  header  */
#layoutHeaderWrapRepeat {
	background: #140000;
}
#layoutHeaderWrap {
	background:url(../img/bg_header_title.jpg) no-repeat 0 0 #140000;
	margin    : 0 auto;
	width     : 980px;
}
#layoutHeader img{
	display: block;
}
#layoutHeader .logo {
	display: block;
	float  : left;
	width  : 299px;
}



/* Gnavi  */
#layoutGnaviWrapRepeat {
	background: url(../img/bg_gnavi.jpg) repeat-x left top;
	clear     : both;
	height    : 90x;
}
#layoutGnaviWrap {
	background: url(../img/bg_gnavi.jpg) repeat-x left top;
	margin    : auto;
	width     : 981px;
}
#layoutGnavi li {
	float  : left;
	margin : 0px;
	padding: 0px;
}
#layoutGnavi li img {
	display: block;
}

#layoutGnaviInfo {
	clear  : both;
}
#layoutGnaviInfo .headerTicketTel {
	float: left;
	width: 285px;
}
#layoutGnaviInfo .headerTicketWeb {
	display: block;
	float  : left;
	height : 38px;
	margin : 16px 0 0;
	width  : 203px;
}
#layoutGnaviInfo .socialLink {
	background: url(../img/bg_header_01.png) no-repeat left top;
	float     : right;
	height    : 73px;
	padding   : 0px 0 0 0px;
	width     : 471px;
}
#layoutGnaviInfo .socialLink table{
	margin: 0px 0 0 10px;
}
.socialLink td{
	padding: 0 20px 0 0;
}
.socialLink .facebook{
	padding: 0 5px 0 0;
}
.socialLink .googleplus{
	padding: 0 0px 0 0;
}

.socialLink .fb-like{
	position: relative;
	top     : 1px;
	left    : -14px;
}
@media screen and (max-width:490px){
	.fb-like span,
	.fb-like span iframe{ 
		width: 100px !important; 
	}
}
#fb-root{
	display: none;
}

iframe.twitter-share-button {
width: 110px!important;
}




/* web-box  */

#layoutWebboxWrapRepeat {
	background: url(../img/bg_webbox.jpg) repeat-x left top;
	clear     : both;
	height    : 60px;
}
#layoutWebboxWrap {
	background : url(../img/bg_webbox.jpg) repeat-x left top;
	margin     : auto;
	width      : 980px;
	padding-top: 13px;
}

#layoutWebboxWrap img {
	float:left;
}

/*   social link area   */
.topSocial{
	padding: 8px 0 0px;
}
.topSocial .topSocialInner{
	float: right;

}
.socialLink .tweet{
	padding: 1px 0px 0 0px;
}
.socialLink.topSocial .facebook{
	padding: 0px 0 0 0px;
}
.socialLink.topSocial .mixi{
	padding: 1px 0 0 0px;
}
.socialLink.topSocial .googleplus{
	padding : 1px 0 0 10px;
	width   : 65px;
	overflow:hidden;	
}

div.tweet,div.facebook,div.mixi,div.googleplus{
	float:left;
}










/* -------------------------------------------------------
  03. content area
------------------------------------------------------- */

#layoutMain .contentBlock {
	margin     : 0 auto;
	line-height: 1.7;
	width      : 920px;
}
#layoutMain .headTitleBlcok {
	margin: 0 auto;
	width : 980px;
}
#layoutMain .headTitleBlcok img {
	display: block;
}


#layoutMain {
	background: url(../img/bg_common_bottom.jpg) no-repeat center bottom #140000;
	height    : auto;
	padding   : 0 0 300px;
}
#top #layoutMainInner{
	background : none;
	min-width  : 980px;
	padding-top: 50px;
}
#layoutMainInner{
	background : url(../img/bg_mainContentsTop.png) no-repeat left top;
	min-width  : 980px;
	padding-top: 50px;
	width      : 980px;
	margin     : 0 auto;
}
#contentMain {
	margin : 0px auto 0; 
	width  : 880px;
	padding: 0 50px;
}


.underLineHead{
	background    :url(../../img/pct_border_red.png) no-repeat left bottom;
	height        :80px;
	margin-bottom :45px;
}







/* -------------------------------------------------------
  04. footer
------------------------------------------------------- */

/*
 ticket info area
*/


#layoutFooterTicket {
	background: url(../img/bg_ticket_footer_repeat.png) repeat-x left top;
	height    : 790px;
	min-width : 980px;
	position  : relative;
}
#footerTopDecoration{
	background: url(../img/bg_ticket_foote_topr_repeat.png) repeat-x left top;
	position  : absolute;
	height    : 29px;
	width     : 100%;
	top       : -28px;
}
#layoutFooterTicketInner {
	height    : 790px;
	margin    : 0 auto;
	min-width : 980px;
	padding   : 39px 0 0;
}

#footerTitleBlock {
	text-align   : center;
	width        : 980px;
	margin       : 0 auto 39px;
}


#layoutFooterTicket #ticketWrap{
	margin    : 0 auto;
	width     : 980px;
}
#layoutFooterTicket #ticketWrap img{
	display: block;
}

.ticketGroupText{
	clear     : both;
	margin    : 0 auto;
	width     : 980px;
	text-align: center;
}
#layoutFooterTicket #ticketWrap  .ticketGroupText img{
	display:inline;
}



/*  ticket - tell  */
#layoutFooterTicket .leftSide {
	float: left;
	width: 485px;
}
#layoutFooterTicket .bgColor{
	padding   : 13px 0 30px 48px;
}
#layoutFooterTicket .leftSide .inner {
	padding-bottom: 20px;
}
#layoutFooterTicket .leftSide .telNumber {
	display: block;
	float  : left;
	margin : 10px 0px 0 0px;
}
#layoutFooterTicket .leftSide .telBtn {
	display: block;
	float  : left;
	margin : 10px 0px 0 0px;	
}
#layoutFooterTicket .leftSide ul {
	padding: 0 0 0 0px;
}
#layoutFooterTicket .leftSide li {
	float: left;
}
#layoutFooterTicket .leftSide li.right {
	margin-left:10px;
}
#layoutFooterTicket .leftSide li.first {
	margin-bottom:10px;
}




/*  ticket - web  */
#layoutFooterTicket .rightSide {
	float: right;
	width: 455px;
}
#layoutFooterTicket .rightSide .bgColor{
	padding: 17px 0px 0px 44px;
}
#layoutFooterTicket .rightSide  ul {
}
#layoutFooterTicket .rightSide li {
	float  : left;
	padding: 0 0 11px;
}
#layoutFooterTicket .rightSide li.btnlink01 {
	padding: 0 0 20px;
}
#layoutFooterTicket .rightSide li.btnlink03,
#layoutFooterTicket .rightSide li.btnlink05 {
	float: right;
}
#layoutFooterTicket .rightSide li.btnlink06 {
	padding: 0 0 0px;
}



/*
 SideBtn Area
*/


#sideBtn{
	opacity : 0;
	position: absolute;
	bottom  : 0px;
	padding : 0;
	right   : 0px;
	z-index : 9998;
}
#sideBtn.fixed {
    bottom  : 0;	
    padding : 0px;
    position: fixed;
    right   : 0px;
}

#sideBtn ul{
	width:250px;
}
#sideBtn li{
	float:left;
}
#sideBtn li#secondSideBtn{
	margin:41px 0 0 0px;
}

/*
 access map area
*/
#layoutFooterAccess {
	background: url(../img/bg_access_top_repeat.png) repeat-x top left #320000;
	margin    : 0 auto;
	min-width : 980px;
	padding   : 70px 0 65px;
}
#layoutFooterAccessInner{
	color   : #FFF;
	margin  : 0 auto;
	position: relative;
	width   : 980px;
}
#layoutFooterAccess .headlineAccess {
	margin: 0 0 18px;
}
#layoutFooterAccess .leftSide {
	float        : left;
	font-size    : 13px;
	width        : 600px;
	margin-bottom: 30px;
}
#layoutFooterAccess .leftSide .inner{
	padding: 0 0 0 9px;
}
#layoutFooterAccess .leftSide .mapBtn {
	display: block;
	float  : left;
	width  : 210px;
}
#layoutFooterAccess .leftSide p {
	float      : left;
	line-height: 1.4;
	padding    : 0 0 0 10px;
	width      : 355px;
}
#layoutFooterAccess .leftSide span {
	display: block;
	padding: 10px 0 20px;
}
#layoutFooterAccess .rightSide {
	float   : left;
	width   : 600px;
}
#layoutFooterAccess .rightSide ul {
	width   : 460px;
}
#layoutFooterAccess .rightSide li {
	float   : left;
	padding : 0 15px 10px 0;
}







/*
 SocialLink area
*/
#layoutSocialLink{
	background: url(../img/bg_footer_share.png) no-repeat 0 0;
	height    : 268px;
	width     : 260px;
	padding   : 0 22px;
	position  : absolute;
	right     : 0;
	top       : 22px;
}
#layoutSocialLink .socialLink {
	margin    : 0 auto;
	text-align: center;
	width     : 260px;
}
#layoutSocialLink  h2{
	text-align: center;
	padding   : 25px 0 10px;
}

#footerBnr{
	margin-top:15px;
}


#secondTable{
	margin:5px 0 0;
}



#layoutFooterAccessInner .socialLink .fb-like {
	top: -3px;
}


/*
 copy right area
*/

#layoutFooterCopyWrap {
	background: url(../img/bg_footer_repeat.png) repeat-x left top;
	height    : 110px;
	min-width :  980px;
}
#layoutFooterCopy {
	height : 73px;
	margin : 0 auto;
	padding: 34px 0 0;
	width  : 980px;
}
#layoutFooterCopy #footerSupportTitle {
	float:left;
}
#layoutFooterCopy dd {
	float: left;
	padding: 0 10px 0 0;
}
#layoutFooterCopy dd.lastChild {
	padding: 0 0px 0 0;
}

#layoutFooterCopy .supportList {
	float  : left;
	padding: 0 10px 0 15px;
	width  : 252px;
}
#layoutFooterCopy .linkList {
	float     : left;
	margin-top: 5px;
	width     : 150px;
}
#layoutFooterCopy .linkList li {
	font-size :11px;
	padding   : 0 0 5px;
}
#layoutFooterCopy .copyright {
	color     : #FFF;
	float     : right;
	font-size : 11px;
	padding   : 5px 0 0; 
	text-align: right;
	width     : 415px;
}
#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          : #ffc800;
	text-decoration: none;
}




/*   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;
	overflow  : hidden;
}
*html .clearfix{
	display     : inline-table;
	/*\*/display: block;/**/
}




/*  side navi  */
#layoutLeft{
	display : none;
	padding : 0 0 0 0px;
	position: absolute;
	right   : 0;
	z-index : 9998;
}
#layoutLeft li{
	padding: 0 0 10px;
}




/*  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;
}




/*  icon style   */
.iconArrowGold{
	background: url(../img/icon_arrow_yellow.png) no-repeat 1px 7px;
	padding   : 0 0 0 10px;
}
.mac .iconArrowGold{
	background: url(../img/icon_arrow_yellow.png) no-repeat 1px 3px;
	padding   : 0 0 0 10px;
}
