body{
background-color:#fff;
}

#popup{
width:400px;
height:610px;
margin:0 auto;
}

#inner{
position:relative;
width:400px;
height:610px;
margin:0 auto;
}
.img{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
width:400px;
height:400px;
}

.name{
position:absolute;
top:555px;
right:10px;
color:#383c3c;
font-weight:bold;
}
.katagaki{
position:absolute;
top:530px;
right:10px;
color:#383c3c;
font-weight:bold;
}

.text{
width:300px;
height:140px;
position:absolute;
top:510px;
left:230px;
color:#fff;
}
