@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ====================================================
   HTML5 display definitions
 ====================================================*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
/* ====================================================
   Base
 ====================================================*/
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;overflow-y: scroll; }
/* ====================================================
   Links
   ==================================================== */
a {background: transparent; outline: none}
/*color*/
a:link,a:visited { color: #EC4564;}
a[href]:hover { color: #E5A83F;}

/* ====================================================
   Typography
   ==================================================== */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, center,dl, dt, dd,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video,input, textarea {margin: 0;padding: 0;font-size: 100%;}
ol,ul,li {margin-top:0; margin-bottom:0;padding-top:0; padding-bottom:0;}
caption, th{text-align: left;}
abbr[title] {border-bottom: 1px dotted;}
strong {font-weight: bold;}
address {font-style:normal;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0; clear:both;}
mark {background: #ff0;color: #000}
code,kbd,pre,samp {    font-family: monospace, serif;font-size: 1em}
pre {white-space: pre-wrap}
q {quotes: "\201C" "\201D" "\2018" "\2019"}
small {font-size: 100%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup { top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width:100%;height:auto; vertical-align:bottom}
svg:not(:root) {overflow: hidden;}
figure { margin: 0;}
table { border-collapse: collapse; border-spacing: 0;}
li p,li li,th p,th li,td p,td li,li dt,li dd,td select,td input,td textarea,td option,dd p,dd li,dd select,dd input,dd textarea,dd option {font-size:100%;}
ul,ol {list-style:none; text-indent:0; padding:0}

/* all common CSS ======*/

/* ====================================================
   common Base  pc css  
   ==================================================== */
html,body {min-width: 1000px;-webkit-text-size-adjust: 100% !important;}
body {font:16px/1.6 "Noto Sans Japanese","游ゴシック", YuGothic,"メイリオ","Meiryo","Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;color: #575748;}
.wrap {
	width:1000px;
	clear:both;
	margin:0 auto;
}
.listSt {list-style: outside disc;margin-left:15px}
.listNm {list-style: outside decimal;margin-left:22px}
.listNts li {text-indent: -1em;padding-left: 1em;margin-bottom:5px}
.listNts li p {text-indent: 0}
.pRltv {position:relative}
.pAbslt {position: absolute}

.ttl {
	font-size: 175%;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color:#7F5A60;
}
.hlrf,.qrtr {
	display: inline-table;
	padding: 0 0.25%;
	vertical-align:top;
}
.hlrf {
	width: 48.5%;
}
.qrtr {
	width: 22.25%;
}
.alnC {text-align:center !important}
.alnL {text-align: left !important}
.alnR {text-align: right !important}
.mt10 {margin-top:10px !important}
.mt20 {margin-top:20px !important}
.mt40 {margin-top:40px !important}
.mb10 {margin-bottom:10px !important}
.mb20 {margin-bottom:20px !important}
.mb40 {margin-bottom:40px !important}
.mtb10 { margin-top: 10px !important; margin-bottom: 10px !important}
.pl20 {padding-left:20px !important}
.pt40 {padding-top: 40px !important}
.blk {display: block}

/* header
-------------------------------------- */
#pageHeader {
	height:180px;
	background: #FFF url(../images/header_bg.png) 0 0 repeat-x;
	border-bottom: #F4E8D2 1px solid;
}
#pageHeader .wrap {
	position:relative;
	padding-top: 30px;
	border-right: #F4E8D2 1px solid;
	z-index: 500;
}
#logo {
	float:left;
	padding: 14px 10px;
	border-right: #F4E8D2 1px solid;
	border-left: #F4E8D2 1px solid;
	
}
#gNav {
	position: absolute;
	right: 0;
	bottom:0;
	padding-top:70px;
	border-top: #F4E8D2 1px solid;
}
#gNav ul {
	display: inline-table;
	margin:0;
	padding: 0;
	border-top: #F4E8D2 1px solid;
}
#gNav li {
	display: table-cell;
	margin:0;
	padding: 0;
	border-left: #F4E8D2 1px solid;
	border-collapse: collapse;
}
#gNav li a {
	display:inline-block;
	width: inherit;
	margin:0;
	padding: 45px 0 10px;
	color: #8A6067;
	text-decoration:none;
	text-align: center;
	background: center 10px no-repeat;
} 
#gNav li a[href],
#gNav li a[href]:hover {
	-webkit-transition: .8s ;
	transition: .8;
}
#gNav li a[href]:hover,
#top-page #gNav li#nav01 a,
#about-page #gNav li#nav02 a,
#artist-page #gNav li#nav03 a,
#ticket-page #gNav li#nav04 a,
#info-page #gNav li#nav07 a {
	color: #FFF;
	background-color: rgba(239,63,100,1.00);
}
#gNav li#nav01 {
	border:none;
}
#gNav li#nav01 a {
	width: 89px;
	background-image: url(../images/nav/ic_home.png);
}
#gNav li#nav02 a {
	width: 111px;
	background-image: url(../images/nav/ic_about.png);
}
#gNav li#nav03 a {
	width: 112px;
	background-image: url(../images/nav/ic_artist.png);
}
#gNav li#nav04 a {
	width: 112px;
	background-image: url(../images/nav/ic_ticket.png);
}
#gNav li#nav05 a {
	width: 134px;
	background-image: url(../images/nav/ic_timetable.png);
}
#gNav li#nav06 a {
	width: 112px;
	background-image: url(../images/nav/ic_cart.png);
}
#gNav li#nav07 a {
	width: 135px;
	background-image: url(../images/nav/ic_info.png);
}
#gNav li#nav01 a:hover,
#top-page #gNav li#nav01 a {
	background-image: url(../images/nav/ic_home_ovr.png);
}
#gNav li#nav02 a[href]:hover,
#about-page #gNav li#nav02 a {
	background-image: url(../images/nav/ic_about_ovr.png);
}
#gNav li#nav03 a:hover,
#artist-page #gNav li#nav03 a {	background-image: url(../images/nav/ic_artist_ovr.png);
}
#gNav li#nav04 a:hover,
#ticket-page #gNav li#nav04 a{
	background-image: url(../images/nav/ic_ticket_ovr.png);
}
#gNav li#nav05 a[href]:hover {
	background-image: url(../images/nav/ic_timetable_ovr.png);
}
#gNav li#nav06 a[href]:hover {
	background-image: url(../images/nav/ic_cart_ovr.png);
}
#gNav li#nav07 a:hover,
#info-page #gNav li#nav07 a  {
	background-image: url(../images/nav/ic_info_ovr.png);
}

