.forgot-password-link {
	font-size: 13px;
	color: steelblue;
}
.forgot-password-link:hover {
	text-decoration: underline;
}
.forgot-password {
	font-size: 13px;
	color: grey;
}
.contentbody {
	width: 100%;
  height: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 30px;
  min-height: 600px;
}
.navigator {
	width: 100%;
	height: auto;
	text-align: left;
	border-bottom: 3px solid #EE5B92;
}
.navigator-active {
	background-color: #EE5B92;
	color: #ffffff;
}
.navigator-active a {
	color: #ffffff;
}
.navigator-inactive {
	background-color: #636363;
	color: #CCCCCC;
}
.navigator-inactive a {
	color: #CCCCCC;
}
.navigator span {
	width: auto;
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-right: 15px;
}
.squaremediabox {
	width: 33.33%;
	height: auto;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
  vertical-align: top;
}
.squaremedia {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #D3D6DB;
	box-sizing: border-box;
	background-size: cover;
}
.mediabox-detail {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
	width: 100%;
	height: auto;
	padding-top: 10px;
  padding-bottom: 10px;
  background-color: #484848;
}
/*---System Login---*/
.squarebannerbox {
	width: 100%;
	height: auto;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
  vertical-align: top;
}
.squarebannerbox img {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.mediabox-detail-button {
  width: 100%;
  display: table;
}
.mediabox-detail-signin {
  display: table-cell;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
	height: auto;
	padding-top: 10px;
  padding-bottom: 10px;
  background-color: #484848;
}
.mediabox-detail-space {
  display: table-cell;
  width: 2px;
	height: auto;
	padding-top: 10px;
  padding-bottom: 10px;
}
.mediabox-detail-signup {
  width: 55%;
  display: table-cell;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
	height: auto;
	padding-top: 10px;
  padding-bottom: 10px;
  background-color: #484848;
}
.mediabox-detail-signin a {
  color: #ffffff;
}
.mediabox-detail-signup a {
  color: #ffffff;
}
.mediabox-detail-signin a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.mediabox-detail-signup a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.content-60 {
	width: 60%;
  display: table-cell;
}
.content-40 {
	display: table-cell;
  vertical-align: top;
}
.content-space {
	width: 40px;
	display: table-cell;
}
.loginlogo {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.loginlogo img {
  height: auto;
  width: 300px;
}
.loginheader {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-family: 'mitr', sans-serif;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #263E61;
}
.sloginbox {
  width: 100%;
  height: auto;
  display: table;
}
.sloginbox-left {
	font-size: 16px;
	line-height: 18px;
  width: 30%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  color: #263E61;
}
.sloginbox-right {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
}
.sloginbox-space {
	width: 20px;
	display: table-cell;
}
.loginbox {
  width: 100%;
  height: auto;
  display: table;
}
.loginbox-left {
	font-size: 16px;
	line-height: 18px;
  width: 25%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  color: #263E61;
}
.loginbox-right {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
}
.loginbox-space {
	width: 20px;
	display: table-cell;
}
.signup-space {
  width: 100%;
  height: 15px;
}
.login-textbox {
  width: 280px;
  height: 30px;
  border: 1px solid #636363;
  line-height: 30px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
}
.signup-textbox {
  width: 450px;
  height: 30px;
  border: 1px solid #636363;
  line-height: 30px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
}
.signup-selectbox {
  width: 472px;
  height: 30px;
  border: 1px solid #636363;
  line-height: 30px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
}
.signup-selectbox-mix {
  width: 100px;
  height: 32px;
  border: 1px solid #636363;
  line-height: 32px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
	float: left;
}
.signup-selectbox-date {
  width: 120px;
  height: 32px;
  border: 1px solid #636363;
  line-height: 32px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
	float: left;
}
.signup-selectbox-month {
  width: 170px;
  height: 32px;
  border: 1px solid #636363;
  line-height: 32px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
	float: left;
	margin-left: 30px;
}
.signup-selectbox-year {
  width: 120px;
  height: 32px;
  border: 1px solid #636363;
  line-height: 32px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
	float: left;
	margin-left: 32px;
}
.signup-textbox-mix {
  width: 330px;
  height: 30px;
  border: 1px solid #636363;
  line-height: 30px;
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #4f4f4f;
  margin-left: 20px;
}
.signup-textarea {
  width: 450px;
  border: 1px solid #636363;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  resize: none;
}
.loginbox-button {
  width: 280px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #265899;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.signupbox-button {
  width: 472px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #265899;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
/*---System signup---*/
.logininstruction {
  width: 100%;
  font-size: 16px;
  height: auto;
  line-height: 18px;
  color: #265899;
  margin-top: 10px;
  margin-bottom: 10px;
}
.loginbox-left span {
  color: #ff0000;
}
#signup-preload {
  width: auto;
  height: auto;
  margin-left: 20px;
  display: inline-block;
}
.loginbox-left img {
  padding-top: 5px;
  float: right;
}
.profileimagebox {
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../Images/Icon-Upload-Image.png');
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  cursor: pointer;
}
#loginstatus {
  width: 100%;
  height: auto;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
	font-size: 14px;
}
#loginstatus a {
  text-decoration: underline;
  color: #265899;
}
#instructorstatus {
  font-family: 'Kanit', sans-serif;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 25px;
  color: #FF6600;
}
.editprofile {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 0px;
  color: #484848;
  float: right;
  position: relative;
  z-index: 2;
  top: -19px;
}
.editprofile a {
	color: #484848;
  text-decoration: underline;
}
.editspace {
	float: right;
	width: 10px;
}
.checkinput {
	cursor: pointer;
  height: 20px;
  width: 20px;
}
.checklabel {
	font-size: 16px;
	margin-left: 5px;
	position: relative;
	top: -3px;
	color: gray;
}
/*--- List ---*/
.listbox {
	width: 100%;
  height: auto;
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
  line-height: 22px;
	font-weight: bold;
	margin-top: 20px;
	color: #990000;
	padding-bottom: 15px;
}
.listboxspace {
	width: 100%;
	height: 15px;
}
.tablebox {
	width: 100%;
  height: auto;
	display: table;
	margin-top: 2px;
}
.cellbox {
	font-size: 14px;
  line-height: 20px;
	height: auto;
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F4F4F4;
	vertical-align: top;
}
.cellbox img {
	width: 20px;
	height: 20px;
}
.col01 {
	width: 180px;
	text-align: center;
	padding-top: 12px;
}
.col02 {
	width: auto;
	text-align: left;
	padding-top: 12px;
}
.col03 {
	width: 110px;
	text-align: center;
}
.col03 img {
	display: inline-block;
	position: relative;
	top: 2px;
}
.celldownload {
	font-size: 13px;
	display: inline-block;
	margin-left: 7px;
	text-decoration: underline;
}
.col04 {
	width: 40px;
	text-align: center;
}
.col04 img {
	width: 16px;
	height: 16px;
  cursor: pointer;
	margin-top: 5px;
}
.tableformheader {
	width: 100%;
  height: auto;
	display: table;
	margin-top: 0px;
}
.cellformheader {
	font-size: 16px;
  line-height: 16px;
	height: auto;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background-color: #D8DBDB;
	font-family: 'Kanit', sans-serif;
}
.tableform {
	width: 100%;
  height: auto;
	display: table;
	margin-top: 0px;
	border: 1px solid #D8DBDB;
}
.cellform {
	font-size: 14px;
  line-height: 20px;
	height: auto;
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.cellform img {
	width: 20px;
	height: 20px;
}
.col05 {
	width: 180px;
	text-align: center;
	vertical-align: middle;
}
.col05 img {
	display: inline-block;
	vertical-align: middle;
}
.formdownload {
	font-size: 14px;
	display: inline-block;
	margin-left: 7px;
	text-decoration: underline;
}
.col06 {
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.col07 {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.col07 img {
	display: inline-block;
  vertical-align: middle;
}
.cellspace {
	width: 2px;
	display: table-cell;
	background-color: #ffffff;
}
.formbutton {
	width: 80px;
	height: 25px;
	line-height: 25px;
	background-color: #33679A;
	color: #ffffff;
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
}
#formpreload {
	width: 16px;
	margin-left: 10px;
	display: inline-block;
}
#formpreload img {
	width: 16px;
	height: 16px;
}
#tableformwarning {
	width: 100%;
	font-size: 14px;
  line-height: 20px;
	height: auto;
	margin-bottom: 5px;
}
#tableformwarning a {
	text-decoration: underline;
}
#mysubject {
	width: 95%;
  height: 25px;
  border: 1px solid #636363;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: #A4A4A4;
  font-size: 13px;
}
/*--- activity ---*/
.squareactbox {
	width: 33.33%;
	height: auto;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
  vertical-align: top;
}
.mediabox-header {
  width: 100%;
  color: #ffffff;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  overflow-y: hidden;
  max-height: 40px;
}
.mediabox-header-active {
  background-color: #EE5B92;
}
.mediabox-header-inactive {
  background-color: #636363;
}
.mediabox-text {
  width: 100%;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.mediabox-date {
  float: left;
  color: #F05A0F;
}
.mediabox-register {
  float: right;
  color: #EE5B92;
}
.mediabox-register a {
  color: #EE5B92;
  text-decoration: underline;
}
.mediabox-gallery {
  float: right;
  color: #414141;
}
.mediabox-gallery a {
  color: #414141;
  text-decoration: underline;
}
/*---list activity---*/
.squarelistbox {
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
  vertical-align: top;
}
.act01 {
	width: 120px;
	text-align: center;
	padding-top: 12px;
}
.act02 {
	width: auto;
	text-align: left;
  padding-top: 12px;
  padding-left: 20px;
}
.act03 {
	width: 220px;
  text-align: left;
  padding-top: 12px;
  padding-left: 20px;
}
.actarea {
  width: 100%;
  height: auto;
}
.actheader {
  width: 150px;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 20px;
  color: #414141;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.acticon {
	position: relative;
	top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.actmessage {
  width: 100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.actdate {
  width: 100%;
  height: auto;
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #F05A0F;
}
.actregister {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #414141;
}
.actlistbox {
	width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 5px;
}
.actlistheader {
	width: auto;
  height: auto;
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
  line-height: 22px;
	font-weight: bold;
	color: #990000;
  display: inline-block;
}
.actlistmessage {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  float: right;
}
/*---Paging---*/
.listpagebox {
	width: 100%;
  height: auto;
	margin-top: 20px;
  padding-bottom: 15px;
}
.listpageheader {
	width: auto;
  height: auto;
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
  line-height: 22px;
	font-weight: bold;
	color: #990000;
  float: left;
}
#pageitem {
	width: auto;
	height: 20px;
	line-height: 20px;
	float: right;
  text-align: right;
  margin-top: 1px;
}
.pageitem {
	float: right;
	margin-top: 8px;
}
.pagetext {
	height: 20px;
	line-height: 20px;
	float: right;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
}
.pagenormal {
	color: #494749;
	cursor: pointer;
}
.pageover {
	color: #ff0000;
	cursor: pointer;
}
.nocursor {
	cursor: default;
}
.wcursor {
	cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	/*--- Member ---*/
	.mediabox-detail {
	  font-size: 16px;
	  line-height: 22px;
	}
	.squaremediabox {
		padding-left: 5px;
		padding-right: 5px;
	}
	.squarebannerbox img {
		width: 70%;
	}
	/*--- Login ---*/
	.content-space {
		width: 30px;
	}
	.mediabox-detail-signin {
	  font-size: 15px;
	  line-height: 22px;
	}
	.mediabox-detail-signup {
		font-size: 15px;
	  line-height: 22px;
	}
	.loginheader {
	  font-size: 20px;
	}
	.loginbox-left {
	  width: 30%;
	  padding-top: 16px;
	}
	/*---profile---*/
	#signoutbutton {
		display: none;
	}
	.editspace {
		display: none;
	}
	.col01 {
		width: 140px;
	}
	/*--- signup ---*/
	.sloginbox {
		width: 100%;
		display: block;
	}
	.sloginbox-left {
	  width: 100%;
		display: block;
		text-align: left;
		margin-left: 20px;
	}
	.sloginbox-right {
	  width: 100%;
		display: block;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
	.sloginbox-space {
		display: none;
	}
	#labelbutton {
		display: none;
	}
	.signupbox-button {
		margin-top: 15px;
	}
}

@media (min-width: 670px) and (max-width: 1023px)  {
	.contentbody {
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 400px;
	}
	.navigator span {
		font-size: 16px;
		line-height: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*--- Member ---*/
	.squaremediabox {
		width: 50%;
		margin-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mediabox-detail {
	  font-size: 14px;
	  line-height: 20px;
	}
	/*--- Login ---*/
	.content-60 {
		width: 80%;
	  display: block;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #D1D3D1;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.content-40 {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content-space {
		display: none;
	}
	.squarebannerbox img {
		width: 100%;
	}
	.mediabox-detail-signin {
	  font-size: 16px;
	  line-height: 22px;
	}
	.mediabox-detail-signup {
		font-size: 16px;
	  line-height: 22px;
	}
	.loginheader {
	  font-size: 20px;
	}
	.loginbox-left {
	  width: 34%;
		font-size: 14px;
		line-height: 18px;
	}
	.loginlogo {
		display: none;
	}
	.login-textbox {
	  width: 210px;
	  font-size: 14px;
	}
	.loginbox-button {
	  width: 232px;
	}
	#loginstatus {
	  margin-top: 10px;
		margin-bottom: 20px;
	}
	/*---profile---*/
	#signoutbutton {
		display: none;
	}
	.editspace {
		display: none;
	}
	.col01 {
		width: 140px;
	}
	#instructorstatus {
	  font-size: 16px;
	}
	.editprofile {
	  font-size: 13px;
	}
	.cellbox {
		font-size: 13px;
	  line-height: 18px;
	}
	.celldownload {
		display: none;
	}
	.col03 {
		width: 40px;
	}
	.col04 {
		width: 40px;
	}
	.col04 img {
	  width: 16px;
		height: 16px;
	}
	.col05 {
		width: 170px;
	}
	#mysubject {
		width: 90%;
	  height: 20px;
	}
	#tableformwarning {
		font-size: 13px;
	  line-height: 18px;
	}
	.formdownload {
		font-size: 13px;
	}
	.cellformheader {
		font-size: 13px;
	  line-height: 16px;
	}
	.col06 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col07 {
		width: 130px;
	}
	.formbutton {
		width: 80px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.squareactbox {
		width: 50%;
	}
	/*---student---*/
	.act01 {
		display: none;
	}
	.act02 {
	  padding-top: 10px;
	  padding-left: 10px;
	}
	.act03 {
		width: 170px;
	  padding-top: 10px;
	  padding-left: 10px;
	}
	.actheader {
	  width: 130px;
	  font-size: 13px;
	  line-height: 20px;
	  padding-right: 10px;
	}
	.actmessage {
	  font-size: 14px;
	}
	.actdate {
	  font-size: 13px;
	}
	.actregister {
	  font-size: 12px;
	  line-height: 18px;
	}
	/*--- signup ---*/
	.sloginbox {
		width: 100%;
		display: block;
	}
	.sloginbox-left {
		width: 100%;
		display: block;
		text-align: left;
		margin-left: 20px;
	}
	.sloginbox-right {
		width: 100%;
		display: block;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
	.sloginbox-space {
		display: none;
	}
	#labelbutton {
		display: none;
	}
	.signupbox-button {
		margin-top: 15px;
	}
}

