
.b-only {
	width: 100%;
}

.a-only {
	width: 100%;
}

.button {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    font-weight: 600;
    color: #ffffff;
	font-family: "微軟正黑體";
	background:linear-gradient(0deg,#a40b27,#f92759 );
}



        
.style4 {
	font-family: "微軟正黑體"; 
	font-size: 18px; 
	color: #ff5353; 
	font-weight: bold; 
}

footer {
    background-color: #FFFFFF;
    color: #711208;
}

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.container2 {
margin-top: 40px;
}

.profile2 {
	width: 100%;
}

header {
    width: 98%;
    height: 0%;
    background-color: #FFFFFF;
	text-align:right;
}


.button3 {
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 36px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.button3 a{ text-decoration:none;
   color: #FFFFFF;
}

/* Mobile */
@media (max-width: 320px) {
	
.a-only {
display: none !important;
			
}	
	
.profile2 {
	width: 50%;
}

.container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.container2 {
margin-top: 0px;
}
	
	.button3 {
    font-size: 50%;
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
}	
	
	
	.button {
    font-weight: 500;
     font-size: 70%;
}
	
	
	
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
.a-only {
display: none !important;
	
}	

.profile2 {
	width: 50%;
}		
	
.container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}	

.container2 {
margin-top: 0px;
}
	
.profile2 {
	width: 90%;
}
	
.button3 {
    font-size: 70%;
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
}

	.button {
    font-weight: 500;
     font-size: 70%;
}	
	
	
}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.b-only {
display: none !important;
}
		

.container2 {
margin-top: 0px;
}	

}
	
@media (min-width: 1097px) and (max-width: 4000px) {

.b-only {
display: none !important;
}

.container2 {
margin-top: 40px;
}	
	
.profile2 {
	width: 96%;
}
	

}
