/*start rule_style.css*/

h2 {
    width: 200px;
    height: 24px;
    background-image: url(../images/rule_title.png);
    background-repeat: no-repeat;
}

.rule_detail_title {
    background-position: 0 -25px;
    margin-left: 30px;
}

.rule_detail_title2 {
    background-position: 0 0px;
    margin-left: 30px;
}

.rule_detail_title3 {
    background-position: 0 -50px;
    margin-left: 30px;
}

.rule_detail_ruledetail {
    width: 90%;
    height: auto;
    margin: 20px auto;
}

.rule_detail_ruledetail strong {
    font-weight: bold;
}

.rule_detail_ruledetail p {
    margin-left: 20px;
    line-height: 1.3em;
    font-family: "tahoma";
    font-size: 14px;
    color: #333;
}

.rule_detail_image {
    float: left;
    width: 17px;
    height: 17px;
}

.rule_line {
    width: 90%;
    margin: 30px auto;
    border-bottom: 1px solid #EAEAEA;
}

.rule_left {
    width: 40%;
    height: 216px;
    margin-left: 50px;
    margin-top: 50px;
    float: left;
    margin-bottom: 20px;
}

.rule_left img {
    margin-top: 8px;
}

.rule_right {
    width: 52%;
    height: auto;
    margin-left: 10px;
    margin-top: 30px;
    float: left;
    background-image: url(../images/rule_bg_right.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.rule_right strong {
    font-weight: bold;
}

.rule_right p span {
    margin-left: 35px;
    width: 200px;
}

.rule_right img {
    margin-top: -15px;
    margin-left: 20px;
}

.rule_right p {
    margin-left: 25px;
    padding: 5px 15px 5px 10px;
}

.rule_right ul li {
    list-style: circle;
    margin-left: 80px;
}

.rule_right li strong {
    color: #d71921;
    font-weight: bold;
}

.clear {
    clear: both;
}

p.rule_condition {
    font-size: 12px;
    color: #ed434a;
}

.rule_right_lower {
    background-image: url(../images/award_rule_lower.jpg);
    width: 446px;
    height: 135px;
    margin-left: 15px;
    margin-top: 0;
}

.rule_right_lower p {
    margin-left: 120px;
    width: 290px;
    padding-top: 25px;
    line-height: 1.2em;
}

.rule_right_lower p span {
    margin-left: 35px;
    width: 200px;
    color: #d71921;
    line-height: 1.3em;
}