@charset "Shift_JIS";
/* =============================================================================
   Font size
============================================================================= */
/**
 *   8px - 50%
 *   9px - 56.3%
 *  10px - 62.5%
 *  11px - 68.8%
 *  12px - 75%
 *  13px - 81.3%
 *  14px - 87.5%
 *  15px - 93.8%
 *  --------------------
 *  16px - 100%
 *  --------------------
 *  17px - 106.3%
 *  18px - 112.5%
 *  19px - 118.8%
 *  20px - 125%
 *  21px - 131.3%
 *  22px - 137.5%
 *  23px - 143.8%
 *  24px - 150%
 *  25px - 156.3%
 *  26px - 162.5%
 *  27px - 168.8%
 *  28px - 175%
 *  29px - 181.3%
 *  30px - 187.5%
 *  31px - 193.8%
 *  32px - 200%
 */

/* =============================================================================
   base
============================================================================= */

body {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

#header {
	
}

#contents {
	margin: 0 auto;
	padding-top: 35px;
	width: 960px;
}

#footer {
	padding: 30px 0 30px 0;
	border-top: 1px solid #ccc;
}

a {
	text-decoration: none;
}

a:hover,
a:hover img {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

span.attention {
	color: #d82026;
}


/* ----------------------------------------------
   #header
---------------------------------------------- */
#header #btn-mode-switch {
	display: none;
	background: #f3f3f3 ;
	font-size: 312.5%;
}

#header #btn-mode-switch a {
	display: block;
	padding: 30px 0 30px 0;
	width: 100%;
	color: #000;
	text-align: center;
}

#header #btn-mode-switch a span {
	margin: 0 auto;
	padding: 0 0 0 57px;
	background: url(../img/icn_sp_switch.png) no-repeat 0 50%;
}


#header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;/*ヘッダー背景更新*/
}

#header #global,
#header #global ul li a {
	background: #000000;/*メニュー背景更新*/
}

#header #global ul {
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 16px 20px;
	width: 960px;
	list-style: none;
	line-height: 1.88;
	font-size: 100%;
}

#header #global ul li {
	float: left;
	margin-right: 140px;
}

#header #global ul li a {
	color: #fff;
	background: #000000;
}

#header #global ul li a:hover {
}

#header #global ul li.sub-menu {
	float: right;
	margin: 0;
	padding-left: 30px;
	border-left: 1px solid #FEFEFE;/*メニュー区切り線更新*/
}

#header #global ul li.sub-menu ul {
	padding: 0 20px 0 0;
	width: 100%;
	font-size: 76%;
	line-height: 2.42;
}

#header #global ul li.sub-menu ul li {
	margin-right: 30px;
}

#header #global ul li.sub-menu ul li.last {
	margin-right: 0;
}

#header #global ul li.sub-menu ul li a.blank {
	padding-right: 19px;
	background-image: url(../img/icn_blank_wh.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.ie6 #header #global ul li.sub-menu ul li a.blank {
	background-position: 100% 50%;
}

/* ----------------------------------------------
   #contents
---------------------------------------------- */



/* .intro
---------------------------------------------- */

.intro {
	margin-bottom: 35px;
	padding: 33px 0 22px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 112.5%;
}

.intro ul {
	margin: 0;
	padding: 0 0 0 1em;
	font-weight: bold;
	list-style: none;
	text-indent: -1em;
}

.intro ul li {
	margin-bottom: 11px;
}

/* .ticket
---------------------------------------------- */

.select {
	margin: 0 0 20px 0;
}

.ticket {
	
}

.ticket-section {
	margin-bottom: 65px;
}


.ticket-section h2 {
	margin: 0 0 10px;
	padding: 17px 0 15px 20px;
	background: #666666;/*見出し背景更新*/
	color: #fff;
	font-weight: normal;
	font-size: 112.5%;
}

.ticket-section h2 span{
	color: #fff;
	font-weight: normal;
	font-size: 87.5%;
}

.ticket-section h2 span#sat {
        color: #00ffff;
}

.ticket-section h2 span#sun {
        color: #ff0000;
}

.ticket-section .ticket-info-detail tr th.type .today {
	background: #9ebd79;
}

.ticket-section .ticket-info {
}

.ticket-section .ticket-info .ticket-info-detail tr.last th,
.ticket-section .ticket-info .ticket-info-detail tr.last td {
	border-bottom: none;
}

.ticket-section .ticket-info-detail {
	width: 960px;
	text-align: left;
}

.ticket-section .ticket-info-detail table {
}

.ticket-section .ticket-info-detail.last {
	border-bottom: none;
}

.ticket-section .ticket-info-detail tr {
	border-bottom: 1px solid #ccc;
}

.ticket-section .ticket-info-detail tr th {
	padding: 0 10px 30px 20px;
	width: 240px;
	vertical-align: center;

}

.ticket-section .ticket-info-detail tr th.set-table {
	padding: 0;
	width: 100%;
	font-weight: normal;
}

.ticket-section .ticket-info-detail tr td.seat {
	padding: 10px 0 30px 80px;
	width: 200px;
	vertical-align: right;
        text-align: left;
}

