@charset "utf-8";
/* CSS Document */


/*index*/
#wrapper .content_wrap_index {
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#productTitle, #productUp, #productNumber, #shareTool {
	padding-left: 15px;
	padding-right: 15px;
}














/*導覽列*/
#wrapper #breadcrumb_wrap {
	padding: 0px;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index:1;
}

#breadcrumb_wrap #breadcrumb {
	float: left;
	width: 100%;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	background-image: url(../images/color/old/bg_breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px 15px;
	text-indent: 15px;
}

#breadcrumbBox {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#breadcrumbBox ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#breadcrumbBox ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#breadcrumbBox ul li a {
	font-size: 0.9em;
	color: #081028;
	text-decoration: none;
}

#breadcrumbBox ul li a:hover {
	color: #787878;
}

#breadcrumbBox ul li a.active:hover {
	color: #787878;
}

#breadcrumbBox ul li:after {
	content: "/";
	margin-right: 5px;
	margin-left: 5px;
}

#breadcrumbBox ul li:last-child:after {
	content: "";
}





/*back列*/
#wrapper #back_wrap {
	padding: 0px;
	overflow: hidden;
	float: left;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	z-index:1;
}

#back_wrap #back {
	float: left;
	width: 100%;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	text-indent: 15px;
}

#back_wrap #back a img {
	float: left;
	width: 40px;
}





/*inside all*/
#wrapper .content_wrap_inside {
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#selectLink {
	margin: 50px;
	background: transparent;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B6B6B6;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #231815;
	font-size: 1em;
}

#selectLink:focus {
    outline: none;
}

.ui-select {
	width: 100%;
	float: left;
}

.ui-btn {
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	position:relative;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.ui-btn h1 {
	float:left;
	color: #231815;
	font-size: 1em;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/icon_arrow1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	width: 100%;
	text-align: left;
}

.ui-select .ui-btn select{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:1.5em;
	min-height:100%;
	height:3em;
	max-height:100%;
	outline:0;
	-webkit-border-radius:inherit;
	border-radius:inherit;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer;
	filter:Alpha(Opacity=0);
	opacity:0;
	z-index:2
}





/*product.html*/
#selectSort {
	margin: 50px;
	background: transparent;
	width: 100%;
    border: 1px solid #F39800;
    height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #231815;
	font-size: 1em;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

#selectSort:focus {
    outline: none;
}

.productList {
	float:left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 1vw;
	padding-right: 1vw;
}

.productList li {
	width: 50%;
	margin-top: 20px;
}

.productList li:nth-child(odd) {
	float:left;
	padding-right: 0.5vw;
}

.productList li:nth-child(even) {
	float:right;
	padding-left: 0.5vw;
}

.productList li:nth-child(2n+1) { /*排列*/
   clear: both;
}

.productList li img {
	float:left;
	width: 100%;
	height: auto;
}

.productList li img:hover {
	opacity: 0.8;
}

.productList li .name {
	float:left;
	width: 100%;
	color: #231815;
	text-decoration: none;
	line-height: 17px;
	font-size: 0.85em;
	/*height: 15px;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
}

.productList li .quantity {
	float:left;
	width: 50%;
	color: #231815;
	text-decoration: none;
	line-height: 1.2;
	font-size: 0.8em;
}

.productList li .quantity span {
	color: #B51C2E;
	font-family: AGOPTC;
}

.productList li .price {
	float:left;
	width: 100%;
	font-size: 1em;
	color: #B51C2E;
	text-decoration: none;
	line-height: 1.2;
	font-family: AGOPTC;
	padding-top: 2px;
}

.productList li .price span {
	color: #231815;
	text-decoration: line-through;
	line-height: 1.3;
	padding-left: 5px;
	font-family: AGOPTC;
}

@media only screen and (min-width: 1px) and (max-width: 450px) {

.productList li .name {
	font-size: 0.8em;
}

.productList li .quantity {
	float:left;
	width: 100%;
	font-size: 0.8em;
}

}

.productList li .starRating {
	float: left;
	line-height: 0.9;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 4px;
}

.productList li .starRating .star_bg1 {
	float: left;
	background-image: url('../images/star_bg1.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
}

.productList li .starRating .star_bg2 {
	float: left;
	background-image: url('../images/star_bg2.png');
	background-position: left center;
	background-repeat: no-repeat;
}





/*activity_list.html*/
.list {
	float:left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list li {
	float:left;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.95em;
}

.list li:first-child {
	padding-top: 0px;
}

.list li a img {
	float:left;
	width: 20%;
}

.list li a {
	text-decoration: none;
}

.list li a .name {
	float:left;
	width: 80%;
	padding-left: 2%;
	color: #5E5F5E;
	text-decoration: none;
}

.list li a:hover p {
	color: #999999;
}

.list li a .date {
	float:left;
	width: 80%;
	padding-left: 2%;
	color: #5E5F5E;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: 2% 2px;
	background-size: 18px 18px;
	text-indent: 20px;
	text-decoration: none;
}





/*activity.html*/
#banner_inside {
	float:left;
	width: 100%;
}

#banner_inside img {
	float:left;
	width: 100%;
}

.activityList {
	float:left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 2%;
	padding-right: 2%;
}

.activityList li {
	width: 47.5%;
    margin-top: 20px;
}

.activityList li:nth-child(odd) {
	float:left;
}

.activityList li:nth-child(even) {
	float:right;
}

.activityList li:nth-child(2n+1) { /*排列*/
   clear: both;
}

.activityList li img {
	float:left;
	width: 100%;
}

.activityList li img:hover {
	opacity: 0.8;
}

.activityList li .name {
	float:left;
	width: 100%;
	color: #231815;
	text-decoration: none;
	line-height: 17px;
	font-size: 0.85em;
	overflow: hidden;
	height: 15px;
	margin-top: 5px;
}

.activityList li .price1 {
	float:left;
	width: 50%;
	line-height: 1.2;
	font-family: AGOPTC;
	text-decoration: line-through;
	font-size: 0.85em;
}