#snsShare {
	position: absolute;
	top: 21px;
	right: 0;
	width: 207px;
	height: 70px;
	padding-left: 6px;
	background: url(../images/ic_sns.png) 0 0 no-repeat;
}
#snsShare ul {
	display:inline-table;
	width: 207px;
}
.shareBtn {
	float:left;
	width:69px;
	height:69px;
	text-indent: -9999px;
	-webkit-transition: 0.4s ;
	transition: 0.4s;
}
.shareBtn a {
	display: block;
	width:69px;
	height:69px;	
}
.shareBtn:hover {
	background-color: rgba(255,255,255,0.4)
}
#spclBnr {
	position: absolute;
	top: 39px;
	right: 220px;
	border: #969696 1px solid;
}
#spclBnr a:hover {
	opacity: 0.8;
}
#spclBnr:hover {
	border-color: #F33E62;
}

/* contents
-------------------------------------- */
#contents {
	padding:0;
}

#lwCtsHeader {
	background: url(../images/cts_bg_lw.png) 50% 0 no-repeat;
	text-align: center;
	margin-top: -58px;
	height: 287px;
	padding-top:80px;
}

.lwCts {
	clear:both;
	width: 960px;
	margin: 0 auto 2em;
	text-align:justify;
}
.lwHeadTtl {
	margin-bottom:30px;
}
.lwHeadTtl .ttl {
	line-height: 1;
	margin-bottom:5px;
	padding:0;
}
.lwHeadTtl .subTtl {
	line-height: 1.4;
	color: #FFF;
	background-color: #D4CCCC;
	padding:0;
	font-size:69%;
	margin:0;
	letter-spacing: 0.2em;
}
.lwCts p {
	margin:10px 0;
}
/* top contents header
-------------------------------------- */

