.mainWrapper{
	margin-left: 40px;
	font-family: Georgia, "STSong", "Times New Roman","新細明體" , Times, serif;
}

.epaperSection{
	width: 40%;
	background: #fff;
	padding:15px;
	padding-top: 0px;
	margin-bottom: 20px;
}

.epaperText{
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.epaperSection{
	font-size: 10pt;
	line-height: 1.6;
}

.postcardRow{
	display: flex;
	flex-wrap: wrap;	
	padding:10px;
	color: #180E0C;
	align-items:center;
	align-content:center;
	justify-content:space-between;
}

.postcardRow .postInfor{
	display: flex;
	flex-wrap: nowrap;	
	width: 85%;
}

.postcardRow .postDate{
	margin: 0 1rem;
	margin-left: 0;
	width: 15%;
	min-width: 72px;
}

.postcardRow .postTitle{
	text-align: left;
	margin-left: 0;
	margin-right:.1rem;
	width: 70%;
}

.postcardRow a:link,.postcardRow a:visited{
	text-decoration: none;
	border: 1px solid #9a9a9a;
	color: #180E0C;
	padding: 0 .3rem;
	width: fit-content;
	min-width: 40px;
	text-align: center;
	font-size: .8rem;
}

.postcardRow a:hover{
	
}

.postcardList table{}

.postcardList table tr{
}

.postcardList table tr td{
	padding: 10px 20px 10px 0px;
}

.postcardList table tr td a:link, .postcardList table tr td a:visited{
	border: 1px solid #b2b2b2;
	font-size: 9pt;
	padding:2px 5px;
	text-decoration: none;
	color: #525252;
}

.postcardList table tr td a:hover{
	color: #3e3e3e;
	border: 1px solid #7b7b7b;
}



/* 手機 */
@media screen and (max-width:770px){
	.postcardRow .postInfor {
		display: flex;
		flex-wrap: nowrap;
		width: 80%;
	}
}

@media screen and (max-width:736px){
	
	.mainWrapper{
		margin-left: 0px;
		padding-top: 40px;
	}
	
	.epaperSection{
		width: 95%;
		margin: 0 auto;
		background: #fff;
		padding:15px;
		padding-top: 0px;
		margin-bottom: 20px;
	}
		
	
	.postcardRow{
		display: flex;
		flex-wrap: wrap;	
		justify-content: space-between;
		padding:10px;
		color: #180E0C;
		justify-content: space-between;
	}
	
	.postcardRow .postInfor {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
	}
	
	.postcardRow .postDate{
		width: 100%;
	}
	
	.postcardRow .postTitle{
		text-align: left;
		margin-left: 0;
		margin-right: .1rem;
		width: 100%;
	}
	
	.postcardRow a:link,.postcardRow a:visited{
		text-decoration: none;
		border: 1px solid #9a9a9a;
		color: #180E0C;
		padding:3px 5px;
		width: fit-content;
		box-shadow:0;
	}
	
	.postcardRow a:hover{
		
	}
		
}

@media screen and (max-width:360px){
	.postcardRow {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px;
		color: #180E0C;
		align-items: center;
	}
	
	.postcardRow .postInfor {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
	}
	
	.postcardRow .postDate {
		width: 100%;
	}
	
	.postcardRow .postTitle {
		text-align: left;
		margin-left: 0;
		margin-right: .1rem;
		width: 100%;
	}
}
