@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    message_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    padding: 0 60px;
}

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

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    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 p.illust{
    margin: -255px 0 40px 0;
    text-align: right;
    position: relative;
}

#content_body .section_inner p.illust img{
    width: 214px;
}

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

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

} /* ----- min-width : 641px ----- */
