@charset "utf-8";
/* CSS Document */
.community {
	float:right;
}
.community li {
	width: 23px;
	height: 26px;
	margin-left:5px;
	display: inline-block;
	text-align: center;
	list-style: none;
	position: relative;
	vertical-align:middle;
}
.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 {
	text-indent: -9999px;
	background: url('../images/community/fb.png') no-repeat;
}
.community li a.google {
	text-indent: -9999px;
	background: url('../images/community/google.png') no-repeat;
}
.community li a.twitter {
	text-indent: -9999px;
	background: url('../images/community/twitter.png') no-repeat;
}
.community li a.plurk {
	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;
	padding: 0 10px 0 10px;
	border-top:#A6C2DB 3px solid;
	background:url(../images/footer_bg.jpg) center bottom no-repeat;
}
#footer_box .btn{
	text-align:center;
	cursor:pointer;
	color:#FFF;
	padding:10px 0;
	display:none;
}
#footer.active {
	display:block;
}
#footer {
	display:block;
	min-height:160px;
	max-width:1280px;
	padding: 25px 0px 25px 0px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#footer_box .menu_box {
	width: 100%;
	vertical-align: top;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-top:#484A51 1px solid;
	border-bottom:#484A51 1px dashed;
	padding:10px;
}
#footer_box .menu{
	margin: 0 auto;
}
#footer_box .menu_list{
	width:calc(100% - 170px);
	float:right;
	padding-top:20px;
	margin-bottom:15px;
}
#footer_box .menu_list li {
	text-align:center;
	width: 12.5%;
	float:left;
	list-style: none;
	font-size: 13px;
	position: relative;
	padding: 0 0% 0 0;
	border-right:#FFF 1px solid;
}
#footer_box .menu_list li:last-child {
	margin:0px;
	padding:0;
	border:none;
}
#footer_box .menu_list a, #footer_box .menu_list a:visited {
	color:#FFF;
	font-size: 14px;
	line-height:14px;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer_box .menu_list a:hover {
	color:#C6B088;
	text-decoration: none;
}
#footer .info {
	width:calc(100% - 170px);
	padding-left:3%;
	float:right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#footer .info li{
	display:inline-block;
	color:#FFF;
	font-size: 13px;
	list-style:none;
	line-height:1.4;
	margin-right:20px;
}
#footer .info li span{
	font-size: 22px;
	font-weight: bold;
	vertical-align:middle;
}
#footer .info li:before{
	content:'';
	width: 20px;
	height: 20px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 3px 0;
}
#footer .info li.tel:before{
	background: url(../images/footer_icon.png) center no-repeat;
}
#footer .info li.add:before{
	background: url(../images/footer_icon2.png) center no-repeat;
}
#footer .info li.mail:before{
	background: url(../images/footer_icon3.png) center no-repeat;
}
#footer .qr{
	position: absolute;
	left:10px;
}
#copyright_box {
	padding:10px 10px;
	background:url(../images/footer_bg2.jpg) center top repeat;
	border-bottom:#AAA3C5 1px solid;
}
.copyright {
	max-width:1280px;
	position: relative;
	line-height: 1.4;
	color:#EDEBF2;
	font-size: 12px;
	margin: 0 auto;
	vertical-align: middle;
}
.copyright span{
	float:right;
}
.copyright a, .copyright a:visited{
	color:#EDEBF2;
	text-decoration:none;
}
@media (max-width: 1200px) {
}
@media (max-width: 910px) {
#footer_box .btn{
	display:block;
}
#footer{
	padding-top:0;
	padding-bottom:15px;
	display:none;
	text-align:center;
}
#footer .info{
	width:auto;
	display:inline-block;
	float:none;
	text-align:left;
}
.community {
	float:none;
	position: absolute;
	top:-40px;
}
#footer .qr{
	position: relative;
	width: 100%;
	left:0;
	margin-bottom:15px;
}
#footer .info {
	width:100%;
	padding-left:0;
	float:nonve;
	text-align:center;
}
#footer_box .menu_list{
	width:100%;
	padding-left:0;
	float:nonve;
	padding-top:0px;
	margin-bottom:0px;
}
}
@media (max-width: 600px) {
#footer_box .menu_list{
	text-align:center;
}
#footer_box .menu_list li {
	text-align:center;
	width: auto;
	float: none;
	display:inline-block;
	list-style: none;
	font-size: 13px;
	position: relative;
	padding: 0 1%;
	border-right:none;
}
}
@media (max-width: 460px) {
.copyright {
	text-align:center;
}
.copyright span{
	display:block;
	float: none;
}
}