#tpCtsHeader {
	background: url(../images/top/cts_bg_e.png)  50% bottom no-repeat, url(../images/top/cts_bg.png) 50% 0 no-repeat;
	margin-top: -60px;
	height: 640px;
}
#tpCts {
	margin-top: -40px;
	
}
#tpCts h1 {
	color: #F0446E;
	font-size: 32px;
	font-weight: 900;
}

/* top contents head btn
-------------------------------------- */
#tpBtnArea {
	position: absolute;
	bottom: 170px;
	left: 50%;
	margin-left: -500px;
}
#tpBtn {
	text-align: center;
}
#tpBtn li {
	display: inline-table;
	width: 95px;
	height:95px;
	margin: 0 15px;
	vertical-align: middle;
}
#tpBtn li a {
	display:block;
	width: 95px;
	height:40px;
	padding: 55px 5px 5px 5px;
	background: #FFF no-repeat 50% 20px;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	color: rgba(235,64,102,1.00);
	border: #E44669 9px solid;
	box-shadow: #484848 0 0 5px;
	
}
#tpBtn li a[href] {
	-webkit-transition: 0.4s ;
	transition: 0.4s;
}
#tpBtn li#tp01 a {
	background-image: url(../images/nav/ic_area.png);
}
#tpBtn li#tp02 a {
	background-image:  url(../images/nav/ic_ticket.png);
}
#tpBtn li#tp03 a {
	background-image:  url(../images/nav/ic_timetable.png);
}
#tpBtn li a[href]:hover  {
	position: relative;
	top: -5px;
	background-color: #E44669;
	border-color: #FFF;
	color:#FFF;
}
#tpBtn li#tp01 a[href]:hover {
	background-image:  url(../images/nav/ic_area_ovr.png);
}
#tpBtn li#tp02 a[href]:hover {
	background-image:  url(../images/nav/ic_ticket_ovr.png);
}
#tpBtn li#tp03 a[href]:hover {
	background-image:  url(../images/nav/ic_timetable_ovr.png);
}

.plss {
	font-size: 125%;
	font-weight: bold;
	margin-top:15px;
}
.ft15 {
	font-size: 15px;
}

/* top contents
-------------------------------------- */
.topLogo {
	width:  620px;
	margin:  auto;
}

/* count down
-------------------------------------- */
#cntdwnArea {
	padding-top: 90px;
}
.lw #cntdwnArea {
	padding-top: 0
}
/* news ticker
-------------------------------------- */
.newsticker{
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	position: relative;
	height:6.4em !important;
	
}
.ticker {
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	position: relative;
	overflow: hidden;
	height:6.4em !important;
}

.ticker ul {
	width: 100%;
	position: relative;
	text-align:center;
}

.ticker ul li {
	width: 100%;
}
.update {
	display:block;
	line-height:1;
}


/* about.html
-------------------------------------- */

#about-page .lwHeadTtl .subTtl {
	width: 344px;
	margin:auto;
}
.about {
	padding: 0;
	/*background: url(../images/about/i-star-fes.jpg) right 42px no-repeat;*/
	background-size: 360px auto;
}
.aboutTtl {
	font-size: 150%;
	margin-bottom:30px;
}
.about p {
	margin-bottom: 2em;
}
#twAreaOfcl {
	display: inline-block;
	margin: 25px 0;
	padding: 15px;
	border:#805A60 3px solid;
	background: #F6EFEF;
	
}
.aboutImg {
	text-align: center;
	
}
.aboutImg img {
	width:  425px;
	margin: 0 20px 20px;
	border: #FFF 5px solid;
	box-shadow: 2px 2px 4px #666;
	
}

@media (max-width:680px){
	.about {
		background: none;
	}
}
/* artist.html
-------------------------------------- */

