@charset "utf-8";

html {
    color: #FFFFFF;
	
}

body {
    margin: 0;
    width: 480px;
	
    font-size: 18px;
}

.calendar-inner {
	
}

.week {
	
}

.date {
    display: inline-block;
	
    width: 62px;
    text-align: center;
    height: 34px;
    /* background: rgba(0,0,0,0.4); */
    margin: 0 0px;
    vertical-align: top;
}

.Sun {
	
}

.Sat {
	
}

.Fri {
	
}

.holiday {
	
}

a {
    color: #cb1212;
	
    font-weight: bold;
    text-decoration: none;
}

h3 {
	margin: 12px 0 0 12px;
	font-size: 23px;
}