@charset "utf-8";

/* =Responsive Structure
----------------------------------------------- */
/*まずはスマホ*/

/* ==========================================
	 font設定
	 基本：100% = 1em = 1rem = 16px = 12pt
============================================= */

html { font-size: 62.5%;  } /* sets the base font to 10px */
body {
	color: #333;
/* ゴシックタイプ */
/* 	font-family: Avenir,"Helvetica neue",Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;

/* font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka,sans-serif; */



/* 明朝タイプ */
/* 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom:0.4em;
	font-size:2rem;
 	font-weight: bold;
}
p { font-size: 1.8rem; line-height: 1.4;}
small { font-size: 0.85em;}
ul li { font-size: 1.5rem; line-height: 1.4;}
dl dt { font-size: 1.5rem; line-height: 1.4;}
dl dd { font-size: 1.5rem; line-height: 1.4;}


@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
     format("truetype");
}

@font-face
{
font-family: mplus-1m-bold;
src: url('/common/fonts/mplus/mplus-1m-bold.ttf')
     format("truetype");
}
@font-face {
    font-family: 'Easy-Rider';
    src:url('/sarufes19/common/font/Easy-Rider/Easy-Rider.ttf.woff') format('woff'),
        url('/sarufes19/common/font/Easy-Rider/Easy-Rider.ttf.svg#Easy-Rider') format('svg'),
        url('/sarufes19/common/font/Easy-Rider/Easy-Rider.ttf.eot'),
        url('/sarufes19/common/font/Easy-Rider/Easy-Rider.ttf.eot#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}




/* ==========================================
	 リンク
	 ========================================== */


a { text-decoration: none; }
a:link    { color: #e00}
a:visited { color: #e00;}
a:hover   { color: #e00; opacity: .8;}
a:active  { color: #e00;}

/* ==========================================
	 汎用クラス
	 ========================================== */

.sign {
	display: block;
	text-align: right;
	margin:10px 0 20px;
}
.center {
	display: block;
	text-align: center;
/* 	margin: auto; */
}
.bold {
	font-weight: bold;
}

.nowrap {
 	white-space:nowrap;
 	display: inline-block;
}
.italic { font-style: italic;}
.red { color:#F00; }
.white { color: #fff;}

.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh14 {line-height: 1.4;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}

.blink{
	color: #DF0000;
		font-style: italic;
	font-size: .5em;
	vertical-align: text-top;
    -webkit-animation:blink 1.0s step-end infinite alternate;
    -moz-animation:blink 1.0s step-end infinite alternate;
    animation:blink 1.0s step-end infinite alternate;
}

/* 点滅 */
@-webkit-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@-moz-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}

/* ==========================================
	 構造
	 ========================================== */


body {background:  #01071a ;}
body::before {
	background:url(/sarufes19/images/bg_footer.jpg) no-repeat center bottom;
	background-size: 200% auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}



#container {
	margin :0 auto;
	padding: 5% 10px;
/* 	background: url(/sarufes19/images/bg_footer.jpg) no-repeat center bottom; */
	background-attachment: fixed;
}
#container #inner-container {
	margin :0 auto;
	width: 100%;
	max-width: 1050px;
	height: auto;
	text-align: center;
}

#container .flyer {
	margin-bottom: 10%;
}

.titletop {
	display: block;
	padding-top: 30px;
}
.section.about .titletop {
	padding-top: 50px;
}
.section.about .ticket.titletop {
	padding-top: 0px;
}

.section {
	margin: 0 auto 8em;
	padding:1em 2.7em 7em;
	background-color: #fff;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
/*
	-webkit-border-radius: 35px;
	-moz-border-radius   : 35px;
	border-radius        : 35px;
*/


/* 	横位置　縦位置　ぼかし　広がり　色 */
	-webkit-box-shadow: 0 0px 10px 1px rgba(1,7,26,0.2);
	-moz-box-shadow   : 0 0px 10px 1px rgba(1,7,26,0.2);
	box-shadow        : 0 0px 10px 1px rgba(1,7,26,0.2);

}
.section h2.title {
	margin-top: 1em;
}
.section h2.title img {
	width: 100%;
	max-width: 750px;
	height: auto;
}
.section p.theme {
	text-align: center;
}

.section p.center {
	text-align: center;
}

.section h1 {
	margin: 3% 0 2%;
	font-family: 'mplus-1m-bold';
	color: #e00;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.section h4 { text-align: center;}

.iframe {
    margin: 0 auto 20px;
    max-width: 640px;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.iframe iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}


#container #footer {
	clear: both;
	width: 90%;
	margin: 0 auto 0;
	padding: 40px 0 50px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
	font-size: 0.8em;
}
#container #footer p.copyright { line-height: 1.2;}

.pre #container .header #flyer img { width: 90%;margin: 0 auto;}
.appearance {
	margin: 10px 0 30px;
}


/* モーダルメニュー　========== */

/* メニューボタン */
#btn-menu {
  display: block;
  position: fixed;
  bottom: 0;
  left: -15px;
  width: 100px;
  height: 110px;
  padding: 0;
  color: #01071A;
  z-index: 0;
  transition: all .2s ease-in;
}


/* メニュー */
#sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  overflow: scroll;
  z-index: 1;
  transition: all .3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}

#sp-menu-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sp-menu-list {
  list-style: none;
}
.sp-menu-list li {
	padding: 1em;
	cursor: pointer;
}

.sp-menu-list a {
	cursor: auto;
	display: block;
	font-size: 2.1rem;
	font-family: 'mplus-1m-bold';
	font-weight: bold;
	color: #e00;
}
.sp-menu-list a:hover {
	opacity: .8;
	cursor: pointer;
}


/* end モーダルメニュー　========== */





/* さるフェスとは */
.section.about {
/* 	background:url(/sarufes19/common/images/bg-01.png) #Fd4 no-repeat center left; */
	background-position: 0 1100px;
}
.section.about .declaration { margin: 2em 0 ;}
.section.about .declaration p { text-align: center;}
.section.about .theme p {
	text-align: center;
	font-size: 3em;
	line-height: 1.2;
}
.section.about p {
	margin: 0 auto;
	max-width: 600px;
}
.section.about h4 {
	margin: 1em 0 .2em;
	font-family: 'mplus-1m-bold';
	color: #000;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.section.about li {
	clear: both;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #DF0615;
	font-size: 2.3rem;
	font-weight: 600;
	font-style: normal;
/*
	text-shadow:
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
*/
}

.section.about li h5 {
	margin: 1.6em 0 .3em;
	font-family: 'mplus-1m-bold';
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	text-shadow:none;
}
.section.about li h5.small {
	font-size:.8em;
}
.section.about li h6 {
	margin-bottom: 0;
	font-size: 2.3rem;
	font-weight: 600;
}
.section.about li p.uchiage {
	color: #000;
	font-size: 1.5rem;
	text-align: center;
}
.section.about li strong {
	display: inline-block;
	padding: 0 .1em;
	font-size: 2.3em;
    text-shadow: 0 1px 0px rgba(0,0,0,0.6);
}
.section.about li strong.strong2 {
	font-size: 2em;
}
.section.about li small {
	vertical-align:text-top;
	white-space: nowrap;
	display: inline-block;
}
.section.about li small.nonowrap {
	white-space: normal;
}
.section.about li small.goods {
	display: inline-block;
	line-height: 1.4;
}
.section.about li .sns {
	margin-top: 50px;
	text-align: center;
}
.section.about li .sns li {
	display: -moz-inline-box;/* Firefox2用 */
	display: inline-block;
	/display: inline;
	/zoom: 1;/* IE7以下用 */
	vertical-align: top;
	width: 120px;
	line-height: 1;
	text-align: center;
}
.section.about li .sns li img {
	max-width: 65px;
	height: auto;

}



/* チケットエリア */
.section li .ticketarea {
	margin: 3em -0.5em 2em;
	padding: 20px 20px 10px;
	color: #fff;
	background-color: #e00;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
	-webkit-border-radius: 25px;
	-moz-border-radius   : 25px;
	border-radius        : 25px;

}
.section li .ticketarea h4 {
	margin-top: .6em;
	margin-bottom: .8em;
	font-size: 4rem;
}
.section li .ticketarea strong {
	font-size: 2em;
}

.section.about .premiere li {
	margin: 0;
	color: #fff;
	line-height: 1.2;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
}
.section.about .premiere li.last {
	margin: .4em;
	font-size: 1.1em;
}
.section.about h6.premiere {
	margin: 10px 0 5px;
}
.section.about dl.premiere {
	margin: 0 auto;
	width: 96%;
	max-width: 550px;
}
.section.about dl.premiere dt {
	float: left;
	clear: both;
	font-size: 1.7rem;
	text-align: left;
}
.section.about dl.premiere dd {
	float: right;
	font-size: 1.7rem;
	text-align: right;
}
.section.about dl.premiere dt.last {
	float: right;
	text-align: right;
}
.section.about dl.premiere dd:before {
	content: " . . . . . ";
}
.section.about div.goods {
	position: relative;
	margin: 20px auto;
	padding: 30px 20px 20px;
	max-width: 780px;
	border: 3px solid #fff;
	text-align: center;
	-webkit-border-radius: 15px; /* Safari, Chrome用 */
	-moz-border-radius   : 15px; /* Firefox用 */
	border-radius        : 15px; /* CSS3 */
}
.section.about div.goods h5 {
	position: absolute;
	top:-2.2em;
	left: 0;
	padding: 0 5px;
	color: #fff;
	background-color: #e00;
}
.section.about div.goods small.design {
	display: block;
	margin-top: 1em;
	margin-bottom: 10px;
	text-align: right;
	white-space: normal;
}
.section.about div.goods h6 {
	color: #fff;
}
.section.about div.goods h6 small {
	white-space: normal;
	display: inline;
}
.section.about div.goods .pict { text-align: center;}
.section.about div.goods .pict img {
	display: inline;
	width: 100%;
	max-width: 320px;
	height: auto;
}



.section.about li .toform-tickets { margin: 1em 0 .4em;}
.section.about li .toform-tickets .button {
	padding: .5em;
	height: auto;
	font-size: 1.8rem;
	line-height: 1.15;
	letter-spacing: 0.05em;
	color: #F9EEB6;
	font-size: 2.2rem;
	font-weight: 600;
	/* 	横位置　縦位置　ぼかし　広がり　色 */
		-webkit-box-shadow: 0 -3px 1px 0px rgba(255,255,255,0.2);
		-moz-box-shadow   : 0 -3px 1px 0px rgba(255,255,255,0.2);
		box-shadow        : 0 -3px 1px 0px rgba(255,255,255,0.2);
	/* 	内側 */
		-webkit-box-shadow: 0 3px -3px 1px rgba(0,0,0,0.2) inset;
		-moz-box-shadow   : 0 3px -3px 1px rgba(0,0,0,0.2) inset;
		box-shadow        : 0 3px -3px 1px rgba(0,0,0,0.2) inset;
/*
	text-shadow:
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
*/
}
.section.about li .toform-tickets a.button:link    {color: #fff; }
.section.about li .toform-tickets a.button:visited {color: #fff; }
.section.about li .toform-tickets a.button:hover   {color: #fff; opacity: 1; }
.section.about li .toform-tickets a.button:active  {color: #fff; }

/* 通常チケット */
.section.about li .ticlet_eplus a {
	display: block;
	margin: 20px auto 8px;;
	padding: .4em;
	max-width: 500px;
	font-size: 2.1rem;
	background-color: #fff;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
	-webkit-border-radius: 50px;
	-moz-border-radius   : 50px;
	border-radius        : 50px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.section.about li .ticlet_eplus a:link {}
.section.about li .ticlet_eplus a:visited {}
.section.about li .ticlet_eplus a:hover {color: #fff; background-color: #ff843d; opacity: 1;}
.section.about li .ticlet_eplus a:active {}

.section.about li h6.loft {
	margin-bottom: 0;
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
}
.section.about li h6.loft strong {
	color: #fff;
	font-size: 1.2em;
}


.section.about li p.timelimit {
	color: #111;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	text-shadow: none;
}
.section.about li p.timelimit strong {
	font-size: 1.2em;
	font-style: normal;
}
.section.about li small {
	vertical-align:baseline;
	font-size: 0.7em;
}
.section.about li span {
	white-space: nowrap;
	display: inline-block;
}
.section.about li ul {margin: .6em 0 1em;}
.section.about li ul li {
	margin-bottom: .4em;
	font-size: 1.8rem;
}



/* 注意 */
.section li .ticketarea .innerframe2 {
	margin: 7% auto 5% ;
	padding:.15% 3%;
	max-width: 450px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius   : 15px;
	border-radius        : 15px;
}
.section li .ticketarea .innerframe2 h5 {
	font-size: 1.7rem;
}
.section li .ticketarea .innerframe2 .attention li {
	margin-bottom: .3em;
	max-width: 750px;
	color: #000;
	font-size: 1.6rem;
	text-align: left;
}
.section li .ticketarea .innerframe2 h5 {
	margin-top: 10px;
}
.section li .ticketarea .innerframe2 .attention li h6 {
	margin:.2em  0 .2em ;
	color: #e00;
	font-size: 2rem;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
}
.section li .ticketarea .innerframe2 .attention li p {
	padding-left: 1.5em;
	max-width: 750px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.section li .ticketarea .innerframe2 .attention li strong {
	color: #e00;
	font-size: 1.1em;
}
.section li .ticketarea .innerframe2 .attention li strong.strong2 {
	font-size: 1.3em;
}


/* アーティスト　==========  */
.section.artists {
/* 	background: url(/sarufes19/common/images/bg-03.png) #FFDD44 no-repeat center bottom; */
	background-position-x: 50px;
	padding-bottom: 50px;
}


.section.artists h2 {
	margin-bottom: 1em;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'mplus-1m-bold';
	color: #000;
/* 	text-shadow :0px 1px 0px rgba(0,0,0,1); */
}
.section.artists h2 small {
	display: inline-block;
	padding-left: 10px;
	font-size: 1.8rem;
}

/* お知らせとお詫び */
.section.artists .apology {
	padding:4% 5%;
/* 	border: 1px solid #d00; */
	background-color: #FFDD44;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
	-webkit-border-radius: 15px;
	-moz-border-radius   : 15px;
	border-radius        : 15px;
	
}
.section.artists .apology h3 {
	color: #d00;
	font-size: 1.8rem;
	text-shadow:
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
}


/* アーティスト表 */
.section.artists ul li {
	margin-bottom: .6em;
	font-size: 2.8rem;
	font-family: 'mplus-1m-bold';
	color: #e00;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
	font-weight: 600;
	line-height: 1.15;
}
.section.artists ul li small {
	font-size: .7em;
	white-space: nowrap;
	display: inline-block;
	letter-spacing: 0;
}
.section.artists ul li small.no {
	white-space: normal;
}
.section.artists ul li a:link { border-bottom: 2px dotted #e00;}


.section.artists ul li a small { font-size: .7em;}
.section.artists ul li span.genre {
	display: inline-block;
	white-space: nowrap;
	margin-left: .35em;
	color: #000;
	font-size: .7em;
	text-shadow :none;
	font-weight: normal;
}

.section.artists ul li span.genre.no {
	white-space: normal;
}

.section .innerframe {
	margin: 4em -0.5em ;
	padding: 20px 20px 10px;
	color: #fff;
	background-color: #e00;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.section .innerframe h4.title {
	font-size: 3rem;
	line-height: 1;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
}
.section .innerframe h4.title small {
	font-size: 1.7rem;
}
/* 深海 */
.section .innerframe.shinkai {
	margin-top: 80px;
	padding: 4em 20px 6em;
	background-color: #e00;
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow   : 0 0px 2px rgba(0,0,0,0.2);
	box-shadow        : 0 0px 2px rgba(0,0,0,0.2);
}
.section .innerframe.shinkai ul li {
	margin: 0 0 10px;
}
.section .innerframe.shinkai ul li h5 {
	display: inline;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
}
.section .innerframe.shinkai ul li h5 a {
	color: #fff;
	border-bottom: 2px dotted #fff;
}

.section .innerframe.shinkai ul li h5 a:link { color: #fff;}


.section .innerframe.shinkai ul li p {
	display: inline;
	color: #111;
	text-shadow : none;
/* 	white-space: nowrap; */
}
.section .innerframe.shinkai ul li p:before {
	content: " ... "
}

/*  FOOD */
.section .innerframe.food {
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow   : 0 0px 2px rgba(0,0,0,0.2);
	box-shadow        : 0 0px 2px rgba(0,0,0,0.2);
}
.section .innerframe.food h4.title {
	margin-bottom: .8em;
	font-size: 3.4rem;
}
.section .innerframe.food {
	padding: 4em 20px 6em;
	background-color: #F1D03F;
}
.section .innerframe.food ul li {
	margin-bottom: 1.2em;
}
.section .innerframe.food ul li h5 {
	color: #000;
	text-shadow : none;
}
.section .innerframe.food ul li p {
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.2;
	text-align: center;
	text-shadow : 0px 1px 0px rgba(0,0,0,1);
}
.section .innerframe.food ul li p strong {
	color: #e00;
	font-size: 1.2em;
}
.section .innerframe.food p {
	text-shadow : 0px 1px 0px rgba(0,0,0,.6);
}



/* ==========================================
	 アーテストポップアップ(lity)
	 ========================================== */
body .lity {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	z-index: 19990;
}
body .lity.lity-opened {overflow-y: scroll;}
body .lity .lity-open {overflow-y: scroll; max-width: 640px;}
body .lity-content .window {
	background-color: #e00;
}

body .lity-content .window .pict {text-align: center;}
body .lity-content .window .pict img {
	width: 90%;
	max-width:480px ;
	height: auto;
	margin: 0 auto;
	padding-top: 5%;
}
body .lity-content .window .profile {padding: 1.5em 2em 3em;}
body .lity-content .window .profile h1 {
	font-family: 'mplus-1m-bold';
	color: #fff;
	font-size: 2.8rem;
	font-weight: normal;
	text-shadow :0px 1px 0px rgba(0,0,0,1);
/*
	text-shadow :
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
*/
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.1;

}
body .lity-content .window .profile h1 small {
	display: inline-block;
	margin-bottom: .4em;
	font-size: 1.8rem;
}
body .lity-content .window .profile h1 .sub {
	display: inline-block;
	white-space: nowrap;
	font-size: .5em;
}
body .lity-content .window .profile h1 .sub.no {
	white-space: normal;
}
body .lity-content .window .profile h1 .sub.nonowrap {white-space:normal;}
body .lity-content .window .profile h3 {
	margin: 1.5em 0 .7em;
	font-family: 'mplus-1m-bold';
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	text-shadow :
	0px 1px 0px rgba(0,0,0,1);
/*
	text-shadow :
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
*/
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
body .lity-content .window .profile .genre {}
body .lity-content .window .profile em {
	display: inline-block;
	white-space: nowrap;
}



.lity-container .profile {
	padding-bottom: 40px;
}
.lity-container .profile p {
	position: relative;
	overflow: hidden;
	word-break: break-all;
	color: #000;
	text-shadow :0px 1px 0px rgba(255,255,255,.3);
}
.lity-container .profile p a {
	display: inline-block;
	width: 100%;
	word-break:
	break-all;line-height: 1;
}
.lity-container .profile p a:link { color: #fff; opacity: .9;}
.lity-container .profile p a:visited {color: #fff; opacity: .9;}
.lity-container .profile p a:hover {color: #fff; opacity: 1;}
.lity-container .profile p a:link {color: #fff; opacity: .8;}

.btn-close {
	display: block;
	width: 130px;
	margin: 2.5em auto 2.5em;
	padding: 1em;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background-color: #E30000;
	-webkit-border-radius: 25px; /* Safari, Chrome用 */
	-moz-border-radius   : 25px; /* Firefox用 */
	border-radius        : 25px; /* CSS3 */

}

.lity-container .profile .btn-close {
	margin-bottom: 40px;
	color: #e00;
	background-color: #fff;
	opacity: .9;
}
.lity-container .profile .btn-close:link    { color: #e00;opacity: .9;}
.lity-container .profile .btn-close:visited { color: #e00;opacity: .9;}
.lity-container .profile .btn-close:hover   { color: #e00;opacity: 1; }
.lity-container .profile .btn-close:link    { color: #e00;opacity: .8;}


/* end 	 アーテストポップアップ(lity) ====================== */







/*
.section.artists .gekidan {
	margin:5em 0 3em;
	padding: 2em;
	text-align: center;
	background-color:  #F9EEB6;
	-webkit-border-radius: 25px; /* Safari, Chrome用 */
	-moz-border-radius   : 25px; /* Firefox用 */
	border-radius        : 25px; /* CSS3 */
}
.section.artists .gekidan h4 {
	margin: 0 0 .3em;
	font-family: 'mplus-1m-bold';
	color: #F9EEB6;
	font-size: 4.2rem;
	font-weight: normal;
	text-shadow :
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #E50DB0;
}
.section.artists .gekidan h4 small {
	text-shadow: none;
	font-size: .4em;
	color: #111;
}
.section.artists .gekidan p {
	text-align: center;
	line-height: 1.3;
}
.section.artists .gekidan p.strong {
	display: inline-block;
	margin-bottom: 1em;
	padding: 0 .3em;
/* 	white-space: nowrap; */
	font-size: 1.3rem;
	font-style: italic;
	line-height: 1.4;
	color: #F9EEB6;
	font-size: 2.2rem;
	font-weight: 600;
	text-shadow:
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
}
.section.artists .gekidan p.strong strong {
	font-style: italic;
}
.section.artists .gekidan .blink {
	font-style: italic;
	font-size: .5em;
	vertical-align: text-top;
}
*/

/* タイムテーブル */
.section.timetable .swipe {
	margin-bottom: 1em;
	padding: 1em;
	font-size: 1.3rem;
	line-height: 1.1;
	background-color: #F9EEB6;
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	-moz-border-radius   : 5px; /* Firefox用 */
	border-radius        : 5px; /* CSS3 */
}
.section.timetable {
	padding: 1em 1.7em 7em;
	background: #e00;
}
.section.timetable h1 { color: #fff;line-height: 1.1;}
.section.timetable p.swipe {
	margin: 10px 0;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.1;
}
.timetable table {
	width: 100%;
	background-color: #fff;/* #F9EEB6 */
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	-moz-border-radius   : 5px; /* Firefox用 */
	border-radius        : 5px; /* CSS3 */


}
.timetable .scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
	-moz-box-shadow   : 0 0px 4px rgba(0,0,0,0.4);
	box-shadow        : 0 0px 4px rgba(0,0,0,0.4);
}
.timetable .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.timetable .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.timetable .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.timetable table th {
	padding: .6em .3em;
	color: #f9eeb6;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.1;
	text-shadow:
		1px 1px 1px rgba(0, 0, 0, 1),
		-1px -1px 1px rgba(0, 0, 0, 1),
		-1px 1px 1px rgba(0, 0, 0, 1),
		1px -1px 1px rgba(0, 0, 0, 1),
		2px 2px 1px rgba(0, 0, 0, 1),
		3px 3px 1px rgba(0, 0, 0, 1);
}
,
.timetable table td {
	text-align: center;
}

/* .timetable table th.time {width: 7%;} */
.timetable table th.main { background-color: #E94207;}
.timetable table td.main {
	text-align: left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right: 3px solid #fff;/* #F9EEB6 */
	border-left: 3px solid #fff;/* #F9EEB6 */
	background-color: #E94207;
}
.timetable table th.face {background-color: #13B82C;}
.timetable table td.face {

	text-align: left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

	border-right: 3px solid #fff;/* #F9EEB6 */
	border-left: 3px solid #fff;/* #F9EEB6 */
	background-color: #13B82C;
}
.timetable table th.food {background-color: #e29528;}
.timetable table td.food {
	text-align: left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

	border-right: 3px solid #fff;/* #F9EEB6 */
	border-left: 3px solid #fff;/* #F9EEB6 */
	background-color: #e29528;
}


.timetable table th.second { background-color: #00A2E6;}
.timetable table td.second {
	text-align: left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

	border-right: 3px solid #fff;/* #F9EEB6 */
	border-left: 3px solid #fff;/* #F9EEB6 */
	background-color: #00A2E6;
}
.timetable table td.second.title {
	background: linear-gradient( -185deg,#e29528,#e29528, #00A2E6, #00A2E6);
	border-left: none;
}


.timetable table td.gekidan {
	text-align: left;
	border-right: 3px solid #fff;/* #F9EEB6 */
	border-left: 3px solid #fff;/* #F9EEB6 */
	background-color: #FF9900;
}
.timetable table td.open {
	padding: .4em 0;
	vertical-align: middle;
	text-align: center;
	color: #f9eeb6;
	font-family: "mplus-1m-bold";
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.1;
	text-shadow:
		1px 1px 1px rgba(0, 0, 0, 1),
		-1px -1px 1px rgba(0, 0, 0, 1),
		-1px 1px 1px rgba(0, 0, 0, 1),
		1px -1px 1px rgba(0, 0, 0, 1),
		2px 2px 1px rgba(0, 0, 0, 1),
		3px 3px 1px rgba(0, 0, 0, 1);
}
.timetable table td.junbi {
	vertical-align: middle;
	text-align: center;
	background-color: #fff/* #C094E0 */
}
.timetable table td.uchiage {
	vertical-align: middle;
	text-align: center;
	color: #f9eeb6;
	font-family: "mplus-1m-bold";
	font-size: 1.7rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.1;
	background-color: #F442CB;
	text-shadow:
		1px 1px 1px rgba(0, 0, 0, 1),
		-1px -1px 1px rgba(0, 0, 0, 1),
		-1px 1px 1px rgba(0, 0, 0, 1),
		1px -1px 1px rgba(0, 0, 0, 1),
		2px 2px 1px rgba(0, 0, 0, 1),
		3px 3px 1px rgba(0, 0, 0, 1);
}



.timetable table td {
	position: relative;
	padding-right: .4em;
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: center;
	border-bottom: 1px solid rgba(238,0,0,0.3);/* #F4D02E */
-webkit-border-radius: 5px; /* Safari, Chrome用 */
-moz-border-radius   : 5px; /* Firefox用 */
border-radius        : 5px; /* CSS3 */


}
.timetable table td p {
	font-size: 1.5rem;
	line-height: 1.1;
}
.timetable table td p.time {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: .2em;
	padding: 0 .2em;
	color: #f9eeb6;
	font-size: 1.5rem;
	line-height: 1.1;
	background-color: #000;
}
.timetable table td h3 {
	padding-left: .4em;
	color: #f9eeb6;
	font-family: "mplus-1m-bold";
	font-size: 1.7rem;
/* 	font-style: italic; */
	font-weight: 500;
	line-height: 1.1;
	text-shadow:
		1px 1px 1px rgba(0, 0, 0, 1),
		-1px -1px 1px rgba(0, 0, 0, 1),
		-1px 1px 1px rgba(0, 0, 0, 1),
		1px -1px 1px rgba(0, 0, 0, 1),
		2px 2px 1px rgba(0, 0, 0, 1),
		3px 3px 1px rgba(0, 0, 0, 1);
}
.timetable table td h3 span {
/* 	font-style: italic; */
	font-weight: 500;
}
.timetable table td h3 a {
	color: #FFDD44;
/* 	font-style: italic; */
	font-weight: 500;
}

.timetable table td h3 a span {
/* 	font-style: italic; */
	font-weight: 500;
}

.timetable table td h3 a:hover { color: #FF5400;}
.timetable table td p.genre {
	margin-bottom: .4em;
/* 	color: #FFDD44; */
	color: #000;
	font-size: 1.25rem;
	text-align: right;
	line-height: 1;
	letter-spacing: -0.05em;
}

.timetable .shinkaiarea,
.timetable .foods {
	margin: 5em 4% 3em;
	padding: 2em;
	text-align: center;
	background-color: #fff;/* #F9EEB6 */
	-webkit-border-radius: 25px; /* Safari, Chrome用 */
	-moz-border-radius   : 25px; /* Firefox用 */
	border-radius        : 25px; /* CSS3 */
	-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.4);
	-moz-box-shadow   : 0 0px 4px rgba(0,0,0,0.4);
	box-shadow        : 0 0px 4px rgba(0,0,0,0.4);
}
.timetable .shinkaiarea h2,
.timetable .foods h4.titlefood {
  margin: 0 0 0.2em;
	color: #4193f2;
  font-size: 2.8rem;
	font-family: "mplus-1m-bold";
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow:
  	1px 1px 1px rgba(0, 0, 0, 1),
  	-1px -1px 1px rgba(0, 0, 0, 1),
  	-1px 1px 1px rgba(0, 0, 0, 1),
  	1px -1px 1px rgba(0, 0, 0, 1),
  	2px 2px 1px rgba(0, 0, 0, 1),
  	3px 3px 1px rgba(0, 0, 0, 1);
}
.timetable .shinkaiarea h3,
.timetable .foods h3 {
	margin-top: 1.5em;
	padding: 0 0.3em;
/* 	color: #f9eeb6; */
	color: #FFDD44;
	font-size: 1.7rem;
/* 	font-style: italic; */
	font-weight: 600;
	line-height: 1.4;
	text-shadow:
	1px 1px 1px rgba(0, 0, 0, 1),
	-1px -1px 1px rgba(0, 0, 0, 1),
	-1px 1px 1px rgba(0, 0, 0, 1),
	1px -1px 1px rgba(0, 0, 0, 1),
	2px 2px 1px rgba(0, 0, 0, 1),
	3px 3px 1px rgba(0, 0, 0, 1);
}


.timetable .shinkaiarea h3 span,
.timetable .shinkaiarea h3 a,
.timetable .foods h3 span,
.timetable .foods h3 a {
	font-weight: 600;
}
.timetable .shinkaiarea p,
.timetable .foods p {
	text-align: center;
	font-size: 1.5rem;
}



.timetable .shinkaiarea p.time,
.timetable .foods p.time {
	font-size: 1.8rem;
	font-weight: bold;
}

/* foodのタイムテーブル */
.timetable .foods { background-color: #F1D03F;}
.timetable .foods h4.titlefood { color: #FF9900;}
.timetable .foods p.pretitle { margin-top: 1.5em;color: #000;}
.timetable .foods p.pretitle.top { margin-top: 0em;color: ;}
.timetable .foods h3 { margin-top: 0em;color: #FF9900;}
.timetable .foods h3 strong {
	font-size: 1.2em;
	color: #e00;
}
.timetable .foods h5 {
	margin-top: 1em;
/* 	color: #e00; */
	font-size: 2rem;
	font-weight: 600;
/* 	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5); */
}
.timetable .foods h6 {
	margin-top: 1em;
	color: #046ee8;
	font-weight: 600;
	text-shadow:
	0px 1px 0px rgba(0, 0, 0, .3);
}

/*
.blink2 {
	color: #F9EEB6;
		font-style: italic;
	vertical-align: text-top;
    -webkit-animation:blink2 3.0s step-end infinite alternate;
    -moz-animation:blink2 3.0s step-end infinite alternate;
    animation:blink2 3.0s step-end infinite alternate;
}
*/


/* 点滅 */

/*
@-webkit-keyframes blink2{
    34%,66%,100% {opacity:0.7;}
    33%,67%,99% {color: #F9EEB6;}
}
@-moz-keyframes blink2{
    34%,66%,100% {opacity:0.7;}
    33%,67%,99% {color: #F9EEB6;}
}
@keyframes blink2{
    34%,66%,100% {opacity:0.7;}
    33%,67%,99% {color: #F9EEB6;}
}
*/



/* グッズ */

.section.goods p strong.check {
	color: #F00;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: bold;
/* 	font-style: italic; */
/*
	text-shadow:
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
		3px 3px 1px rgba(0,0,0,1);
*/
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.section.goods p strong.check .nowrap {
/* 	font-style: italic; */
	font-weight: bold;
}
.section.goods ul {margin: 1.5em 0;}
.section.goods ul li {
	margin-bottom: 2.5em;
	text-align: left;
}
.section.goods ul li h2 {
	margin-bottom: .6em;
	font-size: 2.8rem;
	font-family: 'mplus-1m-bold';
	color: #F1D03F;
	text-shadow :
	1px 1px 1px rgba(0,0,0,1),
	-1px -1px 1px rgba(0,0,0,1),
	-1px 1px 1px rgba(0,0,0,1),
	1px -1px 1px rgba(0,0,0,1),
	2px 2px 1px rgba(0,0,0,1),
	3px 3px 1px rgba(0,0,0,1);
/* 	text-shadow: 0px 1px 0px rgba(0,0,0,1); */
	font-weight: 500;
/* 	font-style: italic; */
	line-height: 1.1;
}
.section.goods ul li h2 span { /* font-style: italic; */ font-weight: normal;}
.section.goods ul li .comingsoon {
	font-size: 2.4rem;
	text-align: center;
	font-style: italic;
}
.section.goods ul li .pictgood { margin-bottom: .7em;}
.section.goods ul li .pictgood small {
	display: inline-block;
	font-size: 0.75em;
	line-height: 1.1;
}
.section.goods ul li h3 {
	text-align: center;
	font-size: 2rem;
	line-height: 1.2;
}
.section.goods ul li h3 span {
	white-space: nowrap;
	display: inline-block;
	color: #000;
	font-size: .8em;
}
.section.goods ul li h3.california { color: #994898;}
.section.goods ul li h3.neworleans { color: #2AAE63;}
.section.goods ul li p.price {
	margin-bottom: .5em;
	font-size: 2.3rem;
	line-height: .8;
}
.section.goods ul li p.price small {font-size:  .5em;}

/* アクセス */
.section.access {
/* 	background: url(/sarufes19/common/images/bg-05.png) #FFDD44 no-repeat right top; */
	background-position-y: 50px;
}
.section.access h3 {
	color: #000;
	font-size: 2em;
	letter-spacing: 0.05em;
	font-style: italic;
}
.section.access address {
	color: #e00;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
.section.access p {
	margin: 0 auto 2em;
	max-width: 600px;
}
.section.access .map {
	margin-bottom: 30px;
}

/* F.A.Q */
.section.faq {
/* 		background: url(/sarufes19/common/images/bg-04.png) #FFDD44 no-repeat right top; */
}
.section.faq h3 {
	margin: 1em 0 .2em;
	font-family: 'mplus-1m-bold';
	color: #e00;
	font-size: 2.4rem;
	font-weight: bold;
/* 	text-shadow: 0px 1px 0px rgba(0,0,0,1); */
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.section p {
	text-align: left;
}


@media screen and (min-width:320px){




}@media screen and (min-height:480px){

#container { padding: 5% 20px;}


}@media screen and (min-width:480px){ /*大きいスマホ*/
#container { padding: 5% 20px;}
.section h2.title { margin-top: 3em;}

.section.about div.goods h5 {
	left: 20px;
	padding: 0 10px;
}


}@media screen and (max-width:768px){


body #container-outer::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  -webkit-background-size:cover;/*Android4*/
  }



}@media screen and (min-width:768px){ /*タブレット*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom:0.4em;
	font-size:1.6rem;
 	font-weight: bold;
}
p { font-size: 1.7rem; line-height: 1.6;}
small { font-size: 0.85em;}
ul li { font-size: 1.5rem; line-height: 1.6;}
dl dt { font-size: 1.5rem; line-height: 1.6;}
dl dd { font-size: 1.5rem; line-height: 1.6;}

.section h2.title { margin-top: 4em;}




/* チケットエリア */
.section li .ticketarea {
	margin: 20px auto 2em;
	padding: 20px 20px 10px;
	max-width: 900px;
}

/* プレミアムチケット特典 */

.section.about div.goods .pict {
	vertical-align: bottom;
	max-width: 740px;
}
.section.about div.goods .pict img {
	width: 50%;
	max-width: 420px;
	height: auto;
}
.section.about div.goods .pict img.tshirts01 {
	float: left;
	margin-bottom: 10px;
	width: 45%;
}
.section.about div.goods .pict img.tshirts02 {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	width: 50%;
	max-width: 520px;
	text-align: right;
}


.section .innerframe {
	margin: 5em auto ;
	padding: 20px 20px 10px;
	max-width: 900px;
}

.section.about .shinkai,
.section.artists .gekidan,
.section.about .food {margin:5em 4% 3em;}

.section h1 {margin: 1.5em 0 1em;}


.section.about li .toform-tickets { margin: 1em 15% .4em;}

.apology {margin: 3em 10%;}




/* タイムテーブル */
.section.timetable .swipe {
	display: none;
	visibility: hidden;
}
.section.timetable {padding: 1em 2.7em 7em;}
.timetable table td p.genre {
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.timetable table td p.genre.three {
	position: relative;
}


/* グッズ */
.section.goods p {text-align: center;}
.section.goods ul {margin-top: 4em;}
.section.goods ul li h2 { text-align: center;}
.section.goods ul li p {text-align: center;}
.section.goods ul li p.pictgood { text-align: center;}


/* ==========================================
	 アーテストポップアップ(lity)
	 ========================================== */
body .lity {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
body .lity-container {
	max-height: 90%;
	overflow: hidden;
}
body .lity-content {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
body .lity-content .window {
	height: 100%;padding-bottom: 10%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
body .lity-content .window .profile { padding: 2.5em 5% 3em;}

.toggle-menu {
	left: auto;
	right:10px;
	background:url(/sarufes19/common/images/btnmenu.png) no-repeat  right bottom/contain ;
}




}@media screen and (min-width:1024px){

/* モーダルメニュー　========== */

/* メニューボタン */
#btn-menu {
  display: block;
  position: fixed;
  top: 10px;
  left: auto;
  right: 10px;
  width: 100px;
  height: 110px;
  padding: 0;
  color: #01071A;
  z-index: 0;
  transition: all .2s ease-in;

}
#btn-menu img {  opacity: 0.9;transition: all .2s ease-in;}
#btn-menu img:hover {  opacity: 1;}


.sp-menu-list a {

	font-size: 2.7rem;
}

/* end モーダルメニュー　========== */

p { font-size: 1.6rem; line-height: 1.6;}
/* さるフェスとは */
.section.about {}
/* アーティスト */
.section.artists {

}
.section.artists .gekidan {
	background: url(/sarufes19/common/images/bg-03.png) #F9EEB6 no-repeat center bottom;
background-position-x: 10px;
}
.section.artists .apology {margin: 3em 17%;}

/* タイムテーブル */
.section.timetable {padding: 1em 3.7em 7em;}

/* アクセス */
.section.access {
/* background: url(/sarufes19/common/images/bg-05.png) #FFDD44 no-repeat right top; */
}
/* F.A.Q */
.section.faq {
/* 	background: url(/sarufes19/common/images/bg-04.png) #FFDD44 no-repeat right top; */
	padding: 1em 5% 7em;
}



}@media screen and (min-width:1200px){

.section.about ul.reserve  {
	margin: 0 auto;
	max-width: 590px;
}





}@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #container #body {
  background:none;
		-webkit-box-shadow: none; /* webkit:Safari  */
		-moz-box-shadow   : none; /* moz:firefox */
		box-shadow        : none;
  }
}


}

/*
     FILE ARCHIVED ON 00:46:04 May 18, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:36:17 Dec 28, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 700.231
  exclusion.robots: 0.209
  PetaboxLoader3.resolve: 140.04
  esindex: 0.009
  exclusion.robots.policy: 0.193
  CDXLines.iter: 13.337 (3)
  LoadShardBlock: 432.658 (3)
  RedisCDXSource: 250.446
  PetaboxLoader3.datanode: 493.24 (4)
  load_resource: 218.061
*/