

@media screen and (max-width: 980px){

	input[type="number"] {
		margin-top: 10px;
	}

	.ctc{
		float: left;
		width:100% !important;
		text-align: center !important;
		min-height: 70px;
	}

	.ctc:nth-child(1):before{
		content: '商品';
		float: left;
		width:100% !important;
		text-align: center !important;
		background: #eee;
	}

	.ctc:nth-child(3):before{
		content: '商品規格';
		float: left;
		width:100% !important;
		text-align: center !important;
		border-top:#aaa 1px solid;
		background: #eee;
	}

	.ctc:nth-child(4):before{
		content: '單價';
		float: left;
		width:100% !important;
		text-align: center !important;
		border-top:#aaa 1px solid;
		background: #eee;
	}

	.ctc:nth-child(5):before{
		content: '數量';
		float: left;
		width:100% !important;
		text-align: center !important;
		border-top:#aaa 1px solid;
		background: #eee;
	}

	.ctc:nth-child(6):before{
		content: '價格';
		float: left;
		width:100% !important;
		text-align: center !important;
		border-top:#aaa 1px solid;
		background: #eee;
	}

	.ctc:nth-child(7):before{
		content: '變更';
		float: left;
		width:100% !important;
		text-align: center !important;
		border-top:#aaa 1px solid;
		background: #eee;
	}

}