﻿@charset "utf-8";
/* 
*	File	main.css
*	This file detected by default themplate engine
*	Including all IE's bug fixing, clearing floating layout
*/
@import url(layout.css);
@import url(forms.css);
@import url(contents.css);
* {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
header li, footer li{
	list-style-type: none;
	}
/*Stadards Pseudo Element*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img, fieldset {
	border: none;
}

/*HTML 5 Reset*/
header,article,section, footer, aside, nav, figure {  
	display: block;
}

/*Headings*/
h1 { font-size: 28px;}
h2 {	font-size: 24px;}
h3 {	font-size: 20px;}
h4 {	font-size: 18px;}
h5 {	font-size: 16px;}
h6 {	font-size: 13px;}

p {
	padding: 10px 0;
}
.hide {
	display: none;
}
/*Clear after Floating and fixing IE7*/
*[class$="d-3c"], *[class$="d-2c"],*[class$="d-2s"], *[class$="d-4c"] {
	height: 1%; 
}


footer[class~="อ่านเพิ่มเติม"]>p {
	margin-top: -10px;
	float: right;
	height: 25px;
	width: 120px;
	text-align: center;
}