@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

body {
	font-family: "微軟正黑體";
}
	
h5{
	text-align: center;
	font-size: 20px;

}
/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 390px;
    background-size: 100%;
	background-image: url(../image/test1.png);

}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;

	display: none;

}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	border-radius: 0 0 10px 10px;
	display: none;

}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ffffff;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.C_outer {
	width: 390px;
	min-height: 200px;
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;


}

.C_photo img{
	width: 100%;

}

.C_photo {
	display: block;
	float: left;
	margin: 20px;
	margin-top: 20px;
	width: 150px;
	height: 150px;
	clear: none;
	overflow: hidden;
	background-size: 100%;

}


.C_simply {
	font-size: 20px;
	width: 190px;
	margin: auto;
	margin-top: 25px;
	height: auto;
	display: block;
	clear: none;
	overflow: hidden;

}

.C_simply a{
	text-decoration: none;
	color: blue;
}

.C_simply a:hover{
	text-decoration: underline;

}

.C_price {
	margin: auto;
	text-align: center;
	color: red;
	font-size: 24px;
	margin-top: 10px;
	height: auto;
	display: block;
	clear: none;
	overflow: hidden;

}

.logo {
	display: none;
}

.ui-menu { 
	width: 90%; 

}

#viewMenu {
	margin-bottom: 10px;
	display: none;

}

#searchDiv {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-right: 20px;
	border-radius: 3px;
	opacity: 0.7;

}

.menu_small {
    	background-size: 100%;
	background-image: url(../image/test1.png);
	display: block;
	position:fixed;
	height: 50px;
	top: 0px;
	left: 0px;
	font-family: "微軟正黑體";
	width: 100%;
	opacity: .8;



}
/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

body {
	background-size: 100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color: #FFFFF0;
	background-blend-mode: multiply;
}
.gridContainer {
	background-size: 100%;
	width: 690px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	padding-top: 0;
	margin: auto;
	box-shadow:4px 4px 18px -2px rgba(20%,20%,40%,0.5);
	background-color: #ffffff;


}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 140px;
	background: none;
	display: block;


	
}
#LayoutDiv2 {

	clear: none;
	float: left;
	margin-left: 0;
	width: 550px;
	height: 130px;
	background: none;
	border-radius: 0;
	display: block;

}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 30px;
	margin-top:0;
	width: 500px;
	padding-left:20px; 
	display: block;

}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 90px;
	display: block;

}
.photo {
	margin:0px 20px 0px 20px;
}

.C_outer {
	width: 200px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ffffff;
	opacity: .9;

}

.C_photo {
	margin: auto;
	float: none;
	margin-top: 20px;
	width: 150px;
	height: 150px;
	background-size: 100%;

}

.C_simply {
	font-size: 20px;
	width: 180px;
	margin: auto;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}


.C_price {
	font-size: 28px;
	margin-top: 10px;
	height: 50px;

}

.pagination {
	margin-left: 33%;

}

.logo {
	width: 230px;
	height: 150px;
	background-size: 100%;
	background-image: url(../image/logo.png);
	position: absolute;
	margin-left: -30px;
	margin-top: -15px;
	display: block;
	opacity: .8;
}
.logo:hover {
 	opacity: 1;

}

.ui-menu { 
	width: 140px; 

}

#viewMenu {
	margin-top: 130px;
	margin-bottom: 20px;
	display: block;

}

#viewMenu_phone {
	display: none;


}

#searchDiv {
	margin-top: 10px;
	margin-right:10px; 
	background-color: #FFFFFF;

}

.menu_small {
	display: none;
}


}/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。*/ 

@media only screen and (min-width: 769px),print {
	
body {-webkit-print-color-adjust: exact;}
a[href]:after {content: none !important;}

body {
	background-size: 100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color: #FFFFF0;
	background-blend-mode: multiply;
}
.gridContainer {
	background-size: 100%;
	width: 984px;
	padding-top: 0;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	box-shadow:4px 4px 18px -2px rgba(20%,20%,40%,0.5);


}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 140px;
	background: none;
	display: block;


	
}
#LayoutDiv2 {

	clear: none;
	float: left;
	margin-left: 0;
	width: 840px;
	height: 130px;
	background: none;
	border-radius: 0;
	display: block;

}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 10px;
	margin-top:0;
	width: 820px;
	padding-left:10px; 
	padding-top:10px;
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	display: block;


}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 90px;
	display: block;

}
.photo {
	margin:0px 20px 0px 20px;
}


