@charset "utf-8";
/* survey.css */

body {
    background-color: #CCEBEB;
    width: 800px;
    margin: 20px auto;
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 13px;
}
#main {
    color: #333333;
    padding: 30px 55px;
    background-color: #fff;
}
#main h1{
    text-indent: -9999px;
    background: #FFFFFF url(../img/research/help-h1.gif) no-repeat ;
    height: 30px;
}
#main ul.help-list{
    background: #FFFFFF url(../img/research/help-list.gif) no-repeat scroll;
    width: 570px;
    height: 32px;
    padding: 3px 0 3px 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#main .help-list li{
    float: left;
    background: url(../img/icon/ico-slash.gif) no-repeat right center scroll;
    padding: 5px 15px 5px 5px;    
}
#main .help-list li.lastchild{
    background: none;
}
.help-box {
    margin-bottom: 15px;
}

.help-box h2{
    color: #fff;
    font-size: 14px;
    background: #FFFFFF url(../img/research/help-h2.gif) no-repeat scroll;
    width: 670px;
    height: 16px;
    padding: 3px 10px 6px;
    font-weight: bold;
}
.help-box .lead,
.main-doubt-box,
.main-box{
    background-color: #F6F6F0;
    padding: 20px;
    line-height: 1.4;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.help-box p.lead strong{
    color:#FF0000;
    font-weight: normal;
}

.main-box,
.main-doubt-box{
    background-color: #FFF;
}

.main-doubt-box h3{
    color: #666666;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FF9999;
    margin-bottom: 5px;
}


.main-doubt-box h3 span{
    font-weight: bold;
    border-left: 8px solid #FF9999;
    padding-left: 10px;
}


.main-box h3{
    color: #666666;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #009999;
    margin-bottom: 5px;
}


.main-doubt-box p{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.main-doubt-box p.img{
    text-align: center;
    margin-bottom: 30px;
}

.main-box {
    /*position: relative;*/
}

.main-box .incentive{
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    padding-left: 10px;
    right: 20px;
    border: none;
}

.main-box h3 span,
.main-box h3 span.step{
    font-size: 16px;
    font-weight: bold;
    border-left: 8px solid #009999;
    padding-left: 10px;
}
.main-box h3 span.step{
    color: #009999;
}

.main-box p{
    margin-bottom: 30px;
    padding: 0 10px;
}

.main-box p span.attention{
    color: #0099FF;
}

.help-box .lead li{
    padding-bottom: 5px;
    list-style: inside decimal ;
}
.help-box .lead li a{
    text-decoration: underline;
}

.up{
    text-align: right;
    margin: 5px 0;
}

p.close{
    text-align: center;
    padding-top: 20px;
}