@media (min-width: 670px) and (max-width: 750px)  {
	.signup-textbox {
	  width: 370px;
	}
	.signup-selectbox {
	  width: 392px;
	}
	.signup-textbox-mix {
	  width: 250px;
	}
	.signup-textarea {
	  width: 370px;
	}
	.signupbox-button {
	  width: 392px;
	}
	.squarebannerbox img {
		width: 100%;
	}
}

@media (max-width: 669px) {
	.contentbody {
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 400px;
	}
	.navigator {
		display: none;
	}
	/*--- Member ---*/
	.squaremediabox {
		width: 100%;
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mediabox-detail {
	  font-size: 14px;
	  line-height: 20px;
	}
	.mediabox-detail-signin {
	  font-size: 16px;
	  line-height: 22px;
	}
	.mediabox-detail-signup {
		font-size: 16px;
	  line-height: 22px;
	}
	/*--- Login ---*/
	.content-60 {
		width: 100%;
	  display: block;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #D1D3D1;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.content-40 {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content-space {
		display: none;
	}
	.squarebannerbox img {
		width: 100%;
	}
	.mediabox-detail-signin {
	  font-size: 15px;
	  line-height: 22px;
	}
	.mediabox-detail-signup {
		font-size: 15px;
	  line-height: 22px;
	}
	.loginheader {
	  font-size: 19px;
		line-height: 23px;
		padding-bottom: 5px;
	}
	.loginbox {
		width: 100%;
		display: block;
	}
	.loginbox-left {
	  width: 100%;
		font-size: 14px;
		line-height: 18px;
		display: block;
		text-align: left;
	}
	.loginbox-right {
	  width: 100%;
		display: block;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.loginbox-space {
		display: none;
	}
	.loginlogo {
		display: none;
	}
	.login-textbox {
	  width: 85%;
	  font-size: 14px;
		box-sizing: border-box;
	}
	.loginbox-button {
		width: 85%;
		box-sizing: border-box;
	}
	#loginstatus {
	  margin-top: 25px;
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 16px;
	}
	#signup-preload {
	  margin-left: 10px;
	}
	/*---profile---*/
	#signoutbutton {
		display: none;
	}
	.editspace {
		display: none;
	}
	.col01 {
		width: 140px;
	}
	#instructorstatus {
		font-size: 16px;
	}
	.editprofile {
		width: 100%;
	  font-size: 13px;
	  text-align: center;
	  margin-top: 10px;
	  float: none;
	  position: static;
	  z-index: 0;
	  top: 0;
	}
	.listbox {
		font-size: 17px;
	  line-height: 20px;
		padding-bottom: 10px;
	}
	.cellbox {
		font-size: 13px;
		line-height: 18px;
	}
	.celldownload {
		display: none;
	}
	.col01 {
		width: 90px;
	}
	.col03 {
		width: 40px;
	}
	.col04 {
		width: 40px;
	}
	.col04 img {
		width: 16px;
		height: 16px;
	}
	#tableformwarning {
		font-size: 13px;
		line-height: 18px;
	}
	.cellformheader {
		font-size: 13px;
		line-height: 16px;
	}
	.formdownload {
		display: none;
	}
	.col05 {
		display: none;
	}
	.tableformheader {
		display: none;
	}
	.tableform {
		border: none;
	}
	.col06 {
		width: auto;
	}
	.col07 {
		width: 130px;
	}
	.formbutton {
		width: 80px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.squareactbox {
		width: 100%;
		margin-top: 5px;
	}
	.listboxspace {
		display: none;
	}
	.mediabox-text {
	  font-size: 13px;
	}
	/*---student---*/
	.actlistheader {
		width: 100%;
		font-size: 16px;
	  line-height: 20px;
	}
	.actlistmessage {
	  width: 100%;
	  font-size: 14px;
	  line-height: 20px;
		margin-top: 5px;
	}
	.listpageheader {
		width: 100%;
	  font-size: 16px;
	  line-height: 20px;
	}
	#pageitem {
		width: 100%;
		margin-top: 5px;
	}
	.tablebox {
		width: 100%;
		display: block;
	}
	.act01 {
		display: none;
	}
	.act02 {
		display: block;
		width: 100%;
	  padding-top: 10px;
	  padding-left: 10px;
	}
	.act03 {
		display: block;
		width: 100%;
	  padding-top: 10px;
	  padding-left: 10px;
		text-align: right;
	}
	.actheader {
	  width: 130px;
	  font-size: 13px;
	  line-height: 20px;
	  padding-right: 10px;
	}
	.actmessage {
	  font-size: 14px;
	}
	.actdate {
	  font-size: 13px;
	}
	.actregister {
	  font-size: 12px;
	  line-height: 18px;
	}
	.acticon {
		width: 14px !important;
		height: 14px !important;
	}
	/*---signup---*/
	.logininstruction {
	  font-size: 14px;
	  margin-top: 15px;
	  margin-bottom: 0px;
	}
	.sloginbox {
		width: 100%;
		display: block;
	}
	.sloginbox-left {
		font-size: 14px;
		width: 100%;
		display: block;
		text-align: left;
		margin-left: 20px;
	}
	.sloginbox-right {
		width: 100%;
		display: block;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
	.sloginbox-space {
		display: none;
	}
	#labelbutton {
		display: none;
	}
	.signup-textbox {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	  width: 80%;
		box-sizing: border-box;
	}
	.signup-selectbox {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	  width: 80%;
		box-sizing: border-box;
	}
	.signup-selectbox-mix {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 80%;
	}
	.signup-selectbox-date {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 80%;
	}
	.signup-selectbox-month {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 80%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.signup-selectbox-year {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 80%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.signup-textbox-mix {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	  width: 80%;
		box-sizing: border-box;
		margin-left: 0px;
		margin-top: 10px;
	}
	.signup-textarea {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	  width: 80%;
		box-sizing: border-box;
	}
	.signupbox-button {
	  width: 80%;
		box-sizing: border-box;
		margin-top: 15px;
	}
	.profileimagebox {
	  width: 50%;
	}
}

@media (min-width: 320px) and (max-width: 374px) {
	.contentbody {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 400px;
	}
	.navigator {
		display: none;
	}
	/*--- Member ---*/
	.mediabox-detail {
	  font-size: 13px;
	  line-height: 18px;
	}
	.mediabox-detail-signin {
	  font-size: 14px;
	  line-height: 20px;
	}
	.mediabox-detail-signup {
		font-size: 14px;
	  line-height: 20px;
	}
	.squarebannerbox img {
		width: 100%;
	}
	/*--- Login ---*/
	.loginheader {
	  font-size: 17px;
	}
	#loginstatus {
		font-size: 12px;
	}
	/*---profile---*/
	.col01 {
		display: none;
	}
	/*---signup---*/
	.sloginbox-left {
		margin-left: 0px;
	}
	.sloginbox-right {
		margin-left: 0px;
	}
	.signup-textbox {
		width: 85%;
	}
	.signup-selectbox {
		width: 85%;
	}
	.signup-selectbox-mix {
		width: 85%;
	}
	.signup-selectbox-date {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 85%;
	}
	.signup-selectbox-month {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 85%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.signup-selectbox-year {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		width: 85%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.signup-textbox-mix {
		width: 85%;
	}
	.signup-textarea {
		width: 85%;
	}
	.signupbox-button {
		width: 85%;
		margin-top: 5px;
	}
}
