@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
/*-------------------------------------------------
 區隔的標題
--------------------------------------------------*/
.canvas_post table {
	width:100%;
	border: 1px solid #DDD;
}
.canvas_post table th{
	background-color: #e6e6e6;
	text-shadow: 0 1px 0 #fff;
	line-height: 20px;
	padding: 8px;
	text-align: center;
}
.canvas_post table tbody tr{
	border-bottom: 1px dashed #DDD;
}
.canvas_post table tbody tr td:first-child{
	text-align: center;
}
.canvas_post table td{
	padding: 8px;
	vertical-align: middle;
}
.canvas_post table td img{
	max-width: 120px;
}

a, a:focus {
	color: #FF0031;
	text-decoration: none;
	outline: none; /* for Firefox, Chrome */
}

.addthis_inline_share_toolbox {
	float: right;
	width: 350px;
	margin: 0;
	/*margin-left:240px;*/
}