a {
	color: #e77800;
}

/* -------------------------------------top */
html, body, h1, h2, h3, h4, h5, button, select {
	font-family: "Microsoft JhengHei", "微軟正黑體", "Arial";
	color: #4e4e4e;
}

/* -------------------------------------radio*/
.radio_wrapper {
	text-align: center;
	margin-top: 50px;
}

.radio_wrapper>div {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.mdl-radio__outer-circle {
	border: 2px solid #d3d3d3;
	width: 20px;
	height: 20px;
	top: 2px;
}

.mdl-radio__inner-circle {
	width: 10px;
	height: 10px;
	top: 7px;
	left: 5px;
	background-color: #FA8E19;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
	border: 2px solid #d3d3d3;
}

.mdl-radio__ripple-container {
	top: -9px;
	left: -11px;
}

.mdl-radio__label {
	font-size: 18px;
}

/* -------------------------------------select*/
.styled-select {
	height: 29px;
	overflow: hidden;
	width: 100%;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 100%;
}

.styled-select.slate {
	background: url(../../images/bigMyVideo/guidePage/select_arrow.png) no-repeat 98%
		center;
	-webkit-background-size: 12px 12px;
	-o-background-size: 12px 12px;
	background-size: 12px 12px;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.styled-select.slate select {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	height: 40px;
	width: 120%;
	color: #4E4E4E;
}

.styled-select.slate select:focus {
	outline-style: none;
}

/* -------------------------------------查詢地區*/
.page-wrapper h3 {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
	padding: 0 16px;
}

.district-select {
	background: url(../../images/bigMyVideo/guidePage/block_bg.jpg);
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center bottom;
	padding: 30px 16% 10px 16%;
	padding-bottom: 20px;
}

.select-wrapper {
	margin-bottom: 60px;
}

.select-wrapper .getmdl-select {
	width: 44% !important;
	float: left;
	margin: 0 3% 0 3%;
}

.select-wrapper h5 {
	margin: 0;
	margin-bottom: 16px;
}

.select-wrapper .note {
	clear: both;
	font-size: 18px;
	line-height: 1.5;
}

.select-wrapper .note.result {
	color: #FA8E19;
}

.select-wrapper .search-btn-wrapper {
	text-align: center;
	margin: 15px auto 30px;
}

button.search {
	padding: 12px 8px;
	width: 40%;
	min-width: 132px;
	font-size: 18px;
	background-color: #FA8E19;
	color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

button.search:hover {
	background-color: #e77800;
}

button.search:focus {
	outline-style: none;
}

/* -------------------------------------foot-note*/
.foot-note {
	padding: 30px;
	color: #4E4E4E;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}

.foot-note ol {
	padding-left: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.foot-note ol li{
	list-style-type: decimal;
}

.clearfix:before,
.clearfix:after{
        content: "";
        display: table;
}
.clearfix:after{
        clear: both;
}