.activityList li .price2 {
	float:left;
	text-align: right;
	width: 50%;
	color: #B51C2E;
	line-height: 1.2;
	font-family: AGOPTC;
	font-size: 0.85em;
}

.activityList .select {
	float:left;
	background: transparent;
	width: 49%;
	padding: 0px;
	margin: 0px;
    border: 1px solid #595757;
    height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #231815;
	margin-top: 5px;
	font-size: 0.85em;
}

.activityList select:nth-of-type(1) {
	margin-right: 2%;
}

.activityList .select:focus {
    outline: none;
}

.activityList input[type=submit] {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	border: none;
	margin-top: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 420px) {

.activityList li .name {
	font-size: 0.8em;
}

.activityList li .price1 {
	float:left;
	width: 100%;
	font-size: 0.8em;
}

.activityList li .price2 {
	text-align: left;
	float:left;
	width: 100%;
	font-size: 0.8em;
}

.activityList .select {
	font-size: 0.8em;
}

}





/*product_detail.html*/
.product_detail_starRating {
	padding-left: 15px;
	padding-right: 15px;
}

.starRating {
	float:left;
	width: 100%;
}

.starRating .starIcon {
	float: left;
	width: 80px;
}

.starRating .starIcon .star_bg1 {
	float: left;
	background-image: url('../images/star_bg1.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
}

.starRating .starIcon .star_bg2 {
	float: left;
	background-image: url('../images/star_bg2.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.starRating .text {
	color: #ff9700;
	float: left;
	margin-left: 5px;
}

.starRating .text span {
	font-size: 0.8em;
	color: #eeb664;
}

#productTitle {
	color: #231815;
	font-size:1.2em;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	width: 100%;
}

#productPhoto {
	float:left;
	width: 100%;
	margin-bottom: 5px;
}

#productPhoto h2 {
	float:left;
	width: 100%;
}

#productPhoto h2 img {
	float:left;
	width: 100%;
}

#productPhoto h2 { /*load img whiteBox*/
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

#productPhoto h2 img {
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	border: none;
	overflow: hidden;
}

#collectTool {
	float: left;
	width: 35px;
	right: 10px;
	top: -30px;
	position: absolute;
}

#collectTool .collect {
	float:left;
	width: 100%;
	text-align: center;
}

#collectTool .collect p {
	float:left;
	padding-top: 30px;
	font-size: 0.85em;
}

#collectTool .checkbox_wrapper {
	position: relative;
	height: 30px;
    width: 30px;
}

#collectTool input[type="checkbox"] {
    opacity:0;
	height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	cursor: pointer;
}

#collectTool input[type="checkbox"] + label {
	height: 30px;
    width: 30px;
	display:inline-block;
	padding: 0 0 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/icon_collect3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#collectTool input[type="checkbox"]:checked + label {
	height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
	background-image: url(../images/icon_collect4.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#productUp {
	float:left;
	width: 100%;
}

#productUp .price {
	float:left;
	width: 100%;
	color: #B51C2E;
	text-decoration: none;
	line-height: 1.2;
	font-family: AGOPTC;
	font-size:1.2em;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#productUp .price span {
	color: #231815;
	text-decoration: line-through;
	line-height: 1.2;
	padding-left: 5px;
	font-family: AGOPTC;
	font-size: 0.8em;
}

#productUp .quantity {
	float:left;
	width: 50%;
	color: #595757;
	text-decoration: none;
	line-height: 1.2;
	height: 30px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#productUp .quantity span {
	color: #B51C2E;
	font-family: AGOPTC;
}

#productUp .tag {
	float:left;
	width: 100%;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#productUp .tag span {
	background-color: #F7931E;
	color: #FFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#productUp .tag a {
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
}

#productUp .tag a:hover {
	color: #000;
}

#productUp .productDesc {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	margin-bottom: 5px;
}

#productUp .colorBox {
	float:left;
	width:100%;
	min-height: 33px;
}

#productUp .colorBox input[type="radio"] {
    display: none;
}

#productUp .colorBox label {
    display:inline-block;
	width: 35px;
	min-height: 35px;
	margin: 2px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #eee;
}

#productUp .colorBox input[type="radio"]:checked + label {
	border: 2px solid #fff;
	/*outline: 1px solid #AFAFAF;*/
	outline: 1px solid #666;
}

#productUp .sizeBox {
	float:left;
	width:100%;
}

#productUp .sizeBox input[type="radio"] {
    display: none;
}

#productUp .sizeBox label {
	display:inline-block;
	padding-left: 5px;
	padding-right:5px;
	margin: 2px;
	cursor: pointer;
	outline: 1px solid #E0E0E0;
	color: #333;
}

#productUp .sizeBox input[type="radio"]:checked + label {
	outline: 1px solid #333;
	color: #000;
}

#productUp .selectBox {
	float:left;
	width:100%;
	margin-bottom: 5px;
}

#productUp .selectBox select {
	float:left;
	width:100%;
	padding: 2px;
}

#selectQuantity {
	float:left;
	width: 40%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#selectQuantity #qty {
	float: left;
	width: 40px;
	height: 38px;
	color: #808080;
	border:solid 1px #C8C9C9;
	text-align: center;
	color: #000;
	font-size: 1.4em;
}

#selectQuantity .inc {
	float: left;
	width: 35px;
	height: 38px;
	color: #808080;
	line-height: 35px;
	text-align: center;
	border:solid 1px #C8C9C9;
	cursor: pointer;
	font-size: 1.5em;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

#selectQuantity .dec {
	float: left;
	width: 35px;
	height: 38px;
	color: #808080;
	line-height: 35px;
	text-align: center;
	border:solid 1px #C8C9C9;
	cursor: pointer;
	font-size: 1.5em;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#selectText {
	float:left;
	width: 60%;
	color: #595757;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	height: 54px;
}

#selectText span {
	color: #FF931E;
}

#buttonBox, #productButtonBox {
	float:left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

#productButtonBox input[type=submit] {
	float: left;
	width: 49%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border: none;
	text-decoration: none;
}

