<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, td, th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

html {
    font-size: 62.5%;
}

@media all and (max-width: 319px) {

    html {
        font-size: 36.6%;
    }
}

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

    html {
        font-size: 43.8%;
    }
}

@media all and (min-width: 375px) {

    html {
        font-size: 49.3%;
    }
}

@media all and (min-width: 480px) {

    html {
        font-size: 54.9%;
    }
}

@media all and (min-width: 568px) {

    html {
        font-size: 69.8%;
    }
}

@media all and (min-width: 667px) {

    html {
        font-size: 93.8%;
    }
}

@media all and (min-width: 768px) {
    html {
        font-size: 49.3%;
    }
}

@media print, all and (min-width: 769px) {
    html {
        font-size: 55.9%;
    }
}

@media all and (min-width: 1025px) {
    html {
        font-size: 62.5%;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 1.8rem;
 *font-size: 18px;
    line-height: 1.7;
    color: #000;
    background-color: #fff;
}

img {
    display: block;
    width: 100%;
    max-width:100%;
    height: auto;
}

@media all and (min-width: 1280px) {
    img {
        width: auto;
    }
}

sub, sup {
    vertical-align: baseline;
    font-size: 0.75em;
}

sup {
    position: relative;
    top: -0.5em;
}

a {
    color: #b90000;
    text-decoration: none;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, -webkit-box-shadow;
    -o-transition-property: color, background-color, box-shadow;
    -moz-transition-property: color, background-color, box-shadow, -moz-box-shadow;
    transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow, -webkit-box-shadow, -moz-box-shadow;
}

a:hover {
    text-decoration: underline;
}

a img {
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    -moz-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

a:hover img {
    opacity: 0.75;
}

@media all and (max-width: 767px) {

    a.link {
        background-position: left 0.25em;
    }

    a.link[target="_blank"] {
        background-position: left 0.25em, right 0.25em;
    }

    a.blank {
        background-position: right 0.25em;
    }
}

strong {
    color: #be161e;
    font-weight: bold;
}

em {
    font-weight: bold;
}

.d_pc {
    display: none;
}

.d_sp {
    display: block;
}

@media all and (min-width: 768px) {


    .d_pc {
        display: block;
    }

    .d_sp {
        display: none;
    }
}

p.note, p.notes, ul.notes {
    margin-top: 0.5em;
}

p.notes, ul.notes li {
    margin-left: 1em;
    text-indent: -1em;
}

span.note, p.note, p.notes, ul.notes li {
        font-size: 92.8%;
        line-height: 1.5;
}

p.notes_num, ul.notes_num li {
    margin-left: 1.95em;
    text-indent: -1.95em;
}

p.notes_anum, ul.notes_anum li {
    margin-left: 1.6em;
    text-indent: -1.6em;
}

p.notes_noindent, ul.notes_noindent li {
    margin-left: 0;
    text-indent: 0;
}

div.youtube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

div.youtube &gt; div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

div.youtube &gt; div iframe {
    width: 100% !important;
    height: 100% !important;
}

.inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

section .inner h2 {
    margin: 8% 0 4%;
}

.innerArea {
    margin: 0 8%;
}

#pagetop {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

#pagetop p a {
    width: 15.1%;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    pointer-events: auto;
}

#headerArea .headArea {
    position: relative;
}

#headerArea .headArea .logo {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3.33333% 3.33333% 0 0;
}

#headerArea .headArea .logo a:hover img {
    opacity: 1;
}

#mainArea {
    position: relative;
}

#copyright {
    text-align: center;
}

#information .title .lead {
    margin: 6% auto 0;
    width: 93.6%;
}

#information .other {
    margin: 0 auto;
    width: 94.66667%;
}

#information .other .app_period {
    margin-top: 6.33803%;
}

#information .other .details {
    margin-top: 5.63380%;
}

#information .other .jpx {
    margin-top: 4.22535%;
}

#information .other .jpx_details {
    margin-top: 2.81690%;
    border: 1px solid #404040;
    padding: 2.11268% 2.81690%;
    font-size: 71.4%;
}

section.application .inner {
    margin-top: 10.66667%;
    margin-bottom: 8%;
    background-color:#ffe0e0;
    position: relative;
    padding: 4% 2.66667% 2.66667%;
}

section.application h2 {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin: -3.73333% 15.35211% 0;
}

section.application li {
    margin-top: 2.81690%;
}

section.application .notes {
    margin-top: 2.81690%;
    padding-left: 0;
}

section.application .notes li {
    margin-top: 0.25em;
    line-height: 1.5;
}

section.application .notes li:before {
    content:"\30fb";
}

#about .aboutArea {
    margin-top: 8%;
    padding: 3.33333% 0 4%;
    background: url(../images/about_bg.jpg) center top;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#about .aboutArea h2 {
    margin: 0;
}

#about .aboutArea .image {
    width: 100%;
    margin-top: 2%;
}

#about .aboutArea .description {
    color:#fff;
    margin: 4% 3.33333% 0;
}

