@charset "utf-8";
/* CSS Document */
#community {
	position: absolute;
	right:230px;
	top: 39px;
}
.community li.fb {
	margin:0 5px 0 0;
	width: auto !important;
	height: auto !important;
}
.community li {
	width:21px;
	height: 21px;
	margin:7px 5px 0 0;
	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('../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%;
	height:235px;
	position: relative;
	margin:0 auto;
	background: url(../images/footer_bg.jpg) center bottom repeat-x;
}
#footer {
	width:1000px;
	height:199px;
	padding-top:9px;
	margin: 0 auto;
	position: relative;
}
#footer .qr {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 20px;
	top: 35px;
	z-index: 10;
	padding:1px 7px 7px 1px;
	background:url(../images/qr.png)
}
#footer .qr img{
	max-width:88px;
	max-height:88px;
}
#footer .logo {
	position: absolute;
	left: 0px;
	top: 36px;
	z-index: 10;
}
#footer .t_menu {
	width:1000px;
	line-height:36px;
	height:36px;
	font-size: 14px;
	color: #AB8C78;
	position:absolute;
	right:0px;
	top:0px;
	text-align:center;
}
#footer .t_menu a {
	color: #AB8C78;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .t_menu a:visited {
	color: #AB8C78;
	text-decoration: none;
}
#footer .t_menu a:hover {
	color:#EA7DAD;
	text-decoration: none;
}
#footer .menu {
	z-index: 99;
	float:left;
}
#footer .menu ul:first-child{
	border-left:none;
}
#footer .menu ul:last-child{
	border-right:none;
}
#footer .menu ul{
	width:128px;
	height:199px;
	display:block;
	float:left;
	padding:0 30px 0px 30px;
	border-left:rgba(255,255,255,0.3) 1px solid;
	border-right:rgba(136,136,136,0.5) 1px solid;
}
#footer .menu li.title{
	border-bottom:none;
}
#footer .menu li{
	display:block;
	line-height:30px;
	list-style:none;
	font-size:14px;
	text-align:center;
}
#footer .menu a, #footer .menu a:visited {
	color:#FFF;
	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:hover {
	color: #663300;
	text-decoration: none;
}
/********************************/
#footer .info_box{
	width:430px;
	height:199px;
	float:left;
	position:relative;
	background:url(../images/footer_bg2.jpg) no-repeat;
}
#footer .info_box img{
	vertical-align:middle;
}
#footer .info2 {
	position: absolute;
	left: 130px;
	top: 35px;
	color:#FE9900;
	font-size: 14px;
}
#footer .info2 span{
	display:block;
}
#footer .info2 span img{
	margin-bottom:3px;
	vertical-align:middle;
}
#footer .info2 span.tel{
	color:#FE9900;
	font-size:25px;
	font-weight:bold;
}
#footer .info2 span.notice{
	font-size:15px;
	font-weight:bold;
}
#footer .info {
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	position: absolute;
	left: 130px;
	top: 110px;
	width: 263px;
}
#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;
}
#footer .fb{
	position:absolute;
}
.copyright {
	font-size: 12px;
	line-height: 20px;
	color: #F09A9A;
	font-size: 12px;
	position: absolute;
	left: 1px;
	top: 211px;
}
.copyright span {
	color:#F09A9A;
}
.copyright span a, .copyright span a:visited {
	color:#F09A9A;
	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:hover {
	color:#F09A9A;
	text-decoration: none;
}
.copyright a, .copyright a:visited  {
	color:#F09A9A;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright a:hover {
	color:#F09A9A;
	text-decoration: none;
}
.copyright .left{
	float:left;
}
/***頁底*********************************************************/
/***頁底*********************************************************/
.form_use {
	height:24px;
    line-height: 18px;
	color:rgba(90,90,90,1.00);
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.form_use:hover, .form_use:focus {
	color:rgba(90,90,90,1.00);
	background-color:#FFF;
	border:#CCCCCC 1px solid;
}
.form_use2 {
	color:rgba(90,90,90,1.00);
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-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:rgba(90,90,90,1.00);
	background-color:#FFF;
	border:#CCCCCC 1px solid;
}
.form_use3 {
	color:rgba(90,90,90,1.00);
	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:rgba(90,90,90,1.00);
	background-color:#FFF;
	border:#CCCCCC 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:rgba(61,61,61,1.00) !important;
	line-height:18px;
}
::-webkit-input-placeholder {
	color: #BABABA;
	}
:-moz-placeholder {
	color: #BABABA;
	}
.placeholder {
	color: #BABABA;
	}