#productButtonBox input[type=submit]:nth-of-type(1) {
	margin-right: 2%;
}

#productButtonBox input[type=submit]:nth-of-type(2) {
	margin-right: 0;
}

#buttonBox div input[type=submit], #buttonBox div a {
	float: left;
	width: 48%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border: none;
	text-decoration: none;
}

#buttonBox div:nth-of-type(1) a, #buttonBox div:nth-of-type(1) input[type=submit] {
	margin-right: 2%;
}

#buttonBox div:nth-of-type(2) input[type=submit] {
	margin-left: 2%;
}

.soldOut {
	float: left;
	width: 100%;
	background-color: #787878;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin-right: 20px;
}

#shareTool {
	float:left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shareTool .share {
	float:left;
	width: 100%;
}

#shareTool .share p {
	float:right;
	padding-top: 5px;
	margin-right: 5px;
}

#shareTool .share img {
	float:right;
	height: 30px;
    width: 30px;
	margin-right: 5px;
}

#productNumber {
	float:left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#productDown {
	float:left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#productsIntroduction {
	height: auto;
	width: 100%;
	float: left;
}

#productsIntroduction .tab {
	background-color: #fff;
	width: 100%;
	float: left;
}

#productsIntroduction .tab .edit {
	padding-top: 30px;
	/*padding-right: 3%;
	padding-left: 3%;*/
	width: 100%;
	float: left;
}

#productSpec, #productArticle, #productSuggestions {
    padding-top: 20px;
	margin-top: -20px;
}

#productsIntroduction .tab #relatedArticle {
	padding-top: 30px;
	padding-bottom: 30px;
}

#productsIntroduction .tab #suggestions {
	padding-top: 30px;
	padding-bottom: 30px;
}

#tab_wrapper {
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 45px 0 0 0;
}

#tab_nav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 98;
	text-align: center;
}

#productsIntroduction nav {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 0px;
    height: 50px;
    z-index: 98;
	max-width: 600px;
	margin: auto;
}

#productsIntroduction nav a {
	color: #333333;
	background-color: #F5F6F6;
	padding: 0px;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}

#productsIntroduction nav a.nav-active {
	position : relative;
	color : #333333;
	background-image: url(../images/color/old/tab.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#productsIntroduction .fixed {
    position: fixed;
    top: 0;
}

#featured {
	float: left;
	width: 94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#featured h3 {
	float: left;
	width: 100%;
	font-weight: normal;
	padding-bottom: 10px;
}

.featuredList {
	float:left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.featuredList li {
	float:left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.featuredList li:nth-child(2n+1) { /*排列*/
    clear: both;
}

.featuredList li:nth-child(2n) {
	margin-right: 0;
}

.featuredList li img {
	float:left;
	width: 100%;
}

.featuredList li img:hover {
	opacity: 0.8;
}

.featuredList li .name {
	float:left;
	width: 100%;
	color: #231815;
	text-decoration: none;
	line-height: 17px;
	font-size: 0.9em;
	/*height: 15px;*/
	margin-top: 5px;
}

.featuredList li .quantity {
	float:left;
	width: 50%;
	color: #231815;
	text-decoration: none;
	line-height: 1.2;
	font-size: 0.8em;
}

.featuredList li .quantity span {
	color: #B51C2E;
	font-family: AGOPTC;
}

.featuredList li .price {
	float:left;
	width: 100%;
	font-size: 0.9em;
	color: #B51C2E;
	text-decoration: none;
	line-height: 1.2;
	font-family: AGOPTC;
	padding-top: 2px;
}

.featuredList li .price span {
	color: #231815;
	text-decoration: line-through;
	line-height: 1.3;
	padding-left: 5px;
	font-family: AGOPTC;
}

@media only screen and (min-width: 1px) and (max-width: 450px) {

.featuredList li .name {
	font-size: 0.95em;
}

.featuredList li .quantity {
	float:left;
	width: 100%;
	font-size: 0.8em;
}

}

.featuredList li .starRating {
	float: left;
	line-height: 0.9;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.featuredList li .starRating .star_bg1 {
	float: left;
	background-image: url('../images/star_bg1.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
}

.featuredList li .starRating .star_bg2 {
	float: left;
	background-image: url('../images/star_bg2.png');
	background-position: left center;
	background-repeat: no-repeat;
}





/*member.html及member1.html及member2.html*/
#memberNav {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#memberNav li {
	float:left;
	list-style-image: none;
	list-style-type: none;
	width: 32%;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border: none;
}

#memberNav li:hover {
}

#memberNav li:nth-child(1) {
	margin-right:2%;
}

#memberNav li:nth-child(2) {
	margin-right:2%;
}

#memberNav li a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	display:block;
}

.memberTable {/*僅使用在member.html及member1.html*/
	float:left;
	width: 100%;
	border: 1px solid #231815;
	font-size: 0.75em;
}

.memberTable th {
	border: 1px solid #231815;
	color: #231815;
	padding-bottom: 5px;
	padding-top:5px;
}

.memberTable td {
	border: 1px solid #231815;
	color: #231815;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.memberTable td a {
	color: #B51C2E;
}

.memberTable1 {/*僅使用在member2.html*/
	float:left;
	width: 100%;
	font-size: 0.95em;
}

.memberTable1 th {
	color: #231815;
	padding-bottom: 5px;
	padding-top:5px;
	width: 25%;
	text-align: right;
}

.memberTable1 td {
	color: #231815;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 75%;
	padding-left: 5%;
}

.memberTable1 td input[type=email], .memberTable1 td input[type=number], .memberTable1 td input[type=password], .memberTable1 td input[type=text], .memberTable1 td .input {
	float: left;
	width: 75%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

.memberTable1 td select {
	float: left;
	width: 75%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

.memberTable1 td textarea {
	float: left;
	width: 75%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	height: 100px;
}

#serviceUpload {
	float:left;
	width: 100%;
	margin-bottom: 10px;
}

#serviceUpload #uploadFile {
	float: left;
	width: 80%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	background-color:#fff;
	margin-right: 10px;
}