#program h3 {
    font-size: 121.4%;
    font-weight:bold;
    color:#a27a37;
    text-indent: 0.5em;
    letter-spacing: 0.5em;
    text-align: center;
}

#program ol {
    text-align: center;
    margin: 0 0 4.66667%;
    line-height: 1.5;
}

#program ol li {
    margin: 2% 2.66667% 0;
}

#program ol li:first-child {
    margin-top: 1%;
}

#artist ul li {
    margin-top: 6.34920%;
}

#artist ul li:after {
    content: "";
    display: block;
    clear: both;
}

#artist ul li .img {
    margin: 0 auto;
    width: 71.42857%;
}

#artist ul li .artists {
    margin-top: -0.5em;
}

#artist ul li .instrument {
    font-size: 92.8%;
    font-weight: bold;
    color: #a27a37;
    max-width: 40%;
}

#artist ul li h3 {
    font-size: 132.1%;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2em;
}

#artist ul li h3 img {
    position: absolute;
    margin: 0.1em 0 0 0.4em;
    display: inline;
    width: auto;
    height: 1em;
}

#artist ul li .details {
    margin-top: 0.5em;
}

#access h3 {
    width: 41.42857%;
    margin: 0.79365% auto 0;
}

#access .address {
    text-align: center;
    font-size: 84%;
    line-height: 1.6;
    color:#a27a37;
    margin-top: 2.53968%;
}

#access .access {
    margin-top: 2.38095%;
    font-size: 93.8%;
}

#access .access li {
    text-indent: -1em;
    margin-left: 1em;
}

#access .access li:before {
    content:"\30fb";
}

#access .map {
    margin-top: 2.38095%;
}

#access .map a {
    display:block;
}

#access .map a img {
    display:block;
    border: 1px solid #a27a37;
}

@media all and (min-width: 480px) {
    #access .map a img{
        border-width: 2px;
    }
}

#result .lead {
    text-align: center;
    font-weight:bold;
    color:#a27a37;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

#result .lead .notes {
    font-size: 92.8%;
    font-weight: normal;
}

#result li {
    margin-top: 0.3em;
    line-height: 1.5;
}

#result li a {
    padding-left: 0.8em;
    background: url(../images/arrow.png) no-repeat left 0.25em;
    -webkit-background-size: auto 0.6em;
       -moz-background-size: auto 0.6em;
         -o-background-size: auto 0.6em;
            background-size: auto 0.6em;
}

#result .inquiryArea {
    text-align: center;
    margin-top: 5.33333%;
    border: solid #a27a37;
    border-width: 0 1px 1px;
    padding-bottom: 3.194889%;
}

@media all and (min-width: 480px) {
    #result .inquiryArea {
        border-width: 0 2px 2px;
    }
}

#result .inquiryArea h3 {
    padding: 0.45em 0 0.3em;
    font-weight:bold;
    font-size: 107.1%;
    color:#fff;
    background-color:#a27a37;
    line-height:1;
}

#result .inquiryArea h4 {
    margin-top: 1.1em;
    font-weight:bold;
    font-size: 1.1em;
    line-height: 1;
}

#result .inquiryArea p {
    line-height: 1.5;
}

#result .inquiryArea p strong {
    font-weight:bold;
    font-size: 1.5em;
    color:#000;
}

#result .inquiryArea dl {
    line-height: 1.4;
}

#result .inquiryArea dt,
#result .inquiryArea dd {
    display:inline;
    font-size: 78.5%;
}

#result .inquiryArea dl dt {
    margin-left: 0.2em;
    margin-right: -0.2em;
    font-weight:bold;
}

#result .inquiryArea dl dt:first-child {
    margin-left: -0.4em;
}

#copyright {
    border-top: 1px solid #000;
    padding-top: 2px;
}

#copyright .inner {
    max-width: 100%;
}

#copyright p {
    border-top: 2px solid #000;
    line-height: 1;
    padding: 0.75em 0;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',sans-serif;
}

