.uk-table td, .uk-table th {
    border-bottom: 1px solid #e5e5e5;
}
.blog img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	}
	
h2, .uk-h2{	
	font-size: 30px;
    font-weight: bold;
    line-height: 110%;
    padding: 10px 0 4px 0;
    margin: 0;
    cursor: auto;
	color: #282828;
	}
	
h1, h2, h3, h4, h5, h6{ font-family:Microsoft JhengHei, 微軟正黑體, sans-serif !important;}

ul.latestnews{padding-left:0;}
.latestnews > li{padding:10px;list-style-position:inside;font-weight: bold;font-size: 16px;}
.latestnews > li:nth-of-type(2n+1) {background: #f5f5f5;}

/*   文章上方照片位置 */
.pull-left.item-image {
    margin: 10px 0;
}
.box{margin-bottom:50px;}
/*  blog 三欄寬度縮小、間隔加大 */
/* .row-fluid .span4{width:30%;margin-right:15px;} */ 
ul#accordeonck121 li a{font-size:16px!important;}
div.body:before{
    background: url('../images/top-shadow.png') bottom center no-repeat!important;
    position: absolute;
    top: 224px;
    content: "";
    height: 50px;
    width: 100%;
	}
.pull-none.item-image{margin-bottom:20px;}

/* MOBILE DEVICE
****************************************************/

/* Smartphones */
@media (max-width: 480px) {
	.body{padding:0;}
	div.body:before{top:200px;}

}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {

{ ... }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
{ ... }
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }

/* Large Display */
@media (min-width: 1200px) { ... }

/* 文章小標 */
h4,.uk-h4 {
    font-weight: bold;}
