@charset "utf-8";

/**
 *---------guide-------------
 */

h2#headGuide {
    height: 38px;
    background-image: url('../i/clt_guide_head.png');
}

h3 {
    padding: 5px;
    margin-bottom: 25px;
    border-bottom: 4px solid #DDD;
}

div#guideWrapper p {
    text-indent: 1em;
    margin-bottom: 1em;
}

h4 {
    margin-bottom: 4px;
}

div#attention {
    margin-bottom: 30px;
    padding: 1.5em;
    background-color: #F7F7F7;
}

div#attention h4 {
    padding: 5px;
    margin-bottom: 15px;
    background-color: #CCC;
}

div#attention ul {
    list-style: disc;
}

div#attention ul li {
    margin-left: 20px;
    line-height: 150%;
    margin-bottom: 6px;
    font-size: 1.2em;
    color: #555;
}