@media print, all and (min-width: 768px) {
    header,
    footer,
    article {
        font-size: 122.2%
    }
	
	section .inner h2 {
	    margin: 4.6875% 0 2.34375%;
	}
	
	.innerArea {
	    margin: 0 8%;
	}
	
	span.note, p.note, p.notes, ul.notes li {
	    font-size: 90.9%;
	}
	
	#pagetop p a {
	    width: auto;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	
	#headerArea .headArea {
	    position: relative;
	}
	
	#headerArea .headArea .logo {
	    width: 7.03125%;
	    margin: 3.125% 3.125% 0 0;
	}
	
	#information .title .lead {
	    margin: 4.6875% auto 0;
	    width: 75%;
	}
	
	#information .other {
	    width: 84.375%;
	}
	
	#information .other .app_period {
	    margin-top: 4.62963%;
	}
	
	#information .other .details {
	    margin-top: 3.70370%;
	}
	
	#information .other .jpx {
	    margin-top: 2.77778%;
	}
	
	#information .other .jpx_details {
	    margin-top: 1.85185%;
	    border: 1px solid #404040;
	    padding: 1.38889% 1.85185%;
	    font-size: 90.9%;
	}
	
	section.application .inner {
        margin-top: 6.25%;
        margin-bottom: 4.6875%;
	    padding: 3.4375% 2.34375% 1.171875%;
	}
	
	section.application h2 {
	    margin: -2.04918% 31.43443% 0;
	}

    section.application .appBtn:after {
        content: "";
        display: block;
        clear: both;
    }
	
	section.application .appBtn li {
	    margin-top: 0;
        float:left;
        width: 56.88524%;
	}
	
	section.application .appBtn li:nth-child(2) {
        float:right;
        width: 40.49180%;
	}
	
	section.application .notes {
	    margin-top: 0.75em;
	}
	
	section.application .notes li {
	    margin-top: 0;
	}
	
	#about .aboutArea {
	    margin-top: 5.46875%;
	    padding: 2.1875% 7.8125% 3.51562%;
	    background-image: url(../images/about_bg_pc.jpg);
	}
	
	#about .aboutArea .image {
	    margin-top: 1.85185%;
	}
	
	#about .aboutArea .description {
	    color:#fff;
	    margin: 1.85185% 0 0;
	}
	
	#program h3 {
	    font-size: 127.3%;
	    font-weight:bold;
	    color:#a27a37;
	    text-indent: 0.5em;
	    letter-spacing: 0.5em;
	    text-align: center;
	}
	
	#program ol {
	    text-align: center;
	    margin: 0 0 1.953125%;
	    line-height: 1.6;
	}
	
	#program ol li,
	#program ol li:first-child {
	    margin: 1% 2.66667% 0;
	}
	
	#program ol li span {
        margin-left:1em;
	}
	
	#artist ul li {
	    margin-top: 2.77778%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
	}
	
	#artist ul li:after {
        display:none;
	}
	
	#artist ul li .img,
	#artist ul li .artists {
	    margin: 0;
	}
	
	#artist ul li .img {
	    margin: 0;
	    width: 27.77778%;
	}
	
	#artist ul li .artists {
        padding-left: 0;
        width: 69.444444%;
	}
	
	#artist ul li .instrument {
	    font-size: 90.90909%;
	    max-width: 100%;
	}
	
	#artist ul li h3 {
	    font-size: 140.9%;
	    font-weight: bold;
	    line-height: 1;
	    margin-top: 0.2em;
	}
	
	#artist ul li h3 img {
        position: static;
        margin:0.25em 0 0;
	    width: auto;
	    height: auto;
	}
	
	#artist ul li .details {
	    margin-top: 0;
	}
	
	#access .accessArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
	}
	
	#access .place {
        width: 48.61111%;
	}
	
	#access h3 {
	    width: auto;
	    margin:0;
	}
	
	#access h3 img {
	    width: auto;
        height:auto;
	}
	
	#access .address {
	    text-align: left;
	    font-size: 77.27273%;
	    margin-top: 0.6em;
        line-height: 1.5;
	}
	
	#access .access {
	    margin-top: 0.8em;
	    font-size: 90.9%;
	}
	
	#access .access li {
        margin-top: 0.3em;
	    text-indent: -1em;
	    margin-left: 1em;
        line-height:1.4;
	}
	
	#access .access li:before {
	    content:"\30fb";
	}
	
	#access .map {
        width: 48.51852%;
	    margin-top: 0;
	}
	
	#access .map a {
	    display:block;
	}
	
	#access .map a img {
	    display:block;
	    border: 2px solid #a27a37;
	}
	
	#result .lead {
	    margin-bottom: 0.9em;
	}
	
	#result li {
	    margin-top: 0.3em;
	    line-height: 1.5;
	}

    #result li a {
        background-position: left 0.35em;
    }

    .osx #result li a {
        background-position: left center;
    }
	
	#result .inquiryArea {
	    margin-top: 3.24074%;
	    padding-bottom: 1.6%;
	}
	
	#result .inquiryArea h3 {
	    padding: 0.55em 0 0.35em;
	    font-size: 118.2%;
	}
	
	#result .inquiryArea h4,
	#result .inquiryArea p {
        display:inline-block;
	    line-height: 1.5;
	    font-size: 118.2%;
	}
	
	#result .inquiryArea h4 {
        margin-right: 0.7em;
	}
	
	#result .inquiryArea p strong {
	    font-weight:bold;
	    font-size: 1.5em;
	    color:#000;
	}
	
	#result .inquiryArea dl {
	    line-height: 1.4;
        margin-top: 0.2em;
	}
	
	#result .inquiryArea dt,
	#result .inquiryArea dd {
	    font-size: 100%;
	}

    #copyright p {
        font-size: 136.3%;
        padding: 0.5em 0;
    }
}

@media print, all and (min-width: 1300px) {
    section.application .inner {
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	</pre></body></html>