#content-main ul li{
    font-size: 17px;
    letter-spacing: -1px;
    margin-top: 3px;
    margin-left: 10px;
}
img.pledge00{
	margin-top: 30px;
}
table tbody tr td img.img2 {
	width: 350px;
}
#content-main table p.box {
    border: 1px dotted #666;
    width: 90%;
    margin: 10px auto;
    padding: 20px;
}

#content-main a.btn {
	display: block;
    margin: 10px auto;
    padding: 10px 15px;
    width: fit-content;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #ff7031;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition-duration: 0.3s;
}
#content-main a.btn:hover {
    background: #ff4d00;
    color: #fff;
}
#content-main img.img3 {
	width: 840px;
}
#content-main div.box {
	display: none;
}