@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, "微軟正黑體";
}
html {
}
body {
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
/**************************************************************/
/**************************************************************/
#community_box{
    width: 100%;
    background: #2C2C2C;
    height: 35px;
    border-top: 1px solid #6F6F6F;
}
.community {
    width: 1051px;
    list-style: none;
    padding-top: 5px;
    margin: 0 auto;
}
.community .phone{
    font-family: 'Gautami';
    font-size: 18px;
    font-weight: bolder;
    font-style: italic;
    color: #FFF;
    letter-spacing:1px;
    line-height: 30px;
    float: right;
}
.community .phone:before{
    content: '';
    width: 25px;
    height: 24px;
    display: inline-block;
    background: url('../images/phone.png') no-repeat;
    margin-right: 5px;
    float: left;
}
.community a{
    color: #9A9A9A;
    float: right;
    font-size: 12px;
    line-height: 23px;
    margin-left: 30px;
}
.community a:hover{
    color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.community a:before{
    content: '';
    width: 24px;
    height: 23px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.community .facebook{
    background: url('../images/community/fb.png')no-repeat;
}
.community .twitter{
    background: url('../images/community/twitter.png')no-repeat;
}
.community .google{
    background: url('../images/community/google.png')no-repeat;
}
#logo {
	height: 66px;
	max-width: 404px;
	z-index: 10;
    float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    margin: 7px 0;
}
/**************************************************************/
/**************************************************************/
#top_box {
    min-width: 1051px;
    border-bottom: 1px solid #C6C5C5;
}
.container {
	height:70px;
	padding: 0px 80px 0px 80;
	width: 1051px;
	margin: 0 auto;
	position: relative;
}
#top_menu_box {
	width: 100%;
}
#google {
	width: 128px;
	height: 27px;
	margin-bottom: 10px;
}
/**************************************************************/
/**************************************************************/
#rightnav {
	width: 90px;
	position: absolute;
	left: 50%;
	margin-left: 520px;
	z-index: 50;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
}
#rightnav li {
	list-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#rightnav .inquiry {
	height: 85px;
	width: 86px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/inquiry.png) no-repeat;
	margin-bottom: 10px;
}
#rightnav .inquiry:hover {
	background: url(../images/rightnav/inquiry_.png) no-repeat;
}
#rightnav .notice {
	width: 90px;
	height: 71px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/notice.png) no-repeat;
}
#rightnav .notice:hover {
	background: url(../images/rightnav/notice_.png) no-repeat;
}
#rightnav .order_btn {
	width: 90px;
	height: 81px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/order.png) no-repeat;
}
#rightnav .order_btn:hover {
	background: url(../images/rightnav/order_.png) no-repeat;
}
#rightnav .paid_inform {
	width: 90px;
	height: 98px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom: 5px;
	background: url(../images/rightnav/paid_inform.png) no-repeat;
}
#rightnav .paid_inform:hover {
	background: url(../images/rightnav/paid_inform_.png) no-repeat;
}
#rightnav .inquiry a, #rightnav .notice a, #rightnav .order_btn a, #rightnav .paid_inform a {
	width: 100%;
	height: 100%;
	display: block;
}
#rightnav .cart_bg {
	width: 90px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 5px;
	background: url(../images/rightnav/cart.png) no-repeat;
}
#rightnav .cart_box:hover .cart_bg {
}
#rightnav .price {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 60px;
	left: 0px;
	text-decoration: none;
}
#rightnav .quantity {
	height: 25px;
	line-height: 25px;
	color: #FFFF00;
	font-size: 14px;
	position: absolute;
	top: 92px;
	left: 15px;
	text-decoration: underline;
}
#rightnav #btn {
	width: 90px;
	height: 66px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/cart_btn.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#rightnav #btn:hover {
	background: url(../images/rightnav/cart_btn_.png) no-repeat;
}
#rightnav #btn a {
	width: 100%;
	height: 100%;
	display: block;
}
/**************************************************************/
/**************************************************************/