<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet"><style>.container {
	font-family: 'Noto Sans', sans-serif;
	/*--GoogleFontsを使用--*/
	margin-top: 80px;
}

h3 {
	margin-bottom: 30px;
}

th {
	height: 30px;
	text-align: center;
}

td {
	height: 100px;
}

.today {
	background: orange;
	/*--日付が今日の場合は背景オレンジ--*/
}

th:nth-of-type(1),
td:nth-of-type(1) {
	/*--日曜日は赤--*/
	color: red;
}

th:nth-of-type(7),
td:nth-of-type(7) {
	/*--土曜日は青--*/
	color: blue;
}

</style>