@charset "utf-8";


/*------------------------------------------------------------
common
------------------------------------------------------------ */
@import url("common.css");
@import url("contents_common.css");


/*------------------------------------------------------------
contentsTitle
------------------------------------------------------------ */
#suntory_contents #contentsTitle {
	height: 150px;
	background: #28c4f4 url('../img/theme/bg_title.png') no-repeat center 0;
}
#suntory_contents #contentsTitle .inner {
	margin: 0 auto;
	width: 960px;
	height: 150px;
	position: relative;
}
#suntory_contents #contentsTitle h1 {
	width: 609px;
	height: 170px;
	background: url('../img/theme/title.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 0px;
	left: 250px;
}
#suntory_contents #contentsTitle p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*------------------------------------------------------------
pageTop
------------------------------------------------------------ */
#suntory_contents #pageTop {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
#suntory_contents #pageTop p {
	margin: 0 auto;
	width: 1132px;
}
#suntory_contents #pageTop p { /zoom :1; }
#suntory_contents #pageTop p:after { content :''; display :block; clear :both; }

#suntory_contents #pageTop p a {
	width: 66px;
	height: 70px;
	background: url('../img/btn_top.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: right;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------ */
#suntory_contents #contents {
	background: #ddd url('../img/cmn_bg.png') no-repeat center 0;
	min-height: 500px;
	padding-bottom: 50px;
}


/*------------------------------------------------------------
container
------------------------------------------------------------ */
#suntory_contents #container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 100;
}
#suntory_contents #container { /zoom :1; }
#suntory_contents #container:after { content :''; display :block; clear :both; }


/*------------------------------------------------------------
main
------------------------------------------------------------ */
#suntory_contents #main {
	margin: 40px 0 0;
	width: 710px;
	float: right;
}

#suntory_contents section {
	width: 710px;
	padding-bottom: 10px;
	background: url('../img/section_btm.png') no-repeat 0 bottom;
		overflow: hidden;
}

#suntory_contents section section {
	width: auto;
	margin: 0 auto 1em;
	padding: 0;
	background: none;
}
#suntory_contents section section:last-child {
	margin: 0 auto;
}

#suntory_contents section section { /zoom :1; }
#suntory_contents section section:after { content :''; display :block; clear :both; }



/*------------------------------------------------------------
outline
------------------------------------------------------------ */
#suntory_contents #outline {
	padding: 30px 0 0;
	background: url('../img/theme/bg_outline_top.png') no-repeat left top;
}
#suntory_contents #outline .inner {
	background: #68d6f7;
	padding: 0 30px 30px 40px;
}
#suntory_contents #outline .inner { /zoom :1; }
#suntory_contents #outline .inner:after { content :''; display :block; clear :both; }

#suntory_contents #outline .text {
	width: 420px;
	float: left;
}
#suntory_contents #outline .text p {
	margin-bottom: 1em;
	font-size: .875em;
	line-height: 1.8;
}

#suntory_contents #outline .text p.btnHistory01 a {
	margin-bottom: 10px;
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history.png') no-repeat 0 0;
	float: right;
}
#suntory_contents #outline .text p.btnHistory01 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#suntory_contents #outline .text p.btnHistory02 a {
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history.png') no-repeat 0 -32px;
	float: right;
}
#suntory_contents #outline .text p.btnHistory02 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

#suntory_contents #outline ul {
	clear: both;
	width: 422px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
#suntory_contents #outline ul li a {
	width: 202px;
	height: 40px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 20px;
}
#suntory_contents #outline .btn01 a {
	background: url('../img/theme/btn_outline.png') no-repeat 0 0;
	left: 0;
}
#suntory_contents #outline .btn02 a {
	background: url('../img/theme/btn_outline.png') no-repeat -202px 0;
	left: 218px;
}
#suntory_contents #outline .btn01 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#suntory_contents #outline .btn02 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

