/*index*/
body {
    font-family: Microsoft JhengHei !important;
    background-image:url(../images/backgroundMoeny@3x.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/*20200721*/
.container{
    margin: 0 auto;
    float: none;
    /* padding-left: 0;
    padding-right: 0; */

}
.header{
    margin:0 -15px;
    text-align: center;
}
.header_COUPON{
    max-width:100% ;
}
.content h1{
    font-weight: bolder;
    font-size: 15px;
    margin-top: 10px;
}
.dollar{
    float:right;
    color: #ffb900;
    font-size: 30px;
    margin-top: -5px;
    margin-right: 5px;

}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content p{
    margin-top: -6px;
    color:#646464 ;
    margin-bottom: 10px;
}
.free_color{
    color: #fe893b;
    font-weight: bold;
}
.bold_p{
    font-weight: bold;
}
.text_decoration{
    /* text-decoration: underline; */
    font-weight: bold;
}
.content ul{
    margin: -8px 0 5px -30px;
}
li{
    background-image: url(../images/record.png);
	padding-left:16px;

	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px;
 }

