@charset "UTF-8";

/* 空室一覧のテーブルの賃料の項目を広くする場合 */
/*========================================================================================================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
====================================            メディアクエリ(width=768px以上)            ====================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
==========================================================================================================================
========================================================================================================================== 
========================================================================================================================== 
========================================================================================================================== */
@media screen and (min-width: 768px){




/*-----------------------空室一覧//-----------------------*/
#contents .contentsArea .inner .planCaption .number { width: 11%; }
#contents .contentsArea .inner .planCaption .plan { width: 22%; }
#contents .contentsArea .inner .planCaption .rent { width: 19%; }
#contents .contentsArea .inner .planCaption .deposit { width: 15%; }
#contents .contentsArea .inner .planCaption .date { width: 8%; }
#contents .contentsArea .inner .planCaption .remarks { width: 14%; }
#contents .contentsArea .inner .planCaption .details { width: 11%; }

#contents .contentsArea .inner .roomWrap .roomLink .number { width: 11%; }
#contents .contentsArea .inner .roomWrap .roomLink .plan { width: 22%; }
#contents .contentsArea .inner .roomWrap .roomLink .rent { width: 19%; }
#contents .contentsArea .inner .roomWrap .roomLink .deposit { width: 15%; }
#contents .contentsArea .inner .roomWrap .roomLink .date { width: 8%; }
#contents .contentsArea .inner .roomWrap .roomLink .remarks { width: 14%; }
#contents .contentsArea .inner .roomWrap .roomLink .details { width: 11%; }
/*-----------------------//空室一覧-----------------------*/

}