
/*eventCSS.css 181227新增*/
.contract01_back {
	position: relative;
	width: 100%;
	height: 100%;
	background-color:rgb(0,0,0,0.6);;
}
.contract02_midFrom {
	position: relative;
	/* [disabled]height: 80%; */
	background-color: #000;
	border: 10px solid #666;
	margin-right: 25%;
	margin-left: 25%;
	padding-top: 20px;
}

.contract03_inside01 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.contract03_inside02 {
	position: relative;
	margin-right: 4%;
	margin-left: 4%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.contract03_inside03 {
	position: relative;
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	line-height: 30px;
}
.contract03_inside04 {
	position: relative;
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333;
	width: 66px;
	line-height: 30px;
	border-radius: 10px;
}
.contract03_inside05 {
	position: relative;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #333;
	width: 60px;
	line-height: 30px;
}
.contract03_inside06 {
	position: relative;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.contract03_inside07 {
	position: relative;
	margin-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
}
.contract03_inside08 {
	position: relative;
	font-family: "微軟正黑體";
	font-size: 22px;
	line-height: 50px;
	color: #000;
	background-color: #FC0;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 40%;
	margin-left: 40%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: bold;
}
.contract03_inside08:hover{
	background-color: #0C9;
	transform: scale(1.1,1.1);
}

