@charset "UTF-8";

body{
	background:url(../images/background.jpg);
}


		.post h1{
			color:#000 !important;
			background-color:#FFDFD0 !important;
		}
		
		.post h2{
			padding:5px 0 3px 10px;
			color:#000 !important;
			background-color:#FFDFD0 !important;
			border-width:0px !important;
		}
		
		.post h3{
			margin: 1.2em 0 0.8em;
			padding: 2px 5px 0px 7px;
			font-size: 16px !important;
			font-size: 1.2em !important;
			border-style:solid;
			border-color:#cccccc;
			border-width:0 0 1px 0;
		}
		
		
		.sidelabel{
			color:#000 !important;
			background-color:#FFDFD0 !important;
		}
		
#footer{
		color:#000;
		background-color:#EAF5FB;
	}
	
	#footer a{
		color:#000;
	}
		
/*====================================================
Under 480px for smartphone
====================================================*/



/*====================================================
Over 481px for tablet
====================================================*/
@media only screen and (min-width: 30.0625em){	/*481px*/

		
}

/*====================================================
Under 800px for pc
====================================================*/
@media only screen and (min-width: 801px){


	

}

/*====================================================
Over 1060px for wide screen
====================================================*/
@media only screen and (min-width: 66.3125em){	/*1061px*/

	

}