@charset "utf-8";
/* CSS Document */
#community {
	position: absolute;
	right: 320px;
	top: 17px;
}
#community li {
	width:20px;
	height: 20px;
	margin:0 2px;
	float: left;
	margin-bottom:1px;
	text-align: center;
	list-style: none;
}
#community li:nth-child(even) {
	float:right;
}
#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 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#community li a:visited {
	color:#A5A5A5;
}
#community li a:hover {
	color:#444444;
}
#community li a.cart {
	text-indent:-9999px;
	background: url('../data/community/cart.png') no-repeat;
}
#community li a.facebook {
	text-indent:-9999px;
	background: url('../data/community/fb.png') no-repeat;
}
#community li a.google {
	text-indent:-9999px;
	background: url('../data/community/google.png') no-repeat;
}
#community li a.twitter {
	text-indent:-9999px;
	background: url('../data/community/twitter.png') no-repeat;
}
#community li a.plurk {
	text-indent:-9999px;
	background: url('../data/community/plurk.png') no-repeat;
}
#community li a.favorites {
	text-indent:-9999px;
	background: url('../data/community/favorites.png') no-repeat;
}
#community li a.pixnet {
	text-indent:-9999px;
	background: url('../data/community/pixnet.png') no-repeat;
}
#community li a.instagram {
	text-indent:-9999px;
	background: url('../data/community/instagram.png') no-repeat;
}
#community li a.sina {
	text-indent:-9999px;
	background: url('../data/community/sina.png') no-repeat;
}
#community li a.cart:hover {
	background: url('../data/community/cart.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('../data/community/fb.png') no-repeat;
}
#community li a.google:hover {
	background: url('../data/community/google.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('../data/community/twitter.png') no-repeat;
}
#community li a.plurk:hover {
	background: url('../data/community/plurk.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('../data/community/favorites.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('../data/community/pixnet.png') no-repeat;
}
#community li a.instagram:hover {
	background: url('../data/community/instagram.png') no-repeat;
}
#community li a.sina:hover {
	background: url('../data/community/sina.png') no-repeat;
}
/******************************************************************************/
#footer_box {
	width: 100%;
	min-width:968px;
	height:205px;
	position: relative;
	margin:0 auto;
}
#footer {
	width:1000px;
	height:205px;
	margin: 0 auto;
	position: relative;
}
#footer .qr {
	position: absolute;
	left: 30px;
	top: 91px;
	z-index: 10;
}
#footer .menu {
	width:1000px;
	line-height:40px;
	height:40px;
	padding:22px 0 0 0;
	text-align:center;
	font-size: 12px;
	color:#B2B2B2;
	word-spacing:11px;
	background:url(../data/wrapper/footer_bg.png) center top no-repeat;
}
#footer .menu img{
	vertical-align:middle;
}
#footer .menu a {
	color:#666666;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu a:visited {
	color: #666666;
	text-decoration: none;
}
#footer .menu a:hover {
	color:#3784CA;
	text-decoration: none;
}
/********************************/
#footer .info {
	line-height: 12px;
	font-size: 12px;
	color: #727986;
	position: absolute;
	left: 140px;
	top: 100px;
}
#footer .info img{
	vertical-align:middle;
	margin:0 10px 2px 0;
}
#footer .info span {
	font-size: 30px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.copyright {
	line-height: 20px;
	color: #A3A9B1;
	font-size: 12px;
	position: absolute;
	right: 30px;
	top: 100px;
	text-align: right;
}
.copyright span {
	color:#A3A9B1;
}
.copyright span a {
	color:#A3A9B1;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright span a:visited {
	color:#A3A9B1;
	text-decoration: none;
}
.copyright span a:hover {
	color:#3784CA;
	text-decoration: none;
}
.copyright a {
	color:#A3A9B1;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright a:visited {
	color:#A3A9B1;
	text-decoration: none;
}
.copyright a:hover {
	color:#3784CA;
	text-decoration: none;
}
.copyright .left{
	float:left;
}
/***頁底*********************************************************/
/***頁底*********************************************************/
.form_use {
	color: #AAAAAA;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use:hover, .form_use:focus {
	color: #AAAAAA;
	background-color:#FFF;
	border:#999999 1px solid;
}
.form_h {
	height: 14px;
}
.form_use2 {
	color: #AAAAAA;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use2:hover, .form_use2:focus {
	color: #AAAAAA;
	background-color:#FFF;
	border:#999999 1px solid;
}
.form_use3 {
	color: #AAAAAA;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	padding: 3px 8px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use3:hover, .form_use3:focus {
	color: #AAAAAA;
	background-color:#FFF;
	border:#999999 1px solid;
}
.form_use4 {
	color: #BBBBBB;
	background-color: transparent;
	border: none;
	font-size: 12px;
	line-height:18px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use4:hover, .form_use4:focus {
	color: #BBBBBB;
}
/***頁底*********************************************************/
input[placeholder]{
	color: #BABABA;
	line-height:18px;
}
::-webkit-input-placeholder {
	color: #BABABA;
	}
:-moz-placeholder {
	color: #BABABA;
	}
.placeholder {
	color: #BABABA;
	}
