/* event */
#eventCalendar #container {
	display: block;
}

@media(min-width: 768px) {
	#eventCalendar #header{
		width:950px;
	}
	#eventCalendar #container{
		margin:auto;
		width:930px;	
	}
	#eventCalendar #bg{
		width:982px;	
		background-color:#FFF;
		background-image: url(/common/bg_calendar.gif);
	}
	#eventCalendar #footer{
		width:950px;
	}
	#eventCalendar .calendar th,
	#eventCalendar .calendar td{
		width:133px;
	}

	#eventCalendar .calendar td{
		height:110px;
	}
}

@media(max-width: 767px) {
	#eventCalendar tr:first-child {
		display: none;
	}
	#eventCalendar tr,
	#eventCalendar td {
		display: block;
	}
	#eventCalendar td.empty {
		display: none;
	}
	#eventCalendar .calendar td {
		min-height: 4em;
		border-top: 0;
	}
	#eventCalendar .calendar tr:firs-child td:first-child {
		border-top: 1px solid #999;
	}

}


#eventCalendar table.calendar{
	border-collapse:collapse;
	width:100%;
	margin-bottom: 10px;
}

#eventCalendar .calendar th{
	background-color:#CDE7E7;
	padding:3px !important;
}
#eventCalendar .calendar th.sunday{
	background-color:#FF7070;

}
#eventCalendar .calendar th.saturday{
	background-color:#8383EF;
}
#eventCalendar .calendar th,
#eventCalendar .calendar td {
	padding:0;
	border: 1px solid #999;
	vertical-align:top;
}
#eventCalendar .calendar td{
	text-align:left;
}
#eventCalendar .calendar p.date{
	display:block;
	background-color:#f0fafa;
	padding:4px;
	margin:0 0 10px 0;
	font-weight:bold;
}
#eventCalendar .calendar div{
	padding:0 6px;
	margin-bottom:15px;
}
#eventCalendar .calendar p.sunday,
#eventCalendar .calendar p.holiday{
	background-color:#FFCECE;
}
#eventCalendar .calendar p.saturday{
	background-color:#CECEFF;
}
#eventCalendar .btnKaisuken{
	float:right;
	margin:0 0 5px 0;
}

/*old */
#eventCalendar .news {
	background-image: url(../../img/topcs_ber.gif);
	width: 500px;
	margin: 0px;
}
#eventCalendar .p-title {
	margin-top: 15px;
	margin-bottom: 15px;
}
#eventCalendar .c-title {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 5px;
}

#eventCalendar .m-archive {
	margin:20px auto 35px auto;
	text-align: center;
}
#eventCalendar .cat1 {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	width:160px;
	font-size:small;
	line-height:140%;
}
#eventCalendar .cat2 {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	width:160px;
	font-size:small;
	line-height:140%;
}
#eventCalendar .cat3 {
	float: right;
	vertical-align: top;
	width:160px;
	font-size:small;
	line-height:140%;
}