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



/*-------------------------------------------------
 區隔的標題
--------------------------------------------------*/
.canvas_post {
	/*width: 920px;*/
	/*margin: 40px auto;*/
}
.canvas_post h2{
	text-align: center;
}

/*-------------------------------------------- 
	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 {
		width: 100%;
		padding: 0 0px;
	}
}