@charset "utf-8";

/*
 * 受注メモ一覧用css タブレット用
 */
.wapper .content_search .search_area {
	margin : 1.5vh 0 0 0;
}

.wapper .content_header_main {
	font-size : 3vw;
}

.wapper .content_search {
	font-size : 3vw;
}

.wapper .content_search .search_area .single_title {
	margin : 0 0 0.5vh 0;
}

/*
 * ボタン
 */
.wapper .btn.square_btn {
	font-size: 3vw;
	line-height: 8vw;
}


/*
 * content_body部分
 */
.wapper .content_body .search_result {
	margin : 1.5vh 0 0 0;
}


/* 列の幅を指定 */
.wapper .slip_table .col_tb_1 {
	width: 20vw;
}

.wapper .slip_table .col_tb_3 {
	width: 20vw;
}

/*
 * ヘッダ
 */
.wapper .slip_table th {
	font-size : 2vw;
}

/*
 * 明細
 */
/* 行の高さを指定 */
.wapper .slip_table tr.line1,
.wapper .slip_table tr.line2,
.wapper .slip_table tr.line3 {
	line-height : 3vw;
	height: 3.5vw;
}

/* フィールド毎の設定 */
.wapper .content_body .search_result .field_product,
.wapper .content_body .search_result .field_capacity {
	font-size : 2.5vw;
}

.wapper .content_body .search_result .field_num,
.wapper .content_body .search_result .field_trade,
.wapper .content_body .search_result .field_memo,
.wapper .content_body .search_result .field_order,
.wapper .content_body .search_result .field_package {
	font-size : 2vw;
}

.wapper .content_body .search_result .field_trade {
	text-align: center;
}
