@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "微軟正黑體";
}
html {
}
body {
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
#logo_box {
	height: 65px;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 40px;
	margin-left: 0px;
	z-index: 10;
	-webkit-transition: all 200ms linear;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#logo:hover{
	opacity:0.8;
}
#logo img, #logo2 img {
	max-width: 100%;
	vertical-align: middle;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
#search {
	height: 20px;
	width: 180px;
	position: absolute;
	right:5px;
	top:10px;
	padding-left:5px;
	background: url(../images/search_bg.jpg) no-repeat;
	background: #A1A1A1;
}
#search .btn {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 3px;
	text-indent: -999999px;
	background: url(../images/search_btn.png) no-repeat;
	border: none;
	cursor: pointer;
}
::-moz-placeholder {
color:#535353;
}
::-webkit-input-placeholder {
color:#535353;
}
:-ms-input-placeholder {
color:#535353;
}
/**************************************************************/
/**************************************************************/
#banner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/
/**************************************************************/
#top_box {
	background: #2F2F2F;
}
#top_box_info {
	min-height:40px;
	padding: 10px 0px 10px 0;
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
}
#top_menu_box {
	width: 100%;
}
#google {
	width: 128px;
	height: 27px;
	margin-bottom: 10px;
}
#top_menu {
	left: 0px;
	right: 0px;
	height: 110px;
	background: rgba(97,97,97,0.7) url(../images/line.png) center top no-repeat;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	margin-bottom: 1px;
}
/**************************************************/
/**************************************************/
#top_u {
	width: 46px;
	height: 18px;
	position: absolute;
	z-index: 50;
	top: -18px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
	background: url(../images/top_u.png) no-repeat;
}
#top_u img {
}
#top_u:hover {
	background: url(../images/top_u_.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
#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;
}
/**************************************************************/
/**************************************************************/
@media (max-width: 1250px) {
#rightnav {
	display: none;
}
}
@media (max-width: 1050px) {
#logo{
	margin-left: 10px;
}
}
@media (max-width: 1000px) {
#top_menu {
	background:#FFF;
}
#top_menu {
	position: relative;
	height: auto;
}
#logo{
	float:left;
	position: relative;
	left: 0px;
	top: auto;
}
#logo img{
	max-width:150px;
}
}
@media (max-width: 600px) {
#banner {
 height:189px;
}
}
@media (max-width: 500px) {
#logo{
	width:100%;
	display: inline-block;
	text-align:center;
	margin:0px;
	margin-bottom:10px;
}
#top_box_info{
	text-align:center;
}
#search {
	width: 160px;
	top: auto;
	position: relative;
	display: inline-block;
}
#top_box .community {
	position: relative;
	display: inline-block;
	top: 5px;;
	right:auto;
}
}