#artist-page .lwHeadTtl .subTtl {
	width: 254px;
	margin:auto;
}
.artistTtl {
	font-size: 150%;
	margin-bottom:10px;
}
.artistBox {
	display:inline-table;
	width: 300px;
	background-color: #3C4241;
	padding: 3px 3px 0;
	margin: 6px 3px;
	vertical-align: top;
}
.artstInfo {
	position: relative;
	margin-top:-45x;
	padding: 10px 5px 8px;
	width: 290px;
	background-color: rgba(0,0,0,0.6);
	z-index:100;
	
}
.name {
	color: #FFF;
	font-size: 13px;
	font-weight: normal !important;
	height: 2.5em;
	padding-top: 0.2em;
	line-height: 1;
}
.name span {
	font-size: 10px;
	line-height: 1 !important; 
	padding: 0;
	margin: 0;
}
.linkArea {
	text-align: center;
	margin-top: 11px;
	min-height: 30px;
}
.linkArea li {
	display: inline-table;
	height: 30px;
	width:30px;
	text-indent: -9999px;
	margin: 0 5px;
}
.linkArea li a {
	display: block;
	border-radius: 50%;
	overflow:hidden;
	height: 30px;
	width:30px;
	background: 50% 50% no-repeat;
	-webkit-transition: 0.4s ;
	transition: 0.4s;
}
.linkArea li a:hover {
	opacity: 0.7;
}
.linkArea li a.icWs {
	background-color: #E44669;
	background-image: url(../images/artist/ic_link.png);
}
.linkArea li a.icTw {
	background-color: #3ACAFF;
	background-image: url(../images/artist/ic_twitter.png);
}
.linkArea li a.icFb {
	background-color: #3A589D;
	background-image: url(../images/artist/ic_facebook.png);
}
.linkArea li a.icBlg {
	background-color: #96C053;
	background-image: url(../images/artist/ic_blog.png);
}
.linkArea li a.icNc {
	background-color: #4D4D4D;
	background-image: url(../images/artist/ic_nico.png);
}
.linkArea li a.icYt {
	background-color: #C83C33;
	background-image: url(../images/artist/ic_youtube.png);
}
.andMore {
	padding: 30px 0;
	color: #EC4564;
	font-size: 200%;
	font-weight: bold;
}
.new::before {
	content:"NEW";
	display: inline-block;
	background-color: #B4171A;
	color: #FAFA56;
	font-size: 10px;
	line-height: 1;
	padding: 3px 5px;
	box-sizing: border-box;
	border-radius: 9px;
	margin-left: -4em;
	margin-right: 1em;
	
}
.l2h {
	font-size: 87%;
	margin-top: -3px;
	display: block;
}

/* ticket.html
-------------------------------------- */

#ticket-page .lwHeadTtl .subTtl {
	width: 310px;
	margin:auto;
}
.ticketTtl {
	font-size: 150%;
	margin-bottom:10px;
}
.ticket {
	border: #E44669 5px solid;
	width: 600px;
	margin: 0 auto 10px;
	padding: 0 20px 0 100px ;
	font-size: 115%;
	line-height: 45px;
	background: url(../images/ticket/ic_ticket_b.png)25px 50% no-repeat;
}
.tcktLst {
	list-style: square;
	text-align: left;
	padding-left:  25px
}
.tcktLstSub {
	margin:  10px 0;
	font-weight: bold;
	list-style: disc;
}
.tcktLstSub li {
	display: inline-block;
	width: 49%;
	font-size: 113%;
}
.tcktLstSub li span{
	width: 12em;
	display: inline-block;
}
.txt1 {
	font-size: 83%;
}
.txt2 {
	font-size: 200%;
}
.ticketInfo {
	margin: 1.5em 0;
}
.ticketInfo dt {
	clear: left;
	padding: 5px 10px;
	background-color:#7E5A60;
	color:#FFF;
	border-radius: 10px 0 10px 0 ;
}
.ticketInfo dd {
	margin: 15px 0 2.5em;
}
.sizeImgAF {
	width: 260px;
}
.agency {
	text-align: center;
	float: left;
}
.agency a {
	text-decoration: none;
}
.agency a h3 {
	font-size: 108%;
	text-decoration: none;
	margin-bottom:10px;
}
.agency p {
	font-size: 69%;
	text-decoration:underline;
}

/* info.html
-------------------------------------- */

