@charset "UTF-8";

.head-container {
	margin-bottom:45px;
	position:relative;
}

.head-container h2 {
	font-size:60px;
	position:relative;
	display:inline-block;
}

.head-container h2 span{
  font-size: 14px;
  letter-spacing: 0.13em;
  position: absolute;
  top: -20px;
  right: 4px;
  text-align: right;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.head-container h2:after {
	content:'';
	background:#FFF100;
	border-radius:12px;
	z-index:-1;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
}

.head-container h3 {
	font-size:16px;
	line-height:2;
	letter-spacing:1px;
}

/* mainimg
---------------------------------------------------------------------------*/
.mainimg {
	position:relative;
	left:-20px;
}

/* .intro
---------------------------------------------------------------------------*/
.intro {
/*   margin-bottom: 100px; */
}

.intro .intro-txt-set {
	width:880px;
	margin:60px auto 70px!important;
}

.intro .intro-txt-set > div {
	float:left;
	width:290px;
	margin-top:-4px;
}

.intro .intro-txt-set h1 {
	font-size:22px;
	color:#3B3B3B;
	line-height:1.9;
	margin-bottom:16px;
	letter-spacing:2px;
}

.intro .intro-txt-set h2 {
	padding-left:3px;
}

.intro .intro-txt-set .txt-set {
	width:540px;
	float:right;
}

.intro .intro-txt-set .txt-set p {
	margin-bottom:15px;
	font-size:14px;
	letter-spacing:2px;
	line-height:1.9;
	color:#666;
}

/* point-container
---------------------------------------------------------------------------*/
.point-container {
	width:780px;
	margin:0 auto 100px;
}

.point-container article {
	text-align:center;
	width:360px;
	float:left;
	margin-left:60px;
	margin-bottom:50px;
}

.point-container article:nth-child(2n-1) {
	margin-left:0;
}

.point-container article figure {
	display:block;
	margin:0 0 40px;
	padding:0;
}

.point-container article .chEn {
	font-size:16px;
}

.point-container article h3 {
	font-size:18px;
	color:#3B3B3B;
	letter-spacing:2px;
	line-height:1.6;
	margin:10px 0 20px;
}

.point-container article p {
	font-size:14px;
	color:#666;
	letter-spacing:1px;
	line-height:25px;
	text-align:left;
	display:block;
	text-align:justify;
}

/* taisho
---------------------------------------------------------------------------*/
.taisho {
	background:#fff;
}

.taisho .row-title {
	border-right:1px solid #dedede;
}

.taisho tr > th,.taisho tr td {
	padding:26px 30px;
	border-bottom:1px solid #dedede;
	font-size:14px;
	vertical-align:middle;
	letter-spacing:1px;
}

.taisho tr th a,.taisho tr td a {
	color:#eb4500;
}

.taisho th:first-child,.taisho td:last-child {
	border-left:none;
}

.taisho th {
	color:#eb4500;
	white-space:nowrap;
	letter-spacing:2px;
	vertical-align:middle;
	padding-right:40px!important;
	padding-left:40px!important;
	font-size:18px;
	font-weight:700;
}

.taisho td.chapter {
	font-weight:700;
	padding-left:20px;
	color:#333;
}

.taisho td:nth-child(2) {
	white-space:nowrap;
}

.taisho .message {
	font-size:14px;
	line-height:2;
	border-right:none;
	padding: 15px 30px 25px !important;
	box-sizing:border-box;
	border-bottom:none;
	background:#F8F4E7;
	color:#666;
}

.taisho .message em {
	margin:10px 0 0;
	display:block;
	color:#eb4500;
}

.taisho .message p {
	font-size: 13px;
	line-height: 1.6;
}

.taisho th {
  line-height: 1.6;
}
.taisho tr:first-child td:last-child em:nth-child(2) {
	display:block;
	margin-top:20px;
	background:#c00;
}

.taisho tr:last-child * {
	border-bottom:none;
}

.taisho tr:nth-child(3) th {
	border-bottom:none;
}

/* howto
---------------------------------------------------------------------------*/
.howto {
	margin:150px 0;
}

.howto .head-container h1 {
	position:relative;
	top:0;
}

.howto .head-container h3 {
	line-height:1.8;
	position:absolute;
	left:195px;
	bottom:0;
}

.howto .head-container .btn-set {
	width:220px;
	position:absolute;
	bottom:0;
	right:0;
}

.howto .head-container .btn-set li {
	margin-top:10px;
}

.howto .head-container .btn-set li a {
	background:#EA4500;
	color:#fff;
	padding:12px 0;
	display:block;
	text-align:center;
	font-weight:700;
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
}

/* .howto .promise
------------------------------------*/
.howto .promise {
	background:#fff;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 -20px;
	padding: 25px 30px 40px;
	font-feature-settings: 'palt' 1;
}

.howto .promise > div {
	display: -webkit-box;
	display: flex;
	background:-webkit-gradient(linear, left bottom, right bottom, color-stop(0.2, #000000), color-stop(0.2, #FFFFFF), color-stop(1, #FFFFFF));
	background: linear-gradient(to left, #000000 20%, #FFFFFF 20%, #FFFFFF 100%) left bottom;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding: 45px 60px 45px 45px;
}

.howto .promise > div:last-of-type { background: none; }

.howto .promise dt {
	width: 140px;
	min-width: 140px;
	font-size: 28px;
}

.howto .promise dd {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.howto .promise dd figure {
	order: 2;
	width: 228px;
	min-width: 228px;
}

.howto .promise > div:first-of-type dd figure { text-align: right; }

.howto .promise dd .txt {
	order: 1;
	width: 100%;
}

.howto .promise dd h3 {
	margin-bottom: 20px;
	color: #E32E06;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

.howto .promise dd .txt > h4 {
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 15px;
	/* font-weight: bold; */
	letter-spacing: 0.1em;
}

.howto .promise dd p {
	margin-bottom: 14px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.howto .promise dd p:last-of-type {
	margin-bottom: 0;
}

.howto .promise dd p span {
	font-size: 12px;
}

.howto .promise .inner {
	display: -webkit-box;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.howto .promise .inner:first-of-type { margin-top: 45px; }
.howto .promise .inner:last-of-type { margin-bottom: 0; }

.howto .promise .inner h4,
.howto .promise .inner h5,
.price .table-container h5 {
	color: #4C4C4C;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.howto .promise .inner h4 {
	width: 135px;
	min-width: 135px;
	padding-top: 6px;
}

.howto .promise .inner > div {
	width: 100%;
}

.howto .promise .inner-s {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	background-color: #FBFAF7;
	border-radius: 9px;
	width: 100%;
	margin-bottom: 12px;
	padding: 10px 10px 10px 25px;
	line-height: 1.8;
}

.howto .promise .inner-s:last-of-type {
	margin-bottom: 0;
}

.howto .promise .inner-s time {
	width: 145px;
	min-width: 145px;
	color: #EA4500;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.howto .promise .inner-s p {
	color: #000000;
	font-size: 14px;
}

.howto .promise .inner-s p span {
	color: #666666;
	font-size: 14px;
}

.howto .promise .inner-s p .size-s {
	font-size: 11px;
}

.howto .promise .inner h5 {
	margin: 36px 0 18px;
}

.btn-reserve {
	margin: 40px 0 0 -5px;
}

/* .attentuon-list
------------------------------------*/
.attentuon-list li {
	position: relative;
	margin: 0 0 5px 2px;
	padding-left: 16px;
	color: #666666;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.attentuon-list li:last-of-type {
	margin-bottom: 0;
}

.attentuon-list li:before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}


/* day-schedule
---------------------------------------------------------------------------*/
.day-schedule {
	position:relative;
	clear:both;
	margin-bottom:150px;
}

.day-schedule .head-container {
	position:relative;
}

.day-schedule .head-container h1 {
	margin-left:15px;
}

.day-schedule .head-container h2 {
	position:absolute;
	right:0;
	top:-25px;
}

.day-schedule .head-container h3 {
	position:absolute;
	right:0;
	top:50px;
}

.day-schedule .schedule-inner {
	width:100%;
}

/* table
------------------------------------*/
.day-schedule .schedule-inner {
	width:600px;
/* 	float:left; */
}

.day-schedule .schedule-inner .table-container {
	position: relative;
	margin-top: 50px;
}

.day-schedule .schedule-inner .head-container + .table-container {
	margin-top: 70px;
}

.day-schedule .schedule-inner table {
	width:100%;
	border-top:1px solid #000;
}

.day-schedule .schedule-inner table tr:nth-child(2n) {
	background:#F4F4F2;
}

.day-schedule .schedule-inner table th,
.day-schedule .schedule-inner table td {
	padding:18px 0 17px;
	font-size:14px;
	letter-spacing:1px;
	vertical-align:middle;
	border-bottom:1px solid #dedede;
}

.day-schedule .schedule-inner table th {
	padding:0 20px;
	text-align:right;
	font-size:28px;
	letter-spacing:3px;
}

.day-schedule .schedule-inner table td h4 {
  color: #E32E06;
  font-size: 17px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  font-weight: bold;
}

.day-schedule .schedule-inner table td h4 a {
	font-size: 13px;
	font-weight: normal;
}

.day-schedule .schedule-inner table td {
	font-size:13px;
	line-height:1.65;
	padding-right:20px;
}

.day-schedule .schedule-inner table td.td-chapter {
	text-align:center;
/*   padding-right: 20px; */
	padding-left:10px;
}

.day-schedule .schedule-inner table td.td-chapter span {
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #e1e1e1;
	padding:8px 10px;
	display:block;

}

.day-schedule .schedule-inner table td ul{
  display: block;
  box-sizing: border-box;
}
.day-schedule .schedule-inner table td ul li{
  display: block;
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 13px;
}


/* .attention-list
------------------------------------*/

.attention-list{
  padding: 15px 0 10px;
}

.attention-list li{
  line-height: 1.7;
  font-size: 13px!important;
  letter-spacing: 0em;
  margin-bottom: 4px;
}


/*
.bg-table {
	position:absolute;
	top:7px;
	left:2px;
}
*/

/* .right-list
---------------------------------------------------------------------------*/

.day-schedule .right-list {
	position:absolute;
	right:0;
	bottom:10px;
	width:318px;
	background:url(../img/sick-care/bg_triangle.png) no-repeat left top #fff;
	padding:50px 0 0;
/*   padding: 30px; */
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border-bottom:5px solid #FFDF01;
}

.day-schedule .right-list h4 {
	width:250px;
	text-align:center;
	margin:30px auto 0;
	padding:0 10px 20px;
	background:url(../img/sick-care/bg_wave.png) repeat-x left bottom;
	background-size:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.day-schedule .right-list h4 img {
	width:100%;
	height:auto;
}



.day-schedule .right-list .remember-list h5,
.day-schedule .right-list .remember-list h6 {
	padding:0 30px ;
}

.day-schedule .right-list .remember-list h5 {
/* その他、お持ち物の参考例: */
	font-size:20px;
	color:#E32E06;
	letter-spacing:0.06em;
	font-weight:700;
	margin-top: 5px;
	font-feature-settings : "palt" 1;
}

.day-schedule .right-list h6 {
	font-size:13px;
	letter-spacing:0.07em;
  margin: 14px 0 0 1px;
}

.day-schedule .right-list ul {
	display:block;
	padding:30px 30px 36px;
	box-sizing: border-box;
	width:100%;

}

.day-schedule .right-list ul li {
	display:block;
	line-height:1.7;
	margin-bottom:8px;
	padding-bottom: 2px;
	font-size:14px;
	letter-spacing:0.06em;
	border-bottom:1px solid #dedede;
}

/* price
---------------------------------------------------------------------------*/
.price .head-container h1 {
	width:150px;
	margin:25px 0 0 20px;
}

.price .head-container h2 {
	position:absolute;
	bottom:0;
	right:0;
}

.price .head-container h3 {
	font-size:14px;
	color:#000;
	letter-spacing:1.5px;
	line-height:1.9;
	width:500px;
	position:absolute;
	bottom:0;
	left:200px;
	padding:0 3px 10px;
	border-bottom:1px solid #bbb;
}

.price h4,
.table-container > h4 {
	margin-bottom:22px;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	color:#eb4500;
	position:relative;
	left:20px;
}

.price h4 span,
.price h5 span {
	font-size:12px;
	padding-left:18px;
	letter-spacing: 0.08em;
	font-feature-settings: 'palt' 1;
}

.price h5 span strong {
	color:#eb4500;
}

.price h4 + h5 {
	margin-top: 30px;
}

.price ul + h5 {
	margin-top: -10px;
}

.price h5 span {
	padding-left: 12px;
}

.price h4:before,
.table-container > h4:before {
	content:'■';
	padding-right:4px;
	font-size:12px;
	position:absolute;
	left:-20px;
	top:3px;
}

.price h5 {
	margin: 0 0 20px;
	font-feature-settings: 'palt' 1;
}

.price .table-container {
	box-sizing:border-box;
	background:#fff;
	padding:65px 60px 80px;
	margin-bottom:150px;
	border-bottom:5px solid #FFDF01;
}

.price .table-container .inner {
	display: inline-block;
	border: 1px solid #dedede;
	margin-bottom: 75px;
	padding: 14px 28px;
}

.price .table-container p {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.price .table-container p strong {
	font-weight: bold;
}


/* .price table
------------------------------------*/
.price table {
	width:100%;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	margin-bottom:80px;
	background:#fff;
	font-feature-settings: 'palt' 1;
}

.price h4 + table {
	margin-top: 25px;
}

.price table th,.price table td {
	padding:15px 0;
	font-size:14px;
	letter-spacing:1px;
	vertical-align:middle;
}

.price table th {
	letter-spacing:1px;
	background:#F4F4F2;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}

.price table tr:first-of-type th:nth-of-type(1),
.price table tr:first-of-type th:nth-of-type(2) {
	width: 150px;
}

.price table tr:nth-of-type(2) th:nth-of-type(1) {
	width: 230px;
}

.price table tr:nth-of-type(2) th:nth-of-type(2),
.price table tr:nth-of-type(2) th:nth-of-type(3) {
	width: 150px;
}

.price table th em {
	display: inline-block;
	margin-right: -2px;
	padding-left: 2px;
	font-size: 11px;
}

.price table td {
	font-size:12px;
	line-height:1.5;
	text-align:center;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}

/*
.price table th:first-child,.price table td:first-child {
	border-left:none;
}
*/

.price table th span {
	font-size:12px;
	padding-left:10px;
	color:#eb4500;
	line-height:1;
}

.price table td.td-chapter {
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}

.price table td.td-chapter span {
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #e1e1e1;
	padding:8px 10px;
	display:block;
}
/*

.price table .message {
	border-left:1px solid #dedede;
	line-height:1.9;
	text-align:left;
	padding-left:50px;
	font-size:14px;
}
*/

.price .option tr:nth-child(2) td:last-child{
  text-align: left;
  padding-left: 25px;
  line-height: 1.8;
}

.price .txtS {
	font-size:13px;
	letter-spacing: 0.04em;
	line-height:1.8;
	margin:-62px 0 60px;
}

/* photogallery
---------------------------------------------------------------------------*/
.photogallery {
	position:relative;
	clear:both;
}

.photogallery .head-container {
	width:100%;
}

.photogallery .head-container h1 {
	width:150px;
	margin:25px 0 0 20px;
}

.photogallery .head-container h2 {
	position:absolute;
	bottom:0;
	right:0;
}

.photogallery .head-container h3 {
	font-size:14px;
	color:#000;
	letter-spacing:1.5px;
	line-height:1.9;
	width:480px;
	position:absolute;
	bottom:0;
	left:170px;
	padding:0 3px 10px;
	border-bottom:1px solid #bbb;
}

/* clearfix
------------------------------------*/
.photogallery .clearfix {
  width: 100%;
}

.photogallery .clearfix li {
	float:left;
	width:226px;
	margin:0 0 18px 18px;
	background:#fff;
	text-align:center;
}

.photogallery .clearfix li:nth-child(4n-3) {
	margin-left:0;
}

.photogallery .clearfix li figure {
}

.photogallery .clearfix li figure img{
  width: 100%;
  height: auto;
}


/* news
---------------------------------------------------------------------------*/
.news {
}

.news .head-container {
}

.news .head-container h1 {
	margin-bottom:0;
	position:relative;
	top:30px;
/*   padding-bottom: 0; */
}

.news .head-container h2 {
	position:absolute;
	bottom:0;
	right:0;
}

.news .head-container h3 {
	position:absolute;
	bottom:5px;
	left:320px;
	padding:0 0 10px 6px;
	border-bottom:1px solid #bbb;
}

.news .news-banner-container {
	width:100%;
	position:relative;
}

.news .news-banner-container ul {
	position:absolute;
	width:255px;
	bottom:30px;
	left:0;
}

.news .news-banner-container ul li {
	display:block;
	margin-bottom:10px;
	padding:15px 20px 18px 50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.news .news-banner-container ul li:nth-child(1) {
	background:#E40 url(../img/sick-care/bg-burret.png) no-repeat 20px 23px;
	background-size:16px 14px;
}

.news .news-banner-container ul li:nth-child(2) {
	background:#005193 url(../img/sick-care/bg-burret.png) no-repeat 20px 23px;
	background-size:16px 14px;
}

.news .news-banner-container ul li:nth-child(3) {
	background:#EECF02 url(../img/sick-care/bg-burret.png) no-repeat 20px 23px;
	background-size:16px 14px;
	margin-bottom:0;
}

.news .news-banner-container ul li,.news .news-banner-container ul li a {
	color:#fff;
	text-decoration:none;
}

.news .news-banner-container ul li strong {
	line-height:1.6;
	display:block;
	font-size:15px;
}

/*
.news .news-banner-container ul li em {
	font-size:14px;
	font-style:normal;
	letter-spacing:2px;
	margin:10px 0 0 3px;
	display:block;
	font-family:"Source Sans Pro",sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:600;
}
*/

/* .news .news-container{}
---------------------------------------------------------------------------*/
.news .news-container {
	width:640px;
	float:right;
}

.news .news-container article {
	width:46%;
	float:left;
	margin-bottom:30px;
	margin-left:8%;
}

.news .news-container article:nth-child(2n-1) {
	margin-left:0;
}

.news .news-container article:nth-child(5),.news .news-container article:nth-child(6) {
	margin-bottom:0;
}

.news .news-container article .thumb {
	float:left;
	width:90px;
}

.news .news-container article div {
	float:right;
	width:180px;
}

.news .news-container article div em {
	display:block;
	margin:10px 0;
}

.news .news-container article div h2 {
	line-height:1.5;
	font-size:14px;
	letter-spacing:1px;
}

/* footerLogo
---------------------------------------------------------------------------*/
.footerLogo {
	position:relative;
	top:-5px;
	left:;
}

/*! 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;
	color:#444;
	text-shadow:none;
}

.fancybox-opened {
	z-index:8030;
}

.fancybox-outer,.fancybox-inner {
	position:relative;
}

.fancybox-inner {
	overflow:hidden;
}

.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(fancybox_sprite.png);
}

#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:.8;
	cursor:pointer;
	z-index:8060;
}

#fancybox-loading div {
	width:44px;
	height:44px;
	background:url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position:fixed;
	top:30px;
	right:30px;
	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(blank.gif);
	-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;
}

.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(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
}

.fancybox-lock .fancybox-overlay {
	overflow:auto;
	overflow-y:scroll;
}

.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:none;
}

.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:rgba(255,255,255,0.8);
}

@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(fancybox_sprite@2x.png);
		background-size:44px 152px;
	}

	#fancybox-loading div {
		background-image:url(fancybox_loading@2x.gif);
		background-size:24px 24px;
	}
}