@charset "utf-8";
/* CSS Document */
 
	/*บรรทัดรายการข่าว*/
/*	
li.listTopic{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	background-color: #F7F7F7;
	padding: 3px;
	border-bottom: 1px dashed #CCC;	
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px;
	line-height: 1.42857;
} 
*/
li.listTopic:hover{
	background-color: #E3E8EE;
}
div.listTopic:hover{
	background-color: #E3E8EE;
}
span.newTopic_css{
	padding:0px 4px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;	
}
div.updateTopic_css{
	position: absolute;
	display: block;
	float: right;
	top: 0px;
	width: 100px;
	height: 20px;
	right: 10px;
	color: #FFF;
	text-align: center;
} 
/* รูปแบบวันที่แบบปฏิทิน สำหรับหัวข้อข่าว*/
time.icon
{
  float:left;
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin: 0px;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.1em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  color: #2f2f2f;
} 
#texttime {
	display:none;
}
time.icon img
{
  width: 100%; 
  padding-top: 0.7em;
}

@media screen and (max-width: 480px) {

time.icon
{ 
  display:none; 
}
#texttime {
	display:inline;
}
 
}