﻿@charset "utf-8";

/* CSS Document */

.blog-articles{
	display: block;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
	margin-bottom:20px;
}

.blog-articles p{ padding: 0; margin: 0;}


.blog .items-row{
	border: none;
}
h3.blog-title{
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:22px; 
	padding-bottom:10px;
	margin:0;
	line-height: 140%;
	}

h3.blog-title a{
	color: #333333;
	padding-right:20px;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat right center;
	}
	
h3.blog-title a:hover{ 
	text-decoration:none;
	color:#F7C510;
	}

.blog-date{
	font-size: 12px;
	color:#999999;
	display: block;
	padding-bottom: 10px;
}

.blog-intro{
	font-size:13px;
	color:#666666;
	line-height: 150%;
	}

