@charset "utf-8";
/* CSS Document */

ul, li {
	list-style: none;
}

/*===================================================
　aside　左メニュー
===================================================*/

body {
	background: url(../img/body_bg.gif) repeat-x center 130px #f2f2ee;
}

article {
	clear: both;
	overflow: hidden;
	/*background:url(../img/menu_bg.png) repeat-y -10px 0 #fff;*/
}

aside#sideNav {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

aside#sideNav h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 200px;
	height: 150px;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

aside#sideNav h1 a {
	width: 200px;
	height: 150px;
	display: block;
	background: url(../img/menu_sprite.png) no-repeat 0 0;
}

aside#sideNav h1 a:hover {
	background-position: 0 -148px;
}

aside#sideNav dl {
	font-size: 1.5em;
	background: #e0dbd2;
	margin-bottom: 20px;
}

aside#sideNav dt {
	color: #20180b;
	font-size: 1.2em;
	background: #e0dbd2;
}

aside#sideNav dt a {
	padding: 10px 0 7px 10px;
	color: #000;
	display: block;
	border-top: double 3px #8a8173;
	border-bottom: dotted 1px #8a8173;
}

aside#sideNav dt a:hover {
	text-decoration: none;
	background: #f2f2ee;
	border-bottom: solid 1px #e0dbd2;
}

aside#sideNav dd {
	color: #20180b;
}

aside#sideNav dd a {
	display: block;
	padding: 12px 0 10px 10px;
	text-decoration: none;
	color: #20180b;
	border-bottom: dotted 1px #f2f2ee;
}

aside#sideNav dd a:hover {
	background: #f2f2ee;
	text-decoration: none;
	border-bottom: solid 1px #e0dbd2;
}

aside#sideNav dd a:active {
	background: #ccc;
}

aside#sideNav ul {
	margin-top: 10px;
}

aside#sideNav li {
	margin-top: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/menu_sprite.png) no-repeat;
	width: 210px;
	height: 135px;
}

aside#sideNav li a {
	width: 210px;
	height: 135px;
	display: block;
}

aside#sideNav li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	-ms-filter: "alpha(opacity=75)";
	/* IE 8 */
}

aside#sideNav li:first-child {
	background-position: 0 -312px;
}

aside#sideNav li:nth-child(2) {
	background-position: 0 -447px;
}

aside#sideNav li:nth-child(3) {
	background-position: 0 -582px;
}

aside#sideNav li:nth-child(4) {
	background-position: 0 -718px;
}

aside#sideNav ul>*:first-child {
	background-position: 0 -312px;
}

aside#sideNav ul>*:first-child+* {
	background-position: 0 -582px;
}

aside#sideNav ul>*:first-child+*+* {
	background-position: 0 -718px;
}

/* aside#sideNav ul > *:first-child + * + * + *{background-position:0 -718px;} */

aside#sideNav.koganei dl:first-child dd:nth-child(2) a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.koganei>*:first-child+*>*:first-child+* a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.kichijoji dl:first-child dd:nth-child(3) a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.kichijoji>*:first-child+*>*:first-child+*+* a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.hachioji dl:first-child dd:nth-child(4) a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.hachioji>*:first-child+*>*:first-child+*+*+* a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.guide dl:nth-child(3) dt a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.guide>*:first-child+*+*>*:first-child a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.price dl:nth-child(4) dt a {
	background: #9c907d;
	border-bottom: solid 1px #7b2a2a;
	color: #fff;
}

aside#sideNav.price>*:first-child+*+*+*>*:first-child a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.guide dl:nth-child(3) dd.guide1 a,
aside#sideNav.guide dl:nth-child(3) dd.guide2 a,
aside#sideNav.guide dl:nth-child(3) dd.guide3 a,
aside#sideNav.guide dl:nth-child(3) dd.guide4 a,
aside#sideNav.guide dl:nth-child(3) dd.guide5 a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}

aside#sideNav.guide>*:first-child+*+* dd.guide1 a,
aside#sideNav.guide>*:first-child+*+* dd.guide2 a,
aside#sideNav.guide>*:first-child+*+* dd.guide3 a,
aside#sideNav.guide>*:first-child+*+* dd.guide4 a,
aside#sideNav.guide>*:first-child+*+* dd.guide5 a {
	background: #9c907d;
	border-bottom: solid 1px #8a8173;
	color: #fff;
}


/* 各ホールページ共通 */

#contents {
	width: 740px;
	float: right;
}

#contents .hallImage {
	margin-bottom: 20px;
}

#contents section {
	padding: 20px 30px;
	color: #333;
	overflow: hidden;
	border: none;
	background: #fff;
}

#contents section#hallName {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	overflow: hidden;
	margin-top: -2px;
}