#info-page .lwHeadTtl .subTtl {
	width: 283px;
	margin:auto;
}
.infoTtl {
	font-size: 150%;
	margin-bottom:10px;
}
.outline {
	width: 100%;
	margin-bottom: 3em;
}
.outline td,.outline th {
	border: #FFF 1px solid;
	padding: 10px 20px;
}
.outline tr:nth-child(even) {
	background-color: #F3F5E9;
}
.outline tr:nth-child(odd) {
	background-color: #EBF4F3;
}
#noticeEx {
	border:#B21619 1px solid;
	color: #B21619;
	text-align: center;
	padding: 10px;
	font-size: 83%;
}
#notice {
	padding: 20px 0 0;
}
#notice dt {
	font-size: 108%;
	font-weight:bold;
	border-bottom: #6F6666 1px solid;
	margin-bottom:10px;
}
#notice dt:before {
	content: '◎ '
}
#notice dd {
	margin-bottom:1.5em;;
}


/* special.html
-------------------------------------- */

#special-page .lwHeadTtl .subTtl {
	width: 365px;
	margin:auto;
}
.spclTtl {
	font-size: 150%;
	margin-bottom:10px;
}
.spclInfo {
	margin-bottom: 55px;
}
.spclIpt {
	background-color: #EDEBF4;
	padding: 10px;
	
}
.spclIpt h3 {
	border-bottom: 1px #FFF solid;
}
.spclIpt h3,
.spclIpt h4 {
	color: #7D585E;
}
.spclNts {
	font-size: 87.5%;
	margin: 15px 0 0;
	padding: 5px 10px;
	background: #F9F4F5;
}
.spclNts h3 {
	color: #7D585E;
}
.spclNts li {
	line-height: 1.4;
}
.spclDlArea {
	float: right;
	border: #D4CCCC 3px solid;
	background-color: #FFF;
	margin-left: 3%;
	padding:10px;
	width: 30%;
	text-align: center;

}
.spclPtnr {
	margin-top: 20px;
}
.spclPtnr img {
	width: 100px;
	vertical-align: central;
}
.dlBtn {
	text-align: center;
	display: inline-table;
	margin: 0 15px;
	vertical-align: middle;
}
.dlBtn a {
	display:block;
	width: 64px;
	height:30px;
	margin: 0 auto 10px; 
	padding: 34px 5px 5px 5px;
	background: #FFF no-repeat 50% 5px;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	color: rgba(235,64,102,1.00);
	border: #E44669 9px solid;
	box-shadow: #484848 0 0 5px;
	
}
.dlBtn a[href] {
	-webkit-transition: 0.4s ;
	transition: 0.4s;
}
.dlBtn a {
	background-image: url(../images/nav/ic_dl.png);
}
.dlBtn a[href]:hover  {
	position: relative;
	top: 5px;
	background-color: #E44669;
	border-color: #FFF;
	color:#FFF;
}
.dlBtn a[href]:hover {
	background-image:  url(../images/nav/ic_dl_ovr.png);
}
.spclDlDfn {
	font-size:75%;
}
.spclDlDfn dt {
	font-weight:bold;
	background-color: #D4CCCC;
	color: #7F595F;
}
.spclDlDfn dd {
	text-align:left;
	margin: 5px 0 10px;
	
}
.spclDlDfn dd:last-child {
	margin-bottom: 0;
}
#spclNews {
	margin-top:25px;
}
.spclNewsArea {
	margin: 10px 0;
	padding: 15px;
}
.spclNewsTtl {
	border-bottom: #FFF 2px solid;
	margin-bottom: 0.8em;
}
.spclNewsTtl h3 {
	display:inline-block;
	font-size: 93%;
	line-height: 20px;
	width: 830px;
	margin-right:20px;
	color: #D84160;
}
.spclUpdate {
	display:inline-block;
	text-align:right;
	font-size: 73%;
	line-height: 20px;
}
.spclNewsCts {
	font-size: 86%;
}
.spclNewsArea:nth-child(odd) {
	background-color: #EBF4F3;
}
.spclNewsArea:nth-child(even) {
	background-color: #F3F5E9;
}



