@charset "utf-8";
/* CSS Document */
.m_range {
	color: #434343;
	font-size: 14px;
	font-family: "微軟正黑體";
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 24px;
}
.mtitle{
	position: relative;
	z-index: 500;
	height: 40px;
	color: #000000;
	font-family: "微軟正黑體";
	line-height: 38px;
	border-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24px;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	padding-top: 10px;
	padding-bottom: 10px;
	}

.b_line {
	position: relative;
	z-index: 0;
	border-right: 1px solid #515151;
	height: 50px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	}	
.m_range2 {
	position: relative;
	z-index: 100;
	color: #7A7A7A;
	font-size: 14px;
	font-family: "微軟正黑體";
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -5px;
}
.m_b {
	position: relative;
	z-index: 200;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	color: #232323;
	text-align: center;
	font-family: "微軟正黑體";
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: -20px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: hsla(0,0%,100%,1.00);
	width: 40%;
	}
	
	#div:hover{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background-color: hsla(0,0%,74%,1.00);
	}

