@charset "utf-8";

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

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0px;
}

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;
	margin: 0;
	text-align: center;
	padding-bottom: 20px;
	font: 14px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* 固有 */


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

#title {
	text-align: left;
	margin: 0px auto;
	width: 920px;
	padding-top: 20px;
}

#content {
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	border-radius: 16px;
	border: 3px solid #000000;
	width: 920px;
	background: #FFF;
}

h1 {
	text-align: center;
	background: url(../images/bg_hanabi.png) no-repeat center -50px;
	padding-top: 50px;
	padding-bottom: 60px;
}
.eventData {
	display: none;
}

#midashi {
	background: #FFF url(../images/main_text.png) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 222px;
	margin-top: 50px;
}
#ticketBtn {
	background: #0070bd url(../images/text_ticket.png) no-repeat center 30px;
	padding-top: 80px;
	padding-bottom: 30px;
}

#ticketBtn a {
	background: url(../images/btn_ticket.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
	height: 70px;
	width: 780px;
}
#ticketBtn a:hover {
	background: url(../images/btn_ticket.png) no-repeat left -70px;
}
#cs {
	background: #0070BD url(../images/img_cs.png) no-repeat 70px 20px;
	padding: 20px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
#cs .btn a {
	background: #FFF000;
	display: block;
	padding: 15px;
	border: 3px solid #000;
	width: 750px;
	margin: 0px auto;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}
#cs .btn a:hover {
	background: #7ECEF4;
}
#cs p {
	line-height: 180%;
	padding-left: 300px;
	padding-right: 20px;
	min-height: 90px;
}

#menu {
	background: #fff000;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;	
	-webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.5);
}
#menu ul {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	line-height: 0px;
}
#menu li {
	float: left;
	font-size: 0px;
	line-height: 0px;
}
#menu .menu1 a {
	background: url(../images/nav_1.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 155px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#menu .menu2 a {
	background: url(../images/nav_2.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 171px;
	border-right: 1px solid #000;
}
#menu .menu3 a {
	background: url(../images/nav_3.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 104px;
	border-right: 1px solid #000;
}
#menu .menu4 a {
	background: url(../images/nav_4.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 141px;
	border-right: 1px solid #000;
}
#menu .menu5 a {
	background: url(../images/nav_5.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 160px;
	border-right: 1px solid #000;
}

#menu .menu1 a:hover { background: #7ECEF4 url(../images/nav_1.png) no-repeat center center; }
#menu .menu2 a:hover { background: #7ECEF4 url(../images/nav_2.png) no-repeat center center; }
#menu .menu3 a:hover { background: #7ECEF4 url(../images/nav_3.png) no-repeat center center; }
#menu .menu4 a:hover { background: #7ECEF4 url(../images/nav_4.png) no-repeat center center; }
#menu .menu5 a:hover { background: #7ECEF4 url(../images/nav_5.png) no-repeat center center; }
#main {
	background: #0070bd;
	padding: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
h2  {
	background: url(../images/line_zig.png) no-repeat center bottom;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec {
	background: #FFF;
	margin-bottom: 20px;
	border-radius: 10px;
}

.sec .return {
	background: #f5f5f5;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	margin-top: 20px;
}
.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; 
}
#topics ul {
	margin: 0px;
	padding: 0px;

}
#topics ul li {
	line-height: 120%;
	list-style: disc inside;
	border-bottom: 2px dotted #CCCCCC;
	margin: 0px;
	padding: 20px;
}
#topics ul li:last-child {
	border-bottom: none;
}
#topics ul li a   {
	color: #000;
}
#topics ul li a:hover   {
	color: #FA007C;
}
#artist {
	padding-bottom: 40px;
}
#artist h3   {
	padding: 20px;
	display: block;
	color: #0070BD;
}
#artist #mc {
	background: #FFF;
}
#artist .more  {
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	font-size: 16px;
	color: #FA007C;
}
#artist .list ul {
	margin: 0px auto;
	width: 860px;
}
#artist .list li {
	float: left;
	width: 430px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#artist .list li img {
	margin-bottom: 10px;
}
#artist .dot {
	background: url(../images/img_dotline.png) no-repeat center bottom;
	padding-bottom: 40px;
}


/* goods */

#goods .texts {
	padding: 40px;
}
#goods .texts .tshirt {
	margin: 20px 0px;
	text-align: center;
}
#goods .texts .attention {
	text-indent: -1em;
	margin-left: 1em;
}
#goods .texts h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FA007C;
	display: block;
}


