/*--------------------------------------------------------------------------*/
/*- 画像                                                                   -*/
/*--------------------------------------------------------------------------*/
.r-pane-image{
    margin-bottom : 20px;
}
.r-pane-image:after{
	content: "";
	display: block;
	clear: both;
}
.r-pane-image-left{
    float:left;
    margin-right:20px;
}
.r-pane-image-right{
    float:left;
}