#serviceUpload .custom-file-input {
	display: inline-block;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#serviceUpload .custom-file-input input {
	visibility: hidden;
	width: 27px;
}

#serviceUpload .custom-file-input:before {
	content: '';
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/icon_upload1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 27px;
	background-size: contain;
}

#serviceUpload .custom-file-input:hover:before {
	opacity: 0.5;
}

.memberTable1 td .gender input[type="radio"] {
    display:none;
}

.memberTable1 td .gender label:nth-last-child(1) {
	float: left;
	display:inline-block;
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	font-size: 0.85em;
}

.memberTable1 td .gender label:nth-last-child(3) {
	float: left;
    display:inline-block;
    background-color: #fff;
	border: 1px solid #dadada;
	border-right: none;
	padding: 5px;
	/*-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
	cursor: pointer;
	font-size: 0.85em;
}

.memberTable1 td .gender label:nth-last-child(5) {
	float: left;
    display:inline-block;
    background-color: #fff;
	border: 1px solid #dadada;
	border-right: none;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	font-size: 0.85em;
}

.memberTable1 td .gender input[type="radio"]:checked + label {
}

.submit ,.submit1 {
	float: left;
	width: 150px;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border: none;
	position: absolute;
	left: 50%;
	margin-left: -75px;
}





/*progress.html*/
#subject {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#subject a {
	float:left;
	background-image: url(../images/icon_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px 51px;
	background-position: 0px 0px;
	width: 21px;
	height: 25px;
	text-indent: -999px;
	position:absolute;
	left: 20px;
	margin-top: 2px;
}

#subject a:hover {
	background-position: 0px -25px;
}

#subject h2 {
	float:left;
	font-weight: normal;
	width: 100%;
	text-align:center;
	font-size: 1.3em;
}

.progressTable {/*僅使用在progress.html*/
	float:left;
	width: 100%;
	border: 1px solid #DADADA;
	font-size: 0.9em;
}

.progressTable th {
	border: 1px solid #DADADA;
	color: #231815;
	padding-bottom: 10px;
	padding-top:10px;
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
}

.progressTable td {
	border: 1px solid #DADADA;
	color: #231815;
	text-align: left;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
}

.progressTable .now {
	color: #fff;
}

.progressTable .now td {
	color: #fff;
}

.progressTable img {
	width: 35px;
	height: 30px;
}





/*orders.html及return_application.html及return_application1.html*/
.ordersTable {/*僅使用在orders.html*/
	float:left;
	width: 100%;
	border: 1px solid #AFAFAF;
	font-size: 0.9em;
}

.ordersTable th {
	width: 30%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.ordersTable td {
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 70%;
}

.ordersTable1 {/*僅使用在orders.html*/
	float:left;
	width: 100%;
	border: 1px solid #AFAFAF;
	font-size: 0.85em;
}

.ordersTable1 th, .ordersTable2 th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}

.ordersTable1 td {
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border: 1px solid #AFAFAF;
	color: #231815;
}

.ordersTable1 tr td:nth-child(2), .ordersTable1 tr td:nth-child(3), .ordersTable1 tr td:nth-child(4), .ordersTable2 tr td:nth-child(3) {
	text-align: center;
}

.ordersTable1 td a , .ordersTable2 td a {
	color: #B51C2E;
}

.ordersDl {
	float:right;
	width: 70%;
	font-size: 0.9em;
}

.ordersDl dt {
	float:left;
	width: 60%;
	padding: 2px;
	margin: 0px;
	text-align: right;
	padding-right: 20px;
}

.ordersDl dd {
	float:left;
	width: 40%;
	padding: 2px;
	margin: 0px;
	font-family: AGOPTC;
}

.ordersDl dt input[type=checkbox] {/*僅使用在orders.html*/
	display:none;
}

.ordersDl dt input[type=checkbox] + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.ordersDl dt input[type=checkbox]:checked + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check4.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 1px) and (max-width: 400px) {

.ordersDl dt.check {
	background-position: 28% 3px;
}

.ordersDl dt.no_check {
	background-position: 28% 3px;
}

}

@media only screen and (min-width: 401px) and (max-width: 500px) {

.ordersDl dt.check {
	background-position: 40% 3px;
}

.ordersDl dt.no_check {
	background-position: 40% 3px;
}

}

@media only screen and (min-width: 501px) and (max-width: 700px) {

.ordersDl dt.check {
	background-position: 40% 3px;
}

.ordersDl dt.no_check {
	background-position: 40% 3px;
}

}

@media only screen and (min-width: 551px) {

.ordersDl {
	width: 50%;
}

}

.ordersTable2 {/*僅使用在return_application.html*/
	float:left;
	width: 100%;
	font-size: 0.85em;
}

.ordersTable2 tr td:nth-child(4), .ordersTable2 tr td:nth-child(5), .ordersTable2 tr td:nth-child(6) {
	text-align: center;
}

.ordersTable2 td input[type=checkbox] {
	display:none;
}

.ordersTable2 td input[type=checkbox] + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.ordersTable2 td input[type=checkbox]:checked + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.collapseTableOne td {
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border: 1px solid #AFAFAF;
	color: #231815;
}

.collapseTableOne.gray {
	background-color: #EFEFEF;
}

.collapseTableTwo {
	border: 1px solid #AFAFAF;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 0.9em;
}

.collapseTableTwo td {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.collapseTableTwo td .table {
	width: 100%;
	border: none;
}

.collapseTableTwo td .table tr td:nth-child(1) {
	width: 40%;
	border: none;
}

.collapseTableTwo td .table tr td:nth-child(2) {
	width: 60%;
	border: none;
}

.collapseTableTwo td .table tr td select ,.collapseTableTwo td .table tr td input[type=text] {
	width: 80%;
}

.ordersTable3 {/*僅使用在return_application1.html*/
	float:left;
	width: 100%;
	border: 1px solid #AFAFAF;
	font-size: 0.85em;
}

.ordersTable3 th {
	color: #FFFFFF;
	padding: 10px;
	font-weight: normal;
}

.ordersTable3 td {
	text-align: left;
	padding: 10px;
	border: 1px solid #AFAFAF;
	color: #231815;
}

#tabBox {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 20px;
	margin-top: 10px;
}