/* ticket */

#ticket .texts {
	padding: 40px;
}
#ticket .texts p {
	line-height: 200%;
}

#ticket .texts p strong {
	font-size: 18px;
}
#ticket .texts h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #FA007C;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fa007c;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#ticket .texts ul li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 10px;
}
#ticket .texts .btn a {
	padding: 20px;
	display: block;
	margin: 0px 0px 20px;
	color: #000;
	text-decoration: none;
	background: #FFF000;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #000;
	line-height: 100%;
}
#ticket .texts .btn a:hover {
	background: #7ECEF4;
}
#ticket .texts .center {
	text-align: center;
}
#ticket .btns ul {
	width: 816px;
	letter-spacing: -0.4em;
	padding-bottom: 20px;
}

#ticket .btns ul li {
	display: inline-block;
	height: 70px;
	width: 204px;
	letter-spacing: nomal;
}
#ticket .btns ul li a:hover {
	opacity: 0.5;
}
#ticket .texts .redFrame {
	display: block;
	padding: 10px 20px;
	border: 2px solid #F00;
}


#gaiyou {
	padding-bottom: 40px;
}

#gaiyou table {
	margin: 40px auto 0px;
	border: 2px solid #CCCCCC;
	width: 800px;
	border-collapse: collapse;
}
#gaiyou table tr th,
#gaiyou table tr td {
	padding: 10px;
	border-collapse: collapse;
}
#gaiyou table tr th {
	border-bottom: 1px dotted #999999;
	background: #7ECEF4;
	width: 20%;
	text-align: center;
}
#gaiyou table tr td {
	border-bottom: 1px dotted #CCCCCC;
}
#gaiyou table tr td a .mapThumb {
	float: right;
}
#gaiyou table tr td .print a {
	padding: 10px;
	width: 200px;
	display: block;
	margin: 10px auto 0px 0px;
	color: #000;
	text-decoration: none;
	background: #FFF000;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
}
#gaiyou table tr td .print a:hover {
	background: #7ECEF4;
}
#gaiyou .texts {
	padding: 0px 40px;
}
#gaiyou .texts h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #FA007C;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fa007c;
	text-align: center;
	padding-top: 20px;
}
#gaiyou .texts ul li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 10px;
}

/* 熱中症対策1 */

.headTaisaku {
	padding: 0px;
	border: 2px solid #FA007C;
	margin: 40px;
}
.headTaisaku h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	border-bottom: 2px solid #fa007c;
	text-align: center;
	background: #FA007C;
	padding: 15px 10px 10px;
}
.headTaisaku .midashi {
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	font-size: 18px;
	margin: 0px;
}
.headTaisaku ul {
	padding: 0px 20px 20px;
}


.headTaisaku ul li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 10px;
	line-height: 180%;
}
.headTaisaku ul li strong {
	font-size: 18px;
	color: #FA007C;
}

.map {
	padding: 20px 0px 0px;
	margin: 0px auto;
	text-align: center;
	width: 600px;
}
.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: #000;
	text-decoration: none;
	background: #FFF000;
	border: 2px solid #000;
	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: #7ECEF4;
	border: 2px solid #FFF;
	border-radius: 10px;
}
.map .printBtn a:hover{
	background-color: #0070bd;
	color: #FFF;
}
.map .closeBtn a:hover{
	background: #35B1EE;
}

#pagetop {
	margin: 0px auto;
	width: 920px;
	text-align: left;
}
#artist .timetable table {
	border: 2px solid #CCCCCC;
	width: 600px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#artist .timetable table tr td {
	padding: 10px;
	border-collapse: collapse;
	border-bottom: 1px dotted #CCCCCC;
}
#artist .timetable table tr th {
	background: #7ECEF4;
	width: 20%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:10px 0px;
}
#artist .timetable table tr .time {
	width: 30%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 60px;
	vertical-align: middle;
}
#artist .timetable table tr .stage {
	width: 70%;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: top;
}
#artist .timetable .sub {
	width:600px;
	margin:5px auto;
	text-align:right;
	font-size:0.9em;
	}
#artist .timetable .red {
	padding: 40px 40px 0px;
	font-weight: bold;
}

#artist .timetable table tr .stage .box {
	background-color: #0070BD;
	display: block;
	text-align: center;
	padding: 20px;
	width: auto;
	border: 2px solid #000;
	border-radius: 10px;
	color: #FFF;

}
