@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
  Stylesheet - version date 1.0 2014.02.21
  B-NEWS SYSTEM [event.css]
---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
  General Layout
---------------------------------------------------------------------------------------------*/
div.event-calendar {
	margin: 10px 0px 0px 0px;
}
div.event-calendar ul.tab-month {
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}
div.event-calendar ul.tab-month li {
	background:#CEECF5 ;
	width: 42px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	margin: 0px 3px;
}
div.event-calendar ul.tab-month li.active {
	border-bottom: none;
	background: #FFF;

}
div.event-calendar-content {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	padding: 20px;
}
div.event-calendar-content div.event-calendar-title{
	float:left;
}
div.event-calendar-content ul.event-year{
	float:right;
}
div.event-calendar-content ul.event-year li{
	display:inline;
	margin: 0px 10px;
}
div.event-calendar-content table {
	margin-top: 20px;
	border: 1px solid #ccc;
	width: 100%;
}
div.event-calendar-content table tr {
	
}
div.event-calendar-content table tr.satday {
	color:#0099FF;
	background: #E0F2F7;

}
div.event-calendar-content table tr.sunday {
	color:#FF6666;
	background: #FBEFEF;

}
div.event-calendar-content table tr.holiday {
	color:#FF6666;
	background: #FBEFEF;

}
div.event-calendar-content table tr th {
	width: 100px;
	text-align: right;
	padding: 5px 5px;
	border: 1px solid #ccc;
}
div.event-calendar-content table tr td {
	padding: 5px 0;
	text-align: left;
	border: 1px solid #ccc;
}
div.event-calendar-content table tr td ul {
	text-align:left;
	list-style-type: none; 
	list-style-position: outside;

}
div.event-calendar-content table tr td ul li {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	overflow: hidden;
	margin-left: 5px;
}
div.event-calendar-content table tr td ul li a{
	margin: 0px 10px;
}

div.event-calendar-content table tr td ul li span:not(.calendar-title-end){
	position:absolute;
	top: auto;
	margin-top: 8px;
	font-size:0px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #0099ff;
}
div.event-calendar-content table tr td ul li span.calendar-title-end {
	/*margin: 0px 5px;
	border-left: 1px solid #D8D8D8;
	line-height: 1.0em;*/
}




