/*
* help.css
*/

#part_help_index {
    width: 303px;
    margin: -15px auto 0;
    position: relative;
}

.table_navi {
    width: 100%;
    overflow: hidden;
}

.table_navi img {
    width: 80px;
    margin-left: 10px;
    margin-right: -15px;
    float: left;
}

.table_navi div {
    text-align: left;
    width: 209px;
    height: 88px;
    margin-top: 25px;
    padding: 16px 10px 0 35px;
    line-height: 1.4;
    background: url("../../../img/page/Home/index/hi_box_comment.png") no-repeat;
    background-size: 209px 88px;
    color: #4a1a02;
    float: left;
}

#part_help_index .table_body_type1 {
    padding: 3px 13px 3px;
}

#part_help_list {
    padding-top: 8px;
    position: relative;
}

#part_help_list > .table_title {
    position: relative;
    left: -15px;
    margin-left: 0;
    margin-bottom: 10px;
}

#part_help_list > ul {

}

#part_help_list > ul > li {
    margin: 0 auto 8px;
}

#part_help_list > ul > li.help_title {
    width: 275px;
}

#part_help_list > ul > li.help_title > div {
    text-align: left;
    padding-top: 11px;
    padding-left: 10px;
    line-height: 1.3;
    color: #dbbd4f;
    position: relative;
    z-index: 1;
}

#part_help_list > ul > li.help_title > div span {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px
}

#part_help_list > ul > li.help_title.on > div span {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

#part_help_list > ul > li.help_detail {
    display: none;
}

#part_help_list > ul > li.help_detail > .attention_box {
    padding-top: 15px;
    margin-top: -20px;
    background-color: #1e0832;
    border: 1px solid #cead4a;
}

#part_help_list > ul > li.help_detail > .attention_box .attentions {
    line-height: 1.2;
}

#part_help_list > ul > li.help_detail > .attention_box .attention_box_title {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fffc00;
}

.mt15 {
    margin-top: 15px !important;
}
