@charset "utf-8";
/* CSS Document */

.message_photo{
float: right;
width: 52%;
}
.message_photo img{
width: 100%;
}
.message_txt{
width: 46%;
padding-right: 2%;
}

.message_txt .writer_name{
display: block;
padding-top: 3em;
}
@media only screen and (max-width: 1200px) 
{}

@media only screen and (max-width: 760px) 
{
.message_photo{
width: 100%;
padding-bottom: 30px;
}
.message_txt{
width: 100%;
padding-right: 0%;
}
}