@font-face {
	font-family: 'SF';
	src:
		url('../fonts/SFRegular.svg') format("svg"),
		url('../fonts/SFRegular.otf') format("opentype")
	;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SF';
	src:
		url('../fonts/SFRegularItalic.svg') format("svg"),
		url('../fonts/SFRegularItalic.otf') format("opentype")
	;
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'SF';
	src:
		url('../fonts/SFBold.svg') format("svg"),
		url('../fonts/SFBold.otf') format("opentype")
	;
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'SF';
	src:
		url('../fonts/SFBoldItalic.svg') format("svg"),
		url('../fonts/SFBoldItalic.otf') format("opentype")
	;
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'SFth';
	src:
		url('../fonts/SFThin.svg') format("svg"),
		url('../fonts/SFThin.otf') format("opentype")
	;
	font-weight: normal;
	font-style: normal;
}

body{
	 overflow-x:hidden;
}


*{
	font-family: 'SF';
}

.fullcal{
	margin: 0 auto;
	width: 1024px;
}

.cal{
}

.cal h1{
	font-family: 'SFth';
	font-size: 86px;
	clear: both;
}

.c_col{

	width: 287px;
	height: 328px;
	float: left;
	margin: 0 27px 13px 0;
}

.c_col h2{
	font-size: 43px;
	color: #f00;
	padding: 4px 10px 1px 10px;
	margin: 0;

}

.c_col .lb{
	font-size: 21px;
	display: block;
	width: 41px;
	height: 40px;

	float: left;
	text-align: center;
	margin: 6px 0 0 0;
	padding: 5px 0 0 0;
}
.level1:hover{
	background: #ccc;
}

