@charset "utf-8";

/************************************************************************
****	イベントカレンダー
************************************************************************/	

.calendar a { letter-spacing: 1px; }

a:hover .event_tool_tip {
	display: block !important;
	position: absolute;
	font-size: 12px;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	text-align:left;
	line-height: 20px;
	margin: 10px 10px 0 -120px;
	width: 250px;
	font-weight: normal;
}

*:first-child+html a:hover .event_tool_tip { margin-top: 25px; }

a:hover .event_tool_tip .event_item {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin: 10px 5px;
}

#prev { text-align: left !important; }

#next { text-align: right !important; }


.large_calendar{
	width: 100%;
	margin-bottom: 2em;
}

.large_calendar caption{
	font-size: 150%;
	text-align: center;
}

.large_calendar th, .large_calendar tbody td{
	border: #ccc 1px solid;
	width: 14.285%;
	padding: 0.5em;
}

.large_calendar th{
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
}

.large_calendar tbody td{
	text-align: left;
	vertical-align: top;
	min-height: 5em;
}

.event_item_wrap{
	display: block;
	line-height: 1.2;
	margin-bottom: 1em;
}

.cal_title{
	font-weight: bold;
	margin-right: 0.5em;
}

.mousikomi_cal{
	background-color: #06f;
	color: #fff;
	border-radius: 0.5em;
	line-height: 1 !important;
	padding: 0.25em 0.5em;
	margin: 0.5em 0 !important;
	font-size: 82.5%;
	display: inline-block;
}

.to_mousikomi{
	background-color: #f4fff4 !important;
	text-decoration: none;
	display: block;
	border: #ccc 1px solid;
	border-radius: 0.25em;
	padding: 0.5em;
}

.to_mousikomi:hover{
	background-color: #fff4f4 !important;
}

.to_detail{
	background-color: transparent !important;
	text-decoration: none;
}

.to_detail:hover{
	text-decoration: underline;
}

.to_detail .mousikomi_cal{
	background-color: #888;
}


