@charset "utf-8";
/* CSS Document */
.m_range {
	color: #000000;
	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: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(115,115,115,1.00) 0%,rgba(17,17,17,1.00) 100%);
	height: 40px;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	line-height: 38px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 5px 7px #000000;
	box-shadow: 0px 5px 7px #000000;
	text-align: center;
	}

.b_line {
	position: relative;
	z-index: 2;
	border-right: 1px solid #515151;
	height: 50px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	}	
.m_range2 {
	position: relative;
	z-index: 1;
	color: #0E0E0E;
	font-size: 14px;
	font-family: "微軟正黑體";
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	background-color: #ECECEC;
	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: 3;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	background-image: -webkit-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	color: #000000;
	text-align: center;
	text-shadow: 0px 0px 0px;
	font-family: "微軟正黑體";
	font-size: 16px;
	-webkit-box-shadow: 3px 3px 5px #848484;
	box-shadow: 3px 3px 5px #848484;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: -20px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
	#div:hover{
	background-image: -webkit-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(205,205,205,1.00) 0%,rgba(130,130,130,1.00) 100%);
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FF0004;
	font-weight: bold;
	}

