@charset "utf-8";

/* 出張買取
------------------------------*/
/* top txt */
#top_txt{
    width: 360px;
    float: left;
    text-align: justify;
    padding-bottom: 0px;
    line-height: 1.8;
}
#top_txt img{display:block;margin-bottom:4px;}
#top_txt p{padding:4px 0;}

/* caution */
#caution{
    width: 330px;
    float:right;
    line-height:1.5;
    font-size:0.92em;
    border: solid 1px #E1DDD7;
}
#caution dl,
#caution p,
#caution h3{margin:14px;}

#caution dl{margin-bottom:0px;}
#caution dt{font-size:1.1em;color:#336699;}
#caution dt strong{font-weight:normal;}
#caution dd{
    color:#F08EA3;
    padding-bottom: 10px;
    text-align: justify;
}
#caution dd ul{
    list-style-type: none;
}
#caution dd li{display:inline;padding-right:0.4em;}



/* nagare */
#nagare{
    clear:both;
    background-image: url(../../images/pink_bottom_line.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding:25px 0 5px 0;
    margin-top:25px;
}

#nagare h4 {
    background-image: url(../images/title_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #EEC5CD;
    padding-left: 7px;
    border-bottom:solid 10px white;
}

#nagare h4 img {
    display:block;
}

#nagare div{
    padding-left: 110px;
    margin: 15px 20px;
    padding-bottom:20px;
}
#nagare h5{
    font-size:1.2em;
    color:#537EA9;
    background-color: #FFFFDD;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    padding: 0 10px;
}

#nagare div p{padding:4px 8px;}


#step01{
    padding-top:7px;
    background-image: url(../../images/buy/syuccyo/nagare_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#step02{
    padding-top:7px;
    background-image: url(../../images/buy/syuccyo/nagare_02.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
div#step03{
    padding-top:7px;
    padding-bottom:30px;
    background-image: url(../../images/buy/syuccyo/nagare_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

div#step04{
    padding-top:0px;
    background-image: url(../../images/buy/syuccyo/nagare_04.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
div#step04 strong{font-weight:normal;color:#f00;}
/* tel_num */
p.tel_num{
    font-size: 0.92em;
    color:#555;
    vertical-align:1;
    line-height:1;
}
p.tel_num span{
    background-color: #336699;
    color: white;
    padding: 1px 4px;
    font-size: 0.94em;
}
p.tel_num strong{
    font-family: Arial, Helvetica, sans-serif;
}
p.tel_num em{
    color: #FF0066;
    font-size: 1.6em;
    font-style:normal;
    padding-right:20px;
    padding-left: 6px;
}



