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

.subject{
    text-align: center;
    color: #165A14;
    margin: 30px 0;
}
.b{
    margin: 50px 20px;
}
.list_gray_light  figure{
    border-bottom: solid #E0E0E0;
}
.list_gray_light .n0{
    border-top: solid #E0E0E0;
}
/*.b .newContent{
    max-width: 630px;
}*/
.b .newContent .newTitle h5{
    color: #88B928;
}
.b .newContent .newTitle h2{
    margin-bottom: 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) {
}