.ticket-section .ticket-info-detail tr td.seat .attention {
	color: #d82026;
}

.ticket-section .ticket-info-detail tr td.seat span {
	font-size: 75%;
}

.ticket-section .ticket-info-detail tr td.seat span.red {
	color: #d82026;
}

.ticket-section .ticket-info-detail tr td.price {
	padding: 10px 0 30px 0;
	width: 100px;
	vertical-align: middle;
        text-align: right;
}

.ticket-section .ticket-info-detail tr td.price .attention {
	color: #d82026;
}

.ticket-section .ticket-info-detail tr td.price span {
	font-size: 75%;
}

.ticket-section .ticket-info-detail tr td.price span.red {
	color: #d82026;
}

.ticket-section .ticket-info-detail tr td.buy {
	padding: 10px 10px 30px 30px;
	width: 250px;
	vertical-align: middle;
	text-align: left;
        font-size: 75%;
}

.ticket-section .ticket-info-detail tr td.buy#day {
	padding: 0 20px 30px 30px;
	width: 250px;
	text-align: center;
        font-size: 112.5%;
}
.ticket-section .ticket-info-detail tr td.buy li.alert-buy {
	padding: 10px 0 10px 0;
	width: 180px;
	text-align: center;
	line-height: 1;
}

.ticket-section .ticket-info-detail tr td.buy li.alert-buy.end {
	background: #bbb;
	color: #fff;
}

.ticket-section .ticket-info-detail tr td.buy li.alert-buy.release {
	width: 178px;
	border: 1px solid #bbb;
	background: #fff;
	color: #898989 !important;
	font-size: 130%;
	line-height: 17px;
}

li.alert-buy.release span {
	font-size: 87.5%;
	color: #898989 !important;
}

.ticket-section .ticket-info-detail tr th p {
	padding: 0;
}

.ticket-section .ticket-info-detail tr th.type {
	padding: 30px 20px 6px 20px;
	width: 100%;
}

.ticket-section .ticket-info-detail tr th.type p {
	display: inline;
	margin: 0 5px 0 0;
	padding: 5px 10px 2px 10px;
	font-size: 81.3%;
	color: #fff;
	font-weight: normal;
	vertical-align: bottom;
}

.ie6 .ticket-section .ticket-info-detail tr th.type p,
.ie7 .ticket-section .ticket-info-detail tr th.type p {
	margin: 0 5px 0 0;
}

.ticket-section .ticket-info-detail tr th p.name {
	padding-top: 10px;
	margin: 0;
}

.ticket-section .ticket-info-detail tr th p.name span#sat {
        color: #0000cd;
}

.ticket-section .ticket-info-detail tr th p.name span#sun {
        color: #ff0000;
}

.ticket-section .ticket-info-detail tr th.type .today {
	background: #9ebd79;
}

.ticket-section .ticket-info-detail tr th.type .advance {
	background: #db9999;
}

.ticket-section .ticket-info-detail tr th.type .goods,
.ticket-section .ticket-info-detail tr th.type .special {
	background: #d6a0bd;
}

.ticket-section .ticket-info-detail tr th.type .pre,
.ticket-section .ticket-info-detail tr th.type .discount {
	background: #c4a759;
}

.ticket-section .ticket-info-detail tr th.type .limited,
.ticket-section .ticket-info-detail tr th.type .quantity {
	background: #76a6b8;
}

.ticket-section .ticket-info-detail tr th.type .pair {
	background: #eaa776;
}

.ticket-section .ticket-info-detail tr td.buy ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ticket-section .ticket-info-detail tr td.buy ul li {
	float: right;
	margin-left: 10px;
	list-style: none;
	line-height: 0;
}

.ticket-section .ticket-info .set-contents {
	margin: -5px 20px 30px 20px;
	padding: 20px 20px 20px 20px;
	background: #f3f3f3;
	font-size: 87.5%;
	*zoom: 1;
}

.ticket-section .ticket-info .set-contents .ttl-set-contents {
	margin: 0 0 14px 0;
	font-weight: bold;
}

.ticket-section .ticket-info .set-contents p.img-set-contents {
	float: right;
	display: block;
	margin: 0 0 0 20px;
	text-align: center;
}

.ticket-section .ticket-info .set-contents p.img-set-contents.last {
	margin: 0;
}

.ticket-section .ticket-info .set-contents p.img-set-contents img {
	margin-bottom: 10px;
}

.ticket-section .ticket-info .set-contents p.img-set-contents span {
	font-size: 75%;
}

.ticket-section .ticket-info .set-contents .txt-set-contents p {
	margin: 0 0 20px 0;
}

.ticket-section .ticket-info .set-contents .txt-set-contents p span {
	font-weight: bold;
}

.ticket-section .ticket-info .set-contents .txt-set-contents table {
	text-align: left;
	margin: 0 0 20px 0;
	border: none;
}

.ticket-section .ticket-info .set-contents .txt-set-contents table th {
	padding: 0 30px 0 0;
	text-align: left;
	width: auto;
}

.ticket-section .ticket-info .set-contents .txt-set-contents table td span {
	font-size: 75%;
}

