@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
#mainIn table{
	margin: 0 0 50px;
}
th.year{
	padding: 5px;
	font-size: 21px;
	color: #1c236d;
	font-family: "Roboto Slab", san-serif;
	vertical-align: middle;
	border-top: 5px solid #1c236d;
}
th.year span{
	font-size: 14px;
}
th.month{
	position: relative;
	width: 80px;
	vertical-align: top;
	font-size: 14px;
	color: #1a4170;
	text-align: center;
	box-sizing:border-box;
/*	z-index: 111;*/
}
th.month:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 0px;
    content: "";
    border: 0px solid #78ccf0;
    background-color: rgba(32, 133, 255, 0.1);
/*    z-index: 110;*/
    margin: 5px;
}


td,th{
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
tr:last-child td,tr:last-child th{
	border-bottom: none;
}

@media screen and (max-width: 900px){

}





/**/