#tabBox .fix:after {
	content : ".";
	clear : both;
	display : block;
	height : 0;
	visibility : hidden;
}

#tabBox #tabNav {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float:left;
}

#tabBox #tabNav li {
	display: inline-block;
	background-image: url(../images/bg_footerline.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;
}

#tabBox #tabNav li a {
	color: #595757;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}

#tabBox #tabNav li a:hover {
	text-decoration:underline
}

#tabBox #tabNav li:nth-last-child(1) {
	background-image: url(../images/bg_footerline2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tabBox #tabNav li a.active {
	color: #B51C2E;
	text-decoration:underline
}

#tabBox .tabContent {
	height: auto;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

#tabBox .tab {
	display : none;
}





/*login.html及register.html*/
.loginNav {
	float: left;
	width: 100%;
	margin-top: 1px;
}

.loginNav a {
	float: left;
	width: 50%;
	text-decoration: none;
	text-align: center;
	padding: 7px;
	color: #fff;
    -webkit-transition: background-color ease-out 0.8s;
    -moz-transition: background-color ease-out 0.8s;
    -o-transition: background-color ease-out 0.8s;
    transition: background-color ease-out 0.8s;
}

.loginNav a.active {
	background-color:#fff;
	color: #000;
}

.loginForm, .registerForm {
	float: left;
	height: auto;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.loginForm input[type="number"], .loginForm input[type="password"], .registerForm input[type="number"], .registerForm input[type="password"], .loginForm .input, .registerForm .input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	height: 40px;
	padding-right: 10px;
	width: 100%;
	padding-left: 10px;
	font-size: 0.95em;
	color: #666;
	font-weight: normal;
	margin-top: px;
	margin-bottom: 10px;
}

.loginForm div a {
	color: #595757;
}

.loginForm div a:hover {
	color: #999999;
}

#loginUp {
	text-align:center;
    color:#727171;
	font-size: 0.9em;
}

#loginUp img {
	padding-left: 20%;
	padding-right: 20%;
	margin-left:auto;
	margin-right:auto;
}

#loginDown {
	float: left;
	width: 100%;
	text-align:center;
    color:#B5B5B6;
}

#loginDown #showDiv {
	color:#595757;
	cursor:pointer;
}

#loginDown #showDiv:hover {
	color: #999999;
}

#loginDown a {
	color:#595757;
	text-decoration:none;
}

#loginDown a:hover {
	text-decoration:underline;
}

#showDivBox {
	display: none;
	text-align:center;
    color:#595757;
	padding-left : 10%;
	padding-right : 10%;
}

.loginBtn {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	border: none;
	margin-top: 10px;
	font-size: 1.02em;
}

.facebookLoginBtn {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	border: none;
	background-image: url(../images/btn_facebook.png);
	background-position: center center;
	background-size: 175px 32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	position:relative;
}

.facebookLoginBtn:hover {
}

.facebookLoginBtnText {
	float: left;
	position:relative;
	left: 83%;
	top: -30px;
	font-size: 0.8em;
	color: #fff;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	text-indent: 15px;
}

.passwordRegisterBtn {/*下一步*/
	float: left;
	width: 80%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	border: none;
	margin-top: 10px;
	font-size: 1.02em;
	margin-left: 10%;
	margin-right: 10%;
}

.passwordRegisterBtn1 {/*重發驗證碼*/
	float: left;
	width: 80%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: none;
	font-size: 1.02em;
	margin-left: 10%;
	margin-right: 10%;
}

.passwordRegisterBtn2 {/*或撥客服專線04-26765346*/
	float: left;
	width: 80%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 1.02em;
	margin-left: 10%;
	margin-right: 10%;
}





/*cart.html*/
#banner_cart {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#banner_cart img {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#cartOptions {
	float:left;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}

#cartOptions span {
	color:#C1002D;
}

#cartPayment {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#cartPayment input[type="radio"] {
    display:none;
}

#cartPayment label {
	float: left;
	display:inline-block;
	width: 23%;
	line-height: 1.2;
	text-align: center;
	border: none;
	margin-right:2%;
	margin-top:2%;
	cursor: pointer;
	font-size: 0.9em;
	min-height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -9999px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

