@charset "utf-8";
/* CSS Document */
.community {
	top: 60px;
	position: absolute;
	right: 0px;
}
.community li {
	height: 28px;
	margin: 0px 0 0 10px;
	display: inline-block;
	text-align: center;
	list-style: none;
}
.community li:nth-child(even) {
}
.community li.other {
	width: auto !important;
}
.community li.other a {
	display: inline !important;
	text-decoration: underline !important;
}
.community li a {
	width: 100%;
	height: 100%;
	color: #A5A5A5;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.community li a:visited {
	color: #A5A5A5;
}
.community li a:hover {
	color: #444444;
}
.community li a.cart {
	text-indent: -9999px;
	background: url('../images/community/cart.png') no-repeat;
}
.community li a.facebook {
	width: 96px;
	text-indent: -9999px;
	background: url('../images/community/fb.png') no-repeat;
}
.community li a.google {
	width: 89px;
	text-indent: -9999px;
	background: url('../images/community/google.png') no-repeat;
}
.community li a.twitter {
	width: 80px;
	text-indent: -9999px;
	background: url('../images/community/twitter.png') no-repeat;
}
.community li a.plurk {
	width: 69px;
	text-indent: -9999px;
	background: url('../images/community/plurk.png') no-repeat;
}
.community li a.favorites {
	text-indent: -9999px;
	background: url('../images/community/favorites.png') no-repeat;
}
.community li a.pixnet {
	text-indent: -9999px;
	background: url('../images/community/pixnet.png') no-repeat;
}
.community li a.instagram {
	text-indent: -9999px;
	background: url('../images/community/instagram.png') no-repeat;
}
.community li a.sina {
	text-indent: -9999px;
	background: url('../images/community/sina.png') no-repeat;
}
.community li a.cart:hover {
	background: url('../images/community/cart_.png') no-repeat;
}
.community li a.facebook:hover {
	background: url('../images/community/fb_.png') no-repeat;
}
.community li a.google:hover {
	background: url('../images/community/google_.png') no-repeat;
}
.community li a.twitter:hover {
	background: url('../images/community/twitter_.png') no-repeat;
}
.community li a.plurk:hover {
	background: url('../images/community/plurk_.png') no-repeat;
}
.community li a.favorites:hover {
	background: url('../images/community/favorites_.png') no-repeat;
}
.community li a.pixnet:hover {
	background: url('../images/community/pixnet_.png') no-repeat;
}
.community li a.instagram:hover {
	background: url('../images/community/instagram_.png') no-repeat;
}
.community li a.sina:hover {
	background: url('../images/community/sina_.png') no-repeat;
}
/**************************************************************/

#footer_box {
	width: 100%;
	position: relative;
	background:#00468C;
	padding: 0 10px;
	z-index:1;
}
#footer {
	padding: 15px 0 10px 0;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 999;
}
#footer .info {
	float: left;
	line-height: 1.4;
	font-size: 13px;
	text-align:center;
	color:#BFEEFF;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#footer .info img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#copyright_box {
	background: #D4C3C3;
	padding:10px 0;
}
.copyright {
	line-height: 1.4;
	color:#D2D2D2;
	font-size: 12px;
	margin: 0 auto;
	font-family: Verdana, "微軟正黑體";
	vertical-align:middle;
	float:right;
}
.copyright span {
	color: #D2D2D2;
	text-decoration: underline;
}
.copyright a, .copyright a:visited {
	color: #D2D2D2;
	text-decoration: none;
}
.copyright a:hover {
	color: #D2D2D2;
}
/**************************************************************/
@media (max-width: 1430px) {
}
