@charset "utf-8";
/* CSS Document */

.share-content {
	min-width: 1200px;
	height: 850px;
	margin: 0px auto;
	padding: 30px 0px 60px 0px;
	position: relative;
}

.share-content:before {
	content: "";
	left: 50%;
	top: 30px;
	width: 962px;
	height: 820px;
	background: url(http://img.eprice.com.tw/img/tw/event/20160101/share.p3.gif) no-repeat;
	position: absolute;
	margin: 0px 0px 0px -481px;
	z-index: 11;
}

.share-content .shareurl {
	font-size: 19px;
	font-weight: bold;
	color: #005700;
	position: absolute;
	z-index: 12;
	top: 352px;
	left: 50%;
	margin: 0px 0px 0px -384px;
	text-align: center;
	width: 786px;
	height: 24px;
	padding: 0px;
	border: none;
}

.share-content .shareurl:focus {
	outline: none;
}

.share-content .share-to-line {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 938px;
	height: 330px;
	margin: 0px 0px 0px -469px;
	text-indent: -999em;
	z-index: 12;
}