@charset "utf-8";

.open_e_area {
	margin: 20px 0px 10px;
}
.open_e_area a {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .child {
	display: none;
}
.open_e_area .toggle_e.toggle_menu_e.active .child {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .ev_to_box .child {
	display: block;
}
.open_e_area .toggle_e.toggle_menu_e .toggle_title {
	color: #0059b2;
	padding: 10px 0 10px 12px;
	cursor: pointer;
	background: #f8f8f8;
	width:12%;
	float:right;
}
.open_e_area .toggle_e.toggle_menu_e .toggle_title:hover {
	color: #922a40;
	text-decoration: underline;
	background: #eee;
}
.switch .toggle_menu_e .toggle_title:after {
	position: absolute;
	top: 26px;
	right: 10px;
	margin-top: -1.4rem;
	content: '>';
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
	
}
.switch .toggle_menu_e .toggle_title.active:after {

	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.toggle_menu_e {
	display: block;
	position: relative;
}
.ne_title{
	width:70%;
	float:left;
	font-size:30px;}
.filter_txt{
	background:#f2f2f2;
	padding:5px 10px;
	margin-bottom:5px;
	display:inline-block;}
.all_area_tb_set{
		border-bottom:1px solid #922a40;
		margin-top:10px;
		margin-bottom:20px;
		border-top:1px solid #ccc;
		padding-top:20px;
}
.all_area_tb_set #tab li{
	float:left;
	width:47%;
	margin-left:13px;
	margin-right:13px;
	background:#f2f2f2;
	font-size:20px;
	text-align:center;
	padding:14px 0;
	cursor:pointer;
	font-weight:bold;
}
.all_area_tb_set #tab li.present{
	border:1px solid #922a40;
	border-bottom:1px solid #fff;
	background:#fff;
	margin-bottom:-1px;
}
.all_area_tb_set #tab li.present a{
	color:#922a40;
	text-decoration:none;
}
.all_area_tb_set #tab li a{
	color:#666;
	text-decoration:none;
}
.p_all20 {padding: 20px !important;}
.e_btnlist li{
	float:left;
	margin:10px 10px 10px 0;
	text-align:center;
}
.e_btnlist li a {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-width: 130px;
    padding: 6px 0px 4px 0px;
    text-transform: uppercase;
}
.e_btnlist li a:hover {
    background: #ccc none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #666;
    opacity: 1;
    text-decoration: none;
}
.e_btnlist li.active a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #922a40;
    color: #922a40;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-width: 130px;
    padding: 6px 0px 4px 0px;
    text-transform: uppercase;
}
.e_btnlist li.active a:hover {
    background: #922a40 none repeat scroll 0 0;
    border: 2px solid #922a40;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.e_btnlist.flt_rgt li a{
	padding-right:10px;
	padding-left:10px;
}
ul.time_pg{
	margin:14px 0;
	}
ul.time_pg li a{
	border:1px solid #ccc;
	background:#f2f2f2;
	text-align:center;
	vertical-align:middle;
	padding:25px 0 0 0;
	margin-right:10px;
	float:left;
	width:80px;
	height:55px;
	color:#666;
	text-decoration:none;
	}
	.time_pg li.cent a{
	background:#fff;
		width:200px;
	}
	.time_pg li.tp_l a,.time_pg li.tp_r a{
padding:35px 0 0 0;
	height:45px;
	}
	ul.time_pg li a:hover{
	border:1px solid #ccc;
	background:#fff;
	color:#666;
	}
ul.e_calendar{
 border-left: 1px solid #ccc;
	
	display:inline-block;
	margin-top:20px;
}
ul.e_calendar li{
 border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 color: #666;
 float: left;
 font-size: 11px;
 min-height: 170px;
 vertical-align: middle;
 width: 14%;
	padding:5px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
ul.e_calendar li.t_week{
 min-height: 10px;
	text-align:center;
	background:#eee;
	border-top: 1px solid #ccc;
}
ul.e_calendar .e_c_day{
 font-size: 13px;
	letter-spacing:1px;
	font-weight: bold;
	display:block;
	width:100%;
	padding:2px 0 2px 10px;
}
ul.e_calendar .e_c_tit{
	margin-bottom:3px;
	display:block;
height: 3em;
overflow-wrap: break-word;
text-overflow: ellipsis;
overflow:hidden;
position:relative;
}

ul.e_calendar .e_c_tit:before, ul.e_calendar .e_c_tit:after {
	position: absolute;
	background: #fff;
}

ul.e_calendar .e_c_tit:before {
	content: "...";
	bottom: 0;
	right: 0;
	padding-left:2px;
}

ul.e_calendar .e_c_tit:after {
	content: "";
	width: 100%;
	height: 100%;
}
.ico_e_c_group,
.ico_e_c_uke,
.ico_e_c_man,
.ico_e_c_end,
.ico_e_c_re,
.ico_e_c_mati
{
	background:#eee;
	border-radius: 4px;
 display: inline-block;
 font-size: 12px;
 height: 18px;
	width:18px;
 line-height: 20px;
 text-align: center;
	font-weight: bold;
	margin-right:3px;
	margin-bottom:3px;
}
.ico_e_c_uke{
	background:#b1174b;
	color:#fff;
}
.ico_e_c_man{
	background:#eee;
	color:#d80000;
}
.ico_e_c_end{
	background:#eee;
}
.ico_e_c_mati{
	background:#eee;
	color:#d80000;
}
.ico_e_c_re {
    background: #006dd9;
    color: #fff;
}
/*ul.e_calendar .ico_e_c_{
	color:#0059b2;
}*/
.e_c_sp{
	display:none;}
	#event_area_new {
				display: inline-block;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				padding-top:20px;
}
#event_area_new .toggle {
    display: none;
}