#suntory_contents #outline figure {
	margin: 0;
	float: right;
}
#suntory_contents #outline figure img {
	vertical-align: top;
}
#suntory_contents #outline figure figcaption {
	width: 180px;
	height: 46px;
	position: relative;
	background: url('../img/bg_outline02_btn_profile.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #outline figure figcaption p a {
	width: 150px;
	height: 31px;
	background: url('../img/theme/btn_profile.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
}
#suntory_contents #outline figure figcaption p a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}


/*------------------------------------------------------------
notice
------------------------------------------------------------ */
/*#suntory_contents #notice {
	clear: both;
	padding: 25px 0 0;
}
#suntory_contents #notice dl {
	background: #fff;
	padding: 20px;
}
#suntory_contents #notice dt {
	font-size: .875em;
	line-height: 1.8;
	font-weight: bold;
	color: #f00;
}
#suntory_contents #notice dd {
	font-size: .75em;
	line-height: 1.8;
	color: #f00;
}*/

/*------------------------------------------------------------
program01
------------------------------------------------------------ */
#suntory_contents #program01 {
	background: #fff url('../img/bg_section_btm.png') no-repeat 0 bottom;
	padding:0 0 10px;
}

#suntory_contents #program01 .inner {
	background: #fff;
	padding: 30px 30px 15px;
}


#suntory_contents #program01 #programTitle01 {
	margin-bottom: 20px;
	background: #e9e9e9;
	padding: 15px;
}
#suntory_contents #program01 #programTitle01 { /zoom :1; }
#suntory_contents #program01 #programTitle01:after { content :''; display :block; clear :both; }


#suntory_contents #program01 #programTitle01 h3 {
	margin-bottom: 12px;
	width: 143px;
	height: 20px;
	background: url('../img/theme/tl_program01.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #program01 #programTitle01 p {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5;
}
#suntory_contents #program01 #programTitle01 p.note {
	font-weight: normal;
}

/*------------------------------------------------------------
item
------------------------------------------------------------ */
#suntory_contents .item {
	margin-bottom: 15px;
}
#suntory_contents .item { /zoom :1; }
#suntory_contents .item:after { content :''; display :block; clear :both; }


#suntory_contents .item h4 {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
}
#suntory_contents .item p {
	margin: 0 3em 0 1.25em;
	text-indent: -1.25em;
	font-size: .875em;
	line-height: 1.8;
	font-weight: bold;
}

#suntory_contents .item p.list {
	margin: 0 0 1em 15.45em;
	text-indent: -15.45em;
}
#suntory_contents .item p span.marker {
	margin-right: .25em;
	color: #48b4ee;
}
#suntory_contents .item p span.marker2 {
	margin-right: .25em;
	color: #4991f4;
}
#suntory_contents .item p span.icon {
	margin-left: 5px;
	vertical-align: middle;
}
#suntory_contents .item p span.delegate {
	margin-left: 5px;
	font-size: .75em;
	vertical-align: top;
	font-weight: bold;
	color: #9c6f18;
}
#suntory_contents .item p.small {
	margin: 0 0 .5em 1.25em;
	text-indent: 0;
	font-size: .875em;
	line-height: 1.25;
	font-weight: bold;
}
#suntory_contents .item p.small span {
	font-size: .75em;
	color: #9c6f18;
	font-weight: bold;
}

#suntory_contents .item .note {
	margin-bottom: 20px;
	font-size: .8125em;
	line-height: 1.8;
}

#suntory_contents #program02 .item .note {
	margin: 1em 0;
}
#suntory_contents #program03 .item .note {
	margin: 1em;
}

#suntory_contents .item .other {
	margin: -1.875em 2em 0 0;
	text-indent: 0;
	text-align: right;
	font-size: .875em;
	line-height: 1.8;
	font-weight: bold;
}

#suntory_contents #notePortrait { /zoom :1; }
#suntory_contents #notePortrait:after { content :''; display :block; clear :both; }

#notePortrait .note {
	width: 320px;
	float: left;
}



/*------------------------------------------------------------
portraitContainer
------------------------------------------------------------ */
#suntory_contents #portraitContainer01 {
	margin: 0 0 20px 0;
	width: 254px;
	height: 160px;
	position: relative;
	float: right;
}
#suntory_contents #portraitContainer01 .portrait01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #portraitContainer01 .portrait02 {
	position: absolute;
	top: 0px;
	left: 132px;
}
#suntory_contents #portraitContainer01 figcaption,
#suntory_contents #portraitContainer02 figcaption,
#suntory_contents #portraitContainer03 figcaption {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0px;
}

