@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: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(91,148,119,1.00) 0%,rgba(50,86,66,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(91,148,119,1.00) 0%,rgba(50,86,66,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(91,148,119,1.00) 0%,rgba(50,86,66,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(91,148,119,1.00) 0%,rgba(50,86,66,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: 5px 5px 5px #434343;
	-webkit-box-shadow: 0px 5px 7px #A4A4A4;
	box-shadow: 0px 5px 7px #A4A4A4;
	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: #7A7A7A;
	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: #232323;
	text-align: center;
	text-shadow: -1px 0px 0px #FFFFFF;
	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(111,150,126,1.00) 0%,rgba(36,69,46,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(111,150,126,1.00) 0%,rgba(36,69,46,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(111,150,126,1.00) 0%,rgba(36,69,46,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(111,150,126,1.00) 0%,rgba(36,69,46,1.00) 100%);
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}

