@charset "UTF-8";

@import url('/webobj/TravelTeam/css/style_show_layout_rwd.css');

/* 表格轉區塊 */
@media all and (max-width: 1000px)
{
/* 出團資訊列表 */
	#showselect_main .showselect_grp table td:first-child{ width: 100%; }

	#showselect_main .showselect_grp table td:nth-child(2){
		width: 100%;
		font-size: 1.25rem;
		border-bottom: 1px solid #DDD;
		box-sizing: border-box;
	}
	#showselect_main .showselect_grp table td:nth-child(3){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(4){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(5){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(6){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(7){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(8){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(9){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(10){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(11){
		width: 100%;
		font-size: 1.25rem;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		box-sizing: border-box;
	}
	#showselect_main .showselect_grp table td:nth-child(11) > a{ color: #FE0000; }

	#showselect_main .showselect_grp table td:nth-child(12){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(13){ width: 50%; }

	#showselect_main .showselect_grp table td:nth-child(14){
		width: 100%;
		color: #555;
	}

	#showselect_main .showselect_grp table td:first-child:before{
		content: "團號";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(2):before{
		content: "出發日期";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(3):before{
		content: "星期";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(4):before{
		content: "天數";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(5):before{
		content: "總機位";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(6):before{
		content: "已報名";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(7):before{
		content: "可售";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(8):before{
		content: "後補";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(9):before{
		content: "出發地";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(10):before{
		content: "航空";
		display: block;
		color: #7F7F7F;
	}
	#showselect_main .showselect_grp table td:nth-child(12):before{
		content: "訂金";
		display: block;
		color: #7F7F7F;
	}
}