@charset "utf-8";
/* CSS Document */
.index_subject{
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-family: "微軟正黑體";
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid hsla(0,0%,80%,1.00);
	font-size: 35px;
	}
#product{
	display: flex;
	flex-wrap: wrap;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.prange{
	margin: 2%;
	width: 21%;
	cursor:pointer;
	}
	
.prange imgbg{
	display: block;
	width: 100%;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	
.prange h2{
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	color: hsla(0,0%,46%,1.00);
	}
	
.prange introduction{
	display: block;
	font-weight: lighter;
	font-size: 16px;
	overflow-y: hidden;
	height: 40px;
	}
	
.prange price{
	display: block;
	margin-top: 20px;
	}
	
.prange price subject{
	background-color: hsla(0,0%,67%,1.00);
	border-radius: 3px;
	color: hsla(0,0%,100%,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	margin-right: 10px;
	}
	
.prange price num{
	color: hsla(359,48%,49%,1.00);
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	top: 5px;
	}