.C_outer {
	width: 200px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ffffff;
	opacity: .9;

}

.C_photo {
	margin: auto;
	float: none;
	margin-top: 20px;
	width: 150px;
	height: 150px;
	background-size: 100%;

}

.C_simply {
	font-size: 20px;
	width: 180px;
	margin: auto;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}


.C_price {
	font-size: 28px;
	margin-top: 10px;
	height: 50px;

}

.pagination {
	margin-left: 33%;

}

.logo {
	width: 230px;
	height: 150px;
	background-size: 100% !important;
	background-image: url(../image/logo.png) !important;
	position: absolute;
	margin-left: -30px;
	margin-top: -15px;
	display: block;
	opacity: 0.3;
}
.logo:hover {
 	opacity: 1;

}

.ui-menu { 
	width: 140px; 

}

#viewMenu {
	margin-top: 130px;
	margin-bottom: 20px;
	display: block;



}

#viewMenu_phone {
	display: none;


}


#searchDiv {
	margin-top: 10px;
	

}

.menu_small {
	display: none;
}

} /* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。*/





.ui-menu a { 
	text-decoration: none;
	font-family: "微軟正黑體";
	display: block; 

}

.ui-menu-item-wrapper {
	border:0px;
}

.ui-widget-header {
	font-family: "微軟正黑體";
	padding: 5px 10px;

}

#LayoutDiv1 .ui-widget.ui-widget-content {
	border: 0px;
	margin: auto;
}

.ui-spinner {
	width: 60px;
	margin-top: -10px;
	float: right;
}

.ui-button {
	margin:20px 0px 0px 70px;
}

.ui-corner-all.ui-widget {
	font-family: "微軟正黑體";
}


#serch {
	padding: 6px 5px 6px 10px;
	margin: 2px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 0.5px solid #404040;


}

#searchbutton{
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	

}

.simply {
	width: 380px;
	display: block;
	padding: 5px;
	float: left;

}

.photo {
	width: 390px;
	min-height: 500px;
	display: block;
	float: left;

}

.simply table tr td {
	border-bottom: 1px dashed #6C6C6C;
	padding: 40px 0px 2px 0px;
	
}

.simply table tr {
	height: 70px;
	
}

.simply1 p:nth-child(1) {
	font-size: 16px;
	color: #888888 !important;
	 

}


.simply1 p:nth-child(2) {
	position:relative; 
  	bottom:22px;
	font-size: 26px;
	line-height: 30px;
	font-weight:800;

}


#Msinge {
	font-size: 25px;
}

#Msinge1 {
	color: blue;
	text-decoration: line-through;
	font-size: 24px;
}


.simply table tr td:nth-child(1){
	padding-left:10px; 
	width: 110px;
	font-size: 18px;
}

.simply table tr:nth-child(1) td:nth-child(2){
	font-size: 45px;
	color: #FF3333;
	font-weight:800;

}

.simply table tr:nth-child(1) td:nth-child(1){
	padding-top: 70px;

}

.introduction {
	display: block;
	width: 340px;
	font-size: 18px;
	margin: auto;

}

.introduction p:nth-child(1){
	text-decoration: none;

}


.explain {
	width: 95%;
	display: block;
	background: #FFFFFF;
	float: left;
	margin: auto;
	margin-bottom: 30px;
	border-top: 1px solid #D9D9D9;
	font-size: 18px;
	border-radius: 5px;
	opacity: 0.9;


}

#Psinge {
	
	font-size: 25px;
	clear: both;
}


.Remark1commend , .Newcommend {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

.Remark1commend span , .Newcommend span{
	display: block;
	font-weight: 700;
	font-size: 20px;
	width: 90%;
	margin-bottom: 10px;
	text-indent: 20px;
	height: 25px;
	border-bottom: 1px solid #FFDD55;
	border-radius: 40px 0px 40px 0px;
	background-color: #FFFF77 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fbcbc), color-stop(100%, #2F4F4F)) !important;
	background-image: -webkit-linear-gradient(#8fbcbc, #2F4F4F) !important;
	background-image: linear-gradient(#ffffff, #FFFF77) !important;
	clear: both;
}

.C_remark2 {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-image: url(../image/Hot_icon.png) !important;
	background-size: 100%;
}

.menu_small a {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	padding: 5px;
    border-radius: 5px;
    border: 0.5px solid #404040;
	text-decoration: none;
	outline: medium none;
}

strong {

	color: #FF0000;
}