@charset "utf-8";
/* CSS Document */
#community {
	position: relative;
	float:left;
}
#community li {
	width: 20px;
	height: 20px;
	display:inline-block;
	margin: 0px 10px 0px 0;
	text-align: center;
	list-style: none;
}
#community li a {
	width: 100%;
	height: 100%;
	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:hover {
	color: #F90;
}
#community li a.cart {
	background: url('../data/community/cart.png') no-repeat;
}
#community li a.facebook {
	background: url('../data/community/fb.png') no-repeat;
}
#community li a.google {
	background: url('../data/community/google.png') no-repeat;
}
#community li a.twitter {
	background: url('../data/community/twitter.png') no-repeat;
}
#community li a.plurk {
	background: url('../data/community/plurk.png') no-repeat;
}
#community li a.favorites {
	background: url('../data/community/favorites.png') no-repeat;
}
#community li a.pixnet {
	background: url('../data/community/pixnet.png') no-repeat;
}
#community li a.instagram {
	background: url('../data/community/instagram.png') no-repeat;
}
#community li a.sina {
	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 {
	height:35px;
	width: 100%;
	margin: 0 auto;
	padding:8px 50px 0 60px;
	position: fixed;
	bottom:0px;
	background:rgba(0,0,0,0.7);
	z-index:9;
}
#footer .info {
	font-size: 14px;
	float: left;
	color: #666666;
	line-height: 20px;
}
#footer .copyright {
	line-height:18px;
	font-size: 12px;
	color: #666666;
	float:right;
	letter-spacing:1px;
}
#footer .copyright a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#footer .copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #014392;
	text-decoration: none;
}
#footer_menu {
	max-width: 1080px;
	font-size: 14px;
	color: #DDDDDD;
	line-height: 20px;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
}
#footer_menu a {
	color: #DDDDDD;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#footer_menu a:visited {
	color: #DDDDDD;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
/**************************************************************/
/**************************************************************/
.form_use {
	color: #777777;
	background-color: transparent !important;
	border: none;
	padding: 3px 8px 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: #AA925F;
	border: none;
	background-color: transparent !important;
}
.form_h {
	height: 35px;
}
.form_use2 {
	color: #777777;
	background-color: transparent;
	border: none;
	padding: 3px 8px 3px 8px;
	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: #AA925F;
	border: none;
	background-color: transparent !important;
}
.form_use4 {
	color: #BBBBBB;
	background-color: transparent;
	border: none;
	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_use4:hover, .form_use4:focus {
	color: #BBBBBB;
}
input[placeholder] {
	color: #BABABA;
	line-height: 18px;
}
/**************************************************************/
/**************************************************************/

/**************************************************************/
/**************************************************************/
@media (max-width: 1000px) {
}
@media (max-width: 730px) {
#footer {
	height:auto;
	padding:15px 10px 10px 10px;
}
#community {
	float: none;
	text-align:center;
	margin-bottom:5px;
}
#footer .copyright {
	line-height:20px;
	font-size: 12px;
	color: #666666;
	float:none;
	text-align:center;
	letter-spacing:1px;
}
}
@media (max-width: 400px) {
}
