/* カラム対応のヘッダー行 */
.input-product-master-columns-header {
	width: 100%;
	height: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

/* カラム対応の1行 */
.input-product-master-columns-line {
	width: 100%;
	height: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

/* カラム対応の商品マスタ */
.input-product-master-entity {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
}

/* カラム対応するもの */
.input-product-master-correspond {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	margin: 0px;
}

/* カラム対応するもののドロップダウン */
.input-product-master-correspond-dropdown {
	width: 96%;
	height: 100%;
	position: relative;
	text-align: center;
}