@charset "utf-8";

/*----------------------------------------*/
/* common
/*----------------------------------------*/

h1,h2,h3,h4,h5,h6,p {	margin-top: 0; }

header,footer,section,article,figure,dl,dt,dd {
	margin: 0;
	padding: 0;
}

p {	margin-bottom: 1em; }

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {	border-style: none; }

body{
	color: #231714;
	background: #7ECEF4 url(../images/bg.gif) repeat-y center top;
	margin: 0;
	text-align: center;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content {
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 160%;
	border: 3px solid #000000;
	width: 920px;
	background: #FFF url(../images/bg_sakura.jpg) no-repeat center top;
}

.close a {
	display: block;
	height: 52px;
	width: 102px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	background: url(../images/close.png) no-repeat;
}

@media only screen and (min-device-width : 768px) and
(max-device-width : 1024px) and
(orientation : portrait) {
	
body{	min-width: inherit; }

#headerArea { height: auto; }

#headerArea #sect {
	width: auto;
	margin: 0 10px 10px;
}

#headerArea #sect h1 { margin-top: 20px }

#contNav {
	width: 480px;
	margin-left: 20px;
	float: left;
}

#contNav ul li { margin-bottom: 5px; }

#contNav ul li a,
#contNav ul li span {
	width: 64px;
	padding: 5px;
	border-width: 2px;
}

#contNav ul li img {
	max-width: 54px;
	height: auto;
}

}

/* 固有 */


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

#main h1 {
	text-align: center;
	padding: 30px 0px;
	margin: 0px;
}
#main #banner {
	text-align: center;
	padding-bottom: 20px;
}
#main #banner a {
	background: url(../images/banner_ticket.gif);
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main #banner a:hover { background: url(../images/banner_ticket.gif) 0px -93px;}
#main #banner2 {
	text-align: center;
	padding-bottom: 20px;
}
#main #banner2 a {
	background: url(../images/banner_ticket2.gif);
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main #banner2 a:hover { background: url(../images/banner_ticket2.gif) 0px -93px;}
#main #eplus {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
	padding-bottom: 10px;
}
#main #eplus img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#main #midashi {
	text-align: center;
	padding-bottom: 20px;
}
#main #menu ul {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}

#main #menu {
	background: #000;
}
#main #menu li {
	float: left;
	width: 201px;
}

#main #menu .menu1 { border-right: 1px solid #FFF; }
#main #menu .menu2 { border-right: 1px solid #FFF; }
#main #menu .menu3 { border-right: 1px solid #FFF; }

#main #menu .menu1 a {
	background: url(../images/menu_1.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 200px;
}
#main #menu .menu2 a {
	background: url(../images/menu_2.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 200px;
}
#main #menu .menu3 a {
	background: url(../images/menu_3.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 200px;
}
#main #menu .menu4 a {
	background: url(../images/menu_4.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 200px;
}

#main #menu .menu1 a:hover { background: url(../images/menu_1.gif) no-repeat 0px -50px; }
#main #menu .menu2 a:hover { background: url(../images/menu_2.gif) no-repeat 0px -50px; }
#main #menu .menu3 a:hover { background: url(../images/menu_3.gif) no-repeat 0px -50px; }
#main #menu .menu4 a:hover { background: url(../images/menu_4.gif) no-repeat 0px -50px; }
#main .sec h2 {
	background: #fffad2;
	padding: 5px 50px;
	margin-bottom: 30px;
}
#main .sec .return {
	background: #f5f5f5;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	margin-top: 20px;
}
#main .sec .return2 {
	background: #f5f5f5;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-top-left-radius: 0px;  
    border-top-right-radius: 0px;  
    border-bottom-right-radius: 10px;  
    border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 0px;  
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
}
#main #topics ul {
	padding-right: 50px;
	padding-left: 80px;
}
#main #topics ul li {
	line-height: 120%;
	padding-bottom: 10px;
	list-style: disc;
}
#main #ticket .playguide h3 {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	padding-bottom: 20px;
	text-align: center;
	line-height: 140%;
}
#main #ticket .playguide {
	padding: 20px 0px 0px;
}



