@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
}
body{
	font-family: 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
	background-color:#ecdee3;
	padding-bottom: 20px;
}
a {
    color: #d03168;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ff57c2;
    text-decoration: underline;
}
sr{
	font-size:12px;
	color:#F00;
}
r2{
	color:#F30;
}
g1{
	color:#3e9200;
	font-weight:bold;
}
y1{
	color:#ffefaf;
}
button#sent {
    display: table;
    margin: auto;
}
#wrapper ,#header-con{
	width:60%;
	margin:auto;
}
#header{
	background-color:#e15585;
	width:100%;
	display:table;
	padding-top: 10px;
    padding-bottom: 10px;
}
#login-logo{
	float:left;
}
#login-logo img {
    width: 100%;
    height: auto;
}
#login-notice{
	color: #fff;
	text-align:right;
	float:right;
	font-weight:bold;
}
#login-t {
    margin: 6px;
}
#login-t a{
	margin-left:3px;
	text-decoration:none;
	color:#333;
	background:#FC0;
	padding:2px 5px;
	border-radius:5px;	
}
#login-t a:hover{
	background:#F90;
	
}
#con{
	clear:both;
}
/**/
.my-form {
    background-color: #ffffff;
    border: 1px solid #afafaf;
    padding: 15px 45px;
    border-radius: 0px 0px 5px 5px;
    margin: 0px auto 10px auto;
    /*width: calc(100% - 90px);*/
	width:100%;
    display: table; 
}
#big-title{
	background:#ffaeca;
	border: 1px solid #afafaf;
	border-bottom:0px;
	border-radius: 5px 5px 0px 0px;
	/*width: calc(100% - 90px);*/
	padding: 5px 45px;
	color:#000;
	font-weight:bold;
	margin: 20px auto 0px auto;
	font-size: 16px;
    text-align: center;
}
#stitle{
	font-weight: bold;
}
#consumer-number{
	float: right;
    margin: 7px 0px 33px 0px;
    font-size: 16px;
    background: #e8e8e8;
    padding: 5px 15px;
    border-radius: 3px;
}
#infoset{
	margin-top: 25px;
    border: 0px;
    padding: 5px 15px;
    border-radius: 4px;
}
#news {
    width: 50%;
    float: right;
    clear: both;
    color: #fff;
    text-align: right;
    float: right;
    font-weight: bold;
}
@media screen and (max-width: 768px) and (min-width: 481px){
#wrapper, #header-con {
    width: 80%;
}
#login-notice {
    margin-top: 22px;
}
div#news {
    width: 100%;
    text-align: left;
    float: none;
}
}
@media screen and (max-width: 480px){
#wrapper, #header-con {
    width: 91%;
}
#login-notice {
    float: left;
}
}