#cartPayment label:nth-of-type(1) {
	background-image: url(../images/icon1_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(2) {
	background-image: url(../images/icon2_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(3) {
	background-image: url(../images/icon3_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(4) {
	background-image: url(../images/icon4_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(5) {
	background-image: url(../images/icon8_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(6) {
	background-image: url(../images/icon9_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment label:nth-of-type(7) {
	background-image: url(../images/piiluu.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(1) {
	background-image: url(../images/icon1.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(2) {
	background-image: url(../images/icon2.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(3) {
	background-image: url(../images/icon3.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(4) {
	background-image: url(../images/icon4.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(5) {
	background-image: url(../images/icon8.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(6) {
	background-image: url(../images/icon9.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartPayment input[type="radio"]:checked + label:nth-of-type(7) {
	background-image: url(../images/piiluu.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#paymentRadioBox, #paymentRadio1Box, #paymentRadio2Box, #paymentRadio3Box, #paymentRadio4Box {
	font-size: 0.9em;
}

#cartShipping { /*工程師自己加的*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#cartShipping input[type="radio"] {
    display:none;
}

#cartShipping label {
	float: left;
	display:inline-block;
	width: 23%;
	line-height: 1.2;
	text-align: center;
	border: none;
	margin-right:2%;
	cursor: pointer;
	font-size: 0.9em;
	min-height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -9999px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

#cartShipping label:nth-of-type(1) {
	background-image: url(../images/icon5_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartShipping label:nth-of-type(2) {
	background-image: url(../images/icon10_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartShipping label:nth-of-type(3) {
	background-image: url(../images/icon6_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartShipping label:nth-of-type(4) {
	background-image: url(../images/icon7_1.png), url(../images/icon_bg.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
	box-shadow: 0px 0px 3px 0px rgba(133,130,133,1);
}

#cartShipping input[type="radio"]:checked + label:nth-of-type(1) {
	background-image: url(../images/icon5.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartShipping input[type="radio"]:checked + label:nth-of-type(2) {
	background-image: url(../images/icon10.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartShipping input[type="radio"]:checked + label:nth-of-type(3) {
	background-image: url(../images/icon6.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#cartShipping input[type="radio"]:checked + label:nth-of-type(4) {
	background-image: url(../images/icon7.png), url(../images/icon_bg_1.jpg);
    background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: contain, cover;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}

#shippingRadioBox, #shippingRadio1Box, #shippingRadio2Box {
	font-size: 0.9em;
}

.desc {
	display: none;
}

.cartTable {/*僅使用在cart.html*/
	float:left;
	width: 100%;
	font-size: 0.85em;
	border: 1px solid #AFAFAF;
	color: #231815;
}

.cartTable th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	font-weight: bold;
}

.cartTable td {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom: 1px solid #AFAFAF;
}

.cartTable td:nth-child(1) {
	width: 10%;
	text-align: center;
}

.cartTable td:nth-child(2) {
	width: 60%;
	text-align: left;
	vertical-align: top;
}

.cartTable td:nth-child(3) {
	width: 10%;
	text-align: center;
}

.cartTable td:nth-child(4) {
	width: 10%;
	text-align: center;
}

.cartTable td:nth-child(5) {
	width: 10%;
	min-width: 30px;
	text-align: right;
}

.cartTable td p {
	color:#231815;
}

.cartTable td a {
	color:#B51C2E;
	text-decoration:none;
}

.preferentialTable {
	float:left;
	width: 100%;
	font-size: 0.85em;
	border: 1px solid #AFAFAF;
	color: #231815;
	margin-top: 10px;
}

.preferentialTable th {
	padding: 7px;
	font-weight: normal;
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	background-color: #EFEFEF;
}

.preferentialTable td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.preferentialTable td[colspan="2"] {
	border-bottom: 1px solid #AFAFAF;
}

.preferentialTable td span {
	float: left;
	color: #B51C2E;
	margin: 2px;
	border: 1px solid #B51C2E;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.preferentialTable td a {
	float: left;
	color: #000;
	margin: 3px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-decoration: none;
}

.preferentialTable td strong {
	float: right;
	color: #B51C2E;
	margin: 3px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-decoration: none;
	font-size: 1.2em;
	min-width: 70px;
	text-align:right;
}

.preferentialTable td img {
	float: left;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 450px) {

.cartTable td {
	font-size: 0.95em;
}

.cartTable td:nth-child(1) {
	min-width: 50px;
}

.cartTable td:nth-child(1) img {
	width: 40px;
}

.cartTable td {
	padding: 4px;
}

}

@media only screen and (min-width: 451px) and (max-width: 700px) {

.cartTable td:nth-child(1) {
	min-width: 60px;
}

.cartTable td:nth-child(1) img {
	width: 50px;
}

}

@media only screen and (min-width: 701px) {

.cartTable td:nth-child(1) {
	min-width: 70px;
}

.cartTable td:nth-child(1) img {
	width: 60px;
}

}

#couponBox {
	float: left;
	width: 100%;
	border: 1px solid #AFAFAF;
	font-size: 0.8em;
}

#couponBox .left {
	float: left;
	width: 35%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#couponBox .right {
	float: left;
	width: 64%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1%;
}

#couponBox .right span {
	font-size: 0.75em;
}

#couponBox .right input[type=text] {
	float: left;
	width: 125px;
	color: #717171;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #717171;
	padding-left: 10px;
	padding-right: 10px;
}

#couponBox .right button {
	float: right;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: none;
	margin-right: 2%;
}

@media only screen and (min-width: 1px) and (max-width: 455px) {

#couponBox .left {
	width: 100%;
}

#couponBox .right {
	width: 100%;
}

}

.cartTable1 {/*僅使用在cart.html*/
	width: 100%;
	font-size: 0.9em;
}

.cartTable1 th {
	width: 30%;
	font-weight:normal;
	padding: 10px;
	line-height: 1.2;
}

.cartTable1 td {
	width: 70%;
}

.cartTable1 td h4 {
	float:left;
	width: 60%;
	padding: 2px;
	margin: 0px;
	text-align: right;
	padding-right: 20px;
}

.cartTable1 td p {
	float:left;
	width: 40%;
	padding: 2px;
	margin: 0px;
	font-family: AGOPTC;
}

.cartTable1 input[type=checkbox] {
	display:none;
}

.cartTable1 input[type=checkbox] + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.cartTable1 input[type=checkbox]:checked + label {
	height: 20px;
	width: 20px;
	display:inline-block;
	background-image: url(../images/icon_check4.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 1px) and (max-width: 400px) {

.cartTable1 td h4.check {
	background-position: 28% 3px;
}

.cartTable1 td h4.no_check {
	background-position: 28% 3px;
}

}

@media only screen and (min-width: 401px) and (max-width: 500px) {

.cartTable1 td h4.check {
	background-position: 40% 3px;
}

.cartTable1 td h4.no_check {
	background-position: 40% 3px;
}

}

@media only screen and (min-width: 501px) and (max-width: 700px) {

.cartTable1 td h4.check {
	background-position: 50% 3px;
}

.cartTable1 td h4.no_check {
	background-position: 50% 3px;
}

}

@media only screen and (min-width: 551px) and (max-width: 700px) {

.cartTable1 {
	width: 85%;
	float: right;
}

}

@media only screen and (min-width: 701px) and (max-width: 1000px) {

.cartTable1 {
	width: 80%;
	float: right;
}

}

@media only screen and (min-width: 1001px) {

.cartTable1 {
	width: 75%;
	float: right;
}

}

.cartBox {
	float:left;
	width: 100%;
	border: 1px solid #AFAFAF;
}

.cartBox .cartBoxTitle {
	float:left;
	width: 100%;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.cartBox .cartCheckbox {
	margin-left: 20px;
}

.cartBox #cartCheck {
	font-size: 0.95em;
	color: #000;
	font-weight: normal;
	line-height: 1.3;
}

.cartBox .cartBoxContent {
}

.cartBox .cartBoxContent a {
	color: #B51C2E;
	text-decoration: none;
}

.cartBox .cartBoxContent a:hover {
	text-decoration: underline;
}





/*cart1.html:第一次購物.再次購物*/
.cartTable2 {/*僅使用在cart1.html*/
	float:left;
	width: 100%;
	font-size: 0.95em;
	margin-top: 2%;
	margin-bottom: 2%;
}

.cartTable2 th {
	color: #231815;
	padding-bottom: 5px;
	padding-top:5px;
	width: 32%;
	vertical-align: top;
}

.cartTable2 td {
	color: #231815;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 68%;
	padding-right: 5%;
}

@media only screen and (min-width: 1px) and (max-width: 420px) {

.cartTable2 th {
	width: 25%;
	font-size: 0.8em;
}

.cartTable2 td {
	width: 75%;
	font-size: 0.8em;
}

}

.cartTable2 td .stores {
	float: left;
	width: 100%;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.cartTable2 td #creditcard {
	float: left;
	line-height: 30px;
	margin-left: 10px;
	background-image: url(../images/creditcard.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45px auto;
	text-indent: 40px;
	color: #d42f34;
	font-size:0.95em;
	font-weight: bold;
	display: none;
	border: 1px dashed #d42f34;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
}

@media only screen and (min-width: 1px) and (max-width: 500px) {

.cartTable2 td #creditcard {
	width: 85%;
	margin-right: 5%;
	margin-left: 0px;
	background-size: 35px auto;
	text-indent: 35px;
	font-size:0.85em;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 10px;
}

}

@media only screen and (min-width: 501px) and (max-width: 600px) {

.cartTable2 td #creditcard {
	background-size: 35px auto;
	text-indent: 35px;
	font-size:0.85em;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

}

.cartTable2 td input.inputStyle {
	float: left;
	width: 100%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-size: 0.9em;
}

.cartTable2 td input.inputStyle1 {
	float: left;
	width: 22%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-size: 0.9em;
	margin-right: 1%;
}

@media only screen and (min-width: 1px) and (max-width: 420px) {

.cartTable2 td input.inputStyle1 {
	width: 24.5%;
	margin-right: 0.5%;
}

}

.cartTable2 td select.selectStyle {
	float: left;
	width: 40%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.cartTable2 td select.selectStyle1 {
	float: left;
	width: 22%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 0.9em;
	margin-right: 1%;
}

#selector {
	float: left;
	width: 100%;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.cartTable2 td #storesBtn {
	float:left;
	width: 100px;
	height: 30px;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	margin-top: 5px;
}

.cartTable2 td #storesBtn:hover {
	background-color:#DADADA;
}

.cartTable2 td .gender input[type="radio"] {
    display:none;
}

.cartTable2 td .gender label:nth-last-child(1) {
	float: left;
	display:inline-block;
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	font-size: 0.85em;
}

.cartTable2 td .gender label:nth-last-child(3) {
	float: left;
    display:inline-block;
    background-color: #fff;
	border: 1px solid #dadada;
	border-right: none;
	padding: 5px;
	/*-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
	cursor: pointer;
	font-size: 0.85em;
}

.cartTable2 td .gender label:nth-last-child(5) {
	float: left;
    display:inline-block;
    background-color: #fff;
	border: 1px solid #dadada;
	border-right: none;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	font-size: 0.85em;
}

.cartTable2 td .gender input[type="radio"]:checked + label {
}

.cartUpload {
	float:left;
	width: 100%;
}

.cartUpload #uploadFile, .cartUpload #uploadFile1 {
	float: right;
	width: 85%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-size: 0.9em;
	background-color:#fff;
}

.cartUpload .custom-file-input {
	display: inline-block;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.cartUpload .custom-file-input input {
	visibility: hidden;
	width: 27px;
}

.cartUpload .custom-file-input:before {
	content: '';
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/icon_upload1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	background-size: contain;
}

.cartUpload .custom-file-input.uploadCheck:before {
	content: '';
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/icon_upload2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	background-size: contain;
}

.cartUpload .custom-file-input:hover:before {
	opacity: 0.5;
}

.selectorTable {/*僅使用在cart1.html*/
	float:left;
	width: 100%;
}

.selectorTable th {
	float:left;
	width: 34%;
}

.selectorTable td {
	float:left;
	width: 66%;
}





/*cart2.html:完成訂購*/
.cartTable3 {/*僅使用在cart2.html*/
	float:left;
	width: 96%;
	font-size: 0.95em;
	margin: 2%;
}

.cartTable3 th {
	width: 32%;
	vertical-align: top;
	color:#A7304F;
	font-size: 1.15em;
	text-align: left;
}

.cartTable3 td {
	color: #231815;
	width: 68%;
	padding-right: 5%;
	font-size: 0.95em;
}

.cartTable3 td p {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.2;
}





/*service.html*/
.serviceTable {/*僅使用在service.html*/
	float:left;
	width: 100%;
	border: 1px solid #AFAFAF;
	font-size: 0.8em;
}

.serviceTable th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}

.serviceTable td {
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border: 1px solid #AFAFAF;
	color: #231815;
	vertical-align: text-top;
}

.serviceTable td:nth-child(1) {
	min-width: 75px;
}

.serviceTable td:nth-child(2) {
	min-width: 65px;
	text-align: center;
}





/*collect.html*/
.collectList {
	float:left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.collectList li {
	float:left;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}

.collectList li img {
	float:left;
	width: 25%;
}

.collectList li img:hover {
	opacity: 0.8;
}

.collectList li .name {
	float:left;
	width: 72%;
	color: #231815;
	text-decoration: none;
	line-height: 1.2;
	font-size: 0.95em;
	height: 35px;
	margin-left: 3%;
}

.collectList li .price {
	float:left;
	width: 72%;
	color: #000;
	text-decoration: line-through;
	line-height: 1.2;
	font-size: 0.9em;
	font-family: AGOPTC;
	margin-left: 3%;
}

.collectList li .price1 {
	float:left;
	width: 72%;
	color: #B51C2E;
	text-decoration: none;
	line-height: 1.2;
	font-family: AGOPTC;
	margin-left: 3%;
	padding-bottom: 5px;
}

.collectList li .buttonBox {
	float:left;
	width: 100%;
}

.collectList li button {
	float: left;
	width: 48%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #231815;
	border: none;
	margin-top: 10px;
	padding: 5px;
}

.collectList li button img {
	width: 25px;
	height: 25px
}

.collectList li button.buttonAdd {
	background-image: url(../images/color/old/icon_collect.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 108px 27px;
	float: left;
    text-indent: -99999px;
}

.collectList li button.buttonDelete {
	background-image: url(../images/color/old/icon_collect1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 108px 27px;
	float: right;
	text-indent: -99999px;
}





/*product_detail.html 產品介紹下方的相關文章及article.html*/
#articleList {/*列表*/
	float: left;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 0;
	padding-bottom: 2%;
}

#relatedArticle {/*列表*/
	float: left;
	width: 94%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#articleList h3 {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #A7304F;
}

#relatedArticle h3 {
	float: left;
	width: 100%;
	font-weight: normal;
}

#relatedArticle ul, #articleList ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#relatedArticle ul li {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#articleList ul li {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#relatedArticle ul li a, #articleList ul li a {
	display: inline-block;
}

#relatedArticle ul li img {
	float: left;
	width: 32%;
}

#articleList ul li img {
	float: left;
	width: 100%;
}

#relatedArticle ul li .content {
	float: left;
	width: 68%;
	padding-left: 10px;
}

#articleList ul li .content {
	float: left;
	width: 100%;
}

#relatedArticle ul li .content h4.title {
	float: left;
	width: 100%;
	font-size: 1em;
	color: #A7304F;
	line-height: 1.1;
	margin-bottom: 5px;
	transition: color 0.5s ease;
	font-weight:400;
}

#articleList ul li .content h4.title {
	float: left;
	width: 100%;
	font-size: 1em;
	color: #A7304F;
	line-height: 1.1;
	margin-bottom: 5px;
	margin-top: 15px;
	transition: color 0.5s ease;
	font-weight:400;
}

#relatedArticle ul li a:hover .content h4.title, #articleList ul li a:hover .content h4.title {
	color: #58061b;
}

#relatedArticle ul li .content p.article {
	float: left;
	width: 100%;
	color: #1E1E1E;
}

#articleList ul li .content p.article {
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-size: 0.95em;
}

@media only screen and (min-width: 1px) and (max-width: 700px) {

#relatedArticle ul li .content p.article {
	font-size: 0.8em;
}

}

@media only screen and (min-width: 701px) {

#relatedArticle ul li .content p.article {
	font-size: 0.95em;
}

}

/*article_detail.html*/
#articleTitle {
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #000;
	line-height: 1.2;
	font-weight:400;
	margin-bottom: 10px;
	margin-top: 10px;
}

.backBtn {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.backBtn a {
	display: inline-block;
	width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	color: #fff!important;
	text-decoration: none;
	background-color: #F46D8D;
}

.backBtn a:hover {
	background-color: #DD5F84;
}





/*product_detail.html 產品介紹下方的顧客評價*/
#suggestions {/*列表*/
	float: left;
	width: 94%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#suggestions h3 {
	float: left;
	width: 100%;
	font-weight: normal;
}

#suggestions ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

#suggestions ul li {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#suggestions ul li .starRating {
	float:left;
	width: 100%;
}

#suggestions ul li .starIcon {
	float: left;
	width: 80px;
}

#suggestions ul li .starIcon .star_bg1 {
	float: left;
	background-image: url('../images/star_bg1.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
}

#suggestions ul li .starIcon .star_bg2 {
	float: left;
	background-image: url('../images/star_bg2.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#suggestions ul li .text {
	color: #666;
	float: left;
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 3px;
}

#suggestions ul li .content {
	float: left;
	width: 100%;
}

#suggestions ul li .photoList {
	float: left;
	margin-top: 2px;
}

#suggestions ul li .photoList .photoBox {
	float: left;
}

#suggestions ul li .photoList .photoBox .photoListClick {
	float: left;
	cursor: pointer;
}

#suggestions ul li .photoList .photoBox .photo-bg {
	float: left;
	width: 50px;
	height: 50px;
    padding: 2px;
	border: 1px solid #F46D8D;
	background-size: cover;
	background-position: center;
}

#suggestions ul li .photoList .photoBox .photo-large {
	float: left;
	width: 100%;
	margin-top: 5px;
}

#suggestions ul li .photoList .photoBox .photo-large img {
	float: left;
	width: 100%;
}


#suggestions ul li .content p.article {
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-size: 1em;
	line-height: 1.3;
}

#suggestions-more {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#suggestions-more a {
	display: inline-block;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
	color: #F46D8D;
	border: 1px solid #F46D8D;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	transition:background 0.2s linear;
}

#suggestions-more a:hover {
	background-color: #F46D8D;
	color: #fff;
}

#suggestions-table {
	float: left;
	width: 100%;
	border: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-top: 10px;
}

#suggestions-table td {
	font-size: 0.95em;
}

#suggestions-table td.td1 {
	border-right: 1px dotted #ccc;
	text-align: center;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#suggestions-table td.td1 p {
}

#suggestions-table td.td1 strong {
	color: #ff9700;
	font-size: 2.2em;
	line-height: 1;
}

#suggestions-table td.td2 {
	padding: 10px;
}

#suggestions-table td.td2 span {
	color: #ff9700;
}
