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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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 {
  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, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px!important;
}
.ml10 {
  margin-left: 10px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}

body {
  color: #aaa;
  font-size: 14px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  letter-spacing: 1px;
  background: url("../images/body_bg.jpg") repeat-y center top;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}
.st {
  color: #b48300;
}
.hide {
  position: absolute;
  left: -5000px;
}
select, button, input, textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
}

section, nav, article, header, footer {
  display: block;
}

header {
  width: 960px;
  margin: 40px auto 20px;
  clear: both;
  text-align: center;
}

.header-data {
  float: left;
  margin: 0 0px 0 0;
}

.header-logo {
  float: left;
  margin: 0 0 0 20px;
}

.header-btn {
	width:205px;
	height:201px;
  float: right;
  margin: 60px 0 0 0px;
}

.header-btn a {
	width:205px;
	height:200px;
  display: block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.header-btn a:hover {
  background-position: 0 203px;
}

.tikect-btn {
  background: url("../images/ticket_btn.png");
}

#main-container {
  width: 960px;
  margin: 10px auto 0;
  background: #000 ;
  border-left: #373737 5px solid;
  border-right: #373737 5px solid;
  border-top: #373737 5px solid;
  clear: both;
  	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

}
nav ul {
  width:179px;
  margin: 0 auto 0;
}

nav ul li a {
  display: block;
  width:179px;
  height:43px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.menu1 {
  background: url("../images/menu_1.png");
  background-position: 0 0;
}
.menu2 {
  background: url("../images/menu_2.png");
  background-position: 0 0;
}
.menu3 {
  background: url("../images/menu_3.png");
  background-position: 0 0;
}
.menu4 {
  background: url("../images/menu_4.png");
  background-position: 0 0;
}
.menu5 {
  background: url("../images/menu_5.png");
  background-position: 0 0;
}
.menu6 {
  background: url("../images/menu_6.png");
  background-position: 0 0;
}
.menu7 {
  background: url("../images/menu_7.png");
  background-position: 0 0;
}
.menu8 {
  background: url("../images/menu_8.png");
  background-position: 0 0;
}
.menu9 {
  background: url("../images/menu_9.png");
  background-position: 0 0;
}

nav ul li a:hover {
  background-position: 0 43px !important;
}

.bannerBox {
  width:179px;
  margin: 0 auto 0;
}

.bannerBox a {
  margin: 15px 0 0 0 ;
  display: block;
  width:179px;
  height:33px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.eng-btn {
  background: url("../images/english_btn.png");
  background-position: 0 0;
}
.tw-btn {
  background: url("../images/twitter_btn.png");
  background-position: 0 0;
}
.fb-btn {
  background: url("../images/fb_btn.png");
  background-position: 0 0;
}

.bannerBox a:hover {
  background-position: 0 33px;
}



.cnt-left {
  float: left;
  width: 214px;
  /*height: 850px;*/
  display:inline-block;
  text-align: center;
  margin: 2px 0 0 2px;
	position:relative;
  z-index: 0;
}

.cnt-left .menu{
  background: url("../images/menu_bg.png") no-repeat center top;
  height: 851px;
}


.cnt-right {
  width: 690px;
  float: right;
  margin: 15px 20px 0 0;
}

.fixed {
    position: fixed;
		//position:absolute;
    top: 10px;
    width: 214px;
    height: 990px;
    z-index: 10000;
}


#news {
  width: 690px;
}


.snsBox {
  width: 250px;
  height: 400px;
  margin: 30px 0 0 30px;
  float: left;
}
.twitter {
  width: 250px;
}
.facebook {
  width: 250px;
  letter-spacing: 0;
}
.facebook .fb_iframe_widget span {
  width: 100% !important;
}
.facebook .fb_iframe_widget span iframe {
  width: 250px !important;
}

.newsFrame {
  width: 400px;
  height: 400px;
  background: #000;
  float: left;
}

#movie {
	margin-bottom: 30px;
  background: url("../images/news_line.gif") 0 0 repeat-x;
}

#movie-inner{
  width: 690px;
  padding:10px 0 0;
  background: url("../images/news_line.gif") 0 100% repeat-x;
  display: table;
}

