@charset "utf-8";

@import url("../packages/default/css/import.css");


/* 投稿フローページ
------------------------------------------------*/
.wrap-step{
    width: 670px;
    padding: 15px 20px 25px;
    margin: 20px 0 0;
    text-align: left;
    background: #FFFFFF;
    color: #333333;
}
.wrap-step h2{
    padding: 1px 0 2px;
    margin: 0 0 20px;
    border-bottom: 3px solid #CCCCCC;
    font-size: 150%;
    font-weight: bold;
}
.wrap-step .intro{
    height: 111px;
    padding: 20px 0 0;
    margin: 0 0 22px;
    background: url("../img/step/biginning.gif") no-repeat right top;
}
.wrap-step .title-attention{
    font-weight: lighter;
}
.wrap-step ol{
    padding: 0;
    list-style: none inside;
    line-height: 1.6;
}
/* 4ステップ図 */
.wrap-step .wrap-box-step{
    padding: 12px;
    margin: 0 0 25px;
    overflow: hidden;
    background: #E7E6E6;
}
.wrap-step .wrap-box-step h3{
    margin: 0 0 6px;
    font-size: 150%;
}
.wrap-step .box-step{
    width: 150px;
    height: 142px;
    margin: 0 12px 0 0;
    padding: 4px 0;
    float: left;
    text-align: center;
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    color: #666666;
}
.wrap-step .box-step .space{
    margin: 0 0 8px;
}
.wrap-step .box-step.end{
    margin: 0;
    float: right;
}
.wrap-step .box-step dt{
    font-size: 135%;
    font-weight: bold;
}
.wrap-step .box-step dd{
    margin: 0;
    font-size: 85%;
}

/* ステップ1～4共通 */
.wrap-step .wrap-houto{
    padding: 20px;
    margin: 0 0 20px;
    border: 1px solid #CCCCCC;
    line-height: 1.6;
    overflow: hidden;
}
.wrap-step .wrap-houto h3{
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
}
.wrap-step .wrap-houto p{
    margin: 0 0 15px;
}
.wrap-step .wrap-houto em{
    font-weight: lighter;
}
.wrap-step .point{
    padding: 10px 12px;
    font-weight: bold;
    overflow: hidden;
    background: #F3E6D5;
    color: #CC0000;
}
.wrap-step .point img{
    display: block;
    float: left;
}
.wrap-step .point strong{
    display: block;
    float: right;
}
.wrap-step .notes{
    padding: 8px;
    font-weight: bold;
    font-size: 90%;
    color: #666666;
    background: #F3F3F3;
}

/* ステップ1 */
.wrap-houto.step01 .text-houto{
    width: 400px;
    float: left;
}
.note-title{
    font-size: 75%;
}
.wrap-houto.step01 .img-houto{
    width: 202px;
    float: right;
}
.wrap-houto.step01 .point strong{
    width: 325px;
}

/* ステップ2 */
.wrap-houto.step02{
    height: 260px;
    background: url("../img/step/img-step02.jpg") no-repeat 20px 60px;
}

.wrap-houto.step02 p{
    margin:0 0 15px 290px;
}

/* ステップ3 */
.wrap-houto.step03{
    height: 270px;
    background: url("../img/step/img-step03.jpg") no-repeat 20px 70px;
}
.wrap-houto.step03 p{
    margin:0 0 15px 290px;
}

/* ステップ4 */
.wrap-houto.step04{
    background: url("../img/step/img-step04.jpg") no-repeat 20px 74px;
}
.wrap-houto.step04 .text-houto{
    margin:0 0 15px 290px;
}
.wrap-houto.step04 .point{
    margin: 0 0 15px;
}
.wrap-houto.step04 .point strong{
    width: 265px;
}
.wrap-houto.step04 dl{
    font-weight: lighter;
    font-size: 85%;
    clear: both;
    color: #333333;
}
.wrap-houto.step04 .number{
    font-weight: bold;
}