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

.subject a {
    color: black;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: Arial;
}
.subject a:hover {
    opacity: 0.7;
}
.listgroup_advance_news figure {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.listgroup_advance_news figure:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}
.listgroup_advance_news span.date {
    color: #424242;
    width: 100%;
    font-size: x-large;
}
.listgroup_advance_news .news_month {
    margin: unset;
    max-width: none;
}
.listgroup_advance_news span.subject {
    margin: 0;
}

/*-------------------------------------------- 
	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) {
}
