@charset "utf-8";
/* CSS Document */

/*
基本設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	color: #666666;
}

div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form {
	margin: 0;
	padding: 0;
}

img,table {
	border: none;
}

ol,ul {
	list-style-type: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #666666;
}

a:hover,
a:active {
	color: #666666;
	text-decoration: none;
}



/* タイトルまわり
------------------------------------------------------------*/
#title {
	width: 515px;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid #002253;
}

#breadcrumbs-list {
	width: 515px;
	padding-top: 13px;
	color: #999999;
	font-size: 1em;
	line-height: 130%;
}

#breadcrumbs-list a {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs-list a:hover {
	color: #999999;
	text-decoration: none;
}

#title-sub {
	margin-bottom: 50px;
}

/* ページトップリンク 
------------------------------------------------------------*/

.page-top {
	margin-bottom: 18px;
	padding-left: 440px;
	text-align: left;
	overflow: hidden;
}

.page-top a {
	display: block;
	width: 75px;
	height: 14px;
	background: url(../images/share/icon_f_top.gif) no-repeat;
	text-indent: -9999px;
	font-size :5px;
	overflow: hidden;
}

.page-top a:hover {
	background-position: 0 -14px;
}


/*
overview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.concert-menu {
	width: 515px;
	margin: 35px 0px 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
.concert-menu:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.concert-menu { display:inline-block; }
/*\*/
* html .concert-menu { height:1%; }
.concert-menu { display:block; }
/**/

.concert-menu li {
	float: left;
	margin-right: 15px;
}

