@charset "utf-8";
@import url(../../left_menu/none_left.css);

/*分享連結*/
.a2a_default_style {
	float: right;
}

#news-date {
	color: #313131;
	width: 100%;
	line-height: 1.4;
}
#news-title {
	color: #250E03;
	width: 100%;
	letter-spacing: 1.5px;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {

	#news-date {
		width: 100%;
	}
	
	#news-title {
		width: 100%;
	}

}