#contents h2 {
	font-size: 2.5em;
	border-bottom: solid 1px #333;
	font-weight: bold;
}

#contents h2 b {
	font-weight: normal;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
}

#contents ul.inquiry_tel {
	float: right;
	overflow: hidden;
	padding-right: 0;
	margin-bottom: -10px;
}

#contents ul.inquiry_tel li {
	font-size: 1.7em;
	padding-top: 10px;
	float: left;
	margin-right: 30px;
}

#contents ul.inquiry_tel li b {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#contents ul.inquiry_tel li:nth-child(2) {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 185px;
	height: 40px;
	margin-right: 0;
}

#contents ul.inquiry_tel>*:first-child+* {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 185px;
	height: 40px;
	margin-right: 0;
}

#contents ul.inquiry_tel li:nth-child(2) a {
	display: block;
	width: 185px;
	height: 30px;
	background: url(../img/menu_sprite.png) no-repeat 0 -854px;
}

#contents ul.inquiry_tel>*:first-child+* a {
	display: block;
	width: 185px;
	height: 30px;
	background: url(../img/menu_sprite.png) no-repeat 0 -854px;
}

#contents ul.inquiry_tel li:nth-child(2) a:hover {
	background-position: 0 -885px;
}

#contents ul.inquiry_tel>*:first-child+* a:hover {
	background-position: 0 -885px;
}

#contents section h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
}

#contents section p {
	font-size: 1.6em;
	line-height: 1.4em;
}

#contents section .guide {
	float: left;
	width: 510px;
}

#contents section .guide h3 {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 5px 10px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #9b0032;
}

#contents section .guide ul.photoGallery {
	margin-top: 10px;
	list-style: none;
}

#contents section ul.photoGallery {
	list-style: none;
}

#contents section .guide ul.photoGallery li {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	width: 166px;
}

#contents section .guide ul.photoGallery li:nth-child(3),
#contents section .guide ul.photoGallery li:nth-child(6) {
	margin-right: 0;
}

#contents section .guide ul.photoGallery>*:first-child+*+*,
#contents section .guide ul.photoGallery>*:first-child+*+*+*+*+* {
	margin-right: 0;
}

#contents section .guide ul.photoGallery li:before {
	content: '＋ZOOM';
	position: relative;
	left: 50px;
	top: 160px;
	display: block;
	font-size: 1.4em;
	color: #fff;
}

#contents section .guide ul.photoGallery li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	/* IE 8 */
	display: inline-block;
}

#contents section .seat {
	width: 140px;
	float: right;
}

#contents section p.caption {
	margin-top: 5px;
	float: right;
	font-size: 13px;
}

#contents section ul.linkMenu {
	clear: both;
	overflow: hidden;
	width: 510px;
	margin-top: 20px;
}

#contents section ul.linkMenu li a {
	width: 245px;
	height: 37px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
	background: url(../img/btn_menu.png) no-repeat;
	display: block;
	float: left;
}

#contents section ul.linkMenu li a:after {
	content: '';
	display: block;
	width: 245px;
	height: 37px;
}

#contents section ul.linkMenu li:first-child a {
	background-position: 0 0;
}

#contents section ul.linkMenu li:first-child a:hover {
	background-position: 0 -38px;
}

#cotnents section ul.linkMenu li:nth-child(2) a {
	background-position: -255px 0;
	margin-right: 0;
}

#contents section ul.linkMenu li:nth-child(2) a:hover {
	background-position: -255px -38px;
}

#contents section ul.linkMenu>*:first-child+* a {
	background-position: -255px 0;
	margin-right: 0;
}

#contents section ul.linkMenu>*:first-child+* a:hover {
	background-position: -255px -38px;
}

#topInfo .infoBlock.schoolDetail header h2,
#HallInfo .infoBlock.schoolDetail header h2 {
	font-size: 1.7em;
	border-bottom: none;
}

#topInfo .infoBlock.schoolDetail .content {
	font-size: 1.1em;
	padding-left: 0;
}

#topInfo .infoBlock.schoolDetail .content dl {
	line-height: 0.6em;
}

#topInfo .infoBlock.schoolDetail .content .btn_inquiry {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 73px;
	left: 310px;
	width: 185px;
	height: 35px;
}

#topInfo .infoBlock.schoolDetail .content .btn_inquiry a {
	background: url(../img/menu_sprite.png) no-repeat 0 -853px;
	display: block;
	width: 185px;
	height: 32px;
}

#topInfo .infoBlock.schoolDetail .content .btn_inquiry a:hover {
	background-position: 0 -884px;
}

#topInfo .infoBlock.schoolDetail .content .call b {
	font-family: Arial, Helvetica, sans-serif;
}

