@media screen and (max-width:897px) { 
    #item_comment{
        width: 100%
    }
}
@media screen and (min-width:898px) {
    #item_main_contents{
        width: 1000px;
        margin: 0 auto;
    }
    .fs-l-main{
        width: 1000px;
        margin: 0 auto;
    }
}

/*回遊パーツ*/
#realtime_order{
	margin-bottom: 20px !important;
}


