@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}


.container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}


img {
	vertical-align:top;
}

.b-only {
	width: 100%;
}

.a-only {
	width: 100%;
}

.button2 {
    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: bold;
    color: #ffffff;
	font-family: "微軟正黑體";
	background:linear-gradient(0deg,#de4c5f,#ef667a );
}

a{ text-decoration:none;
	color: #505050;

} 

.column {
    width: 50%;
    text-align: center;
    padding-top: 0px;
    float: left;
}

.profile {
	width: 100%;
}

.style {
    border-radius: 5px;
    padding: 12px;
    width:calc(50%);
    font-size: 200%;
    font-weight: 700;
	color: #5c5c5c;
	border:2px black solid;
	font-family: "微軟正黑體";
	
}

input[type="submit"]{
    background-color: #ff3131;
    cursor: pointer;
    border-radius: 10px;
	font-family: 微軟正黑體;
	color: #FFFFFF;
	width:120px; 
	height:50px; 
    font-size: 180%;
	border: 0;
	border-radius:5px;
}


.url {
    color: #ffa72b;
    text-align: left;
    font-family: "微軟正黑體";
	font-size: 150%;
    font-weight: bold;
    padding-top: 30px;
}

.profile2 {		
width: 60%;
}

/* Mobile */
@media (max-width: 320px) {

.a-only {
display: none !important;
}
	

.column {
	width: 100%;
	margin-top: 0px;
}


	
.button2 {
    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: bold;
    color: #ffffff;
	font-family: "微軟正黑體";
	font-size: 65%;
	line-height: 15px;
	background:linear-gradient(0deg,#de4c5f,#ef667a );
}	

.url {
	font-size: 100%;
    font-weight: bold;
    padding-top: 5px;
	padding-left: 20px;
	line-height: 30px;
}	
	
.profile2 {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}	
	
	
.profile {
	width: 74%;
}
	
	
.style {
    width:calc(54%);
    font-size: 92%;
	padding: 8px 5px;
}

 input[type="submit"]{

    font-size: 90%;
	width:66px; 
	height:36px; 
}
	
	
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

.a-only {
display: none !important;
}

.button2 {
    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: bold;
    color: #ffffff;
	font-family: "微軟正黑體";
	font-size: 65%;
	line-height: 15px;
	background:linear-gradient(0deg,#de4c5f,#ef667a );
}

.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
	
.url {
	font-size: 120%;
    font-weight: bold;
    padding-top: 10px;
	padding-left: 30px;
	line-height: 30px;
}
	
.profile2 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
.profile {
	width: 70%;
}
	
	
.style {
    width:calc(56%);
    font-size: 120%;	
}

input[type="submit"]{
    font-size: 120%;
	width:92px; 
	height:42px; 
}
		
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.b-only {
display: none !important;
}

.profile2 {		
width: 50%;
margin-top: 20px;
}

.profile {
	width: 70%;
}
	
.url {
    font-size: 130%;
    font-weight: bold;
    padding-top: 20px;
    line-height: 30px;
    text-align: center;
}
}
	
@media (min-width: 1097px) and (max-width: 4000px) {

	
.b-only {
display: none !important;
}

.intro {
	width: 70%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;	
}
	
.url {
    font-size: 160%;
    font-weight: bold;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
}
	
.profile2 {
    width: 32%;
    margin-top: 30px;
    margin-bottom: 40px;
}
	
.style {
    width:calc(30%);;
}
	
	
}