#suntory_contents #portraitContainer02 {
	margin: 0 0 30px 0;
	width: 650px;
	height: 160px;
	position: relative;
}

#suntory_contents #portraitContainer02 .portrait01 {
	position: absolute;
	top: 0px;
	left: 132px;
}
#suntory_contents #portraitContainer02 .portrait02 {
	position: absolute;
	top: 0px;
	left: 264px;
}
#suntory_contents #portraitContainer02 .portrait03 {
	position: absolute;
	top: 0px;
	left: 396px;
}

#suntory_contents #portraitContainer03 {
	margin: 0 0 30px 0;
	width: 650px;
	height: 160px;
	position: relative;
}

#suntory_contents #portraitContainer03 .portrait01 {
	position: absolute;
	top: 0px;
	left: 396px;
}
#suntory_contents #portraitContainer03 .portrait02 {
	position: absolute;
	top: 0px;
	left: 528px;
}


/*------------------------------------------------------------
ticketInfo
------------------------------------------------------------ */
#suntory_contents .ticketInfo {
	margin-bottom: 10px;
	background: #dbd5bd;
	padding: 15px;
}

#suntory_contents .ticketInfo h4 {
	margin-bottom: 15px;
	background: url('../img/marker_ticketInfo.png') no-repeat 0 .3em;
	font-size: .9375em;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0 0 20px;
}

#suntory_contents .ticketInfo ul {
	text-align: center;
}
#suntory_contents .ticketInfo ul li {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

#suntory_contents .btnMember a {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
#suntory_contents .btnMember a:hover {
	background: url('../img/btn_ticket.png') no-repeat 0 -47px;
}

#suntory_contents .btnMember.teaser {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#suntory_contents .btnGeneral a {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat -242px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
#suntory_contents .btnGeneral a:hover {
	background: url('../img/btn_ticket.png') no-repeat -242px -47px;
}

#suntory_contents .btnGeneral.teaser {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat -242px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#suntory_contents .date {
	font-size: .75em;
	line-height: 1.8;
}

#suntory_contents .noteContainer {
	margin: 10px 0 0px;
}
#suntory_contents .noteContainer { /zoom :1; }
#suntory_contents .noteContainer:after { content :''; display :block; clear :both; }

#suntory_contents .ticketNote {
	font-size: .75em;
	line-height: 1.8;
}
#suntory_contents .ticketNote li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#suntory_contents .external {
	background: url('../img/icon_external.png') no-repeat right center;
	padding-right: 14px;
}


/*------------------------------------------------------------
setTicket
------------------------------------------------------------ */
#suntory_contents .setTicket {
	margin-bottom: 1em;
}
#suntory_contents .setTicket h4 {
	margin: 5px;
	font-size: .875em;
	font-weight: bold;
	border-left: 5px solid #6dc1ee;
	padding: 5px 0 5px 15px;
}
#suntory_contents .setTicket .text {
	margin-left: 15px;
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents .setTicket .note {
	margin-left: 15px;
	font-size: .75em;
	line-height: 1.6;
}


/*------------------------------------------------------------
membersClub
------------------------------------------------------------ */
/*#suntory_contents #membersClub {
	border: 2px solid #48b4ee;
	padding: 15px;
}
#suntory_contents #membersClub h4 {
	margin-bottom: 10px;
	font-size: .875em;
	font-weight: bold;
	line-height: 1.8;
	color: #006699;
}
#suntory_contents #membersClub ul {
	margin-bottom: 10px;
}
#suntory_contents #membersClub li {
	font-size: .75em;
	line-height: 1.8;
}
#suntory_contents #membersClub p {
	font-size: .75em;
	line-height: 1.8;
}
#suntory_contents #membersClub p .external {
	background: url('../img/icon_external.png') no-repeat right .2em;
	padding-right: 14px;
}*/

/*------------------------------------------------------------
program02
------------------------------------------------------------ */
#suntory_contents #program02 {
	margin-bottom: 40px;
}
#suntory_contents #program02 .inner {
	background: #fff;
	padding: 30px 30px 15px;
}

#suntory_contents #program02 #programTitle02 {
	margin-bottom: 20px;
	background: #e9e9e9;
	padding: 15px;
	position: relative;
}
#suntory_contents #program02 #programTitle02 { /zoom :1; }
#suntory_contents #program02 #programTitle02:after { content :''; display :block; clear :both; }


