@charset "UTF-8";

/*
 * 伝票詳細css タブレット用
 */

#wapper_sub_slip_detail .content_header_sub {
	font-size : 3vw;
}

#wapper_sub_slip_detail .space_row {
	height: 3vw;
	min-height: 3vw;
}

/*
 * ボタン
 */
#wapper_sub_slip_detail .btn.square_btn {
	font-size: 3vw;
	line-height: 8vw;
	margin-bottom: 2vw; /* 微調整 */
}

/*
 * content_body部分
 */

.wapper_sub_slip_detail .content_body .view_area .table_div {
	height: 0;
	margin: 0.8vh 0 0.8vh 0;
	font-size: 4vw;
}


.wapper_sub_slip_detail .content_body .view_area .table_div .title {
	padding: 1.5vh 0 1.5vh 0;
	font-size: 3vw;
	height: 3vw;
}

.wapper_sub_slip_detail .content_body .view_area .group_title {
	height: 3vw;
	line-height: 3vw;
	font-size: 3vw;
	padding: 1.5vh 0 1.5vh 0;
	margin-top: 0.8vh;
}

.wapper_sub_slip_detail .content_body .view_area .table_name .customer_cd,
.wapper_sub_slip_detail .content_body .view_area .table_name .customer_name,
.wapper_sub_slip_detail .content_body .view_area .table_name .delivery_cd,
.wapper_sub_slip_detail .content_body .view_area .table_name .delivery_name,
.wapper_sub_slip_detail .content_body .view_area .summary,
.wapper_sub_slip_detail .content_body .view_area .product_cd,
.wapper_sub_slip_detail .content_body .view_area .product_name1,
.wapper_sub_slip_detail .content_body .view_area .table_name .product_name2,
.wapper_sub_slip_detail .content_body .view_area .table_name .capacity {
	padding: 1.5vh 0 1.5vh 0;
	font-size: 4vw;
	height: 3vw;
	line-height: 4vw;
}

.wapper_sub_slip_detail .content_body .view_area .price_table {
	margin-top: 0.8vh;
	margin-bottom: 0.8vh;
}

.wapper_sub_slip_detail .content_body .view_area .price_table tr {
	font-size: 4vw;
}

.wapper_sub_slip_detail .content_body .view_area .price_table td {
	height: 3vw;
	line-height: 3vw;
}

.wapper_sub_slip_detail .content_body .view_area .price_table th{
	font-size: 3vw;
	height: 3vw;
	line-height: 3vw;
	padding: 1.5vh 0 1.5vh 0;
}

