/*講座のタイトルの色とフォントサイズ*/
.title {
	font-size: medium;
	color: #333333;
	}
.subtitle {
	font-size: small;
	color: #333333;
}