#HallInfo .infoBlock.schoolDetail header h2 {
	background: #e4e4e4;
	padding: 12px 10px 12px 60px;
	display: block;
	position: relative;
	border-top: solid 3px #9b0032;
	border-bottom: dotted 1px #999;
}

#HallInfo .infoBlock.schoolDetail header h2:before {
	content: '';
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	background: url(../../img/common/sprite.png) no-repeat -960px 0;
}

#HallInfo .infoBlock.schoolDetail .content {
	border: solid 1px #ccc;
	margin-top: 20px;
	font-size: 1.5em;
	overflow: hidden;
	line-height: 1.4em;
}

#HallInfo .infoBlock.schoolDetail .content h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 5px;
	border-top: none;
	margin-top: 0;
}

#HallInfo .infoBlock.schoolDetail .content .addBox {
	padding: 0 20px 20px 20px;
	float: left;
	marin-right: 30px;
	width: 380px;
}

#HallInfo .infoBlock.schoolDetail .content .call {
	color: #9b0032;
	padding: 10px 0;
}

#HallInfo .infoBlock.schoolDetail .content .call i {
	font-style: normal;
	font-size: 19px;
	font-weight: bold;
}

#HallInfo .infoBlock.schoolDetail .content .call b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

#HallInfo .infoBlock.schoolDetail .content .googleMap {
	width: 280px;
	float: left;
}

#HallInfo .infoBlock.schoolDetail .gMap {
	padding: 5px 0 10px 0;
	font-size: 1em;
}

#HallInfo .infoBlock.schoolDetail .gMap a {
	padding: 0 0 0 25px;
	text-decoration: underline;
	position: relative;
}

#HallInfo .infoBlock.schoolDetail .gMap a:hover {
	text-decoration: none;
}

#HallInfo .infoBlock.schoolDetail .gMap a:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../../img/common/sprite.png) no-repeat -110px -50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}


/* トップページ index.php */

#contents img#indexImg {
	margin-bottom: -2px;
}

#contents section p#bodyCopy {
	width: 680px;
	clear: both;
	margin-bottom: 50px;
	margin-left: 0;
}

#hallList {
	width: 680px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

#hallList dl {
	border: solid 1px #887a6a;
	padding: 5px 5px 8px 5px;
	float: left;
	margin-right: 6px;
	margin-bottom: 20px;
	width: 222px;
}

#hallList dl:last-child {
	margin-right: 0;
}

#hallList>*:first-child+*+* {
	margin-right: 0;
}

#hallList dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

#hallList dd {
	font-size: 1.7em;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: solid 1px #887a6a;
	border-bottom: solid 1px #887a6a;
}

#hallList dd a {
	display: block;
	padding: 10px 0 7px 0;
	font-weight: bold;
}

#hallList dd a:hover {
	text-decoration: none;
	background: #f2f2ee;
}

#hallList dd.inq {
	width: 185px;
	height: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	margin: 15px 0 15px 12px;
}

#hallList dd.inq a {
	background: url(../img/menu_sprite.png) no-repeat 0 -853px;
	display: block;
	width: 185px;
	height: 31px;
}

#hallList dd.inq a:hover {
	background-position: 0 -884px;
}

#hallList dd.call {
	border: none;
	margin-bottom: 10px;
}

#hallList dd.call i {
	font-size: 17px;
	font-style: normal;
}

#hallList dd.call b {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#hallList dd.address {
	font-size: 14px;
	text-align: left;
	height: 60px;
	line-height: 1.4em;
	border: none;
}

#hallList dd.googleMap {
	border: none;
}

#hallList dd p.gMap {
	font-size: 12px;
	text-align: left;
}

#index_guide {
	float: left;
	border: solid 1px #887a6a;
	padding: 5px 5px 10px 5px;
	width: 337px;
	height: auto;
	margin-right: 6px;
}

#index_guide.long {
	float: none;
	border: solid 1px #887a6a;
	padding: 5px 5px 10px 5px;
	width: auto;
	height: auto;
	margin-right: 6px;
}

#index_price {
	float: left;
	border: solid 1px #887a6a;
	padding: 5px 5px 10px 5px;
	width: 337px;
	height: auto;
}

#index_guide dt a:hover, #index_price dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	/* IE 8 */
}

#index_guide dd, #index_price dd {
	margin: 2px 0 0 0;
	font-size: 1.7em;
	text-align: center;
	border-top: solid 1px #887a6a;
	border-bottom: solid 1px #887a6a;
}

#index_guide dd a, #index_price dd a {
	padding: 10px 0 7px 0;
	display: block;
	font-weight: bold;
}

