/*

explanation.html

 */

#content-single {
    background: #efefef;
}

.body .section-wrapper,
.body .intro-wrapper {
    text-align: center;
}

.body .section-wrapper {
    border: 3px solid #ddd;
    background: #fff;
}

.body .intro {
    width: 840px;
    text-align: left;
    margin: 0 auto 20px;
    overflow: hidden;
}

.intro .text {
    width: 410px;
    margin-right: 20px;
    float: left;
}

.intro .process {
    width: 410px;
    overflow: hidden;
    color: #fff;
    background: #ddd;
    float: left;
    font-size: 1.1em;
    line-height: 1.5;
}

.process dl {
    width: 390px;
    margin: 10px;
    background: #ddd;
    color: #444;
    position: relative;
}

.process dt {
    font-weight: bold;
    margin-bottom: 1.0em;
}

.process dl dt, .process dl dd.explain {
    margin-left: 120px;
}

.process dl dd.fig {
    position: absolute;
    top: 0px;
    left: 0px;
}

.body .section {
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    width: 840px;
    overflow: hidden;
}

.section .role-list,
.section .supplement {
    width: 860px;
    margin: 0 -20px 0 0;
    overflow: hidden;
    _zoom: 1;
}

.section .role-list {
    margin-top: 40px;
}

.role-list .roles,
.supplement ul {
    width: 410px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}

.role-list .roles li {
    position: relative;
    width: 410px;
    min-height: 60px;
    margin-bottom: 20px;
    _height: auto !important;
    _height: 60px;
}

.roles li h3,
.roles li p.description {
    margin-left: 75px;
}

.roles li p.description {
    margin-top: 0px;
}

.roles p.role-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.roles p.role-icon img {
    border: 1px solid #ddd;
}

.supplement li {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
}

.supplement .notes li {
    color: #666;
    font-weight: normal;
    text-indent: -1.0em;
    margin-left: 1.0em;
}

.register {
    clear: both;
    height: 150px;
    background: url(../img/bg_regi-btn.png) top center no-repeat;
    text-align: center;
}

.register p {
    margin: 0;
    padding-top: 30px;
}