@charset "utf-8";

body, html {
	font-family: Prompt,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	line-height:1.3em;
	background:url(../images/share/img/bg.jpg) repeat left top #EAEAEA;
}
/*---------------------- Layout -------------------------*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
ul, ol {
	padding:0px;
	margin:0px 0px 0px 20px;
}
.label-hover {
	cursor:pointer;
}
.wrapper {
	width:990px;
	margin:0 auto;
}
.relative{
	position:relative;
}
.resize{
	width:100%;
	height:auto;
}
/*---------------------- Color -------------------------*/
.gray666{
	color:#666;
}
.blue{
	color:#6C8CAC;
}
.blue2{
	color:#DAF1F3;
}
.pink{
	color:#CC103D;
}
.red{
	color:#A51800;
}
.black{
	color:#0E0E1E;
}
a.Link22:link, a.Link22:visited{
	/*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#DCA511;
	*/
	
	font-weight:normal;	
	text-decoration: none;
}

a.Link22:hover{
	text-decoration: underline;
}

/*---------------------- Font -------------------------*/
.txt14{
	font-size:14px;
}
.txt16{
	font-size:16px;
}
@font-face {
    font-family: 'thaisans_neueregular';
    src: url('../fonts/thaisansneue-regular-webfont.eot');
    src: url('../fonts/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/thaisansneue-regular-webfont.woff') format('woff'),
         url('../fonts/thaisansneue-regular-webfont.ttf') format('truetype'),
         url('../fonts/thaisansneue-regular-webfont.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'thaisans_neuebold';
    src: url('../fonts/thaisansneue-bold-webfont.eot');
    src: url('../fonts/thaisansneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-bold-webfont.woff2') format('woff2'),
         url('../fonts/thaisansneue-bold-webfont.woff') format('woff'),
         url('../fonts/thaisansneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/thaisansneue-bold-webfont.svg#thaisans_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.thaisans_neueregular{
	font-family: 'thaisans_neueregular';
}
.thaisans_neuebold{
	font-family: 'thaisans_neuebold';
}
/*---------------------- Global -------------------------*/
#header{
	background:#292929;
	width:100%;
	min-width:990px;
}
#footer{
	font-size:14px;
	color:#000000;
	width:100%;
	min-width:990px;
}
#footer #pad{
	padding:15px 20px;
}
/*
img {
-webkit-filter: grayscale(70%);
-moz-filter: grayscale(70%);
-ms-filter: grayscale(70%);
-o-filter: grayscale(70%);
filter: grayscale(70%);
filter: gray;
}
html {
-webkit-filter: grayscale(70%);
-moz-filter: grayscale(70%);
-ms-filter: grayscale(70%);
-o-filter: grayscale(70%);
filter: grayscale(70%);
filter: gray;
}*/