@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/


.canvas_post .post_title {
	float:left;
	width:480px;
}

.canvas_post .post_time {
	float:left;
	margin-right:10px;
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {

}

/*iPad*/
@media screen and (max-width: 1023px) {

}


/*iPhone*/
@media screen and (max-width: 767px) {

	.canvas_post img{
		max-width: 100%;
	}
}