﻿@charset "utf-8";
/* CSS Document */

/*------------------------素版----------------------------*/

.Sbigbox{
	margin: 0 auto;
}
/*視窗固定在右下角*/
  .div_right_bottom {
        background-color:#FFF;
        width: 130px;
        float: right;
        position: fixed;
        right: 70px;
        bottom: 0px;
        z-index: 20;
        border: 2px solid #69c;
        _position: absolute; /* position fixed for IE6 */
    }
/*房子背景*/
.housebg{
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.goodbigbox{
	width: 800px;
	float: left;
	height: 470px;
	margin-left: 50px;
	margin-top: 20px;
	}

/*banner區*/
.banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.stoername{
	width: 1100px;
	height: 150px;
	background-image: url(../images/store/sign2.png);
	background-repeat: no-repeat;
 }
.company{
	font-size: 16pt;
	font-weight: bold;
	color: #a95303;
	font-family: "微軟正黑體";
	text-shadow: 0px 1px 4px #FFF;
	padding-top: 108px;
	padding-left: 500px;
	width: 20em;
	height: 1.2em;
	overflow:hidden; 
 }
 
/*店家評比分數*/
.score{
	color:#FFF;
	font-size: 14pt;
	font-family: "微軟正黑體";
	margin-top: -38px;
	margin-left: 30px;
	}
/*按鈕大框*/
.bottonbigbox{
	width: 200px;
	height: 670px;
	float: left;
	background-image:url(../images/store/menubroad2.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	}
/*個別按鈕的框*/
.bottonsamll{
	margin: 8px 5px 0px 5px;
	}
/*店家按鈕*/
.stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #D86701;
	border: 2px solid #ff8a00;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}

/*店長姓名*/
.bossname{
	font-family:"微軟正黑體";
	text-align: center;
	line-height: 20px;
	font-size: 15pt;
	font-weight: bold;
	color: #fffee5;
	padding-top: 167px;
	padding-bottom: 12px;
	width: 195px;
	}


/*商品圖文框*/
.phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #8aa8c0 solid 2px;
	margin: 10px 5px 10px 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
	}

/*商品圖*/
.goodphoto{
	width: 124px;
	height: 120px;
	margin: 5px 7px 5px 7px;
	border: #DBDBDB solid 1px;
	}
.goodphoto img{
	width: 120px;
	height: 120px;
	border: 0;
}

/*商品名稱*/
.goodname{
	width: 130px;
	margin: 0px 0px 5px 8px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	font-family: "微軟正黑體";
	}
	
/*商品名稱超連結*/
.goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.onsaletitle{
	color: #b51e28;
	font-size: 12pt;
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-left: 8px;
	font-family: "微軟正黑體";
	}
/*特價價錢*/
.onsalemoney{
	color: #b51e28;
	font-size: 12pt;
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	font-family: "微軟正黑體";
	}
/*copyright*/
.copyright{
	font-family:"微軟正黑體";
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	color: #000000;
	font-size: 11pt;
	margin-top: 5px;
	}

/*內文區大框*/
.conbigbox{
	width: 800px;
	float: left;
	height: 640px;
	margin-left: 50px;
	margin-top: 30px;
	}
		
/*商店介紹、關於我們 內文*/
.storecontant{
    width: 800px;
	height: 600px;
	font-family:"微軟正黑體";
	font-size: 14pt;
	line-height: 25px;
	text-align: justify;
}

/*所有商品*/
.alltitxt{
	font-family:"微軟正黑體";
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	color:#910611;
	}
	
/*條件填寫區域*/
.learningbox{
	width: 1100px;
	height: 850px;
	background-image: url(../images/store/white-bg2.png);
	margin: 0 auto; /*置中*/
	background-repeat: no-repeat;
}