.event_btn > li {
    width: 15%;
}
.clr_gray{
	color:#aaa;
}
.e_c_shibu{
	padding-left:1em;}
	.btn_search a{
padding:12px 30px 9px 38px;
font-size:14px;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
margin-top:15px;
border:2px solid #999;
background:#999;
color:#fff;
font-weight:bold;
}
.btn_search  a:hover{
background: #ccc;
color:#fff;
border:2px solid #999;
text-decoration:none;
}
@media only screen and (max-width: 767px) {
	#event_area_new .toggle {
		background: #eee none repeat scroll 0 0;
		display: block;
		width: 100%;
	}
	.spbr{
		display:block;
		padding-top:10px;
	}
	.e_c_sp{
		display:block;}
	.e_c_pc{
		display:none;}
		.e_btnlist li {
		float: none;
		margin: 10px 0 10px 0;
	}
	.e_btnlist li a,.e_btnlist li.active a {
		min-width: 100%;
		padding: 6px 0px 4px 0px;
	}

	.ne_title {
		float: none;
		width: 100%;
	}
	.open_e_area .toggle_e.toggle_menu_e .toggle_title{
		width:98%;
		display:block;
		position:relative;
	}
	.all_area_tb_set #tab li {
		font-size: 16px;
		width: 40%;
	}
	ul.time_pg li a{
		padding:10px 0 0 0;
		margin-right:1%;
		margin-left:1%;
		float:left;
		width:20%;
		height:45px;
		color:#666;
		text-decoration:none;
		
		}
		.time_pg li.cent a{
		background:#fff;
			width:50%;
		}
		.time_pg li.tp_l a,.time_pg li.tp_r a{
		padding:20px 0 0 0;
		height:35px;
		}
		
	ul.e_calendar {
		border-left: 0px solid #ccc;
		display: block;
					margin-top:0;
	}
	ul.e_calendar li{
	border-right: 0px solid #ccc;
		border-bottom: 2px solid #ccc;
	color: #666;
	float: none;
	font-size: 13px;
	min-height: 10px;
	vertical-align: middle;
	width: 100%;
		padding:5px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.e_c_day {
		display: block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 4px 0 4px 0px;
					text-align:center;
		width: 100%;
					background:#EBECF9;
					border:1px solid #DEDFE8;
					clear:both;
					margin:5px 0;
	}
	.ico_e_c_group,
	.ico_e_c_uke,
	.ico_e_c_man,
	.ico_e_c_end,
	.ico_e_c_re,
	.ico_e_c_mati
	{
	height: 18px;
		width:46%;
	line-height: 20px;
	text-align: center;
		font-weight: bold;
		margin-right:3px;
		margin-bottom:3px;
		margin-left:3px;
	}
	#event_area_new .switch {
		border-bottom: 1px solid #ddd;
		margin: 20px 0 16px;
	}
	#event_area_new .switch::after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.event_btn > li {
		margin: 0 0.5em 0.6em;
		width: 96%;
	}
	#event_area_new .toggle{
		display:block;
		width:100%;
		background:#eee;
	}
	#event_area_new .child {
		display: none;
	}
	#event_area_new .menu2 {
	border: 1px solid #eee;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-size: 13px;
		line-height: 1;
		padding: 9px 0;
		text-align: center;
		text-transform: uppercase;
		width: 96%;
					margin: 0 0.5em 0.6em;
					}
	#event_area_new .menu2:after {
		position: absolute;
		right: 5%;
		margin-top: 0;
		content: '>';
		font-size: 14px;
		font-weight: bold;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-moz-transition: all, 0.25s, linear;
		-o-transition: all, 0.25s, linear;
		-webkit-transition: all, 0.25s, linear;
		transition: all, 0.25s, linear;
	}
	
	#event_area_new .menu2.active:after {
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#event_area_new .slide_menu ul.inner a {
		background: #f2f2f2 none repeat scroll 0 0;
		border-bottom: 1px solid #ccc;
		color: #333;
		display: block;
		padding: 10px 20px 8px 10px;
		text-decoration: none;
	}
	.e_c_shibu{
		display:block;
		padding-left:0;}
	.btn_search a:link,.btn_search a:visited{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	}
	ul.e_calendar .e_c_tit{
		margin-bottom:3px;
		display:block;
	height: 1.5em;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow:hidden;
	position:relative;
	width:100%;
	}

	ul.e_calendar .e_c_tit:before, ul.e_calendar .e_c_tit:after {
		position: absolute;
		background: #fff;
	}

	ul.e_calendar .e_c_tit:before {
		content: "...";
		bottom: 0;
		right: 0;
		padding-left:2px;
	}

	ul.e_calendar .e_c_tit:after {
		content: "";
		width: 100%;
		height: 100%;
	}
}

ul.time_pg li  a.disable_a:hover {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
}