@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&family=Sarabun:wght@300&display=swap');
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background:url(images/bg_top.jpg); */
	background-position: center;
	background-position: top;
	background-attachment: fixed;
	background-color: #363131;
	background-repeat: no-repeat;
}

#search {
	width: 1013px;
	height: 40px;
	margin: auto;
	text-align: right;
}

#menu {
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	width: 1013px;
	height: 184px;
	margin: auto;
	background: url(images/bg_menu.png);
	background-repeat: no-repeat;

}

#menu_inside {
	width: 1200px;
	padding-top: 148px;
	padding-left: 20px;
	margin: auto;
}

#menu_inside a {
	color: #00C;
	/* background-color:#70CBF7; */
	padding: 5px;
	font-size: 16px;
}

#content {
	width: 1013px;
	margin: auto;
	background: url(images/bg_content.png);
	background-repeat: repeat-y;

}

#content_inside {
	width: 970px;
	margin: auto;
	margin-top: 0px;
	font-family: 'Kanit', sans-serif;
}

#content_inside td,
th {
	font-family: 'Kanit', sans-serif;
}

#slide_text {
	width: 450px;
	height: 360px;
	margin-right: 15px;
	background: url(images/blackboard.png);
	float: left;
	font-size: 16px;
}

#slide_text_inside {
	width: 390px;
	height: 240px;
	margin: auto;
	margin-top: 90px;
	margin-left: 30px;
	margin-right: 30px;
}

#slide_text_inside strong {
	color: #FC0;
}

#slide_text_inside p {
	color: #FFF;
}

#slide_pics {
	width: 501px;
	height: 344px;
	margin-top: 16px;
	float: left;
}

#bottom {
	width: 1013px;
	height: 122px;
	margin: auto;
	margin-bottom: 20px;
	background: url(images/bg_footer.png);
	background-repeat: no-repeat;
}

.clear-all {
	clear: both;
	line-height: 0;
	height: 0;
}

body,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a:link {
	color: #00C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00C;
}

a:hover {
	text-decoration: underline;
	color: #00C;
}

a:active {
	text-decoration: none;
	color: #00C;
}

.font_white {
	color: #FFF;
}

input.b_bottom {
	background: url(images/search_button.png) no-repeat;
	width: 49px;
	height: 29px;
	color: #FFF;
	border: none;
	cursor: pointer;
}

h2 {
	font-size: 18px;
}


.accept {
	table{
		width: 95%;
		border: 1px solid;
	}

	.acceptBox {
		width: 50%;
		float: left;
	}

	.acceptForm{
		float: left;
		margin-right: 15px;
	}

}
