






	
	
	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
	
	
	
	
	 
	




	
	
	
	
	
	
	
	 
	
	


@charset "utf-8";

.widget_calendar_type_year{text-align:center;margin:0 0 15px 0}
.widget_calendar_type_year span{display:inline-block;vertical-align:middle}
.widget_calendar_type_year span.calendar_year_text{font-size:24px;line-height:30px;color:#5a5a5a;margin:0 10px}
.widget_calendar_type_year span.calendar_year_text strong{font-weight:700}

.widget_calendar_type table{width:100%;text-align:center}
.widget_calendar_type table thead{background-color:#f9f9f9;border:1px solid #e5e5e5;border-width:1px 0}
.widget_calendar_type table thead tr th{padding:5px 0}
.widget_calendar_type table tbody tr td{padding:3px 0;color:#444}
.widget_calendar_type table tbody tr td a{color:#444}
.widget_calendar_type table tbody tr td a:hover{text-decoration:underline !important}
.widget_calendar_type table tbody tr td a.active{display:inline-block;width:25px;height:25px;border:1px solid #444;border-radius:3px}
.widget_calendar_type table tbody tr td a.today{display:inline-block;width:25px;height:25px;background-color:#2d7ed9;color:#fff;font-weight:500;border-radius:3px;color:#fff}

.widget_calendar_type table .week_sun{color:#ff0000}
.widget_calendar_type table .week_sun a{color:#ff0000}
.widget_calendar_type table .week_sun a.active{border:1px solid #ff0000}
.widget_calendar_type table .week_sat{color:#3284ff}
.widget_calendar_type table .week_sat a{color:#3284ff}
.widget_calendar_type table .week_sat a.active{border:1px solid #3284ff}

.tooltip {position:relative}
.tooltip .tooltiptext{display:none;position:absolute;width:300px;padding:15px;background-color:#fff;text-align:left;border:1px solid #c1c1c1;border-radius:6px;z-index:1}
.tooltip:hover .tooltiptext {display:block}
.tooltip-bottom{top:120%;left:50%;transform:translateX(-50%)}

.widget_calendar_con li{border-bottom:1px dashed #ddd;padding:15px 0}
.widget_calendar_con li:first-child{padding:0 0 15px 0}
.widget_calendar_con li:last-child{border-bottom:0;padding:15px 0 0 0}
.widget_calendar_con_title{font-size:14px;line-height:20px;color:#000;font-weight:500}
.widget_calendar_con_text{font-size:13px;line-height:20px;color:#4d4d4d}