/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/* 連結樣式 - 只針對內容區域 */
.canvas_post a {
    color: #80c341;
}

.canvas_post a:hover {
    color: #6aa832;
}

/*-------------------------------------------- 
	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*/
/*iPad*/
/*iPhone*/
@media screen and (max-width: 767px) {
}