@charset "utf-8";

/*=========================================================
    index
        1. heading level1
        2. heading level2
        3. heading level3
        4. heading level4 - level6
=========================================================*/

/* 4.heading
=========================================================*/

#open #content h1.ind {
    width: 660px;
    height: 100px;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: url(../../open/images/ind_ptit2.jpg) no-repeat;
}

#open #content h1.ind span {
    display: none;
}

/* 5. contentArea03
=========================================================*/

#open .anchor {
    border: 3px solid #DDDDDD;
    margin-bottom: 30px;
}

#open .anchor td {
    padding: 8px 15px;
}

#open .anchor td a {
    padding-left: 10px;
    background: transparent url(../images/ico_triangle_down.png) no-repeat left center;
    min-height: 6px;
    height: auto !important;
    height: 6px;
}


@media screen and (max-width: 600px) {

    #open #content h1.ind {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding: 0;
        border: none;
        background: none;
        font-weight: bold;
        color: #681B00;
    }
    #open #content h1.ind span {
        display: block;
    }


}
