@charset "utf-8";
/*===========================================
	enjoy openClose.css
=============================================*/

#contents .toggleList .Gray{
    font-size: 0;
    cursor: pointer;
    padding: 1em 0 0.75em 0.75em;
    font-weight: bold;
    border: #d2d2d2 1px solid;
    border-radius: 6px;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    margin-top: 0.75em;
    width: 100%;
    box-sizing: border-box;
}    

#contents .toggleList .Gray span{
    font-size: 1.125rem;
    display: flex;
    padding: 1em 0 0.75em 0.75em;
}

#contents .toggleList .Gray:focus-visible{
    outline: thin dotted;
}

#contents .toggleList .Gray span:focus-visible{
    outline: thin dotted;
}

#contents .toggleList .Gray > span:before{
    content: "";
    background: url(/support/share/images/st_open.png) no-repeat;
    width: 25px;
    height: 18px;
}

#contents .toggleList .Gray.active > span:before{
    background: url(/support/share/images/st_close.png) no-repeat;
}

#contents .toggleList > .detailArea{
    display: none;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #d2d2d2;
}

#contents .toggleList > .detailArea ol{
    margin-left: 3em;
}

@media (max-width: 640px){
    #contents .toggleList > .detailArea ol{
        margin-left: 1em;
    }
}