@charset "UTF-8";

/*-----------------------------------------------------------------------------------

	CSS Name: イベントスタイル

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	イベントメインエリア
/*-----------------------------------------------------------------------------------*/

#event-main #event-navi { position: relative; }
#event-main #event-navi ul {
	position: absolute;
	top: -40px;
	right: 0;
}
#primary #event-main #event-navi ul {
	top: -60px;
}
#event-main #event-navi ul li {
	float: left;
	margin-left: 10px;
}
#event-main #event-navi ul li a {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	height: 40px;
	border: 1px solid #000;
	border-bottom: none;
	padding: 0 30px;
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#event-main #event-navi ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
#event-main #event-navi ul li a.active {
	background: #000;
	color: #fff;
	text-decoration: none;
}
#event-main .area-exclusive {
	text-align: right;
	height: 60px;
	background: #000;
	margin-bottom: 20px;
}
#event-main .area-exclusive a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 3;
	padding-right: 30px;
	padding-bottom: 5px;
	background: transparent url(/image/builtin/event_main_arrow.png) 100% 0 no-repeat;
}
#event-main .bazaar-desc {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 30px;
}
#event-main .bazaar-desc span {
	font-weight: bold;
	border-bottom: 1px dashed #000;
}


/*-----------------------------------------------------------------------------------*/
/*	イベントスライド
/*-----------------------------------------------------------------------------------*/

#event-slide {
	position: relative;
	width: 100%;
	min-width: 1120px;
	height: 700px;
	overflow: hidden;
	text-align:center;
}
#event-slide.single {
	width:100%;
	height:700px;
	margin-bottom: 30px;
}
#event-slide ul {
	height: 100%;
	overflow: hidden;
	*zoom: 1;
}
#event-slide ul li.slide {
	height: 100%;
	float: left;
}
#event-slide .readmore {
	text-indent: -9999px;
	width: 940px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
#event-slide .readmore a {
	text-indent: -9999px;
	width: 223px;
	height: 58px;
	background: transparent url(/image/builtin/event_slide_readmore.png) 100% 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 100px;
	left: 0;
}
#event-slide .slider-arrow {
	position: absolute;
	display: block;
	top: 310px;
}
#event-slide .slider-arrow--left,
#event-slide .slider-arrow--right {
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	background: transparent url(/image/builtin/event_slide_cntl.png) 0 0 no-repeat;
}
#event-slide .slider-arrow--left {
	left: 0;
	background-position: 0 0;
}
#event-slide .slider-arrow--right {
	right: 0;
	background-position: 100% 0;
}

/* 個別スライドサイズ */
#event-slide.single-cal {
	width:100%;
	height:400px;
	margin-bottom: 30px;
}

/* カテゴリーボタン */
#event-archive .cate-bn { margin-bottom: 60px; }
#event-archive .cate-bn ul li a {
	text-indent: -9999px;
	width: 300px;
	height: 70px;
	background: transparent url(/image/builtin/event_cat_bn.png) 0 0 no-repeat;
	display: block;
}
#event-archive .cate-bn ul li.agri a {
	float: left;
	background-position: 0 0;
}
#event-archive .cate-bn ul li.art a {
	float: right;
	background-position: 0 -70px;
}

/* サイドバー絞り込む */
#side-search p.exp {
	color: #999;
	font-size: 12px;
	margin-bottom: 30px;
}
#side-search dl.select { margin-bottom: 20px; }
#side-search dl.select dt {
	font-size: 18px;
	font-family: "Pathway Gothic One";
	line-height: 1;
	margin-bottom: 10px;
}
#side-search dl.select dd select {
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	width: 100%;
	height: 65px;
	padding: 0;
	background: transparent url(/image/builtin/event_select_arrow.png) 95% 50% no-repeat;
	background: transparent\9;
	*background: transparent;
	_background: transparent;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	margin: 0;
	box-sizing: content-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #side-search dl.select dd select:not(:target) {
    background: transparent; /* IE10,11（\9ありでIE10のみ適用） */
  }
}
#side-search .btn button {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 3.2;
	width: 100%;
	height: 65px;
	border: none;
	background-color: #ffcb00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