.concert-menu li a {
	display: block;
	padding: 1px 0px 1px 16px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
.concert-menu li a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}
.concert-menu li a.on {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

.btn-area {
	position: relative;
	width: 515px;
}

.btn-area p {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 89px;
}

.overview {
	width: 515px;
  margin-bottom:40px;
}

.overview p {
	margin-bottom: 22px;
	font-size: 1.2em;
	line-height: 180%;
}

.overview p.btm {
	margin-bottom: 54px
}

.overview p.backnumber {
	margin-bottom: 12px
}

.overview p.backnumber a{
	padding: 1px 0px 1px 16px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
.overview p.backnumber a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}
.overview p.backnumber a.on {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}


.overview p.btn {
	margin-bottom: 20px
}

.overview dl dt {
	margin-bottom: 18px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

.overview dl dt .date {
	margin-bottom: 23px;
}

.overview dl dd {
	margin-bottom: 64px;
	font-size: 1.2em;
	line-height: 180%;
}

/* 見どころバックナンバー用
--------------------------------------------*/
div.latest {
	width: 515px;
	margin: 35px 0px 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
div.latest:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.latest { display:inline-block; }
/*\*/
* html div.latest { height:1%; }
div.latest { display:block; }
/**/

div.latest {
	text-align:right;
}

div.latest p {
	font-size: 1.2em;
	line-height: 180%;
}

div.latest p a{
	padding: 1px 0px 1px 16px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
div.latest p a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}
div.latest p a.on {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}






/*
ticket
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

dl.ticket {
	width: 515px;
}

dl.ticket dt {
	padding-top: 4px;
  padding-bottom:20px;/*追加*/
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
}

dl.ticket dd {
	margin-bottom: 50px;
	font-size: 1.2em;
	line-height: 180%;
}

dl.ticket dd h3 {
	margin: 24px 0 9px;
	font-size: 1px;
}

dl.ticket dd h3 img {
	vertical-align: top;
}

* html dl.ticket dd p.icon {
	padding: 2px 0 4px;
}

dl.ticket dd p.icon img {
	margin: 0 5px -2px 0;
}

dl.ticket dd p.icon img.spc {
	margin: 0 5px -2px 20px;
}

dl.ticket dd li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

dl.ticket dd li .mark {
	color: #A8B3CE;
}

dl.ticket dd li .small {
	font-size: 0.86em;
}

dl.ticket dd p.time {
	/*margin-top: 20px;*/
	font-weight: bold;
}

dl.ticket dd p.map {
	margin-top: 24px;
}

dl.ticket dd .other {
	width: 515px;
	margin-top: 23px;
	border-top: 1px solid #E9E9E9;
	font-size: 1.0em;
	line-height: 180%;
}

dl.ticket dd .other th,
dl.ticket dd .other td {
	border-bottom: 1px solid #E9E9E9;
}

dl.ticket dd .other th {
	padding: 4px 0;
	padding-right: 25px;
	text-align: left;
  width:150px;
}

dl.ticket dd .other td {
	padding: 5px 0;
}

dl.ticket dd ul.spc {
	margin-top: 13px;
}


dl.ticket dd p.spc02 {
	margin-top: 18px;
}

dl.ticket dd .link {
	margin-top: 11px;
	font-size: 0.91em;
}

dl.ticket dd p.link {
}

dl.ticket dd .link a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
dl.ticket dd .link a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

dl.ticket dd p.youth {
	margin-top: 24px;
	padding-bottom: 7px;
}

dl.ticket dd em {
	color: #002253;
	font-size: 1.16em;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
}

dl.ticket dd .youth-tbl {
	width: 515px;
	margin-top: 10px;
	font-size: 1.0em;
	line-height: 140%;
}

dl.ticket dd .youth-tbl th,
dl.ticket dd .youth-tbl td {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

dl.ticket dd .youth-tbl th
 {
	padding: 4px 5px;
	background: #DCDCDC;
	line-height: 130%;
}

dl.ticket dd .youth-tbl th.bg {
	padding: 1px 5px;
	background: #8091A9;
	color: #FFFFFF;
	line-height: 170%;
}



dl.ticket dd .youth-tbl td{
	padding: 11px 5px;
	background: #F2F2F2;
}

dl.ticket dd .youth-tbl td.bg {
	background: #E4E9F5;
}

dl.ticket dd p.right {
	text-align: right;
	font-size: 0.86em;
}

dl.ticket dd .program-a .youth-tbl {
	width: 366px;
}

dl.ticket dd .program-a .youth-tbl th {
	padding: 2px 5px;
}

dl.ticket dd .program-a .youth-tbl td {
	padding: 1px 5px;
}

dl.ticket dd .program-a p.right {
	width: 366px;
}

/*--------------------*/

dl.ticket dd .program-o {
	width:240px;
  clear:both;
}

dl.ticket dd .program-o .youth-tbl th,
dl.ticket dd .program-o td {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

dl.ticket dd .program-o .youth-tbl th {
	padding: 4px 5px 4px 25px;
	background: #DCDCDC;
	line-height: 130%;
  width:50px;
  text-align:left;
}


dl.ticket dd .program-o .youth-tbl th.bg {
	padding: 1px 5px;
	line-height: 170%;
  width:170px;
  color:#666666;
  text-align:center;
}

dl.ticket dd .program-o .youth-tbl td {
	padding: 1px 5px 1px 25px;
  width:50px;
  text-align:left;
}


dl.ticket dd .program-o .youth-tbl td.bg {
	padding: 1px 5px;
  width:170px;
	background: #F2F2F2;
  text-align:center;
}


dl.ticket dd .program-o .youth-tbl {
	width: 240px;
}


dl.ticket dd .program-o p.right {
	text-align: right;
	font-size: 0.86em;
}

/*--------------------*/

dl.ticket dd p.caution {
	font-size: 0.86em;
	line-height: 150%;
}

dl.ticket dd p.guide {
	width: 515px;
}
dl.ticket dd p.guide:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl.ticket dd p.guide { display:inline-block; }
/*\*/
* html dl.ticket dd p.guide { height:1%; }
dl.ticket dd p.guide { display:block; }
/**/

dl.ticket dd p.guide span {
	display: block;
	float: left;
	margin-right: 20px;
}

dl.ticket dd p.guide span img.tel {
	margin: 0 5px -2px 0;
}

dl.ticket dd .sale-tbl {
	width: 515px;
	font-size: 1.0em;
	line-height: 175%;
}

dl.ticket dd .sale-tbl th,
dl.ticket dd .sale-tbl td {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

dl.ticket dd .sale-tbl th {
	width: 70px;
	background: #DCDCDC;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

dl.ticket dd .sale-tbl td {
	padding: 0px 9px;
	background: #F2F2F2;
	text-align: left;
}

dl.ticket dd .sale-tbl td.date {
	width: 162px;
}

dl.ticket dd p.link-spc {
	margin: 0px 0 20px;
}

dl.ticket dd p.btn {
	margin-top: 8px;
}


/* リンク 
------------------------------------------------------------*/

dl.ticket dd ul.link-list {
	margin: 0 0px 45px;
}

dl.ticket dd ul.link-list li a,
dl.ticket dd dl.member dd a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
dl.ticket dd ul.link-list li a:hover,
dl.ticket dd dl.member dd a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}



/*
hall
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hall {
	position: relative;
	width: 515px;
	margin-bottom: 115px;
}

.hall-wrap {
	width: 515px;
}
.hall-wrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.hall-wrap { display:inline-block; }
/*\*/
* html .hall-wrap { height:1%; }
.hall-wrap { display:block; }
/**/

.hall-wrap .left-area {
	float: left;
	width: 300px;
}

.hall p.map {
	font-size: 1.0em;
}

.hall p.map img {
	margin-bottom: 8px;
}

.hall p.pdf {
	width: 300px;
	margin-top: 7px;
	padding-top: 2px;
	font-size: 1.2em;
	line-height: 180%;
}

.hall p.pdf span {
	float: left;
	display: block;
	margin-top: -2px;
	margin-right: 3px;
}

.hall p a.icon-pdf {
	background-image:url(../images/share/icon_d_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:25px;
	height:14px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

.hall p a:hover.icon-pdf {
	background-image:url(../images/share/icon_d_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 -14px;
}

.hall p.pdf:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.hall p.pdf { display:inline-block; }
/*\*/
* html .hall p.pdf { height:1%; }
.hall p.pdf { display:block; }
/**/

.hall p.info {
	width: 515px;
	margin-top: 25px;
	font-size: 1.2em;
	line-height: 180%;
}

* html .hall p.info {
	padding: 5px 0;
}

.hall p.info img {
	margin: 0 3px -1px 15px;
}

.hall-wrap .right-area {
	float: right;
	width: 206px;
}

.hall dl dt {
	margin: 24px 0 4px;
}

.hall dl.stage dt {
	margin: 0 0 4px;
}

.hall dl dd {
	font-size: 1.2em;
	line-height: 180%;
}

.hall dl dd .icon {
	line-height: 140%;
}

* html .hall dl dd .icon {
	padding: 5px 0;
}

.hall dl dd .icon img {
	margin-bottom: -2px;
}

.hall dl dd .mark {
	color: #B3BDCC;
}

/*********************************************************20100712追記********/

/* priceonsale */

#youthticket{
	margin:0px 0 50px 0;
	padding:0px 0;
}

#youthticket dl{
	margin:0px;
	padding:30px 0 30px 0;
}

#youthticket dt{
	float:left;
	width:100px;
	height:35px;
	text-indent:-10000px;
	border:0px none;
}

#youthticket dd{
	float:left;
	margin:0px;
	padding:0px;
	line-height:1.8em;
	width:415px;
	font-size:1em;
}

#youthticket dt.t01{
	background:url(../images/concert/ticket/priceonsale_text01-1007.gif) no-repeat;
}

#youthticket dt.t02{
	background:url(../images/concert/ticket/priceonsale_text02-1007.gif) no-repeat;
}





dl.ticket dd .youth-tbl th.gray {
	padding: 1px 5px;
	background: #DCDCDC;
	color: #999;
	line-height: 170%;
}
dl.ticket dd .youth-tbl td.gray {
	background: #F2F2F2;
	color:#999;
}
dl.ticket dd .youth-tbl th,
dl.ticket dd .youth-tbl td {
	padding-top: 3px !important;
	padding-bottom:3px !important;
}
.youth-tbl td.nomal {
	text-align: left !important;
	padding-left:1em !important;
}