#suntory_contents #program02 #programTitle02 h3 {
	margin-bottom: 12px;
	width: 143px;
	height: 20px;
	background: url('../img/theme/tl_program02.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #program02 #programTitle02 p {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5;
}
#suntory_contents #program02 #programTitle02 p.note {
	margin-bottom: 0;
	font-weight: normal;
}

#suntory_contents #program02 #programTitle02 .btnSeat a {
	width: 152px;
	height: 32px;
	background: url('../img/theme/btn_pdf_seat.png') no-repeat 0 0;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 31px;
	left: 483px;
}
#suntory_contents #program02 #programTitle02 .btnSeat a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/*------------------------------------------------------------
ticketInfoSet
------------------------------------------------------------ */
#suntory_contents #program02 #ticketInfoSet {
	margin: 20px 0 0;
	background: #a3d9f6;
	padding: 15px;
}
#suntory_contents #program02 #ticketInfoSet .set {
	background: url('../img/marker_ticketInfo_set.png') no-repeat 0 .3em;
	padding: 0 0 0 22px;
}
#suntory_contents #program02 #ticketInfoSet h4 {
	margin: 0 0 10px 0;
	text-indent: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}

#suntory_contents #program02 #ticketInfoSet p {
	margin: 0 0 0 38px;
	font-size: .75em;
	line-height: 1.5;
}

/*------------------------------------------------------------
contents text common
------------------------------------------------------------ */
#suntory_contents .commonbody .text p.note {
	margin: 2em 0 0 4.5em;
	text-indent: -4.5em;
	font-size: .75em;
	line-height: 1.5;
}
#suntory_contents .commonbody .text p.note b {
	margin-right: .5em;
	font-weight: bold;
}
#suntory_contents .commonbody .text p sup {
	font-size: .75em;
	font-weight: bold;
	vertical-align: text-top;
	line-height: 1em;
	margin: 0 0 0 .3em;
}
#suntory_contents .commonbody .text p.signature {
	text-align: right;
}

/*------------------------------------------------------------
contents title common
#profile #about #messageCmp #messagePfm
------------------------------------------------------------ */
#suntory_contents .commonbody {
	margin-bottom: 40px;
}
#suntory_contents .commonbody .inner {
	background: #fff;
	padding: 30px;
}

#suntory_contents .commonbody .text {
	width: 650px;
}
#suntory_contents .commonbody .text { /zoom :1; }
#suntory_contents .commonbody .text:after { content :''; display :block; clear :both; }

#suntory_contents .commonbody h2 {
	width: 680px;
	height: 47px;
	background-color: #28c4f4;
	border-radius: 5px 5px 0 0;
/*	background: url('../img/producer01/tl_contentsh2.png') no-repeat 0 0;*/
	color:#fff;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 47px;
	padding-left: 30px;
}
#suntory_contents .commonbody .text h3 {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .commonbody .text h4 {
	margin-bottom: .5em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .commonbody .text p {
	margin-bottom:1em;
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents .commonbody .text p:last-child {
	margin-bottom:0;
}
#suntory_contents .commonbody section figure.right {
	margin: 0 0 25px 30px;
	float: right;
}
#suntory_contents .commonbody section figure.left {
	margin: 0 30px 25px 0;
	float: left;
}

/*------------------------------------------------------------
profile
------------------------------------------------------------ */
#suntory_contents #profile .text {
	padding: 30px 0 40px;
	border-top: 1px solid #dddddd;
}
#suntory_contents #profile .text.firstChild {
	padding-top: 0;
	border-top: none;
}
#suntory_contents #profile .text { /zoom :1; }
#suntory_contents #profile .text:after { content :''; display :block; clear :both; }