/* チケット情報 */

#main #ticket .playguide ul{
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#main #ticket .playguide li{
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	list-style: none;
}
#main #ticket .playguide ul .playgouide1,
#main #ticket .playguide ul .playgouide3,
#main #ticket .playguide ul .playgouide5 {
	width: 410px;
}
#main #ticket .playguide ul .playgouide2,
#main #ticket .playguide ul .playgouide4 {
	width: 360px;
}
#main #ticket .playguide ul li img {
	border: 5px solid #E4E4E4;
	margin: 0px 0px 10px;
}
#main #ticket .playguide p {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}
#main #ticket .ticketToday h3 {
	font-weight: bold;
	color: #FF39A0;
	padding-bottom: 10px;
}
#main #ticket .ticketToday .big {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}


#main #ticket .link{
	padding-bottom: 10px;
}
#main #ticket h3 {
	margin: 0px;
	padding: 0px 0px 0px 70px;
}

#main #topics .link a {
	background: url(../images/img_ticket.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main #topics .link a:hover { background: url(../images/img_ticket.png) no-repeat 0px -93px;}

#main #artist .date {
	padding-left: 70px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#main #artist p {
	padding-left: 70px;
	padding-bottom: 10px;
}
#main #artist ul {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#main #artist p.border {
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}


#main #artist li {
	float: left;
	width: 398px;
	text-align: center;
	padding-bottom: 10px;
}
#main #artist p.more {
	text-align: right;
	font-weight: bold;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #F00;
	padding-bottom: 20px;
}
#main #artist p.midashi {
	text-align: center;
}
#main #artist .small {
	font-size: 80%;
}



#main #mc ul {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#main #mc li {
	width: 398px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: center;
	padding: 0px 0px 20px;
}
#main #mc p {
	padding-left: 70px;
	padding-bottom: 10px;
}
#main #mc .date {
	padding-left: 70px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
#main #ticket .center {
	text-align: center;
	padding-bottom: 20px;
}
#main #ticket p {
	padding-right: 70px;
	padding-left: 70px;
}
#main #ticket ul {
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 40px;
}
#main #ticket #playguide {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}
#main #ticket #playguide table {
	width: 100%;
	margin-bottom: 20px;
}

#main #ticket #playguide table tr th {
	background: #F5F4FB;
	text-align: left;
}
#main #ticket #playguide table tr td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
#main #ticket #playguide table td.midashi {
	width: 30%;
}







#main #gaiyou table {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#main #gaiyou table tr th {
	text-align: left;
	width: 20%;
	vertical-align: top;
	border-bottom: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #gaiyou table tr td {
	border-bottom: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #gaiyou table tr td .map {
	float: right;
}
#main #gaiyou table tr td p .small {
	font-size: 80%;
}
#main #gaiyou table tr td .print a {
	padding: 10px;
	width: 150px;
	display: block;
	margin: 30px auto 0px 0px;
	color: #FFF;
	text-decoration: none;
	background: #ff3c93;
	border: 2px solid #FFF;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


#title {
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#main #sold  {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #FF39A0;
	text-align: center;
}
#main #sold .midashi {
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
}
#main #sold .soldBnt a {
	background: url(../images/plus.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 54px;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
}
#main #sold .soldBnt a:hover {
	background: url(../images/plus.gif) no-repeat 0px -54px;}
.map {
	padding: 30px;
}
.map .printBtn,
.map .closeBtn {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}

.map .printBtn a{
	font: bold 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	width: 300px;
	display: block;
	margin: 30px auto 0px;
	color: #FFF;
	text-decoration: none;
	background: #ff3c93;
	border: 2px solid #FFF;
	border-radius: 10px;
}
.map .closeBtn a{
	font: bold 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	width: 300px;
	display: block;
	margin: 10px auto 0px;
	color: #FFF;
	text-decoration: none;
	background: #0070bd;
	border: 2px solid #FFF;
	border-radius: 10px;
}
