﻿:root {
    --line-color: #a69d7c;
    --title-color: #f5e0c9;
}

/*  詳表文字大小 - for手機版  */

@media screen and (max-width: 991px) {



	/*  法院&案號  */
	#Detail .item-detail-title {
		font-size: 18px;
	}
	/*  地址  */
	#Detail .item-detail-address {
		font-size: 18px;
	}



	/*  標題(上部分)  */
	#Detail .detail-main span[data-th]:before {
		font-size: 16px;
	}
	/*  內容(上部分)   */
	#Detail .detail-main td {
		font-size: 16px;
	}



	/*  標題(下部分)  */
	#Detail #title2, #Detail #title3 {
		font-size: 16px;
		color: #212529;
		line-height: 30px;
	}
	/*  內容(下部分)   */
	#Detail .detail-info td {
		font-size: 16px;
		line-height: 1.5rem;
	}

    #Detail #title2, #Detail #title3 {
        background-color:var(--title-color);/*中間和下方表格抬頭*/
    }

}