.movie-center{
  width:690px;
  display:block;
  margin:0 auto;
}

.movie-box-l {
  width:345px;
  padding: 30px 0;
  display: table-cell;
}

.movie-box-r {
  width:345px;
  padding: 30px 0;
  display: table-cell;
  text-align: right;
}

#video1 {
  display: none;
}
#video2 {
  display: none;
}
#fujinzu {
  display: none;
}
#list {
  display: none;
}
#list-fukuoka {
  display: none;
}
#point {
  width: 690px;
}

.pointBox {
  margin: 30px 0;
  padding: 0 0 20px 0;
  background: url("../images/news_line.gif") repeat-x left bottom;
}

.pointBox-l-1 {
  width: 85px;
  margin: 0;
  float: left;
}

.pointBox-r-1 {
  width: 570px;
  margin: 0;
  float: right;
}

.pointBox-l-2 {
  width: 85px;
  margin: 0;
  float: right;
}

.pointBox-r-2 {
  width: 570px;
  margin: 0;
  float: left;
}
.pointBox dl {
  margin:  0;
  padding: 0;
}


.pointBox dt {
  padding: 0;
  margin: 5px 0 15px 0;
  font-size: 18px;
}

.pointBox dd {
  padding: 0 0 20px 10px;
  line-height: 25px;
}
.listBox {
  margin: 50px 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.listBox a {
  display: inline;
}
#special {
  width: 690px;
  margin: 30px 0 0;
  clear: both;
}

.specialBox {
  margin: 30px 0 0;
}

.specialBox-l {
  width: 43px;
  margin: 0;
  float: left;
}

.specialBox-r {
  width: 620px;
  margin: 0;
  float: right;
}

.specialBox p {
  padding: 0 0 20px 0;
}
.special-midasi {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 -12px;
  color: #ddd;
}
.specialBox01 {
  width: 142px;
  margin: 20px 40px 0 0 ;
  float: left;
}
.specialBox01-last {
  width: 142px;
  margin: 20px 0 0 0 ;
  float: left;
}
.caption01 {
  margin: 0 ;
  line-height: 20px;
  font-size: 13px;
  text-align: left;
}
.caption02 {
  margin: 0 ;
  line-height: 20px;
  font-size: 13px;
  text-align: left;
}
.caption03 {
  margin: 0 0 0 20px!important;
  line-height: 16px!important;
  text-indent: -13px;
  font-size: 12px;
}

.special-ttl {
  margin: 0 0 20px 0 ;
}
.special-ttl2 {
  margin: 0 0 48px 0 ;
}

.specialBox02 {
  width: 694px;
  margin: 40px 0 40px 0 ;
}

.specialBox02 p, .specialBox03-l p, .specialBox03-r p {
  margin: 0 ;
}
.specialBox03-l {
  width: 327px;
  margin: 40px 0 40px 0 ;
  float: left;
}
.specialBox03-r {
  width: 327px;
  margin: 40px 0 40px 0 ;
  float: right;
}

#about {
  width: 690px;
  margin: 30px 0 0;
  clear: both;
}

.aboutBox {
  margin: 30px 0 0;
  vertical-align: top;
}

h3 {
  margin: 13px 0 0 0;
  padding: 0 0 20px 0;
  line-height: 30px;
  font-size: 18px;
  }
.aboutBox p {
  margin: 0 0 0 10px;
  padding: 0 0 20px 0;
}
.aboutBox-l {
  width: 450px;
  float: left;
  margin: 0;
}

.aboutBox-r {
  width: 206px;
  float: right;
  margin: 0;
}
.aboutBox2 {
  margin: 0 0 20px 0;
  background: url("../images/news_line.gif") repeat-x left bottom;
}

.aboutBox-r2 {
  width: 72px;
  float: right;
  margin: 0 10px 10px 0;
}

.aboutBox-l2 {
  width: 580px;
  float: left;
  margin: 0;
}