#suntory_contents #profile .text h3 {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents #profile .text p {
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents #profile .text p.signature {
	text-align: right;
}
#suntory_contents #profile figure {
	margin: 0 0 20px 20px;
	height: 150px;
	float: right;
	overflow: hidden;
}
#suntory_contents #profile figure.mainperson {
		height: 240px;
}
#suntory_contents #profile .btnProfile {
	margin: 0 0 30px 97px;
	width: 465px;
	height: 38px;
}
#suntory_contents #profile .btnProfile li {
	width: 145px;
	height: 38px;
	float: left;
	margin-right: 10px;
}
#suntory_contents #profile .btnProfile li a {
	width: 130px;
	height: 100%;
	padding: 0 15px 0 0;
	display: block;
	border-radius: 5px;
	color: #000;
	font-size: 0.875em;
	line-height: 38px;
	text-align: center;
	background: url(../img/mark_arrow_down.png) no-repeat 120px center  #93e1f9;
	background-size: 12px;
}
#suntory_contents #profile .btnProfile li a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#suntory_contents #profile .btnProfile li .whcircle{
	background: #FFF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 18px;
	font-size: 0.714em;
	margin: 0 3px;
}
#suntory_contents #profile .day {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
	padding: 5px 10px;
	background:#93e1f9;
}


/*------------------------------------------------------------
contentsTitle2
------------------------------------------------------------ */
#suntory_contents #contentsTitle2 {
	margin: 60px 0 0;
	height: 150px;
	background: #4991f4 url('../img/theme/bg_title2.png') no-repeat center 0;
}
#suntory_contents #contentsTitle2 .inner {
	margin: 0 auto;
	width: 960px;
	height: 150px;
	position: relative;
}
#suntory_contents #contentsTitle2 h1 {
	width: 609px;
	height: 170px;
	background: url('../img/theme/title2.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 0px;
	left: 250px;
}
#suntory_contents #contentsTitle2 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*------------------------------------------------------------
contents2
------------------------------------------------------------ */
#suntory_contents #contents2 {
	background: #ddd url('../img/cmn_bg.png') no-repeat center 0;
	min-height: 500px;
}


/*------------------------------------------------------------
container2
------------------------------------------------------------ */
#suntory_contents #container2 {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 10;
}
#suntory_contents #container2 { /zoom :1; }
#suntory_contents #container2:after { content :''; display :block; clear :both; }


/*------------------------------------------------------------
main2
------------------------------------------------------------ */
#suntory_contents #main2 {
	margin: 40px 0 0;
	width: 710px;
	float: right;
}

/*------------------------------------------------------------
outline2
------------------------------------------------------------ */
#suntory_contents #outline2 {
	padding: 30px 0 0;
	background: url('../img/theme/bg_outline2_top.png') no-repeat left top;
}
#suntory_contents #outline2 .inner {
	background: #7fb2f7;
	padding: 0 30px 30px 40px;
}
#suntory_contents #outline2 .inner { /zoom :1; }
#suntory_contents #outline2 .inner:after { content :''; display :block; clear :both; }

#suntory_contents #outline2 .text {
}
#suntory_contents #outline2 .text p {
	margin-bottom: 1em;
	font-size: .875em;
	line-height: 1.8;
}

#suntory_contents #outline2 .text .btnHistory01 a {
	margin: 0;
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history2.png') no-repeat 0 0;
	float: right;
}
#suntory_contents #outline2 .text .btnHistory01 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#suntory_contents #outline2 .text .btnHistory02 a {
	margin: 0 0 0 20px;
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history2.png') no-repeat 0 -32px;
	float: right;
}
#suntory_contents #outline2 .text .btnHistory02 a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}




/*------------------------------------------------------------
program03
------------------------------------------------------------ */
#suntory_contents #program03 {
	/*margin-bottom: 40px;*/
}
#suntory_contents #program03 .inner {
	background: #fff;
	padding: 30px 30px 15px;
}

#suntory_contents #program03 #programTitle03 {
	margin-bottom: 20px;
	background: #e9e9e9;
	padding: 15px;
	position: relative;
}
#suntory_contents #program03 #programTitle03 { /zoom :1; }
#suntory_contents #program03 #programTitle03:after { content :''; display :block; clear :both; }


#suntory_contents #program03 #programTitle03 h3 {
	margin-bottom: 12px;
	width: 346px;
	height: 20px;
	background: url('../img/theme/tl_program03.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#suntory_contents #program03 h4 {
	font-size: .875em;
	font-weight: bold;
	color: #4991f4;
}
#suntory_contents #program03 .ticketInfo h4 {
	color: #000;
}

#suntory_contents #program03 #programTitle03 p {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5;
}
#suntory_contents #program03 #programTitle03 p.note {
	margin-bottom: 0;
	font-weight: normal;
}

