@charset "utf-8";
/* CSS Document */

#ftGuide h1 {
    background: #4F9D4A;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin: 0;
}

#ftGuide #acMenu {
    margin: 0;
    text-align: left;
    }
#ftGuide #acMenu dt{
    border-top: 1px dotted #4F9D4A;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    background: #FBFBE3;
    color: #125A0C;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    background-image: url(https://www.nodahoney.com/contents/ex/img/common/ft-guide-arrow-arrow-down.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 14px;
}
#ftGuide #acMenu dt.active {
    background-image: url(https://www.nodahoney.com/contents/ex/img/common/ft-guide-arrow-up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 14px;
}
#ftGuide #acMenu dd{
	color:#333333;
    width: 100%;
    font-size: 12px;
    display:none;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}
