@charset "utf-8";
/* CSS Document */

.course-132-1 {
	width: 100%;
	height: auto;
}

.c-profile {
	width: 100%;
	height: 120px;
	padding: 10px 20px;
	background: #b2dbff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.course-pic {
	width: 100%;
	height: auto;
}

.course-pic img {
	max-width: 100%;
}

.cuser-pic {
	width: 100%;
	height: auto;
	text-align: center;
}

.cuser-pic img {
	width: 58px;
	height: 58px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
}

.ctext {
	width: 100%;
	height: auto;
}

.ctext .cname {
	width: 100%;
	height: auto;
	text-align: left;
	font: 16px/30px 'kanit', Arial, sans-serif;
	color: #000;
}

.ctext .ctext1 {
	width: 100%;
	height: auto;
	text-align: left;
	font: 16px/23px 'kanit', Arial, sans-serif;
	color: #000;
}

/**********************************************/

.cn-text {
	width: 100%;
	height: auto;
	text-align: left;
	font: 20px/30px 'kanit', Arial, sans-serif;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	margin-top: 15px;
	padding-bottom: 5px;
}

.cn-text a {
	color: #000;
}

.course-title {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.course-title1 {
	width: 100%;
	height: auto;
	text-align: left;
	font: 30px/36px 'kanit', Arial, sans-serif;
	color: #000;
}

.course-title2 {
	width: 100%;
	height: auto;
	text-align: right;
	font: 30px/36px 'kanit', Arial, sans-serif;
	color: #000;
}

.course-block {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.course-box {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.cbox-pic {
	width: 100%;
	height: auto;
}

.cbox-pic img {
	max-width: 100%;
}

.cbox-text-t {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.cbox-text1 {
	width: 100%;
	height: auto;
	text-align: left;
	font: 18px/24px 'kanit', Arial, sans-serif;
	color: #000;
}

.cbox-text2 {
	width: 100%;
	height: auto;
	text-align: right;
	font: 18px/24px 'kanit', Arial, sans-serif;
	color: #000;
}

@media (max-width: 374px) {
	.c-profile {
		padding: 5px 5px;
	}
	.cn-text {
		font: 18px/24px 'kanit', Arial, sans-serif;
	}
	.course-title1 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.course-title2 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.cbox-pic {
		text-align: center;
	}
	.ctext .ctext1 {
		font: 14px/23px 'kanit', Arial, sans-serif;
	}
	.cuser-pic img {
		width: 48px;
		height: 48px;
	}
	.ctext .cname {
		font: 18px/30px 'kanit', Arial, sans-serif;
	}
}

@media (min-width: 375px) and (max-width: 419px) {
	.c-profile {
		padding: 5px 5px;
	}
	.cn-text {
		font: 18px/24px 'kanit', Arial, sans-serif;
	}
	.course-title1 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.course-title2 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.cbox-pic {
		text-align: center;
	}
	.ctext .ctext1 {
		font: 15px/23px 'kanit', Arial, sans-serif;
	}
	.cuser-pic img {
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 420px) and (max-width: 575px) {
	.c-profile {
		padding: 5px 5px;
	}
	.cn-text {
		font: 18px/24px 'kanit', Arial, sans-serif;
	}
	.course-title1 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.course-title2 {
		font: 20px/36px 'kanit', Arial, sans-serif;
	}
	.cbox-pic {
		text-align: center;
	}
	.ctext .ctext1 {
		font: 15px/23px 'kanit', Arial, sans-serif;
	}
	.cuser-pic img {
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.c-profile {
		padding: 10px 20px;
	}
}