@charset "utf-8";

/*=======================================

	style info 201302 :  nav link

========================================*/

a {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
 background: transparent;
 outline: none;
}

a:link,
a:visited {
 text-decoration: none;
 color: #0097E0;
}

a:hover,
a:active {
 text-decoration: underline;
 color: #0097E0;
}

img a:link,
img a:visited,
img a:hover {
 background: #fff;
 text-decoration: none;
}

/*=======================================
 main navi
 ========================================*/

#main_navi {
 clear: both;
 width: 940px;
 padding: 30px 0 0 0;
}

#main_navi ul {
 display: block;
 width: 940px;
 height: 25px;
 overflow: hidden;
}

#main_navi ul li {
 display: block;
 float: left;
 height: 25px;
 margin: 0;
 padding: 0;
}

#main_navi ul li a {
 display: block;
 height: 25px;
 padding: 0;
}

#main_navi ul li a:hover {
 margin-top: -25px;
}

#info #main_navi ul li.m01 a {
 margin-top: -25px;
}

#artist #main_navi ul li.m02 a {
 margin-top: -25px;
}

#map #main_navi ul li.m03 a {
 margin-top: -25px;
}

#ticket #main_navi ul li.m04 a {
 margin-top: -25px;
}

#program #main_navi ul li.m05 a {
 margin-top: -25px;
}

#accsess #main_navi ul li.m06 a {
 margin-top: -25px;
}

/*=======================================
 map popup
 ========================================*/


ul#marker_list {
    display: block;
    line-height: 1.4;
    margin: 10px 0 0 0px;
    width: 550px;
    font-size:85%;
    font-weight:bold;
}
ul#marker_list li {
    background-color: #efefef;
    border-left: 8px solid #f9e733;
    display: block;
    float: left;
    height: 35px;
    margin: 0 0 10px 5px;
    padding: 5px 0 0px 10px;
    width: 250px;
}
ul#marker_list li:hover {
    background-color: #f9e733;
    color: #555;
    cursor: pointer;
}

.map_info {
 clear:both;
 margin: 10px 0 0 5px;
 }  
  
  
  

/*

 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
 position: relative;
 margin: 0 auto 60px;
 padding: 0;
 *zoom: 1;
}

.bx-wrapper img {
 max-width: 100%;
 display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
 -moz-box-shadow: 0 0 5px #ccc;
 -webkit-box-shadow: 0 0 5px #ccc;
 box-shadow: 0 0 5px #ccc;
 border: solid #fff 5px;
 left: -5px;
 background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
 position: absolute;
 bottom: -30px;
 width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
 min-height: 50px;
 background: url(images/bx_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
 padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
 background: #666;
 text-indent: -9999px;
 display: block;
 width: 10px;
 height: 10px;
 margin: 0 5px;
 outline: 0;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
 left: 10px;
 background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
 right: 10px;
 background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
 background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
 background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
 position: absolute;
 top: 50%;
 margin-top: -16px;
 outline: 0;
 width: 32px;
 height: 32px;
 text-indent: -9999px;
 z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
 display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
 text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
 display: block;
 text-indent: -9999px;
 width: 10px;
 height: 11px;
 outline: 0;
 background: url(images/controls.png) -86px -11px no-repeat;
 margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
 background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
 display: block;
 text-indent: -9999px;
 width: 9px;
 height: 11px;
 outline: 0;
 background: url(images/controls.png) -86px -44px no-repeat;
 margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
 background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 text-align: left;
 width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
 right: 0;
 width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
 position: absolute;
 bottom: 0;
 left: 0;
 background: #666\9;
 background: rgba(80, 80, 80, 0.75);
 width: 100%;
}

.bx-wrapper .bx-caption span {
 color: #fff;
 font-family: Arial;
 display: block;
 font-size: .85em;
 padding: 10px;
}

/*=======================================



fancybox




 ========================================*/

.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: #ddd;
	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;
	margin: 0;
	padding: 5px;
	white-space: nowrap;
	}
/* =================================
　　画像の大きさ
=====================================*/
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	}
/* =========================================
　　fancybox_sprite.png　[→ ← × 黒四角]画像
=============================================*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/koganecho-bazaar-2013/images/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('/koganecho-bazaar-2013/images/fancybox_loading.gif') center center no-repeat;
	}

/* ===============
　　close
=================*/
.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('/koganecho-bazaar-2013/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	}
/* ================
　　nav
=================*/
.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: -9999px;
	left: -9999px;
	visibility: hidden;
	}

/* ================
　　 Overlay helper
==================*/
.fancybox-lock {
	overflow: hidden;
	}

/* ================
　　 background color
     fancybox_overlay.png　黒png
==================*/
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/koganecho-bazaar-2013/images/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;
	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);
	}
