/* CSS Document */
@charset "utf-8";
/*************************
 main
**************************/
.howtoList{}
.howtoList dt{
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3em;
    background-color: #EEE;
    font-weight: bold;
    border-left: 5px solid #AAA;
    color: #333;
}
.howtoList dd{
    margin-bottom: 50px;
    color: #000;
}
.howtoList dd h3{
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 5px solid #333;
    color: #333;
}
.howtoList dd p{
    margin-bottom: 30px;
}
.howtoList dd ul{
    margin-bottom: 30px;
    color: #333;
}
.howtoList dd ul > li{
    margin-left: 20px;
    list-style-type: decimal;
    margin-bottom: 5px;
    line-height: 120%;
}