@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_post a{
	color:#888;
}
.canvas_post a:hover{
	color: #8EB100;
}
.canvas_post h5{
	margin-top: 30px;
	font-size: 2rem;
	color: #8E204D;
}
/*-------------------------------------------- 
	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) {
}