@charset "utf-8";

/* event
-------------------------------------------------*/

#calendar{
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
	.ttl_calendar{
		position:relative;
		padding:8px;
		color:#fff;
		background:rgb(42,156,128);
		border-radius:3px;
		margin:0 0 10px;
	}
	.ttl_calendar .btn_prv a,
	.ttl_calendar .btn_nxt a{
		position:absolute;
		left:2px;
		top:1px;
		width:30px;
		height:30px;
		color:#fff;
		font-size:30px;
	}
	.ttl_calendar .btn_nxt a{
		left:inherit;
		right:2px;
	}

#calendar table{
	width:100%;
	border-collapse: separate;
	border-spacing: 4px;
	font-size:1rem;
	line-height:1;
	background:rgb(42,156,128,.2);
}
	#calendar table th{
		padding:.3rem;
		background:transparent;
	}
	#calendar table td{
		padding:.7rem .3rem;
		background:#fff;
	}
	#calendar table td a{
		display:block;
		width:100%;
		height:100%;
		color:#ff7b9c;
	}
	#calendar table td a.theday{
		color:#e84444;
	}

#event_the-day.fr_green .wrap{
	padding:2rem;
}
	#event_the-day .fr_ttl_green{
		position:relative;
		width:100%;
		padding: .8rem 0 .6rem;
	}
	
	#event_the-day .fr_ttl_green .trg_bk,
	#event_the-day .fr_ttl_green .trg_nx{
		position:absolute;
		display:block;
		left:5px;
		top:6px;
	}
	#event_the-day .fr_ttl_green .trg_nx{
		left:inherit;
		right:5px;
	}
	#event_the-day .fr_ttl_green a{
		color:#fff;
		font-size:30px;
	}
	#event_the-day .fr_ttl_green a i{
		position:relative;
		top:-4px;
		font-size:14px;
	}
	#event_the-day .eve_item:last-child{
		margin-bottom:0 !important;
	}

#timetable .table_green th{
	width:28%;
	text-align:center;
	padding:0.4rem;
	line-height:1.3;
	border-right:1px solid rgba(42,156,128,.5);
}
	#timetable .table_green th:first-child{
		width:16%;
		white-space:nowrap;
	}
	#timetable .table_green td{
		border-right:1px solid rgba(42,156,128,.5);
	}

@media screen and (max-width: 600px){
	#calendar{
		width:100%;
	}
}
@media screen and (max-width: 400px){
	#event_the-day.fr_green .wrap{
		padding:1.2rem;
	}
}

