.cal_event{
	height:200px;
	border-bottom:1px solid #000000;
	margin-bottom:0px;
	padding-bottom:unset;
}

.cal_noborder{
	border-bottom:none;
}

.cal_wrap{
	width:60%;
	display:inline-block;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
}

.cal_grey{
	background-color: #EEEEEE;
}

.cal_head{
	margin-top:0px;
}

.cal_link{
	display:block;
	width:100%;
	height:100%;
}

.cal_picwrap{
	width:calc(38% - 20px);
	display:inline-block;
	vertical-align:top;
	padding-top:20px;
	height:100%;
	overflow:hidden;
	text-align:right;
}

.cal_month{
	border-bottom:2px solid #000000;
}

.cal_thumb{
	height:calc(100% - 40px);
	width:unset;
}

@media only screen and (max-width: 576px) {
	.cal_event{
		height:unset;
		border-bottom:1px solid #000000;
		margin-bottom:0px;
		padding-bottom:10px;
	}

	.cal_picwrap{ width:100%; }
	.cal_wrap{ width:100%; }
	.cal_thumb{
		height:unset;
		width:100%;
	}
}