.aboutBox-l2 dt {
  width: 580px;
  margin: 10px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #ddd;
}
.aboutBox02 {
  width: 206px;
  float: left;
  margin: 0 30px 0 0;
}
.aboutBox02-r {
  width: 206px;
  float:  right;
  margin: 0 10px 0 0;
}
.aboutBox03 {
  width: 206px;
  float: right;
  margin: 0 0 0 30px ;
}
.east {
  padding: 0 0 0 75px;
  background: url("../images/east_icon.png") left bottom no-repeat;
}
.west {
  padding: 0 0 0 75px;
  background: url("../images/west_icon.png") left bottom no-repeat;
}
.west-east {
  padding: 0 0 0 150px;
  background: url("../images/west_east.png") left bottom no-repeat;
}

.aboutBox-l2 img {
  padding: 10px 0 0 0;
}


.aboutBox-l2 dd {
  padding: 0 0 10px 10px;
  line-height: 25px;
}

#outline {
  width: 690px;
  margin: 30px 0 0;
  clear: both;
}

.outlineBox {
  margin: 30px 0 0;
  vertical-align: top;
  clear: both;
}

.outlineBox .place {
	padding:0 0 0 30px;
	background:url(../images/news_icon.gif) 0 50% no-repeat;
  float: left;
}

.outlineBox dl {
  width: 690px;
  padding: 0;
  margin: 10px 0 5px 0;
  background: url("../images/news_line.gif") repeat-x left bottom!important;
}
.outlineBox dt {
  width: 130px;
  padding: 15px 0 0 0;
  margin: 10px 0 5px 0;
  background: url("../images/news_line.gif") repeat-x left top;
  float: left;
   clear:both;
}

.outlineBox dd {
  width: 560px;
  margin: 10px 0 5px 0;
  padding: 15px 0 0 0;
  background: url("../images/news_line.gif") repeat-x left top;
  float: left;
}

.outlineBox dd a{
	color:#d96f3b;
	display:inline;
	text-decoration:underline;
}

.line-none {
  background: none!important;
}
.line-bottom {
  background: url("../images/news_line.gif") repeat-x left bottom!important;
}
.line-top {
  background: url("../images/news_line.gif") repeat-x left top!important;
  padding: 20px 0 ;
  clear: both;
}

.logo-box {
  width: 560px;
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}

#access {
  width: 690px;
  margin: 30px 0 0;
  clear: both;
}

footer {
  width: 690px;
  margin: 60px 0 30px 0;
  text-align: center;
  clear: both;
}

.linkArea {
  background: url("../images/linkArea-bg.png") repeat-x left top #100f0d;
}

.leftTtl {
  border-bottom: 1px dotted #6d6a67;
  margin: 0 10px;
}

.newsList .liDate {
  display: block;
}

.newsSide {
  margin-bottom: 2px;
}

.newsDate {
  background: url("../images/news_icon.gif") no-repeat left 5px;
  padding: 0 0 0 25px;
  margin: 15px 0;
  line-height: 1.3;
}

.newsTitle.b {
  font-size: 20px;
}

.news-img {
  margin: 0 auto;
  width: 500px;
  display: block;
}

.clearfix {
	overflow:hidden;
	zoom: 1;
}

/*ticket*/

.ticketBox .info-text{
	padding:20px 0;
}

.price-table{
	line-height:2;
	margin-bottom: 40px;
}

.price-table .title{
	font-size:14px;
	padding:0 0 0 30px;
	background:url(../images/news_icon.gif) 0 50% no-repeat;
	margin-bottom: 5px;
}

.ticket-price{
	margin-bottom: 10px;
	margin-left: 30px;
}

.ticket-price th, .ticket-price td{
	vertical-align:top;
	padding-bottom: 10px;
}

.ticket-price td{
	clear:both;
	padding-left: 20px;
}
.ticket-price2 {
  margin-bottom: 20px!important;
  margin-left: 30px!important;
}


.ticket-price2 td{
  clear:both;
  line-height: 40px!important;
border:none;
}

.price-table ul{
	padding-left: 30px;
}
.ticket-shop {
    margin-left: 30px;
    font-size: 13px;
    width: 95%;
}
.ticket-shop th, .ticket-shop td{
	vertical-align:top;
	padding: 15px 0;
	background: url("../images/news_line.gif") repeat-x left bottom;
border:none;
}

.ticket-shop th{
	white-space:nowrap;
	padding-right: 20px;
    width: 35%;
}

