html {
    font-size: 62.5%; /* เพื่อให้ 1rem มีค่าประมาณ 10px */
}
body{
	font-family: tahoma, verdana, arial, helvetica sans-serif;
	margin: 0;	
}
a .dataLink {
	color: #000000;
}

img{
	max-width:100%
}


/* center all */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    
}
/* end center all*/
p{
	text-indent: 30px;
	padding-top:10px;
}
.h{
	color:#a5a5a5;
	font-size:2em;
	line-height:2em;
	padding-right:10px;
}
.h-desc{
	text-indent: 30px;
	color:#a5a5a5;
	font-size:1.2em;
	line-height:2em;
	font-style:Italic;
	text-align:right;
	font-style:bold;
	padding-left:10px;
	padding-right:10px;

}
.comment{
	color:#a5a5a5;
	font-size:1em;
	line-height:1em;
	font-style:Italic;
	text-align:right;
	padding-left:10px;
	padding-right:10px;

}
.detail{
	text-indent: 50px;
	color:#a5a5a5;
	font-size:1.2em;
	line-height:3em;
	padding-left:10px;
	padding-right:10px;

}


.button{
	background: #000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;  
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	cursor: pointer;
	border-left:none;
	border-top:none;
	margin:10px 0 10px 0;
}
.button:hover{
	background: #a5a5a5;
}

.text{
	background-color : transparent;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: 1px #a5a5a5 solid;
	color:#FFF;
}
.textArea{
	background-color : transparent;
	BORDER-RIGHT: 1px #a5a5a5 solid; 
	BORDER-TOP: 1px #a5a5a5 solid;
	BORDER-LEFT: 1px #a5a5a5 solid; 
	BORDER-BOTTOM: 1px #a5a5a5 solid;
	color:#FFF;
}

.tableFooter{
}
.tableFooter td.detail{
	color:#a5a5a5;
	font-size:0.75em;
	line-height:2em;
	padding-left:2px;
	padding-right:2px;
}


.tablePage{ 
	width:100%;	
}
.tablePage td.head{
	color:#a5a5a5;
	font-size:2em;
	line-height:2em;
	padding-left:10px;
	padding-right:10px;
}
.tablePage td.h-comment{
	color:#a5a5a5;
	font-size:1.4em;
	line-height:2em;
	padding-left:10px;
	padding-right:10px;
	font-style:Italic;
	text-align:right;

}
.tablePage td.comment{
	color:#a5a5a5;
	font-size:1em;
	line-height:1em;
	padding-left:10px;
	padding-right:10px;
	font-style:Italic;
	text-align:right;

}
.tablePage td.detail{
	font-size: 1em;	
	text-align:left;
	padding-right:30px;
	padding-left:10px;
	padding-top:10px;
	color:#a5a5a5;

}
.tableDetail{ 
}
.tableDetail td.head{
	color:#a5a5a5;
	font-size:2em;
	line-height:2em;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.tableDetail td.detail{
	font-size: 1em;	
	text-align:left;
	padding-right:30px;
	padding-left:10px;
	padding-top:10px;
	color:#a5a5a5;
}

/* 1000 px **/
@media screen and (min-width:1001px){ 
	.divSmall{
		display:none;
	}	
	.div300{
		display:none;
	}
	.div400{
		display:none;
	}
	.div600{
		display:none;
	}
	.div800{
		display:none;
	}
	.enter800Link {
	display: block;
	width: 164px;
	height: 88px;
	background: url('../images/index_800/index_05.jpg'); /* ที่อยู่รูปภาพที่1 */
	}
	.enter800Link:hover {
	background-image : url('../images/index_800/index_05_over.jpg'); /* ที่อยู่รูปภาพที่2 */
	}

}

/* 800 px **/
@media screen and (min-width:801px) and (max-width:1000px){ 
	.divSmall{
		display:none;
	}	
	.div300{
		display:none;
	}
	.div400{
		display:none;
	}
	.div600{
		display:none;
	}
	.div1000{
		display:none;
	}
	.div800{
		width:100%;
	}
	.enter800Link {
	display: block;
	width: 164px;
	height: 88px;
	background: url('../images/index_800/index_05.jpg'); /* ที่อยู่รูปภาพที่1 */
	}
	.enter800Link:hover {
	background-image : url('../images/index_800/index_05_over.jpg'); /* ที่อยู่รูปภาพที่2 */
	}

}
/* 600 - 800 px **/
@media screen and (min-width:601px) and (max-width:800px){ 
	.divSmall{
		display:none;
	}	
	.div300{
		display:none;
	}
	.div400{
		display:none;
	}
	.div800{
		display:none;
	}
	.div1000{
		display:none;
	}
	.div600{
		width:100%;
	}
	.enter600Link {
	display: block;
	width: 135px;
	height: 41px;
	background: url('../images/index_600/index_05.jpg'); /* ที่อยู่รูปภาพที่1 */
	}
	.enter600Link:hover {
	background-image : url('../images/index_600/index_05_over.jpg'); /* ที่อยู่รูปภาพที่2 */
	}

}
/* 400 - 600 px **/
@media screen and (min-width:401px) and (max-width:600px){ 
	
	.divBig{
		display:none;
	}
	.div300{
		display:none;
	}
	.div600{
		display:none;
	}
	.div800{
		display:none;
	}
	.div1000{
		display:none;
	}
	.div400{
		width:100%;
	}
	.enter400Link {
	display: block;
	width: 140px;
	height: 41px;
	background: url('../images/index_400/index_05.jpg'); /* ที่อยู่รูปภาพที่1 */
	}
	.enter400Link:hover {
	background-image : url('../images/index_400/index_05_over.jpg'); /* ที่อยู่รูปภาพที่2 */
	}
	.h{
	font-size:1.5em;
	line-height:2em;
	}
	.h-desc{
		font-size:1em;
		line-height:1.5em;
		padding-left:5px;
	padding-right:5px;
	}
	.comment{
		font-size:0.75em;
		line-height:1em;
		padding-left:5px;
	padding-right:5px;
	}
	.detail{
	font-size:1em;
	padding-left:5px;
	padding-right:5px;
	}

}

/* max 400 px screen**/
@media screen and (max-width:400px){ 
	
	.divBig{
		display:none;
	}
	.div400{
		display:none;
	}
	.div600{
		display:none;
	}
	.div800{
		display:none;
	}
	.div1000{
		display:none;
	}
	.div300{
		width:100%;
	}
	.enter300Link {
	display: block;
	width: 121px;
	height: 41px;
	background: url('../images/index_300/index_05.jpg'); /* ที่อยู่รูปภาพที่1 */
	}
	.enter300Link:hover {
	background-image : url('../images/index_300/index_05_over.jpg'); /* ที่อยู่รูปภาพที่2 */
	}

	.h{
	font-size:1.5em;
	line-height:2em;
	}
	.h-desc{
		font-size:1em;
		line-height:1.5em;
		padding-left:5px;
		padding-right:5px;
	}
	.comment{
		font-size:0.75em;
		line-height:1em;
		padding-left:5px;
		padding-right:5px;
	}
	.detail{
	font-size:1em;
	padding-left:5px;
	padding-right:5px;
	}
}