/* footer
-------------------------------------- */
#pageFooter {
	margin-top:1.5em;
	padding: 1em 0 0;
	border-top: #F4E8D2 1px solid;
}
.ftrArea {
	padding: 20px 0;
	float: left;
}
.ftrArea.tckt {
	width: 38%;
}
.ftrArea.prtnr {
	width: 60%;
	
}
.ftrArea ul {
	text-align:center;
	margin-bottom: 20px
}
.ftrArea li {
	display: inline-table;
	vertical-align:top;
	margin: 0 5px;
}
.tcktBnr {
	/*line-height:60px;*/
}
.tcktBnr img {
	vertical-align: middle;
}
#ftNav {
	clear: both;
	width: auto;
	margin: auto;
	padding: 0.5em 0 0;
	border-top: #F4E8D2 1px solid;
	text-align:center;
}
#ftNav li {
	display: inline-block;
	margin-right: 14px;
	padding-left: 18px;
	font-size: 82%;
	background:no-repeat 0 50%;
	background-size: 16px auto;
}
#ftNav li#ftBtn01 {
	background-image: url(../images/nav/ic_home.png);
}
#ftNav li#ftBtn02 {
	background-image: url(../images/nav/ic_about.png);
}
#ftNav li#ftBtn03 {
	background-image: url(../images/nav/ic_artist.png);
}
#ftNav li#ftBtn04 {
	background-image: url(../images/nav/ic_ticket.png);
}
#ftNav li#ftBtn05 {
	background-image: url(../images/nav/ic_timetable.png);
}
#ftNav li#ftBtn06 {
	background-image: url(../images/nav/ic_cart.png);
}
#ftNav li#ftBtn07 {
	background-image: url(../images/nav/ic_info.png);
}
#copyright {
	margin-top: 1em;
	line-height: 2em;
	border-top: #F4E8D2 1px solid;
	text-align: center;
}


/*========================
TEXT
========================*/

/* fontstyle

-------------------------------------- */

.clrBl {color: #00A0E3}
.clrRed {color:#C03}
.clrWh { color:#FFF}
.clrBk { color: #000}
.clr1 {color: #E04567;}
 
.fBld {font-weight: bold}
/* common hack style
-------------------------------------- */
/*clearfix */
.cf:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.cf {min-height: 1px;}
* html .clearfix {height: 1px;
}


/* tooltip style
-------------------------------------- */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 10px;
	overflow: hidden;
}
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}
.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}
.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}
#cntdwnArea {
	width: 750px;
	margin: auto;
	color: #FFF;
    font-family: 'Century Gothic', Arial;
    text-align: center;
}
.lw #cntdwnArea {
	width: 480px;
}
.time_circles {
    position: relative;
    width: 100%;
}
.time_circles > div {
    position: absolute;
}
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px 0 0px;
    text-transform: uppercase;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

#archvs-page .lwHeadTtl .subTtl {
	width: 432px;
	margin:auto;
}
.archiveTbl th {
	width:  7em;
	
}
.archvPht {
	box-sizing: border-box;
	text-align: center
}
.archvPht li {
	width: 46%;
	margin: 10px;
	display: inline-table;
	border: #FFF 5px solid;
	box-shadow: 2px 2px 4px #000;	
}

.artistBoxArchv {
	display:inline-table;
	width: 210px;
	background-color: #3C4241;
	padding: 3px 3px 0;
	margin: 6px 5px;
	vertical-align: top;
}
.artistBoxArchv .artstInfo {
	position: relative;
	margin-top:-2.6em;
	padding: .1em 10px .1em;
	width: 200px;
	height: 2.6em;
	background-color: rgba(0,0,0,0.7);
	z-index:100;
	
}
.artistBoxArchv .name {
	text-align: center;
	line-height: 1.2em;
	color: #FFF;
	font-size: 13px;
	font-weight: normal !important;
}
.archiveBtn {
	display:  inline-block;
	margin: 0 5px;
	
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 6104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:6100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 6101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 6102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 6101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 6103;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 6102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 6102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 6001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 6102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
.startTime {
	color: #FFF;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 20px;
	text-shadow: 2px 2px 3px #066280; 
}
.lw .startTime {
	font-size: 36px;
	line-height: 1.2;
	margin-top: 15px;
	
}
.lwLg {
	width: 500px;
	margin: auto;
	padding-top: 10px;
	
}