@charset "UTF-8";

#main{
background:url(images/bg.jpg) top left no-repeat;
}
#cts{
width: 840px;
margin: 80px auto;
}
#moguro{
margin-bottom:80px;
}
.standCharaWrap{
display: inline-block;
width: 340px;
vertical-align: bottom;
}
#moguro .standCharaWrap{
margin-right: 30px;
}
#master .standCharaWrap{
margin-right: 30px;
}
.standChara{
width: 340px;
height: 430px;
background:url(images/chara_stand_bg.png) top center no-repeat;
background-size: 100%;
}
.poseCharaWrap{
display: inline-block;
width: 400px;
vertical-align: bottom;
}
#moguro .poseCharaWrap{
margin-right: 30px;
}
#master .poseCharaWrap{
margin-right: 30px;
}
.poseChara{
width: 400px;
margin-bottom: 50px;
}
#moguro .poseChara{
height: 265px;
}
#master .poseChara{
height: 220px;
}
.nameWrap{
position: relative;
width: 400px;
height: 160px;
}
.comment{
display: block;
width: 104px;
height: 50px;
background:url(../comment/images/comment.png) 0 0 no-repeat;
text-indent: -9999px;
position: absolute;
margin-top: -163px;
margin-left: 285px;
}