.ticket-shop a{
	color:#d96f3b;
	display:inline;
	text-decoration:underline;
	word-break:break-all;
}
#ticket .title{
  font-size:18px;
  padding:0 0 0 30px;
  background:url(../images/news_icon.gif) 0 50% no-repeat;
  margin: 25px 0 0 0;
}
.ticket-shop-txt {
  font-size: 15px;
  padding: 0 0 20px 0;
  margin: 20px 0 10px 30px;
  background: url("../images/news_line.gif") repeat-x left bottom;
}
.ticket-shop-txt2 {
  font-size: 13px;
  padding: 0 0 20px 0;
  margin: 20px 0 10px 30px;
}
.supporter-box-l {
  float: left;
  width: 197px;
  margin: 35px 0 45px 35px;
}

.supporter-box-r {
  float: right;
  width: 420px;
  margin: 45px 0;
}

.supporter-box-r p {
    margin: 10px 0 0 0;
  padding: 0;
  line-height: 30px;
}

#goods .title{
  font-size:18px;
  padding:0 0 0 30px;
  background:url(../images/news_icon.gif) 0 50% no-repeat;
  margin: 25px 0 0 0;
}

.goods-box-l {
  float: left;
  width: 250px;
  margin: 20px 0 20px 35px;
}

.goods-box-r {
  float: right;
  width: 400px;
  margin: 20px 0;
}

.goods-box-l p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size:16px;
}

.goods-box2 {
  margin: 20px 0 20px 35px;
}
.guide {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 30px;
  font-size:16px;
}
.guide2 {
  margin: 10px 0 30px 0;
  padding: 0;
  line-height: 25px;
  font-size:14px;
}
.guide3 {
  margin: 20px 0 0 -10px;
  padding: 0;
  line-height: 30px;
  font-size:16px;
}
.goods-box3-l {
  float: left;
  width: 251px;
  margin: 20px 0 20px 0;
}

.goods-box3-r {
  float: right;
  width: 370px;
  margin: 20px 0;
}

.goods-box3-r p {
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.goods-box3-r a {
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-decoration: underline;
}
.goods-box4-l {
  float: left;
  width: 251px;
  margin: 20px 0 20px 35px;
}

.goods-box4-l img {
  margin: 0 0 15px 0;
}

.goods-box4-r {
  float: right;
  width: 370px;
  margin: 20px 0;
}

.goods-box4-r p {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
}

.goods-title {
  font-size: 16px;
  padding: 15px 0 0 30px;
}

.goods-box4-r dt {
  width: 90px;
  float: left;
  clear:left;
  margin: 0;
}
.goods-box4-r dd {
  width: 270px;
  margin: 20px 0;
  padding-left: 90px;
}
.color-orange{
	color:#d96f3b;
}

.asList {
  display: table;
}
.asList li {
  display: table-row;
  font-size: 13px;
}
.asList li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}
.asList li:before {
  content: "※";
  display: table-cell;
  padding-right: 0.4em;
}

.btn-en {
  margin: 10px 0 0 30px;
}

#kyoto {
  background: #000!important;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}
.kyoto_list {
  margin: 20px 20px 0;
  width: 860px!important;
}
.kyoto_list th,td {
  border: 1px #666 solid;
  padding: 5px;
  line-height: 20px;
  table-layout:fixed;
}
.kyoto_list .midasi {
  background-color: #565656;
  color: #ddd;
}
.kyoto_list th {
  border-bottom: none;
  background-color: #ddd;
  color: #333;
}

.kyoto_list .ta01 {
  width: 40px!important;
}
.kyoto_list .ta02 {
  width: 40px!important;
}
.kyoto_list .ta03 {
  width: 170px!important;
}
.kyoto_list .ta04 {
  width:170px!important;
}
.kyoto_list .ta05 {
  width: 170px!important;
}
.kyoto_list .ta06 {
  width: 170px!important;
}
.kyoto_list .ta07 {
  width: 100px!important;
}

.header-close {
  margin: 0 auto 0;
  width: 250px;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  z-index: 500;
}
.fancybox-inner video {
  z-index: 1000;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../js/fancybox/source/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../js/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../js/fancybox/source/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../js/fancybox/source/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}


