@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    message_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    padding: 40px 15px 0 15px;
}

#content_body .section_inner h2{
    margin: 0 0 30px 0;
}

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 14px;
    line-height: 2em;
}

#content_body .section_inner p.sign{
    margin: -25px 0 0 0;
}

#content_body .section_inner p.sign img{
    width: 134px;
}

#content_body .section_inner .tr{
    width: 300px;
    margin: 60px 0 -10px auto;
}

#content_body .section_inner p.illust{
    margin: -130px 0 0 0;
    text-align: right;
    position: relative;
}

#content_body .section_inner p.illust img{
    width: 100%;
    max-width: 160px;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}


} /* ----- max-width: 640px ----- */