#index_guide dd a:hover, #index_price dd a:hover {
	background: #f2f2ee;
	text-decoration: none;
}

dl#index_guide dd:bth-child(3), dl#index_price dd:bth-child(3) {
	border: none;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	margin: 10px 0 0 5px;
}

dl#index_guide>*:first-child+*+*, dl#index_price>*:first-child+*+* {
	border: none;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	margin: 10px 0 0 5px;
}

/* 料金・各種プラン　price.php */

#contents h3 {
	border-top: solid 2px #6c0000;
	border-bottom: dotted 1px #999;
	clear: both;
	padding: 7px 10px 3px;
	background: #eee;
	margin-top: 20px;
}

#contents .copy {
	font-size: 1.5em;
	line-height: 1.4em;
	padding-top: 20px;
}

#contents caption {
	font-size: .8em;
	text-align: right;
	margin-bottom: 5px;
}

#contents table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.5em;
	width: 650px;
	margin-left: 20px;
}

#contents th, #contents td {
	padding: 7px 10px;
	border: solid 1px #ccc;
}

#contents th {
	background: #eee;
	text-align: center;
}

#contents section ul.supply {
	margin-top: 20px;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-left: 20px;
}

#contents section p {
	font-size: 1.5em;
	margin-left: 10px;
}

#contents section .forGift {
	width: 390px;
	float: left;
}

#contents section .forGift p {
	line-height: 1.5em;
}

#contents section ul.supply a {
	color: #9b0032;
}

#contents .photo_gift {
	float: right;
	border: solid 1px #ccc;
	padding: 3px;
}

#contents p.btn_gift {
	margin-top: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	width: 310px;
	height: 40px;
}

#contents p.btn_gift a {
	background: url(../img/btn_musicAcc.png) no-repeat 0 0;
	display: block;
	width: 310px;
	height: 40px;
}

#contents p.btn_gift a:hover {
	background-position: 0 -40px;
}

#contents td.fee {
	text-align: right;
}

#contents p.rentalMenber {
	width: 185px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	left: 475px;
	top: -55px;
}

#contents p.rentalMenber a {
	background: url(../img/menu_sprite.png) no-repeat 0 -916px;
	display: block;
	width: 185px;
	height: 30px;
}

#contents p.rentalMenber a:hover {
	background-position: 0 -947px;
}



/* ご利用案内 guide.php */

#contents .comment {
	font-size: 1.5em;
	line-height: 1.4em;
	padding-left: 30px;
}

#contents .comment dt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/guide_sprite.png) no-repeat 0 0;
	width: 650px;
	height: 28px;
	margin-top: 20px;
	border-bottom: dotted 1px #999;
}

#contents .comment dt:nth-child(2) {
	background-position: 0 -30px;
}

#contents .comment dt:nth-child(3) {
	background-position: 0 -28px;
	width: 650px;
	height: 28px;
}

#contents .comment dt:nth-child(7) {
	background-position: 0 -56px;
	width: 650px;
	height: 28px;
}

#contents .comment dt:nth-child(10) {
	background-position: 0 -84px;
	width: 650px;
	height: 28px;
}

#contents dl.comment>*:first-child+*+* {
	background-position: 0 -28px;
}

#contents dl.comment>*:first-child+*+*+*+*+*+* {
	background-position: 0 -56px;
	width: 650px;
	height: 28px;
}

#contents dl.comment>*:first-child+*+*+*+*+*+*+*+*+* {
	background-position: 0 -84px;
	width: 650px;
	height: 28px;
}

#contents .comment dd {
	padding-left: 40px;
	margin-left: 15px;
	padding-bottom: 3px;
	border-left: dotted 1px #999;
}

#contents .comment dd:before {
	content: '';
	display: block;
	width: 9px;
	height: 11px;
	background: url(../img/guide_sprite.png) no-repeat 0 -167px;
	position: relative;
	left: -20px;
	top: 15px;
}

#contents section ul.notice {
	margin-left: 10px;
	font-size: 1.5em;
}

#contents section ul.notice li {
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.4em;
}

#contents section ul.notice li:before {
	content: '';
	display: block;
	width: 9px;
	height: 11px;
	background: url(../img/guide_sprite.png) no-repeat 0 -167px;
	position: relative;
	left: -18px;
	top: 15px;
}

#contents table.menbership {
	margin-left: 10px;
	font-size: 1.5em;
	border-collapse: setarate;
	border: solid 1px #999;
	margin-top: 20px;
}

#contents table.menbership th {
	width: 140px;
	background: #fff;
	text-align: left;
}

#contents table.menbership td {
	line-height: 1.4em;
}

/*! fancyBox v2.1.4 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 {
	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;
}

.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('../img/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('../img/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('../img/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;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../img/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);
}