.gameSelectorSuc
{
    width: 95%;
    height: 400px;
    background-color: white;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.suc-more-game
{
    height: 400px;
    margin-top: 20px;
}

.rec_game {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif,"Open Sans","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans","游ゴシック",YuGothic;
    width: 350px;
    height: 80px;
    border: 1px solid #444;
    margin: 5px auto;
    cursor: pointer;
    display: flex;
    text-align: left;
    left: 0px;
}

.rec_frame
{
	position: absolute;
    width: 290px;
    height: 80px;
}

.rec_image 
{
    width: 80px;
    height: 80px;
    border-right: 1px solid #444;
    position: absolute;
    
}

.rec_title 
{
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 90px;
    width: 260px;
}

.rec_explain {
    position: absolute;
    top: 32px;
    left: 90px;
    width: 260px;
    font-size: 14px;
}