@charset "utf-8";
/* CSS Document */

.wp-block-image {
    margin: 0 0 0.5em;
}

.wp-block-image figure{
	width: 100%;
}

.wp-block-image img{
	width: 100%;
	height: auto;
}

/**/

.cal_table{
	border-top: 1px solid #aeaeae !important;
	border-left: 1px solid #aeaeae !important;
}

.cal_table tr td:first-child{
	width: 20% !important;
	padding: 10px 0 13px;
}

.cal_table tr td{
	width: 40% !important;
	padding: 10px 0 13px;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}