.ticket-section .ticket-info .set-contents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticket-section .ticket-info .set-contents ul span {
	font-weight: normal;
	font-size: 87.5%;	
}

.ticket-section .ticket-info .set-contents ul em {
	font-style: normal;
	font-size: 87.5%;	
	color: #d82026;
}


.ticket-section .ticket-info .set-contents ul li {
	margin-bottom: 4px;
	padding-left : 1em;
	text-indent: -1em;
}



.read-attention {
	margin: 30px auto 0;
	width: 920px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 87.5%;
	line-height: 1.5;
}

.read-attention tr {
	
}

.read-attention tr th {
	padding: 20px 0 0 0;
	width: 230px;
	background: #f3f3f3;
	border-right: 1px solid #ccc;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.read-attention tr td {
	padding: 20px 20px 20px 20px;
	width: 690px;
	border-bottom: 1px solid #ccc;
}

.read-attention tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.read-attention tr td ul li {
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
}

.read-attention tr td ul li.last {
	margin-bottom: 0;
}

.read-attention tr td ul li ul.attention-list {
	margin-top: 8px;
	margin-left: 2em;
	list-style: square;
}

.read-attention tr td ul li ul.attention-list li {
	padding-left: 0;
	text-indent: 0;
}

.read-attention tr td span {
	color: #d82026;
}

.read-attention tr td span#sat {
        color: #0000cd;
}

.ticket-attention {
	padding: 4px 0 4px 30px;
	background: url(../img/icn_read_attention.gif) no-repeat 0 50%;
	line-height: 1.88;
}
/* #howto-receive
---------------------------------------------- */

#howto-receive {
	margin-bottom: 120px;
	line-height: 2;
}

#howto-receive .ttl-receive {
	margin-bottom: 9px;
}

#howto-receive .print {
	margin-bottom: 34px;
}

#howto-receive h3{
	margin-bottom: 40px;
	text-align: center;
}
	
#howto-receive .txt-receive {
	margin-left: 40px;
	font-size: 87.5%;
}

#howto-receive p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#howto-receive .txt-receive span {
	color: #d82026;
}

#howto-receive ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#howto-receive ul.attention {
	line-height: 1.5;
}

#howto-receive2 {
	margin-bottom: 120px;
	line-height: 2;
}

#howto-receive2 .ttl-receive {
	margin-bottom: 9px;
}

#howto-receive2 .print {
	margin-bottom: 34px;
}

#howto-receive2 h3{
	margin-bottom: 40px;
	text-align: center;
}
	
#howto-receive2 .txt-receive {
	margin-left: 40px;
	font-size: 87.5%;
}

#howto-receive2 p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#howto-receive2 .txt-receive span {
	color: #d82026;
}

#howto-receive2 ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#howto-receive2 ul.attention {
	line-height: 1.5;
}

/* #howto-pay
---------------------------------------------- */

#howto-pay {
	margin-bottom: 120px;
	font-size: 87.5%;
}

#howto-pay h3{
	margin-bottom: 40px;
	text-align: center;
}

#howto-pay table {
	margin-bottom: 34px;
	text-align: left;
}

#howto-pay table th {
	margin-bottom: 34px;
	padding-right: 45px;
	font-weight: bold;
	text-align: left;
}

#howto-pay .attention {
	padding: 15px 20px 15px 20px;
	background: #f3f3f3;
}

#howto-pay .attention  span {
	color: #d82026;
}


#howto-pay .attention a {
	padding-left: 12px;
	background: #f3f3f3 url(../img/icn_link_pay.gif) no-repeat 0 50%;
	color: #157efb;
}


#howto-pay .attention dl {
	margin: 0;
	
}

#howto-pay .attention dl dt {
	margin-bottom: 8px;
	font-weight: bold;
}

#howto-pay .attention dl dd {
	margin: 0 0 12px 0;
}

#howto-pay .attention dl dd.last {
	margin: 0;
}

/* #notes
---------------------------------------------- */

#notes {
	margin-bottom: 110px;
	font-size: 87.5%;
	line-height: 1.5;
}

#notes h3 {
	margin-bottom: 40px;
	text-align: center;
}

#notes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#notes ul li {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}

#notes ul span {
	color: #d82026;
}

/* .pagetop
---------------------------------------------- */

.pagetop {
	text-align: right;
	margin-bottom: 30px;
}



/* ----------------------------------------------
   #footer
---------------------------------------------- */

#footer .inner {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	font-size: 75%;
}

#footer a {
	color: #000;
}

#footer a.blank {
	padding-right: 10px;
	background: #fff url(../img/icn_blank_bk.png) no-repeat 100% 50%;
}

.ie6 #footer a.blank {
	background: url(../img/icn_blank_bk.png) no-repeat 99% 50%;
}

#footer #footer-menu {
	float: left;
	width: 600px;
	line-height:2.5em;
}

#footer #footer-menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footer #footer-menu ul li {
	float: left;
	margin-right: 38px;
	list-style: none;
}

#footer #copyright {
	float: right;
	line-height: 2.5em;
}
