@charset "utf-8";
/* CSS Document */
.clear {clear:both; }

#footer{padding: 10px;margin: 10px 20px;text-align: center;}
#footer h1{ padding:0; margin:0; color:#000;}
#footer div{ color:#000;}
#footer span{font-size: 0.8em;}

.div-hr{border-top:3px solid #717171; height:0px; margin-bottom:20px}
.div-br{clear:both;height:20px;}

.div-title{padding-left:70px; height:40px; margin-bottom:5px;}
.div-title h1{padding:0; margin:0; line-height:40px; float:left; color:#03135e;}
.div-title span{float:right; padding:0 10px; line-height:40px; font-weight:bold; background:#F2F2F2;}
.div-title div{float:right; padding:0 10px; line-height:40px; font-weight:bold; color:#FF0000;}

.div-text h2{ padding:0; margin:5px 0 0 0; font-size:1.1em; height:2.4em; line-height:1.2em; overflow:hidden;}
.div-text h3{ color:#000099;padding:0; margin:0; font-size:1em; height:1.4em; line-height:1.4em; overflow:hidden;}
.div-text span{ float:right; height:30px; line-height:30px; background:#FF0000; color:#fff; font-weight:bold;}
.div-img img{width: 100%;height:140px;}
.img-content{width: 100%;height: 0;position: relative;overflow: hidden;}
	/* ใส่ความสูงเป็น 0 */
	/*padding-bottom: 55%;  กำหนดความสูงตรงนี้แทน */
.img-content img{width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}


/*  tooltip*/
a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:2px; 
	/*width:165px;*/
	}
a.tooltip:hover span{
	display:inline;
	position:absolute; 
	background:#cccccc; 
	color:#6c6c6c;
	}
/*/////////////*/