#suntory_contents #program03 #programTitle03 .btnSeat a {
	width: 152px;
	height: 32px;
	background: url('../img/theme/btn_pdf_seat.png') no-repeat 0 0;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 31px;
	left: 483px;
}
#suntory_contents #program03 #programTitle03 .btnSeat a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/*------------------------------------------------------------
ticketInfoSet
------------------------------------------------------------ */
#suntory_contents #program02 #ticketInfoSet {
	margin: 20px 0 0;
	background: #68d6f7;
	padding: 15px;
}
#suntory_contents #program02 #ticketInfoSet .set {
	background: url('../img/marker_ticketInfo_set.png') no-repeat 0 .3em;
	padding: 0 0 0 22px;
}
#suntory_contents #program02 #ticketInfoSet h4 {
	margin: 0 0 10px 0;
	text-indent: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}

#suntory_contents #program02 #ticketInfoSet p {
	margin: 0 0 0 38px;
	font-size: .75em;
	line-height: 1.5;
}

/*------------------------------------------------------------
aside
------------------------------------------------------------ */
#suntory_contents #aside {
	margin: -60px 0 0;
	width: 210px;
	float: left;
}
#suntory_contents #aside.fixed {
	margin: 0;
	position:fixed;
	z-index: 1000;
}


#suntory_contents #aside p {
	width: 210px;
	height: 60px;
	background: url('../img/theme/tl_aside.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #aside ul {
	background: #fff;
	padding: 2px 0 20px;
}
#suntory_contents #aside ul.bottom {
	background: #fff url('../img/bg_aside_btm.png') no-repeat 0 bottom;
	padding: 2px 0 10px;
}
#suntory_contents #aside li a {
	display: block;
	width: 210px;
	height: 40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents .off {
	width: 210px;
	height: 40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


#suntory_contents #asideNav01 a {
	background: url('../img/theme/nav.png') no-repeat 0 0;
}
#suntory_contents #asideNav02 a {
	background: url('../img/theme/nav.png') no-repeat 0 -40px;
}
#suntory_contents #asideNav03 a {
	background: url('../img/theme/nav.png') no-repeat 0 -80px;
}
#suntory_contents #asideNav04 a {
	background: url('../img/theme/nav.png') no-repeat 0 -120px;
}
#suntory_contents #asideNav05 a {
	background: url('../img/theme/nav.png') no-repeat 0 -160px;
}



#suntory_contents #asideNav01 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px 0;
}
#suntory_contents #asideNav02 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -40px;
}
#suntory_contents #asideNav03 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -80px;
}
#suntory_contents #asideNav04 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -120px;
}
#suntory_contents #asideNav05 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -160px;
}


#suntory_contents #asideNav02 {
	background: url('../img/theme/nav.png') no-repeat -420px -40px;
}
#suntory_contents #asideNav03 {
	background: url('../img/theme/nav.png') no-repeat -420px -80px;
}
#suntory_contents #asideNav04 {
	background: url('../img/theme/nav.png') no-repeat -420px -120px;
}
/*#suntory_contents #asideNav05 {
	margin-bottom: 10px;
}
*/
#suntory_contents #aside p#theme02 {
	width: 210px;
	height: 40px;
	background: url('../img/theme/tl_aside02.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#suntory_contents #asideNav0201 a {
	background: url('../img/theme/nav.png') no-repeat 0 -200px;
}
#suntory_contents #asideNav0201 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -200px;
}

#suntory_contents #aside #asideSpecial a {
	width: 210px;
		height: 80px;
	background: url('../img/nav_special.png') no-repeat 0 0;
		margin-bottom: 20px;
}
#suntory_contents #aside #asideSpecial a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}


#suntory_contents #asideNavAccess a {
	margin-bottom: 2px;
	background: url('../img/nav_extra.png') no-repeat 0 0;
}
#suntory_contents #asideNavTicket a {
	background: url('../img/nav_extra.png') no-repeat 0 -40px;
}
#suntory_contents #asideNavAccess a:hover {
	background: url('../img/nav_extra.png') no-repeat -210px 0;
}
#suntory_contents #asideNavTicket a:hover {
	background: url('../img/nav_extra.png') no-repeat -210px -40px;
}

