/*Registration Information*/
.submissionBtn {
    background-color: #ed728f;
    display: block;
    color: #FFF !important;
    line-height: 50px;
    font-weight: 600;
  font-size:20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    width: 350px;
}

.submissionBtn:hover {
    transition: bgckground-color .5s ease;
    background-color: #ed597b;
    color: #FFF;
}

.RegistrationTable {
	width: 100%;
}

.RegistrationTable tr td {
	padding: 10px 15px;
	border: 1px solid white;
	text-align: center;
	background-color: #ededed;
}

.RegistrationTable2 {
	width: 100%;
}

.RegistrationTable2 tr td {
	padding: 10px 15px;
	border: 1px solid white;
	text-align: center;
	background-color: #ededed;
}

.regDomesticBtn {
	background-color: #ed728f;
	display: block;
	color: #FFF !important;
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 30px 0;
	border-radius: 10px;
	cursor: pointer;
	font-family: Microsoft JhengHei;
	width: 100%;
}

.regDomesticBtn:hover {
	transition: bgckground-color .5s ease;
	background-color: #ed597b;
	color: #FFF;
}

/*main-coontent*/
.main-coontent {
    line-height: 24px;
    color: #777;
}

.main-coontent h1 {
    text-align: center;
    margin: 20px 0 20px 0;
    color: #1B1B58;
    font-family: 'Verdana';
    text-transform:uppercase;
}

.main-coontent h3 {
    margin: 30px 0 20px 0;
    color: #43328C;
    font-family: 'Verdana';
}

.main-coontent h4 {
    margin: 30px 0 20px 0;
    color: #C44981;
    font-family: 'Verdana';
}

.main-coontent ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 24px;
    color: #777;
}

.main-coontent p a {
    color: #286090;
}

.main-coontent p a:hover {
    text-decoration: underline;
    outline: none;
}

.main-coontent p {
    letter-spacing: normal;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
}

.main-coontent a {
    color: #286090;
    text-decoration: none;
}
/*main-coontent~END*/