@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		QandA
----------------------------------------------------*/
strong {
    font-weight: bold;
}

div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_qa.png) top left no-repeat;
    text-indent: -9999px;
}

div#section-right p.notice {
    margin: 10px 0 0 15px;
    width: 600px;
    padding: 10px;
    border: solid 5px #999;
    background: #EEE;
}

div#section-right ul#eight-steps {
    margin: 15px 0px 5px 20px;
}
div#section-right ul#eight-steps li {
    margin: 5px 0 0 20px;
    padding: 0 0 0 15px;
    background: url(../../images/icon_detail.png) center left no-repeat;
}

div#section-right dl {
    margin: 20px 0 0 25px;
    padding: 10px;
    width: 580px;
    border: solid 1px #CCC;
}

div#section-right dl dt {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    font-weight: bold;
    border: dotted 1px #CCC;
    border-width: 0 0 1px;
    background: url(../images/icon_q.png) center left no-repeat;
}

div#section-right dl dd {
    margin: 0;
    padding: 10px 10px 10px 40px;
    width: 500px;
    line-height: 2.0;
    background: url(../images/icon_a.png) 0px 10px no-repeat;
}

div#section-right dl dd p {
    margin: 0 0 10px;
}
